Trace number 4542266

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.88 2523.5

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height36_pigeons35_holes34.opb
MD5SUM8324c3ed1748cac240c60f4c3727f95f
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 benchmark268.679
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables837976
Total number of constraints52507
Number of constraints which are clauses26605
Number of constraints which are cardinality constraints (but not clauses)23201
Number of constraints which are nor clauses,nor cardinality constraints2701
Minimum length of a constraint34
Maximum length of a constraint39
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 42
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/)
3.57/2.82	c #variable: 837976
3.57/2.82	c #constraint: 52507
3.57/2.82	c #equal: 0
3.57/2.82	c intsize: 6
3.57/2.82	c sizeproduct: 0
3.57/2.82	c #soft: 0
3.57/2.82	c mincost: 0
3.57/2.82	c maxcost: 0
3.57/2.82	c sumcost: 0
3.57/2.82	c iteration_max: -1
3.57/2.83	c time_max: -1
3.57/2.83	c number_of_threads(move update): 2
3.57/2.83	c number_of_threads(move evaluation): 2
3.57/2.83	c seed: 1063239506
3600.18/2522.87	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542266-1753198978/watcher-4542266-1753198978 -o /tmp/evaluation-result-4542266-1753198978/solver-4542266-1753198978 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753198973-170855 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1063239506 HOME/instance-4542266-1753198978.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
Current StackSize limit: 8192 KiB

solver pid=171104, runsolver pid=171097

[startup+0.10006 s]*
/proc/loadavg: 0.46 0.16 0.11 7/267 171107
/proc/meminfo: memFree=129252448/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=125920 memory=70304 CPUtime=0.17 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 17112 0 0 0 14 3 0 0 20 0 2 0 235577459 128942080 17576 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 31480 17576 576 633 0 19296 0
[pid=171104/tid=171107] ppid=171097 vsize=125920 memory=4026532124 CPUtime=0.07 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) R 171097 171104 170836 0 -1 4194368 4990 0 0 0 6 1 0 0 20 0 2 0 235577461 128942080 17576 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 0 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 125920 KiB
Current children cumulated memory: 70304 KiB

[startup+0.204697 s]*
/proc/loadavg: 0.46 0.16 0.11 6/267 171107
/proc/meminfo: memFree=129098416/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=154168 memory=124064 CPUtime=0.37 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 30519 0 0 0 30 7 0 0 20 0 2 0 235577459 157868032 31016 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 38542 31016 576 633 0 32707 0
[pid=171104/tid=171107] ppid=171097 vsize=154168 memory=3472328299600543863 CPUtime=0.17 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) R 171097 171104 170836 0 -1 4194368 11336 0 0 0 14 3 0 0 20 0 2 0 235577461 157868032 31016 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 0 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 154168 KiB
Current children cumulated memory: 124064 KiB

[startup+0.304827 s]*
/proc/loadavg: 0.46 0.16 0.11 6/267 171107
/proc/meminfo: memFree=128995564/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=247164 memory=176672 CPUtime=0.55 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 43696 0 0 0 45 10 0 0 20 0 2 0 235577459 253095936 44168 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 61791 44168 576 633 0 45895 0
[pid=171104/tid=171107] ppid=171097 vsize=247164 memory=-9186989861848246880 CPUtime=0.27 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) R 171097 171104 170836 0 -1 4194368 17660 0 0 0 21 6 0 0 20 0 2 0 235577461 253095936 44168 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 0 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 247164 KiB
Current children cumulated memory: 176672 KiB

[startup+0.700202 s]
/proc/loadavg: 0.46 0.16 0.11 4/267 171107
/proc/meminfo: memFree=128819344/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=315536 memory=271880 CPUtime=1.01 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 67511 0 0 0 86 15 0 0 20 0 2 0 235577459 323108864 67970 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 78884 67970 576 633 0 69711 0
[pid=171104/tid=171107] ppid=171097 vsize=315536 memory=23168 CPUtime=0.36 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 24381 0 0 0 29 7 0 0 20 0 2 0 235577461 323108864 67970 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 0 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 315536 KiB
Current children cumulated memory: 271880 KiB

