Trace number 4542344

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.38 2181.6

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height21_pigeons20_holes19.opb
MD5SUM623c8f5cac41c95d6cbe9efd54b08dc9
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 benchmark7.38233
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96646
Total number of constraints11257
Number of constraints which are clauses5755
Number of constraints which are cardinality constraints (but not clauses)4556
Number of constraints which are nor clauses,nor cardinality constraints946
Minimum length of a constraint19
Maximum length of a constraint24
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 27
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.28/0.24	c #variable: 96646
0.28/0.24	c #constraint: 11257
0.28/0.24	c #equal: 0
0.28/0.24	c intsize: 5
0.28/0.24	c sizeproduct: 0
0.28/0.24	c #soft: 0
0.28/0.24	c mincost: 0
0.28/0.24	c maxcost: 0
0.28/0.24	c sumcost: 0
0.28/0.24	c iteration_max: -1
0.28/0.24	c time_max: -1
0.28/0.24	c number_of_threads(move update): 2
0.28/0.24	c number_of_threads(move evaluation): 2
0.28/0.24	c seed: 1063239506
3600.18/2181.48	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 (62354 MiB free)
  memory of node 1: 64507 MiB (63205 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542344-1753198978/watcher-4542344-1753198978 -o /tmp/evaluation-result-4542344-1753198978/solver-4542344-1753198978 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753198973-174211 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1063239506 HOME/instance-4542344-1753198978.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 0.77 0.24 0.14 4/261 174446
/proc/meminfo: memFree=128502088/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=102876 memory=39048 CPUtime=0.14 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 10283 0 0 0 12 2 0 0 20 0 2 0 235575620 105345024 9762 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 25719 9762 576 633 0 11393 0
[pid=174443/tid=174445] ppid=174440 vsize=102876 memory=4026531959 CPUtime=0.05 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) S 174440 174443 174194 0 -1 4194368 2844 0 0 0 4 1 0 0 20 0 2 0 235575621 105345024 9762 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 0 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 102876 KiB
Current children cumulated memory: 39048 KiB

[startup+0.205302 s]*
/proc/loadavg: 0.77 0.24 0.14 5/261 174453
/proc/meminfo: memFree=128428076/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=143716 memory=83408 CPUtime=0.28 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 19715 0 0 0 24 4 0 0 20 0 2 0 235575620 147165184 20852 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 35962 20852 608 633 0 22388 0
[pid=174443/tid=174445] ppid=174440 vsize=143848 memory=8387746946455109751 CPUtime=0.08 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 3598 0 0 0 7 1 0 0 20 0 2 0 235575621 147300352 20852 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 0 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 143716 KiB
Current children cumulated memory: 83408 KiB

[startup+0.305478 s]*
/proc/loadavg: 0.77 0.24 0.14 4/261 174453
/proc/meminfo: memFree=128401616/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=151900 memory=94160 CPUtime=0.39 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 22339 0 0 0 35 4 0 0 20 0 2 0 235575620 155545600 23540 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 37975 23540 672 633 0 24977 0
[pid=174443/tid=174445] ppid=174440 vsize=152032 memory=-9033209750218384060 CPUtime=0.1 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) S 174440 174443 174194 0 -1 4194368 4174 0 0 0 9 1 0 0 20 0 2 0 235575621 155680768 23540 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 151900 KiB
Current children cumulated memory: 94160 KiB

[startup+0.70019 s]
/proc/loadavg: 0.77 0.24 0.14 5/259 174453
/proc/meminfo: memFree=128356948/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=243492 memory=185580 CPUtime=0.79 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 42140 0 0 0 71 8 0 0 20 0 2 0 235575620 249335808 46395 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 60873 46395 672 633 0 47875 0
[pid=174443/tid=174445] ppid=174440 vsize=243492 memory=28160 CPUtime=0.11 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) S 174440 174443 174194 0 -1 4194368 4174 0 0 0 10 1 0 0 20 0 2 0 235575621 249335808 46395 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 0.79 s
Current children cumulated vsize: 243492 KiB
Current children cumulated memory: 185580 KiB

