Trace number 4544645

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.42 3252.54

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
koops/normalized-mat15_14_triangular.opb
MD5SUMa4178ed5bdda5931f1ca4d4ab85a3087
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.706865
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17122
Total number of constraints210847
Number of constraints which are clauses205023
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5824
Minimum length of a constraint2
Maximum length of a constraint15
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
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/)
2.29/1.51	c #variable: 17122
2.29/1.51	c #constraint: 210847
2.29/1.51	c #equal: 0
2.29/1.51	c intsize: 6
2.29/1.51	c sizeproduct: 0
2.29/1.51	c #soft: 0
2.29/1.51	c mincost: 0
2.29/1.51	c maxcost: 0
2.29/1.51	c sumcost: 0
2.29/1.51	c iteration_max: -1
2.29/1.51	c time_max: -1
2.29/1.51	c number_of_threads(move update): 2
2.29/1.51	c number_of_threads(move evaluation): 2
2.29/1.51	c seed: 1579624545
3600.03/3252.20	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (46242 MiB free)
  memory of node 1: 64507 MiB (50914 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544645-1753232411/watcher-4544645-1753232411 -o /tmp/evaluation-result-4544645-1753232411/solver-4544645-1753232411 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753232411-185395 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1579624545 HOME/instance-4544645-1753232411.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=185454, runsolver pid=185451
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 1.76 3.29 3.80 7/255 185456
/proc/meminfo: memFree=99402152/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=115544 memory=38896 CPUtime=0.11 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 6198 0 0 0 9 2 0 0 20 0 2 0 238920858 118317056 9724 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 28886 9724 576 633 0 11887 0
[pid=185454/tid=185456] ppid=185451 vsize=115544 memory=4026531960 CPUtime=0.01 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) R 185451 185454 185383 0 -1 4194368 170 0 0 0 1 0 0 0 20 0 2 0 238920867 118317056 9756 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 0 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 115544 KiB
Current children cumulated memory: 38896 KiB

[startup+0.215233 s]*
/proc/loadavg: 1.76 3.29 3.80 8/255 185456
/proc/meminfo: memFree=99344632/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=122144 memory=51824 CPUtime=0.33 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 9434 0 0 0 28 5 0 0 20 0 2 0 238920858 125075456 12956 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 30536 12956 576 633 0 15105 0
[pid=185454/tid=185456] ppid=185451 vsize=122144 memory=4830726537859825948 CPUtime=0.1 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) R 185451 185454 185383 0 -1 4194368 1739 0 0 0 9 1 0 0 20 0 2 0 238920867 125075456 12956 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 0 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 122144 KiB
Current children cumulated memory: 51824 KiB

[startup+0.313943 s]*
/proc/loadavg: 1.76 3.29 3.80 7/255 185456
/proc/meminfo: memFree=99304120/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=129140 memory=63984 CPUtime=0.51 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 12466 0 0 0 44 7 0 0 20 0 2 0 238920858 132239360 15996 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 32285 15996 576 633 0 18143 0
[pid=185454/tid=185456] ppid=185451 vsize=129140 memory=-8897632486193981023 CPUtime=0.2 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) R 185451 185454 185383 0 -1 4194368 3027 0 0 0 17 3 0 0 20 0 2 0 238920867 132239360 15996 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 0 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 129140 KiB
Current children cumulated memory: 63984 KiB

[startup+0.700273 s]
/proc/loadavg: 1.76 3.29 3.80 6/255 185456
/proc/meminfo: memFree=99184748/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=155408 memory=114288 CPUtime=1.19 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) S 185451 185454 185383 0 -1 4194304 25032 0 0 0 104 15 0 0 20 0 2 0 238920858 159137792 28572 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 38852 28572 576 633 0 30710 0
[pid=185454/tid=185456] ppid=185451 vsize=155408 memory=27776 CPUtime=0.53 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) R 185451 185454 185383 0 -1 4194368 9028 0 0 0 45 8 0 0 20 0 2 0 238920867 159137792 28572 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 0 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 155408 KiB
Current children cumulated memory: 114288 KiB