[startup+1.50021 s]
/proc/loadavg: 0.46 0.16 0.11 5/267 171107
/proc/meminfo: memFree=128658600/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=480728 memory=423576 CPUtime=1.8 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 124083 0 0 0 157 23 0 0 20 0 2 0 235577459 492265472 105894 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 120182 105894 608 633 0 111009 0
[pid=171104/tid=171107] ppid=171097 vsize=480728 memory=23168 CPUtime=0.36 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 24381 0 0 0 29 7 0 0 20 0 2 0 235577461 492265472 105894 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 0 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 480728 KiB
Current children cumulated memory: 423576 KiB

[startup+3.10571 s]
/proc/loadavg: 0.74 0.23 0.14 6/272 171145
/proc/meminfo: memFree=127654688/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=756272 memory=690680 CPUtime=3.88 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 214414 0 0 0 353 35 0 0 20 0 2 0 235577459 774422528 172670 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 189068 172670 640 633 0 174168 0
[pid=171104/tid=171107] ppid=171097 vsize=756272 memory=532228 CPUtime=0.85 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 59754 0 0 0 74 11 0 0 20 0 2 0 235577461 774422528 172670 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 3.88 s
Current children cumulated vsize: 756272 KiB
Current children cumulated memory: 690680 KiB

[startup+6.3002 s]
/proc/loadavg: 0.74 0.23 0.14 5/272 171145
/proc/meminfo: memFree=125978268/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1579756 memory=1514212 CPUtime=7.11 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 456682 0 0 0 642 69 0 0 20 0 2 0 235577459 1617670144 378553 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 394939 378553 672 633 0 380039 0
[pid=171104/tid=171107] ppid=171097 vsize=1579756 memory=23168 CPUtime=0.91 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 66672 0 0 0 79 12 0 0 20 0 2 0 235577461 1617670144 378553 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 7.11 s
Current children cumulated vsize: 1579756 KiB
Current children cumulated memory: 1514212 KiB

[startup+12.7002 s]
/proc/loadavg: 1.32 0.37 0.18 6/272 171145
/proc/meminfo: memFree=123883484/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1579756 memory=1514212 CPUtime=13.49 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 524643 0 0 0 1273 76 0 0 20 0 2 0 235577459 1617670144 378553 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 394939 378553 672 633 0 380039 0
[pid=171104/tid=171107] ppid=171097 vsize=1579756 memory=1514212 CPUtime=0.91 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 66672 0 0 0 79 12 0 0 20 0 2 0 235577461 1617670144 378553 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 13.49 s
Current children cumulated vsize: 1579756 KiB
Current children cumulated memory: 1514212 KiB

[startup+25.5002 s]
/proc/loadavg: 1.96 0.54 0.24 5/272 171145
/proc/meminfo: memFree=122781796/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1555152 memory=1489776 CPUtime=26.55 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 763033 0 0 0 2562 93 0 0 20 0 2 0 235577459 1592475648 372444 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 388788 372444 672 633 0 373888 0
[pid=171104/tid=171107] ppid=171097 vsize=1555152 memory=14464 CPUtime=1.23 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 67664 0 0 0 111 12 0 0 20 0 2 0 235577461 1592475648 372444 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 26.55 s
Current children cumulated vsize: 1555152 KiB
Current children cumulated memory: 1489776 KiB

[startup+51.1061 s]
/proc/loadavg: 2.99 0.90 0.37 5/273 171147
/proc/meminfo: memFree=122812344/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1596360 memory=1530800 CPUtime=55.87 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 982889 0 0 0 5478 109 0 0 20 0 2 0 235577459 1634672640 382700 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 399090 382700 672 633 0 384190 0
[pid=171104/tid=171107] ppid=171097 vsize=1596360 memory=14464 CPUtime=5.13 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 68877 0 0 0 500 13 0 0 20 0 2 0 235577461 1634672640 382700 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 55.87 s
Current children cumulated vsize: 1596360 KiB
Current children cumulated memory: 1530800 KiB

[startup+102.3 s]
/proc/loadavg: 4.36 1.62 0.65 6/273 171148
/proc/meminfo: memFree=122779484/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1599648 memory=1532336 CPUtime=115.49 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 1225080 0 0 0 11424 125 0 0 20 0 2 0 235577459 1638039552 383084 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 399912 383084 672 633 0 385012 0
[pid=171104/tid=171107] ppid=171097 vsize=1599648 memory=1532336 CPUtime=13.89 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 83181 0 0 0 1374 15 0 0 20 0 2 0 235577461 1638039552 383084 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 115.49 s
Current children cumulated vsize: 1599648 KiB
Current children cumulated memory: 1532336 KiB

