Trace number 4513400

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.2 1876.91

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x120split.opb
MD5SUM71fa1afe6ec5716be864bdb24fc2dd76
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 benchmark40.5573
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1201
Total number of constraints601
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)601
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.00	c #variable: 1201
0.00/0.00	c #constraint: 601
0.00/0.00	c #equal: 601
0.00/0.00	c intsize: 3
0.00/0.00	c sizeproduct: 0
0.00/0.00	c #soft: 0
0.00/0.00	c mincost: 0
0.00/0.00	c maxcost: 0
0.00/0.00	c sumcost: 0
0.00/0.00	c iteration_max: -1
0.00/0.00	c time_max: -1
0.00/0.00	c number_of_threads(move update): 2
0.00/0.00	c number_of_threads(move evaluation): 2
0.00/0.00	c seed: 10462479
3600.18/1876.90	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 (63096 MiB free)
  memory of node 1: 64465 MiB (63812 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513400-1751214066/watcher-4513400-1751214066 -o /tmp/evaluation-result-4513400-1751214066/solver-4513400-1751214066 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751206246-26132 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 10462479 HOME/instance-4513400-1751214066.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10006 s]*
/proc/loadavg: 6.35 6.16 5.99 8/269 27288
/proc/meminfo: memFree=129952828/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=81076 memory=6784 CPUtime=0.15 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) S 27283 27286 26120 0 -1 4194304 1199 0 0 0 15 0 0 0 20 0 2 0 37085225 83021824 1696 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20269 1696 672 633 0 3151 0
[pid=27286/tid=27288] ppid=27283 vsize=81076 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 54 0 0 0 6 0 0 0 20 0 2 0 37085225 83021824 1696 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 81076 KiB
Current children cumulated memory: 6784 KiB

[startup+0.205832 s]*
/proc/loadavg: 6.35 6.16 5.99 7/269 27288
/proc/meminfo: memFree=129951820/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=81860 memory=7104 CPUtime=0.34 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 1375 0 0 0 33 1 0 0 20 0 2 0 37085225 83824640 1776 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20465 1776 672 633 0 3347 0
[pid=27286/tid=27288] ppid=27283 vsize=81860 memory=4208735117501333788 CPUtime=0.13 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 54 0 0 0 13 0 0 0 20 0 2 0 37085225 83824640 1776 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 81860 KiB
Current children cumulated memory: 7104 KiB

[startup+0.305773 s]*
/proc/loadavg: 6.35 6.16 5.99 5/269 27288
/proc/meminfo: memFree=129951820/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=81860 memory=7360 CPUtime=0.51 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 1427 0 0 0 50 1 0 0 20 0 2 0 37085225 83824640 1840 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20465 1840 672 633 0 3347 0
[pid=27286/tid=27288] ppid=27283 vsize=81860 memory=7970395533563412844 CPUtime=0.21 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) S 27283 27286 26120 0 -1 4194368 54 0 0 0 21 0 0 0 20 0 2 0 37085225 83824640 1840 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 81860 KiB
Current children cumulated memory: 7360 KiB

[startup+0.700207 s]
/proc/loadavg: 6.35 6.16 5.99 9/269 27288
/proc/meminfo: memFree=129951820/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=81992 memory=7488 CPUtime=1.21 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 1467 0 0 0 120 1 0 0 20 0 2 0 37085225 83959808 1872 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20498 1872 672 633 0 3380 0
[pid=27286/tid=27288] ppid=27283 vsize=81992 memory=17408 CPUtime=0.53 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 54 0 0 0 53 0 0 0 20 0 2 0 37085225 83959808 1872 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 81992 KiB
Current children cumulated memory: 7488 KiB

[startup+1.50019 s]
/proc/loadavg: 6.35 6.16 5.99 8/269 27288
/proc/meminfo: memFree=129951820/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=81992 memory=7616 CPUtime=2.73 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 2502 0 0 0 270 3 0 0 20 0 2 0 37085225 83959808 1904 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20498 1904 672 633 0 3380 0
[pid=27286/tid=27288] ppid=27283 vsize=81992 memory=17408 CPUtime=1.26 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 215 0 0 0 126 0 0 0 20 0 2 0 37085225 83959808 1904 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 81992 KiB
Current children cumulated memory: 7616 KiB

[startup+3.10564 s]
/proc/loadavg: 6.32 6.16 5.99 8/269 27288
/proc/meminfo: memFree=129952036/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=81992 memory=7616 CPUtime=5.77 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 3535 0 0 0 571 6 0 0 20 0 2 0 37085225 83959808 1904 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20498 1904 672 633 0 3380 0
[pid=27286/tid=27288] ppid=27283 vsize=81992 memory=7616 CPUtime=2.71 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 405 0 0 0 271 0 0 0 20 0 2 0 37085225 83959808 1904 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 81992 KiB
Current children cumulated memory: 7616 KiB