[startup+1.5002 s]
/proc/loadavg: 0.77 0.24 0.14 6/265 174464
/proc/meminfo: memFree=128079108/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=241568 memory=183756 CPUtime=1.6 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 62006 0 0 0 150 10 0 0 20 0 2 0 235575620 247365632 45939 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 60392 45939 672 633 0 47394 0
[pid=174443/tid=174445] ppid=174440 vsize=241568 memory=28160 CPUtime=0.13 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 4447 0 0 0 12 1 0 0 20 0 2 0 235575621 247365632 45939 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 241568 KiB
Current children cumulated memory: 183756 KiB

[startup+3.10534 s]
/proc/loadavg: 0.77 0.24 0.14 5/264 174491
/proc/meminfo: memFree=127423040/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=245348 memory=187212 CPUtime=3.61 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 65095 0 0 0 349 12 0 0 20 0 2 0 235575620 251236352 46803 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 61337 46803 672 633 0 48339 0
[pid=174443/tid=174445] ppid=174440 vsize=245348 memory=184396 CPUtime=0.55 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 4590 0 0 0 54 1 0 0 20 0 2 0 235575621 251236352 46803 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 3.61 s
Current children cumulated vsize: 245348 KiB
Current children cumulated memory: 187212 KiB

[startup+6.30017 s]
/proc/loadavg: 1.11 0.32 0.16 6/270 174502
/proc/meminfo: memFree=125806956/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=246620 memory=188620 CPUtime=8.11 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 81917 0 0 0 797 14 0 0 20 0 2 0 235575620 252538880 47155 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 61655 47155 672 633 0 48657 0
[pid=174443/tid=174445] ppid=174440 vsize=246620 memory=28160 CPUtime=1.88 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 4988 0 0 0 186 2 0 0 20 0 2 0 235575621 252538880 47155 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 8.11 s
Current children cumulated vsize: 246620 KiB
Current children cumulated memory: 188620 KiB

[startup+12.7002 s]
/proc/loadavg: 1.34 0.38 0.18 6/270 174502
/proc/meminfo: memFree=124139092/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=249648 memory=189388 CPUtime=17.06 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 122344 0 0 0 1688 18 0 0 20 0 2 0 235575620 255639552 47347 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 62412 47347 672 633 0 49414 0
[pid=174443/tid=174445] ppid=174440 vsize=249648 memory=189388 CPUtime=4.47 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) S 174440 174443 174194 0 -1 4194368 8360 0 0 0 444 3 0 0 20 0 2 0 235575621 255639552 47347 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 17.06 s
Current children cumulated vsize: 249648 KiB
Current children cumulated memory: 189388 KiB

[startup+25.5002 s]
/proc/loadavg: 2.16 0.61 0.26 7/271 174503
/proc/meminfo: memFree=119668296/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=251020 memory=193100 CPUtime=35.07 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 164325 0 0 0 3484 23 0 0 20 0 2 0 235575620 257044480 48275 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 62755 48275 672 633 0 49757 0
[pid=174443/tid=174445] ppid=174440 vsize=251020 memory=14384 CPUtime=9.77 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) S 174440 174443 174194 0 -1 4194368 11640 0 0 0 973 4 0 0 20 0 2 0 235575621 257044480 48275 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 35.07 s
Current children cumulated vsize: 251020 KiB
Current children cumulated memory: 193100 KiB

[startup+51.1055 s]
/proc/loadavg: 3.47 1.04 0.42 7/271 174503
/proc/meminfo: memFree=119644548/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=258536 memory=198212 CPUtime=77.46 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 230675 0 0 0 7709 37 0 0 20 0 2 0 235575620 264740864 49553 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 64634 49553 672 633 0 51636 0
[pid=174443/tid=174445] ppid=174440 vsize=258536 memory=198212 CPUtime=26.76 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 18738 0 0 0 2669 7 0 0 20 0 2 0 235575621 264740864 49553 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 77.46 s
Current children cumulated vsize: 258536 KiB
Current children cumulated memory: 198212 KiB

[startup+102.3 s]
/proc/loadavg: 4.64 1.74 0.69 6/271 174505
/proc/meminfo: memFree=119682360/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=260140 memory=200004 CPUtime=161.71 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 258642 0 0 0 16118 53 0 0 20 0 2 0 235575620 266383360 50001 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 65035 50001 672 633 0 52037 0
[pid=174443/tid=174445] ppid=174440 vsize=260140 memory=14384 CPUtime=60.24 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 21858 0 0 0 6010 14 0 0 20 0 2 0 235575621 266383360 50001 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 260140 KiB
Current children cumulated memory: 200004 KiB