[startup+162.3 s]
/proc/loadavg: 5.41 2.42 0.99 6/273 171150
/proc/meminfo: memFree=122738648/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1602928 memory=1535680 CPUtime=195.5 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 1431854 0 0 0 19402 148 0 0 20 0 2 0 235577459 1641398272 383920 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 400732 383920 672 633 0 385832 0
[pid=171104/tid=171107] ppid=171097 vsize=1602928 memory=14464 CPUtime=34.38 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 91529 0 0 0 3421 17 0 0 20 0 2 0 235577461 1641398272 383920 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 195.5 s
Current children cumulated vsize: 1602928 KiB
Current children cumulated memory: 1535680 KiB

[startup+222.3 s]
/proc/loadavg: 5.46 2.99 1.27 5/273 171152
/proc/meminfo: memFree=122753380/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1599672 memory=1531312 CPUtime=275.78 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 1540918 0 0 0 27419 159 0 0 20 0 2 0 235577459 1638064128 382828 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 399918 382828 672 633 0 385018 0
[pid=171104/tid=171107] ppid=171097 vsize=1599672 memory=1540544 CPUtime=55.16 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 98915 0 0 0 5498 18 0 0 20 0 2 0 235577461 1638064128 382828 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 275.78 s
Current children cumulated vsize: 1599672 KiB
Current children cumulated memory: 1531312 KiB

[startup+282.3 s]
/proc/loadavg: 5.66 3.51 1.56 8/273 171154
/proc/meminfo: memFree=122748144/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1604620 memory=1535728 CPUtime=356.2 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 1653478 0 0 0 35448 172 0 0 20 0 2 0 235577459 1643130880 383932 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 401155 383932 672 633 0 386255 0
[pid=171104/tid=171107] ppid=171097 vsize=1604620 memory=14464 CPUtime=76.06 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) R 171097 171104 170836 0 -1 4194368 106705 0 0 0 7586 20 0 0 20 0 2 0 235577461 1643130880 383932 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 356.2 s
Current children cumulated vsize: 1604620 KiB

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

/proc/meminfo: memFree=122654368/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1634196 memory=1560588 CPUtime=2881.34 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 4001995 0 0 0 287666 468 0 0 20 0 2 0 235577459 1673416704 390147 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 408549 390147 672 633 0 393649 0
[pid=171104/tid=171107] ppid=171097 vsize=1634196 memory=1560580 CPUtime=877.5 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 276448 0 0 0 87678 72 0 0 20 0 2 0 235577461 1673416704 390147 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 2881.34 s
Current children cumulated vsize: 1634196 KiB
Current children cumulated memory: 1560588 KiB

[startup+2082.3 s]
/proc/loadavg: 6.06 6.10 5.49 7/269 171254
/proc/meminfo: memFree=122640300/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1634196 memory=1560588 CPUtime=2966.86 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 4029259 0 0 0 296214 472 0 0 20 0 2 0 235577459 1673416704 390147 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 408549 390147 672 633 0 393649 0
[pid=171104/tid=171107] ppid=171097 vsize=1634196 memory=1560588 CPUtime=903.55 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 276567 0 0 0 90282 73 0 0 20 0 2 0 235577461 1673416704 390147 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 2966.86 s
Current children cumulated vsize: 1634196 KiB
Current children cumulated memory: 1560588 KiB

[startup+2142.3 s]
/proc/loadavg: 5.92 6.05 5.52 6/268 171302
/proc/meminfo: memFree=122793472/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1634196 memory=1564428 CPUtime=3052.14 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 4032331 0 0 0 304738 476 0 0 20 0 2 0 235577459 1673416704 391107 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 408549 391107 672 633 0 393649 0
[pid=171104/tid=171107] ppid=171097 vsize=1634196 memory=1560588 CPUtime=929.3 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 276800 0 0 0 92856 74 0 0 20 0 2 0 235577461 1673416704 391107 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 3052.14 s
Current children cumulated vsize: 1634196 KiB
Current children cumulated memory: 1564428 KiB

[startup+2202.3 s]
/proc/loadavg: 5.56 5.93 5.51 5/268 171304
/proc/meminfo: memFree=122761624/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1634196 memory=1564428 CPUtime=3138.86 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 4046290 0 0 0 313405 481 0 0 20 0 2 0 235577459 1673416704 391107 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 408549 391107 672 633 0 393649 0
[pid=171104/tid=171107] ppid=171097 vsize=1634196 memory=1560588 CPUtime=956.34 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 276887 0 0 0 95558 76 0 0 20 0 2 0 235577461 1673416704 391107 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 3138.86 s
Current children cumulated vsize: 1634196 KiB
Current children cumulated memory: 1564428 KiB