[startup+1.5003 s]
/proc/loadavg: 1.76 3.29 3.80 6/255 185456
/proc/meminfo: memFree=98848544/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=400508 memory=330692 CPUtime=2.29 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) S 185451 185454 185383 0 -1 4194304 81496 0 0 0 197 32 0 0 20 0 2 0 238920858 410120192 82673 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 100127 82673 608 633 0 84224 0
[pid=185454/tid=185456] ppid=185451 vsize=400508 memory=27776 CPUtime=1.06 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) R 185451 185454 185383 0 -1 4194368 31395 0 0 0 91 15 0 0 20 0 2 0 238920867 410120192 82673 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 0 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 400508 KiB
Current children cumulated memory: 330692 KiB

[startup+3.1131 s]
/proc/loadavg: 1.76 3.29 3.80 6/255 185456
/proc/meminfo: memFree=98251308/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=679432 memory=610628 CPUtime=3.89 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 193956 0 0 0 344 45 0 0 20 0 2 0 238920858 695738368 152657 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 169858 152657 672 633 0 154113 0
[pid=185454/tid=185456] ppid=185451 vsize=679432 memory=368196 CPUtime=1.07 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 31932 0 0 0 92 15 0 0 20 0 2 0 238920867 695738368 152657 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 3.89 s
Current children cumulated vsize: 679432 KiB
Current children cumulated memory: 610628 KiB

[startup+6.30036 s]
/proc/loadavg: 2.02 3.32 3.81 6/255 185456
/proc/meminfo: memFree=98073856/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=820408 memory=751340 CPUtime=7.11 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 284805 0 0 0 656 55 0 0 20 0 2 0 238920858 840097792 187835 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 205102 187835 672 633 0 189357 0
[pid=185454/tid=185456] ppid=185451 vsize=820408 memory=-8897632486193981023 CPUtime=1.12 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 36392 0 0 0 96 16 0 0 20 0 2 0 238920867 840097792 187835 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 7.11 s
Current children cumulated vsize: 820408 KiB
Current children cumulated memory: 751340 KiB

[startup+12.7003 s]
/proc/loadavg: 2.26 3.35 3.81 6/255 185456
/proc/meminfo: memFree=98074116/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=823048 memory=754028 CPUtime=13.83 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 424686 0 0 0 1318 65 0 0 20 0 2 0 238920858 842801152 188507 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 205762 188507 672 633 0 190017 0
[pid=185454/tid=185456] ppid=185451 vsize=823048 memory=754028 CPUtime=1.48 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 39936 0 0 0 131 17 0 0 20 0 2 0 238920867 842801152 188507 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 13.83 s
Current children cumulated vsize: 823048 KiB
Current children cumulated memory: 754028 KiB

[startup+25.5004 s]
/proc/loadavg: 3.09 3.48 3.85 7/255 185456
/proc/meminfo: memFree=98066808/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=825820 memory=756844 CPUtime=29.1 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 547651 0 0 0 2838 72 0 0 20 0 2 0 238920858 845639680 189211 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 206455 189211 672 633 0 190710 0
[pid=185454/tid=185456] ppid=185451 vsize=825820 memory=756844 CPUtime=4.05 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 44364 0 0 0 387 18 0 0 20 0 2 0 238920867 845639680 189211 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 29.1 s
Current children cumulated vsize: 825820 KiB
Current children cumulated memory: 756844 KiB

[startup+51.1132 s]
/proc/loadavg: 3.92 3.65 3.90 6/255 185472
/proc/meminfo: memFree=98056012/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=827668 memory=758636 CPUtime=56 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 710389 0 0 0 5520 80 0 0 20 0 2 0 238920858 847532032 189659 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 206917 189659 672 633 0 191172 0
[pid=185454/tid=185456] ppid=185451 vsize=827668 memory=14336 CPUtime=5.46 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 47013 0 0 0 527 19 0 0 20 0 2 0 238920867 847532032 189659 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 56 s
Current children cumulated vsize: 827668 KiB
Current children cumulated memory: 758636 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 3.78 3.93 6/256 185524
/proc/meminfo: memFree=98481812/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=814452 memory=745572 CPUtime=111.52 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 1152185 0 0 0 11002 150 0 0 20 0 2 0 238920858 833998848 186393 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 203613 186393 672 633 0 187868 0
[pid=185454/tid=185456] ppid=185451 vsize=814452 memory=745572 CPUtime=10.14 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 52729 0 0 0 992 22 0 0 20 0 2 0 238920867 833998848 186393 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 111.52 s
Current children cumulated vsize: 814452 KiB
Current children cumulated memory: 745572 KiB