[startup+162.3 s]
/proc/loadavg: 5.18 2.44 1.00 6/271 174507
/proc/meminfo: memFree=119706612/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=262332 memory=202948 CPUtime=260.15 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 277599 0 0 0 25946 69 0 0 20 0 2 0 235575620 268627968 50737 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 65583 50737 672 633 0 52585 0
[pid=174443/tid=174445] ppid=174440 vsize=262332 memory=201028 CPUtime=99.16 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 25362 0 0 0 9896 20 0 0 20 0 2 0 235575621 268627968 50737 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 260.15 s
Current children cumulated vsize: 262332 KiB
Current children cumulated memory: 202948 KiB

[startup+222.3 s]
/proc/loadavg: 5.66 3.09 1.31 8/270 174509
/proc/meminfo: memFree=119636100/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=272576 memory=209220 CPUtime=358.66 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 278106 0 0 0 35787 79 0 0 20 0 2 0 235575620 279117824 52305 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 68144 52305 672 633 0 55146 0
[pid=174443/tid=174445] ppid=174440 vsize=272576 memory=209220 CPUtime=138.17 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 25386 0 0 0 13793 24 0 0 20 0 2 0 235575621 279117824 52305 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 358.66 s
Current children cumulated vsize: 272576 KiB
Current children cumulated memory: 209220 KiB

[startup+282.3 s]
/proc/loadavg: 5.98 3.64 1.62 7/271 174512
/proc/meminfo: memFree=119720640/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=272576 memory=209220 CPUtime=457.54 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 278114 0 0 0 45665 89 0 0 20 0 2 0 235575620 279117824 52305 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 68144 52305 672 633 0 55146 0
[pid=174443/tid=174445] ppid=174440 vsize=272576 memory=14384 CPUtime=177.53 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) S 174440 174443 174194 0 -1 4194368 25386 0 0 0 17725 28 0 0 20 0 2 0 235575621 279117824 52305 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 457.54 s
Current children cumulated vsize: 272576 KiB
Current children cumulated memory: 209220 KiB

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

/proc/meminfo: memFree=119473580/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=273756 memory=215108 CPUtime=2645.01 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 281665 0 0 0 264175 326 0 0 20 0 2 0 235575620 280326144 53777 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 68439 53777 672 633 0 55441 0
[pid=174443/tid=174445] ppid=174440 vsize=273756 memory=215108 CPUtime=1055.85 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 25611 0 0 0 105464 121 0 0 20 0 2 0 235575621 280326144 53777 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 2645.01 s
Current children cumulated vsize: 273756 KiB
Current children cumulated memory: 215108 KiB

[startup+1662.3 s]
/proc/loadavg: 5.93 6.04 5.05 8/266 174584
/proc/meminfo: memFree=119419084/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=273756 memory=215108 CPUtime=2744.01 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 281976 0 0 0 274063 338 0 0 20 0 2 0 235575620 280326144 53777 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 68439 53777 672 633 0 55441 0
[pid=174443/tid=174445] ppid=174440 vsize=273756 memory=215108 CPUtime=1095.42 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 25641 0 0 0 109417 125 0 0 20 0 2 0 235575621 280326144 53777 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 2744.01 s
Current children cumulated vsize: 273756 KiB
Current children cumulated memory: 215108 KiB

[startup+1722.3 s]
/proc/loadavg: 6.40 6.14 5.15 7/266 174586
/proc/meminfo: memFree=119442176/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=273756 memory=215236 CPUtime=2843.11 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 282288 0 0 0 283962 349 0 0 20 0 2 0 235575620 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 68439 53809 672 633 0 55441 0
[pid=174443/tid=174445] ppid=174440 vsize=273756 memory=215108 CPUtime=1135.05 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 25664 0 0 0 113376 129 0 0 20 0 2 0 235575621 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 2843.11 s
Current children cumulated vsize: 273756 KiB
Current children cumulated memory: 215236 KiB