[startup+6.30018 s]
/proc/loadavg: 6.32 6.16 5.99 8/269 27288
/proc/meminfo: memFree=129951796/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7616 CPUtime=11.87 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 4625 0 0 0 1173 14 0 0 20 0 2 0 37085225 84099072 1904 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1904 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=17408 CPUtime=5.64 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 682 0 0 0 563 1 0 0 20 0 2 0 37085225 84099072 1904 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 11.87 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7616 KiB

[startup+12.7002 s]
/proc/loadavg: 6.51 6.20 6.01 7/269 27288
/proc/meminfo: memFree=129951804/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7616 CPUtime=24.1 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 5664 0 0 0 2381 29 0 0 20 0 2 0 37085225 84099072 1904 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1904 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=7616 CPUtime=11.51 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 953 0 0 0 1147 4 0 0 20 0 2 0 37085225 84099072 1904 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 24.1 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7616 KiB

[startup+25.5002 s]
/proc/loadavg: 6.66 6.25 6.02 8/268 27288
/proc/meminfo: memFree=129951932/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7616 CPUtime=48.56 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 7753 0 0 0 4801 55 0 0 20 0 2 0 37085225 84099072 1904 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1904 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=7616 CPUtime=23.26 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 1338 0 0 0 2319 7 0 0 20 0 2 0 37085225 84099072 1904 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 48.56 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7616 KiB

[startup+51.1057 s]
/proc/loadavg: 6.77 6.31 6.05 7/268 27289
/proc/meminfo: memFree=129951688/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7616 CPUtime=97.49 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 8826 0 0 0 9640 109 0 0 20 0 2 0 37085225 84099072 1904 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1904 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=17408 CPUtime=46.79 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 1418 0 0 0 4663 16 0 0 20 0 2 0 37085225 84099072 1904 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 97.49 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7616 KiB

[startup+102.3 s]
/proc/loadavg: 6.82 6.39 6.09 9/268 27296
/proc/meminfo: memFree=129951856/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=195.37 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 11946 0 0 0 19316 221 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=17408 CPUtime=93.85 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 2142 0 0 0 9350 35 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 195.37 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

[startup+162.3 s]
/proc/loadavg: 7.16 6.54 6.16 9/268 27298
/proc/meminfo: memFree=129951960/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=310.06 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 12973 0 0 0 30662 344 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=5632 CPUtime=148.98 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 2498 0 0 0 14844 54 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 310.06 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

[startup+222.3 s]
/proc/loadavg: 7.14 6.64 6.22 8/269 27301
/proc/meminfo: memFree=129964120/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=424.72 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 12991 0 0 0 41994 478 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=17408 CPUtime=204.1 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 2502 0 0 0 20336 74 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 424.72 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

[startup+282.3 s]
/proc/loadavg: 6.98 6.69 6.27 8/268 27303
/proc/meminfo: memFree=129981464/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=539.31 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 13631 0 0 0 53333 598 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=7744 CPUtime=259.16 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 2589 0 0 0 25823 93 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 539.31 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

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

/proc/meminfo: memFree=130079632/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=2490.09 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 20821 0 0 0 246276 2733 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=7744 CPUtime=1197.19 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 4037 0 0 0 119317 402 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 2490.09 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

[startup+1362.3 s]
/proc/loadavg: 7.97 7.76 7.25 9/268 27494
/proc/meminfo: memFree=130081172/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=2606.05 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 21480 0 0 0 257753 2852 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=14572 CPUtime=1253.46 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 4132 0 0 0 124931 415 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 2606.05 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

[startup+1422.3 s]
/proc/loadavg: 8.05 7.82 7.31 9/268 27497
/proc/meminfo: memFree=130082376/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=2721.8 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 21484 0 0 0 269213 2967 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=7744 CPUtime=1309.5 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 4132 0 0 0 130523 427 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 2721.8 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

[startup+1482.3 s]
/proc/loadavg: 7.96 7.84 7.35 9/268 27499
/proc/meminfo: memFree=130090020/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=2837.72 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 22136 0 0 0 280688 3084 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=17408 CPUtime=1365.74 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 4230 0 0 0 136135 439 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 2837.72 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

[startup+1542.3 s]
/proc/loadavg: 8.07 7.89 7.40 9/268 27502
/proc/meminfo: memFree=130088896/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=2953.66 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 22141 0 0 0 292171 3195 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=7744 CPUtime=1421.97 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 4230 0 0 0 141750 447 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 2953.66 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

[startup+1602.3 s]
/proc/loadavg: 7.84 7.85 7.41 9/268 27504
/proc/meminfo: memFree=130089000/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=3069.59 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 22792 0 0 0 303650 3309 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=14572 CPUtime=1478.21 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 4422 0 0 0 147363 458 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 3069.59 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