[startup+162.3 s]
/proc/loadavg: 4.63 3.98 3.99 7/256 185526
/proc/meminfo: memFree=98463404/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=832060 memory=745572 CPUtime=178.81 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 3768541 0 0 0 17219 662 0 0 20 0 2 0 238920858 852029440 186393 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 203613 186393 672 633 0 187868 0
[pid=185454/tid=185456] ppid=185451 vsize=814452 memory=761456 CPUtime=17.87 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 58959 0 0 0 1762 25 0 0 20 0 2 0 238920867 833998848 186393 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 178.81 s
Current children cumulated vsize: 832060 KiB
Current children cumulated memory: 745572 KiB

[startup+222.3 s]
/proc/loadavg: 5.03 4.22 4.08 7/256 185528
/proc/meminfo: memFree=98468036/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=828364 memory=759408 CPUtime=246.79 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 6357322 0 0 0 23505 1174 0 0 20 0 2 0 238920858 848244736 189852 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 207124 189852 672 633 0 191379 0
[pid=185454/tid=185456] ppid=185451 vsize=828496 memory=745572 CPUtime=26.38 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 63636 0 0 0 2610 28 0 0 20 0 2 0 238920867 848379904 189852 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 246.79 s
Current children cumulated vsize: 828364 KiB
Current children cumulated memory: 759408 KiB

[startup+282.3 s]
/proc/loadavg: 5.04 4.37 4.14 6/255 185530
/proc/meminfo: memFree=98483840/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=814452 memory=745688 CPUtime=314.76 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 8899192 0 0 0 29792 1684 0 0 20 0 2 0 238920858 833998848 186422 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 203613 186422 672 633 0 187868 0
[pid=185454/tid=185456] ppid=185451 vsize=814452 memory=761328 CPUtime=34.82 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) R 185451 185454 185383 0 -1 4194368 66759 0 0 0 3452 30 0 0 20 0 2 0 238920867 833998848 186422 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 314.76 s
Current children cumulated vsize: 814452 KiB

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

/proc/meminfo: memFree=98135016/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=861696 memory=793796 CPUtime=2943.25 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 44340213 0 0 0 285032 9293 0 0 20 0 2 0 238920858 882376704 198449 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 215424 198449 672 633 0 199679 0
[pid=185454/tid=185456] ppid=185451 vsize=861696 memory=793540 CPUtime=276.93 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 85893 0 0 0 27586 107 0 0 20 0 2 0 238920867 882376704 198449 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 2943.25 s
Current children cumulated vsize: 861696 KiB
Current children cumulated memory: 793796 KiB

[startup+2742.3 s]
/proc/loadavg: 4.65 4.70 4.80 6/255 185788
/proc/meminfo: memFree=98125380/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=862224 memory=794436 CPUtime=3021.93 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 44350170 0 0 0 292892 9301 0 0 20 0 2 0 238920858 882917376 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 215556 198609 672 633 0 199811 0
[pid=185454/tid=185456] ppid=185451 vsize=862224 memory=793540 CPUtime=296.11 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) R 185451 185454 185383 0 -1 4194368 85980 0 0 0 29499 112 0 0 20 0 2 0 238920867 882917376 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 3021.93 s
Current children cumulated vsize: 862224 KiB
Current children cumulated memory: 794436 KiB

[startup+2802.3 s]
/proc/loadavg: 4.77 4.73 4.81 5/255 185790
/proc/meminfo: memFree=98119732/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=862224 memory=794436 CPUtime=3098.86 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 44355896 0 0 0 300580 9306 0 0 20 0 2 0 238920858 882917376 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 215556 198609 672 633 0 199811 0
[pid=185454/tid=185456] ppid=185451 vsize=862224 memory=794436 CPUtime=313.4 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 86028 0 0 0 31226 114 0 0 20 0 2 0 238920867 882917376 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 3098.86 s
Current children cumulated vsize: 862224 KiB
Current children cumulated memory: 794436 KiB