[startup+1782.3 s]
/proc/loadavg: 6.30 6.17 5.22 9/267 174589
/proc/meminfo: memFree=119421856/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=273756 memory=215236 CPUtime=2942.05 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 282289 0 0 0 293843 362 0 0 20 0 2 0 235575620 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 68439 53809 672 633 0 55441 0
[pid=174443/tid=174445] ppid=174440 vsize=273756 memory=215236 CPUtime=1174.53 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) S 174440 174443 174194 0 -1 4194368 25664 0 0 0 117318 135 0 0 20 0 2 0 235575621 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 2942.05 s
Current children cumulated vsize: 273756 KiB
Current children cumulated memory: 215236 KiB

[startup+1842.3 s]
/proc/loadavg: 6.28 6.19 5.29 8/268 174598
/proc/meminfo: memFree=119430216/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=273756 memory=215236 CPUtime=3041.14 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 282591 0 0 0 303742 372 0 0 20 0 2 0 235575620 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 68439 53809 672 633 0 55441 0
[pid=174443/tid=174445] ppid=174440 vsize=273756 memory=215236 CPUtime=1214.15 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 25692 0 0 0 121277 138 0 0 20 0 2 0 235575621 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 3041.14 s
Current children cumulated vsize: 273756 KiB
Current children cumulated memory: 215236 KiB

[startup+1902.3 s]
/proc/loadavg: 6.27 6.20 5.35 8/268 174599
/proc/meminfo: memFree=119411196/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=273756 memory=215236 CPUtime=3139.97 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 282601 0 0 0 313616 381 0 0 20 0 2 0 235575620 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 68439 53809 672 633 0 55441 0
[pid=174443/tid=174445] ppid=174440 vsize=273756 memory=215236 CPUtime=1253.52 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) S 174440 174443 174194 0 -1 4194368 25692 0 0 0 125210 142 0 0 20 0 2 0 235575621 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 3139.97 s
Current children cumulated vsize: 273756 KiB
Current children cumulated memory: 215236 KiB

[startup+1962.3 s]
/proc/loadavg: 6.29 6.22 5.42 6/268 174601
/proc/meminfo: memFree=119395144/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=273756 memory=215236 CPUtime=3238.96 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 282602 0 0 0 323505 391 0 0 20 0 2 0 235575620 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 68439 53809 672 633 0 55441 0
[pid=174443/tid=174445] ppid=174440 vsize=273756 memory=215236 CPUtime=1293.05 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) S 174440 174443 174194 0 -1 4194368 25692 0 0 0 129158 147 0 0 20 0 2 0 235575621 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 3238.96 s
Current children cumulated vsize: 273756 KiB
Current children cumulated memory: 215236 KiB

[startup+2022.3 s]
/proc/loadavg: 6.25 6.21 5.47 8/268 174649
/proc/meminfo: memFree=119439860/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=273756 memory=215236 CPUtime=3337.8 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 282915 0 0 0 333376 404 0 0 20 0 2 0 235575620 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 68439 53809 672 633 0 55441 0
[pid=174443/tid=174445] ppid=174440 vsize=273756 memory=14384 CPUtime=1332.44 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 25739 0 0 0 133091 153 0 0 20 0 2 0 235575621 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 3337.8 s
Current children cumulated vsize: 273756 KiB
Current children cumulated memory: 215236 KiB

[startup+2082.3 s]
/proc/loadavg: 6.41 6.25 5.53 7/268 174651
/proc/meminfo: memFree=119396292/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=273756 memory=215236 CPUtime=3436.79 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 282917 0 0 0 343264 415 0 0 20 0 2 0 235575620 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 68439 53809 672 633 0 55441 0
[pid=174443/tid=174445] ppid=174440 vsize=273756 memory=215236 CPUtime=1371.94 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 25739 0 0 0 137036 158 0 0 20 0 2 0 235575621 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 3436.79 s
Current children cumulated vsize: 273756 KiB
Current children cumulated memory: 215236 KiB