[startup+1662.3 s]
/proc/loadavg: 7.91 7.88 7.45 9/268 27506
/proc/meminfo: memFree=130088876/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=3185.52 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 22805 0 0 0 315134 3418 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=7744 CPUtime=1534.45 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 4423 0 0 0 152976 469 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 3185.52 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

[startup+1722.3 s]
/proc/loadavg: 8.04 7.92 7.50 9/268 27508
/proc/meminfo: memFree=130088932/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=3301.46 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 22807 0 0 0 326608 3538 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=7744 CPUtime=1590.69 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 4423 0 0 0 158589 480 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 3301.46 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

[startup+1782.3 s]
/proc/loadavg: 8.06 7.95 7.54 9/268 27511
/proc/meminfo: memFree=130089116/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=3417.38 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 23468 0 0 0 338088 3650 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=7744 CPUtime=1646.9 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 4521 0 0 0 164202 488 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 3417.38 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

[startup+1842.3 s]
/proc/loadavg: 8.02 7.96 7.57 9/268 27516
/proc/meminfo: memFree=130088968/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=3533.32 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 23470 0 0 0 349568 3764 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=7744 CPUtime=1703.14 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 4521 0 0 0 169815 499 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 3533.32 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1876.9 s]
/proc/loadavg: 8.01 7.97 7.58 9/268 27518
/proc/meminfo: memFree=130088600/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=3600.18 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 23473 0 0 0 356186 3832 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=7744 CPUtime=1735.57 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 4521 0 0 0 173054 503 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

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

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

# cumulated CPU time of all completed processes:  user=3561.88 s, system=38.3232 s

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

[startup+1876.9 s]
/proc/loadavg: 8.01 7.97 7.58 9/268 27518
/proc/meminfo: memFree=130088600/131249996 swapFree=33010684/33010684
[pid=27286] ppid=27283 vsize=82128 memory=7744 CPUtime=3600.18 cores=1,3
/proc/27286/stat : 27286 (pb_competition_) R 27283 27286 26120 0 -1 4194304 23473 0 0 0 356186 3832 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
/proc/27286/statm: 20532 1936 672 633 0 3414 0
[pid=27286/tid=27288] ppid=27283 vsize=82128 memory=7744 CPUtime=1735.57 cores=1,3
/proc/27286/task/27288/stat : 27288 (pb_competition_) R 27283 27286 26120 0 -1 4194368 4521 0 0 0 173054 503 0 0 20 0 2 0 37085225 84099072 1936 18446744073709551615 4198400 6788177 140730560365760 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 37199872 140730560371035 140730560371160 140730560371160 140730560376762 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 82128 KiB
Current children cumulated memory: 7744 KiB

Child status: 0

Real time (s): 1876.91
CPU time (s): 3600.2
CPU user time (s): 3561.88
CPU system time (s): 38.3232
CPU usage (%): 191.816
Max. virtual memory (cumulated for all children) (KiB): 82128
Max. memory (cumulated for all children) (KiB): 7744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3561.88
system time used= 38.3232
maximum resident set size= 7744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23582
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= 175087
involuntary context switches= 55213


# summary of solver processes directly reported to runsolver:
#   pid: 27286
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3561.88
#   total CPU system time (s): 38.3232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.61993 second user time and 7.65174 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 18:21:06
IDJOB=4513400
IDBENCH=162341
IDSOLVER=3347
FILE ID=nodeC032/4513400-1751214066
RUNJOBID= nodeC032-1751206246-26132
SLURM_JOB_ID= 9587632
Free space on /tmp= 432056 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x120split.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-4513400-1751214066/watcher-4513400-1751214066 -o /tmp/evaluation-result-4513400-1751214066/solver-4513400-1751214066 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751206246-26132 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 10462479 HOME/instance-4513400-1751214066.opb

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

MD5SUM BENCH= 71fa1afe6ec5716be864bdb24fc2dd76
RANDOM SEED=10462479

nodeC032 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.844
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.69
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.847
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.69
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		: 3598.916
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.69
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		: 3608.427
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.69
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.607
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.69
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		: 3600.164
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.69
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		: 3591.508
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.69
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.905
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129954592 kB
MemAvailable:   129639276 kB
Buffers:            3280 kB
Cached:           494996 kB
SwapCached:            0 kB
Active:           460760 kB
Inactive:         241800 kB
Active(anon):     222356 kB
Inactive(anon):        0 kB
Active(file):     238404 kB
Inactive(file):   241800 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5224 kB
Writeback:            24 kB
AnonPages:        207536 kB
Mapped:           110728 kB
Shmem:             18068 kB
KReclaimable:      87440 kB
Slab:             171392 kB
SReclaimable:      87440 kB
SUnreclaim:        83952 kB
KernelStack:        4352 kB
PageTables:         3352 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     564300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432052 MiB
End job on nodeC032 at 2025-06-29 18:52:23