[startup+2862.3 s]
/proc/loadavg: 4.62 4.69 4.79 6/254 185792
/proc/meminfo: memFree=98123780/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=862356 memory=794436 CPUtime=3168.16 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 44361788 0 0 0 307506 9310 0 0 20 0 2 0 238920858 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 215589 198609 672 633 0 199844 0
[pid=185454/tid=185456] ppid=185451 vsize=862356 memory=794436 CPUtime=323.1 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) R 185451 185454 185383 0 -1 4194368 86060 0 0 0 32194 116 0 0 20 0 2 0 238920867 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 3168.16 s
Current children cumulated vsize: 862356 KiB
Current children cumulated memory: 794436 KiB

[startup+2922.3 s]
/proc/loadavg: 4.34 4.60 4.75 6/255 185840
/proc/meminfo: memFree=95438860/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=862356 memory=794436 CPUtime=3235.14 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 44367074 0 0 0 314197 9317 0 0 20 0 2 0 238920858 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 215589 198609 672 633 0 199844 0
[pid=185454/tid=185456] ppid=185451 vsize=862356 memory=794436 CPUtime=330.38 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 86072 0 0 0 32919 119 0 0 20 0 2 0 238920867 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 3235.14 s
Current children cumulated vsize: 862356 KiB
Current children cumulated memory: 794436 KiB

[startup+2982.3 s]
/proc/loadavg: 5.08 4.76 4.80 6/254 185842
/proc/meminfo: memFree=95457564/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=862356 memory=794436 CPUtime=3302.08 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 44371585 0 0 0 320889 9319 0 0 20 0 2 0 238920858 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 215589 198609 672 633 0 199844 0
[pid=185454/tid=185456] ppid=185451 vsize=862356 memory=27776 CPUtime=337.68 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 86098 0 0 0 33648 120 0 0 20 0 2 0 238920867 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 3302.08 s
Current children cumulated vsize: 862356 KiB
Current children cumulated memory: 794436 KiB

[startup+3042.3 s]
/proc/loadavg: 5.26 4.89 4.84 5/254 185844
/proc/meminfo: memFree=95453048/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=862356 memory=794436 CPUtime=3367.15 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 44373266 0 0 0 327393 9322 0 0 20 0 2 0 238920858 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 215589 198609 672 633 0 199844 0
[pid=185454/tid=185456] ppid=185451 vsize=862356 memory=794436 CPUtime=343.15 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 86137 0 0 0 34194 121 0 0 20 0 2 0 238920867 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 3367.15 s
Current children cumulated vsize: 862356 KiB
Current children cumulated memory: 794436 KiB

[startup+3102.3 s]
/proc/loadavg: 4.90 4.84 4.82 6/255 185847
/proc/meminfo: memFree=95452872/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=862356 memory=794436 CPUtime=3433.95 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 44378746 0 0 0 334069 9326 0 0 20 0 2 0 238920858 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 215589 198609 672 633 0 199844 0
[pid=185454/tid=185456] ppid=185451 vsize=862356 memory=794436 CPUtime=350.32 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 86169 0 0 0 34909 123 0 0 20 0 2 0 238920867 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 3433.95 s
Current children cumulated vsize: 862356 KiB
Current children cumulated memory: 794436 KiB

[startup+3162.3 s]
/proc/loadavg: 4.81 4.80 4.81 6/255 185851
/proc/meminfo: memFree=95452532/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=862356 memory=794436 CPUtime=3499.57 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 44384047 0 0 0 340628 9329 0 0 20 0 2 0 238920858 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 215589 198609 672 633 0 199844 0
[pid=185454/tid=185456] ppid=185451 vsize=862356 memory=794436 CPUtime=356.26 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 86218 0 0 0 35501 125 0 0 20 0 2 0 238920867 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 3499.57 s
Current children cumulated vsize: 862356 KiB
Current children cumulated memory: 794436 KiB