[startup+2142.3 s]
/proc/loadavg: 6.76 6.38 5.62 8/267 174654
/proc/meminfo: memFree=119464224/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=273756 memory=215236 CPUtime=3535.66 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 283215 0 0 0 353141 425 0 0 20 0 2 0 235575620 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 68439 53809 672 633 0 55441 0
[pid=174443/tid=174445] ppid=174440 vsize=273756 memory=215236 CPUtime=1411.36 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 25774 0 0 0 140974 162 0 0 20 0 2 0 235575621 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 3535.66 s
Current children cumulated vsize: 273756 KiB
Current children cumulated memory: 215236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2181.4 s]
/proc/loadavg: 6.59 6.38 5.65 6/267 174655
/proc/meminfo: memFree=119432092/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=273756 memory=215236 CPUtime=3600.18 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 283225 0 0 0 359587 431 0 0 20 0 2 0 235575620 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 68439 53809 672 633 0 55441 0
[pid=174443/tid=174445] ppid=174440 vsize=273756 memory=215587488049 CPUtime=1437.12 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) R 174440 174443 174194 0 -1 4194368 25774 0 0 0 143547 165 0 0 20 0 2 0 235575621 280326144 53809 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 273756 KiB
Current children cumulated memory: 215236 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.06 s, system=4.32297 s

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

[startup+2181.5 s]
/proc/loadavg: 6.59 6.38 5.65 6/267 174655
/proc/meminfo: memFree=119432092/131249996 swapFree=33010416/33010684
[pid=174443] ppid=174440 vsize=263512 memory=205064 CPUtime=3600.28 cores=0,2
/proc/174443/stat : 174443 (pb_competition_) R 174440 174443 174194 0 -1 4194304 283230 0 0 0 359597 431 0 0 20 0 2 0 235575620 269836288 51266 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
/proc/174443/statm: 65878 51266 672 633 0 52880 0
[pid=174443/tid=174445] ppid=174440 vsize=263512 memory=10752 CPUtime=1437.13 cores=0,2
/proc/174443/task/174445/stat : 174445 (pb_competition_) S 174440 174443 174194 0 -1 4194368 25774 0 0 0 143548 165 0 0 20 0 2 0 235575621 269836288 51266 18446744073709551615 4198400 6788177 140730176189344 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 28807168 140730176190807 140730176190934 140730176190934 140730176196538 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 263512 KiB
Current children cumulated memory: 205064 KiB

Child status: 0

Real time (s): 2181.6
CPU time (s): 3600.38
CPU user time (s): 3596.06
CPU system time (s): 4.32297
CPU usage (%): 165.034
Max. virtual memory (cumulated for all children) (KiB): 273756
Max. memory (cumulated for all children) (KiB): 215236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.06
system time used= 4.32297
maximum resident set size= 215236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292624
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= 78664
involuntary context switches= 47271


# summary of solver processes directly reported to runsolver:
#   pid: 174443
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3596.06
#   total CPU system time (s): 4.32297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.42918 second user time and 10.402 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-22 17:42:59
IDJOB=4542344
IDBENCH=163921
IDSOLVER=3347
FILE ID=nodeC022/4542344-1753198978
RUNJOBID= nodeC022-1753198973-174211
SLURM_JOB_ID= 9687755
Free space on /tmp= 432804 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_height21_pigeons20_holes19.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-4542344-1753198978/watcher-4542344-1753198978 -o /tmp/evaluation-result-4542344-1753198978/solver-4542344-1753198978 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753198973-174211 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1063239506 HOME/instance-4542344-1753198978.opb

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

MD5SUM BENCH= 623c8f5cac41c95d6cbe9efd54b08dc9
RANDOM SEED=1063239506

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128598228 kB
MemAvailable:   129734940 kB
Buffers:            2128 kB
Cached:          1887096 kB
SwapCached:           32 kB
Active:          1217624 kB
Inactive:         745292 kB
Active(anon):      97836 kB
Inactive(anon):     2124 kB
Active(file):    1119788 kB
Inactive(file):   743168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22036 kB
Writeback:             0 kB
AnonPages:         76888 kB
Mapped:           109092 kB
Shmem:             26220 kB
KReclaimable:     225588 kB
Slab:             322260 kB
SReclaimable:     225588 kB
SUnreclaim:        96672 kB
KernelStack:        4192 kB
PageTables:         2984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     353832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3872 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432660 MiB
End job on nodeC022 at 2025-07-22 18:19:20