[startup+2262.3 s]
/proc/loadavg: 5.40 5.83 5.50 7/268 171306
/proc/meminfo: memFree=122767612/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1634196 memory=1564428 CPUtime=3225.4 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 4068181 0 0 0 322055 485 0 0 20 0 2 0 235577459 1673416704 391107 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 408549 391107 672 633 0 393649 0
[pid=171104/tid=171107] ppid=171097 vsize=1634196 memory=23168 CPUtime=983.19 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) R 171097 171104 170836 0 -1 4194368 276983 0 0 0 98243 76 0 0 20 0 2 0 235577461 1673416704 391107 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 3225.4 s
Current children cumulated vsize: 1634196 KiB
Current children cumulated memory: 1564428 KiB

[startup+2322.3 s]
/proc/loadavg: 5.78 5.88 5.54 5/268 171308
/proc/meminfo: memFree=122699592/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1634196 memory=1566168 CPUtime=3311.52 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 4076621 0 0 0 330662 490 0 0 20 0 2 0 235577459 1673416704 391542 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 408549 391542 672 633 0 393649 0
[pid=171104/tid=171107] ppid=171097 vsize=1634196 memory=23168 CPUtime=1009.64 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 277038 0 0 0 100887 77 0 0 20 0 2 0 235577461 1673416704 391542 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 3311.52 s
Current children cumulated vsize: 1634196 KiB
Current children cumulated memory: 1566168 KiB

[startup+2382.3 s]
/proc/loadavg: 5.80 5.87 5.56 8/267 171310
/proc/meminfo: memFree=122746808/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1634196 memory=1566168 CPUtime=3398.02 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 4081426 0 0 0 339308 494 0 0 20 0 2 0 235577459 1673416704 391542 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 408549 391542 672 633 0 393649 0
[pid=171104/tid=171107] ppid=171097 vsize=1634196 memory=1566168 CPUtime=1036.48 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) R 171097 171104 170836 0 -1 4194368 277120 0 0 0 103570 78 0 0 20 0 2 0 235577461 1673416704 391542 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 3398.02 s
Current children cumulated vsize: 1634196 KiB
Current children cumulated memory: 1566168 KiB

[startup+2442.3 s]
/proc/loadavg: 5.65 5.83 5.56 5/268 171319
/proc/meminfo: memFree=122730924/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1634196 memory=1566168 CPUtime=3484.3 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 4084044 0 0 0 347931 499 0 0 20 0 2 0 235577459 1673416704 391542 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 408549 391542 672 633 0 393649 0
[pid=171104/tid=171107] ppid=171097 vsize=1634196 memory=1566168 CPUtime=1063.11 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 277193 0 0 0 106231 80 0 0 20 0 2 0 235577461 1673416704 391542 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 3484.3 s
Current children cumulated vsize: 1634196 KiB
Current children cumulated memory: 1566168 KiB

[startup+2502.3 s]
/proc/loadavg: 5.51 5.75 5.55 8/267 171320
/proc/meminfo: memFree=122747228/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1634196 memory=1566168 CPUtime=3570.61 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 4088387 0 0 0 356559 502 0 0 20 0 2 0 235577459 1673416704 391542 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 408549 391542 672 633 0 393649 0
[pid=171104/tid=171107] ppid=171097 vsize=1634196 memory=14464 CPUtime=1089.75 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) R 171097 171104 170836 0 -1 4194368 277302 0 0 0 108894 81 0 0 20 0 2 0 235577461 1673416704 391542 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 3570.61 s
Current children cumulated vsize: 1634196 KiB
Current children cumulated memory: 1566168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2522.7 s]
/proc/loadavg: 5.57 5.75 5.55 6/268 171322
/proc/meminfo: memFree=122729312/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1634196 memory=1566168 CPUtime=3600.07 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 4093023 0 0 0 359504 503 0 0 20 0 2 0 235577459 1673416704 391542 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 408549 391542 672 633 0 393649 0
[pid=171104/tid=171107] ppid=171097 vsize=1634196 memory=3396 CPUtime=1098.92 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) R 171097 171104 170836 0 -1 4194368 277397 0 0 0 109811 81 0 0 20 0 2 0 235577461 1673416704 391542 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1634196 KiB
Current children cumulated memory: 1566168 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.78 s, system=5.10108 s

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