[startup+3222.3 s]
/proc/loadavg: 4.89 4.82 4.82 5/255 185858
/proc/meminfo: memFree=95460196/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=862356 memory=794436 CPUtime=3567.83 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 44389478 0 0 0 347451 9332 0 0 20 0 2 0 238920858 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 215589 198609 672 633 0 199844 0
[pid=185454/tid=185456] ppid=185451 vsize=862356 memory=794436 CPUtime=364.91 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 86255 0 0 0 36364 127 0 0 20 0 2 0 238920867 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 3567.83 s
Current children cumulated vsize: 862356 KiB
Current children cumulated memory: 794436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3252.11 s]
/proc/loadavg: 4.83 4.82 4.82 5/255 185860
/proc/meminfo: memFree=95459968/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=862356 memory=794436 CPUtime=3600.03 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 44394437 0 0 0 350669 9334 0 0 20 0 2 0 238920858 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 215589 198609 672 633 0 199844 0
[pid=185454/tid=185456] ppid=185451 vsize=862356 memory=794436 CPUtime=367.46 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 86257 0 0 0 36618 128 0 0 20 0 2 0 238920867 883052544 198609 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 862356 KiB
Current children cumulated memory: 794436 KiB

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

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

# cumulated CPU time of all completed processes:  user=3507.02 s, system=93.3966 s

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

[startup+3252.4 s]
/proc/loadavg: 4.83 4.82 4.82 5/255 185860
/proc/meminfo: memFree=95459968/131382116 swapFree=33010684/33010684
[pid=185454] ppid=185451 vsize=842080 memory=774360 CPUtime=3600.32 cores=1,3
/proc/185454/stat : 185454 (pb_competition_) R 185451 185454 185383 0 -1 4194304 44422990 0 0 0 350696 9336 0 0 20 0 2 0 238920858 862289920 193590 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
/proc/185454/statm: 210520 193590 672 633 0 194775 0
[pid=185454/tid=185456] ppid=185451 vsize=842080 memory=794436 CPUtime=367.46 cores=1,3
/proc/185454/task/185456/stat : 185456 (pb_competition_) S 185451 185454 185383 0 -1 4194368 86257 0 0 0 36618 128 0 0 20 0 2 0 238920867 862289920 193590 18446744073709551615 4198400 6788177 140728187330400 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 32370688 140728187332951 140728187333078 140728187333078 140728187338682 0
Current children cumulated CPU time: 3600.32 s
Current children cumulated vsize: 842080 KiB
Current children cumulated memory: 774360 KiB

Child status: 0

Real time (s): 3252.54
CPU time (s): 3600.42
CPU user time (s): 3507.02
CPU system time (s): 93.3966
CPU usage (%): 110.696
Max. virtual memory (cumulated for all children) (KiB): 862356
Max. memory (cumulated for all children) (KiB): 794436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3507.02
system time used= 93.3966
maximum resident set size= 794436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44446498
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= 52049
involuntary context switches= 9828


# summary of solver processes directly reported to runsolver:
#   pid: 185454
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3507.02
#   total CPU system time (s): 93.3966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.543 second user time and 32.414 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-23 03:00:11
IDJOB=4544645
IDBENCH=180677
IDSOLVER=3347
FILE ID=nodeC011/4544645-1753232411
RUNJOBID= nodeC011-1753232411-185395
SLURM_JOB_ID= 9687844
Free space on /tmp= 432780 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat15_14_triangular.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-4544645-1753232411/watcher-4544645-1753232411 -o /tmp/evaluation-result-4544645-1753232411/solver-4544645-1753232411 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753232411-185395 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1579624545 HOME/instance-4544645-1753232411.opb

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

MD5SUM BENCH= a4178ed5bdda5931f1ca4d4ab85a3087
RANDOM SEED=1579624545

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        99540900 kB
MemAvailable:   129850032 kB
Buffers:            3276 kB
Cached:         31078648 kB
SwapCached:            0 kB
Active:           613060 kB
Inactive:       30562976 kB
Active(anon):     118188 kB
Inactive(anon):     2076 kB
Active(file):     494872 kB
Inactive(file): 30560900 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             36220 kB
Writeback:             0 kB
AnonPages:         97916 kB
Mapped:           115100 kB
Shmem:             26152 kB
KReclaimable:     185588 kB
Slab:             279444 kB
SReclaimable:     185588 kB
SUnreclaim:        93856 kB
KernelStack:        4088 kB
PageTables:         2824 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     457500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432748 MiB
End job on nodeC011 at 2025-07-23 03:54:24