[startup+2523.2 s]
/proc/loadavg: 5.44 5.72 5.55 5/268 171322
/proc/meminfo: memFree=122822924/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1472308 memory=1408492 CPUtime=3600.57 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 4162391 0 0 0 359551 506 0 0 20 0 2 0 235577459 1507643392 352123 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 368077 352123 672 633 0 353177 0
[pid=171104/tid=171107] ppid=171097 vsize=1472308 memory=14464 CPUtime=1098.93 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 277397 0 0 0 109812 81 0 0 20 0 2 0 235577461 1507643392 352123 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 3600.57 s
Current children cumulated vsize: 1472308 KiB
Current children cumulated memory: 1408492 KiB

[startup+2523.4 s]
/proc/loadavg: 5.44 5.72 5.55 5/268 171322
/proc/meminfo: memFree=122822924/131249996 swapFree=33005016/33010684
[pid=171104] ppid=171097 vsize=1472308 memory=1408492 CPUtime=3600.77 cores=1,3
/proc/171104/stat : 171104 (pb_competition_) R 171097 171104 170836 0 -1 4194304 4181917 0 0 0 359570 507 0 0 20 0 2 0 235577459 1507643392 352123 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
/proc/171104/statm: 368077 352123 672 633 0 353177 0
[pid=171104/tid=171107] ppid=171097 vsize=1472308 memory=3200 CPUtime=1098.93 cores=1,3
/proc/171104/task/171107/stat : 171107 (pb_competition_) S 171097 171104 170836 0 -1 4194368 277397 0 0 0 109812 81 0 0 20 0 2 0 235577461 1507643392 352123 18446744073709551615 4198400 6788177 140721736217552 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 14741504 140721736218967 140721736219094 140721736219094 140721736224698 0
Current children cumulated CPU time: 3600.77 s
Current children cumulated vsize: 1472308 KiB
Current children cumulated memory: 1408492 KiB

Child status: 0

Real time (s): 2523.5
CPU time (s): 3600.88
CPU user time (s): 3595.78
CPU system time (s): 5.10108
CPU usage (%): 142.694
Max. virtual memory (cumulated for all children) (KiB): 1673908
Max. memory (cumulated for all children) (KiB): 1587344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.78
system time used= 5.10108
maximum resident set size= 1587344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4190811
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= 27594
involuntary context switches= 39277


# summary of solver processes directly reported to runsolver:
#   pid: 171104
#   total CPU time (s): 3600.88
#   total CPU user time (s): 3595.78
#   total CPU system time (s): 5.10108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6489 second user time and 13.4271 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-22 17:42:59
IDJOB=4542266
IDBENCH=163916
IDSOLVER=3347
FILE ID=nodeC030/4542266-1753198978
RUNJOBID= nodeC030-1753198973-170855
SLURM_JOB_ID= 9687763
Free space on /tmp= 432792 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height36_pigeons35_holes34.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-4542266-1753198978/watcher-4542266-1753198978 -o /tmp/evaluation-result-4542266-1753198978/solver-4542266-1753198978 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753198973-170855 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1063239506 HOME/instance-4542266-1753198978.opb

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

MD5SUM BENCH= 8324c3ed1748cac240c60f4c3727f95f
RANDOM SEED=1063239506

nodeC030 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		: 3430.620
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	: 7000.62
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		: 3600.145
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	: 7000.62
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		: 3600.337
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	: 7000.62
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		: 3401.149
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	: 7000.62
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		: 3589.173
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	: 7000.62
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		: 3594.955
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	: 7000.62
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		: 3600.322
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	: 7000.62
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		: 3600.320
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129422428 kB
MemAvailable:   129694764 kB
Buffers:              16 kB
Cached:          1039264 kB
SwapCached:          232 kB
Active:           785520 kB
Inactive:         368044 kB
Active(anon):      98132 kB
Inactive(anon):    37908 kB
Active(file):     687388 kB
Inactive(file):   330136 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             66904 kB
Writeback:            32 kB
AnonPages:        117484 kB
Mapped:           106612 kB
Shmem:             21756 kB
KReclaimable:     187704 kB
Slab:             283424 kB
SReclaimable:     187704 kB
SUnreclaim:        95720 kB
KernelStack:        4192 kB
PageTables:         2928 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     426572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432740 MiB
End job on nodeC030 at 2025-07-22 18:25:02