Trace number 4542539

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) 3602.08 2661.18

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height46_pigeons45_holes44.opb
MD5SUMa8e56f9e5ad0cb5cee4856e95cb4d672
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 benchmark1193.42
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2235696
Total number of constraints106882
Number of constraints which are clauses54005
Number of constraints which are cardinality constraints (but not clauses)48506
Number of constraints which are nor clauses,nor cardinality constraints4371
Minimum length of a constraint44
Maximum length of a constraint49
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 52
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/)
9.89/7.94	c #variable: 2235696
9.89/7.94	c #constraint: 106882
9.89/7.94	c #equal: 0
9.89/7.94	c intsize: 6
9.89/7.94	c sizeproduct: 0
9.89/7.94	c #soft: 0
9.89/7.94	c mincost: 0
9.89/7.94	c maxcost: 0
9.89/7.94	c sumcost: 0
9.89/7.94	c iteration_max: -1
9.89/7.94	c time_max: -1
9.89/7.94	c number_of_threads(move update): 2
9.89/7.94	c number_of_threads(move evaluation): 2
9.89/7.94	c seed: 2091113130
3600.21/2659.39	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 (58748 MiB free)
  memory of node 1: 64507 MiB (53229 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542539-1753198981/watcher-4542539-1753198981 -o /tmp/evaluation-result-4542539-1753198981/solver-4542539-1753198981 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753198973-173105 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 2091113130 HOME/instance-4542539-1753198981.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100064 s]*
/proc/loadavg: 0.14 0.10 0.09 6/269 173392
/proc/meminfo: memFree=114550696/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=157044 memory=90852 CPUtime=0.13 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) D 173387 173390 173087 0 -1 4194304 21751 0 0 0 8 5 0 0 20 0 2 0 235578068 160813056 22713 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 39261 22713 576 633 0 24583 0
[pid=173390/tid=173392] ppid=173387 vsize=157044 memory=4026531960 CPUtime=0.04 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) R 173387 173390 173087 0 -1 4194368 2492 0 0 0 3 1 0 0 20 0 2 0 235578074 160813056 22713 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 157044 KiB
Current children cumulated memory: 90852 KiB

[startup+0.205914 s]*
/proc/loadavg: 0.14 0.10 0.09 6/269 173392
/proc/meminfo: memFree=114495072/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=184372 memory=140772 CPUtime=0.34 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 34199 0 0 0 25 9 0 0 20 0 2 0 235578068 188796928 35193 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 46093 35193 576 633 0 37031 0
[pid=173390/tid=173392] ppid=173387 vsize=184372 memory=3472328300254200092 CPUtime=0.14 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) R 173387 173390 173087 0 -1 4194368 8108 0 0 0 11 3 0 0 20 0 2 0 235578074 188796928 35193 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 184372 KiB
Current children cumulated memory: 140772 KiB

[startup+0.30579 s]*
/proc/loadavg: 0.14 0.10 0.09 7/269 173392
/proc/meminfo: memFree=114451476/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=210248 memory=187748 CPUtime=0.52 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 45940 0 0 0 41 11 0 0 20 0 2 0 235578068 215293952 46937 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 52562 46937 576 633 0 48781 0
[pid=173390/tid=173392] ppid=173387 vsize=210248 memory=-8970254146809784416 CPUtime=0.22 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) R 173387 173390 173087 0 -1 4194368 13389 0 0 0 18 4 0 0 20 0 2 0 235578074 215293952 46937 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 210248 KiB
Current children cumulated memory: 187748 KiB

[startup+0.70021 s]
/proc/loadavg: 0.53 0.19 0.12 5/269 173392
/proc/meminfo: memFree=114345784/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=445488 memory=385252 CPUtime=1.27 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 95311 0 0 0 107 20 0 0 20 0 2 0 235578068 456179712 96313 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 111372 96313 576 633 0 98142 0
[pid=173390/tid=173392] ppid=173387 vsize=445488 memory=27136 CPUtime=0.6 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) R 173387 173390 173087 0 -1 4194368 36708 0 0 0 50 10 0 0 20 0 2 0 235578074 456179712 96313 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 445488 KiB
Current children cumulated memory: 385252 KiB

[startup+1.5002 s]
/proc/loadavg: 0.53 0.19 0.12 6/269 173392
/proc/meminfo: memFree=113982056/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=632092 memory=583488 CPUtime=2.27 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 173594 0 0 0 196 31 0 0 20 0 2 0 235578068 647262208 145872 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 158023 145872 576 633 0 147756 0
[pid=173390/tid=173392] ppid=173387 vsize=632092 memory=27136 CPUtime=0.9 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 56055 0 0 0 76 14 0 0 20 0 2 0 235578074 647262208 145872 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 632092 KiB
Current children cumulated memory: 583488 KiB

[startup+3.10566 s]
/proc/loadavg: 0.53 0.19 0.12 5/269 173392
/proc/meminfo: memFree=113489556/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=833820 memory=785404 CPUtime=3.88 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 270992 0 0 0 345 43 0 0 20 0 2 0 235578068 853831680 196351 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 208455 196351 576 633 0 198188 0
[pid=173390/tid=173392] ppid=173387 vsize=833820 memory=642552 CPUtime=0.9 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 56055 0 0 0 76 14 0 0 20 0 2 0 235578074 853831680 196351 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 3.88 s
Current children cumulated vsize: 833820 KiB
Current children cumulated memory: 785404 KiB

[startup+6.3002 s]
/proc/loadavg: 0.97 0.28 0.15 7/269 173392
/proc/meminfo: memFree=112059624/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=1565992 memory=1528960 CPUtime=7.25 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 757122 0 0 0 635 90 0 0 20 0 2 0 235578068 1603575808 382240 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 391498 382240 608 633 0 383776 0
[pid=173390/tid=173392] ppid=173387 vsize=1565992 memory=27136 CPUtime=1.09 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) R 173387 173390 173087 0 -1 4194368 83667 0 0 0 93 16 0 0 20 0 2 0 235578074 1603575808 382240 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 0 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 7.25 s
Current children cumulated vsize: 1565992 KiB
Current children cumulated memory: 1528960 KiB

[startup+12.7002 s]
/proc/loadavg: 1.29 0.36 0.18 6/269 173392
/proc/meminfo: memFree=110281408/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=2332988 memory=2322544 CPUtime=14.67 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 1187901 0 0 0 1327 140 0 0 20 0 2 0 235578068 2388979712 580636 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 583247 580636 672 633 0 582204 0
[pid=173390/tid=173392] ppid=173387 vsize=2332988 memory=2322544 CPUtime=2.24 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 107837 0 0 0 201 23 0 0 20 0 2 0 235578074 2388979712 580636 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 14.67 s
Current children cumulated vsize: 2332988 KiB
Current children cumulated memory: 2322544 KiB

[startup+25.5002 s]
/proc/loadavg: 1.94 0.53 0.23 6/269 173392
/proc/meminfo: memFree=106945156/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3681420 memory=3637092 CPUtime=27.53 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 1533747 0 0 0 2558 195 0 0 20 0 2 0 235578068 3769774080 909273 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 920355 909273 672 633 0 919312 0
[pid=173390/tid=173392] ppid=173387 vsize=3681420 memory=14720 CPUtime=2.36 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 107837 0 0 0 213 23 0 0 20 0 2 0 235578074 3769774080 909273 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 27.53 s
Current children cumulated vsize: 3681420 KiB
Current children cumulated memory: 3637092 KiB

[startup+51.1058 s]
/proc/loadavg: 3.00 0.93 0.38 6/269 173393
/proc/meminfo: memFree=106941132/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3681420 memory=3637092 CPUtime=53.02 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 1633531 0 0 0 5089 213 0 0 20 0 2 0 235578068 3769774080 909273 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 920355 909273 672 633 0 919312 0
[pid=173390/tid=173392] ppid=173387 vsize=3681420 memory=3637092 CPUtime=2.36 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 107837 0 0 0 213 23 0 0 20 0 2 0 235578074 3769774080 909273 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 53.02 s
Current children cumulated vsize: 3681420 KiB
Current children cumulated memory: 3637092 KiB

[startup+102.3 s]
/proc/loadavg: 4.38 1.61 0.64 7/269 173395
/proc/meminfo: memFree=106937164/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3627488 memory=3617328 CPUtime=104.26 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 2281700 0 0 0 10068 358 0 0 20 0 2 0 235578068 3714547712 904332 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 906872 904332 672 633 0 905829 0
[pid=173390/tid=173392] ppid=173387 vsize=3627488 memory=3617328 CPUtime=2.69 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 110029 0 0 0 246 23 0 0 20 0 2 0 235578074 3714547712 904332 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 104.26 s
Current children cumulated vsize: 3627488 KiB
Current children cumulated memory: 3617328 KiB

[startup+162.3 s]
/proc/loadavg: 5.23 2.36 0.96 7/269 173397
/proc/meminfo: memFree=106908248/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3601584 memory=3591496 CPUtime=171.07 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 2868794 0 0 0 16331 776 0 0 20 0 2 0 235578068 3688022016 897874 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 900396 897874 672 633 0 899353 0
[pid=173390/tid=173392] ppid=173387 vsize=3601584 memory=3597096 CPUtime=9.9 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) R 173387 173390 173087 0 -1 4194368 147584 0 0 0 963 27 0 0 20 0 2 0 235578074 3688022016 897874 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 171.07 s
Current children cumulated vsize: 3601584 KiB
Current children cumulated memory: 3591496 KiB

[startup+222.3 s]
/proc/loadavg: 5.76 3.04 1.28 6/270 173401
/proc/meminfo: memFree=106833772/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3698260 memory=3688100 CPUtime=240.14 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 3406659 0 0 0 22861 1153 0 0 20 0 2 0 235578068 3787018240 922025 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 924565 922025 672 633 0 923522 0
[pid=173390/tid=173392] ppid=173387 vsize=3698260 memory=3661292 CPUtime=19.32 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 165478 0 0 0 1903 29 0 0 20 0 2 0 235578074 3787018240 922025 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 240.14 s
Current children cumulated vsize: 3698260 KiB
Current children cumulated memory: 3688100 KiB

[startup+282.3 s]
/proc/loadavg: 5.89 3.57 1.58 7/271 173404
/proc/meminfo: memFree=106859760/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3746064 memory=3735904 CPUtime=306.51 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 3878543 0 0 0 29200 1451 0 0 20 0 2 0 235578068 3835969536 933976 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 936516 933976 672 633 0 935473 0
[pid=173390/tid=173392] ppid=173387 vsize=3746064 memory=3637196 CPUtime=26.05 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 166191 0 0 0 2575 30 0 0 20 0 2 0 235578074 3835969536 933976 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 306.51 s
Current children cumulated vsize: 3746064 KiB

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

/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 15230230 0 0 0 301575 10309 0 0 20 0 2 0 235578068 3731390464 908462 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 910984 908462 672 633 0 909941 0
[pid=173390/tid=173392] ppid=173387 vsize=3643936 memory=3633848 CPUtime=814.75 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 760707 0 0 0 81333 142 0 0 20 0 2 0 235578074 3731390464 908462 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 3118.84 s
Current children cumulated vsize: 3643936 KiB
Current children cumulated memory: 3633848 KiB

[startup+2382.3 s]
/proc/loadavg: 6.18 6.30 5.93 5/266 173603
/proc/meminfo: memFree=105630108/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3713804 memory=3703644 CPUtime=3203.46 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 15481945 0 0 0 309812 10534 0 0 20 0 2 0 235578068 3802935296 925911 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 928451 925911 672 633 0 927408 0
[pid=173390/tid=173392] ppid=173387 vsize=3713804 memory=3633848 CPUtime=839.86 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 761842 0 0 0 83842 144 0 0 20 0 2 0 235578074 3802935296 925911 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 3203.46 s
Current children cumulated vsize: 3713804 KiB
Current children cumulated memory: 3703644 KiB

[startup+2442.3 s]
/proc/loadavg: 6.33 6.33 5.97 6/267 173610
/proc/meminfo: memFree=105796400/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3654016 memory=3643916 CPUtime=3290.04 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 15646182 0 0 0 318269 10735 0 0 20 0 2 0 235578068 3741712384 910979 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 913504 910979 672 633 0 912461 0
[pid=173390/tid=173392] ppid=173387 vsize=3654016 memory=3633848 CPUtime=866.99 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 762529 0 0 0 86551 148 0 0 20 0 2 0 235578074 3741712384 910979 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 3290.04 s
Current children cumulated vsize: 3654016 KiB
Current children cumulated memory: 3643916 KiB

[startup+2502.3 s]
/proc/loadavg: 6.32 6.32 5.99 6/267 173612
/proc/meminfo: memFree=105841680/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3723884 memory=3713712 CPUtime=3374.75 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 15821502 0 0 0 326517 10958 0 0 20 0 2 0 235578068 3813257216 928428 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 930971 928428 672 633 0 929928 0
[pid=173390/tid=173392] ppid=173387 vsize=3723884 memory=3643856 CPUtime=892.3 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 763717 0 0 0 89079 151 0 0 20 0 2 0 235578074 3813257216 928428 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 3374.75 s
Current children cumulated vsize: 3723884 KiB
Current children cumulated memory: 3713712 KiB

[startup+2562.3 s]
/proc/loadavg: 6.15 6.27 6.00 7/267 173614
/proc/meminfo: memFree=105631420/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3764156 memory=3739916 CPUtime=3461.41 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 15982709 0 0 0 334981 11160 0 0 20 0 2 0 235578068 3854495744 934979 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 941039 934979 672 633 0 939996 0
[pid=173390/tid=173392] ppid=173387 vsize=3764156 memory=3668816 CPUtime=919.51 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) R 173387 173390 173087 0 -1 4194368 764403 0 0 0 91797 154 0 0 20 0 2 0 235578074 3854495744 934979 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 3461.41 s
Current children cumulated vsize: 3764156 KiB
Current children cumulated memory: 3739916 KiB

[startup+2622.3 s]
/proc/loadavg: 6.19 6.27 6.01 8/267 173616
/proc/meminfo: memFree=105645964/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3678916 memory=3668828 CPUtime=3547.03 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 16227911 0 0 0 343329 11374 0 0 20 0 2 0 235578068 3767209984 917207 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 919729 917207 672 633 0 918686 0
[pid=173390/tid=173392] ppid=173387 vsize=3678916 memory=3668828 CPUtime=945.72 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) R 173387 173390 173087 0 -1 4194368 765071 0 0 0 94416 156 0 0 20 0 2 0 235578074 3767209984 917207 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 3547.03 s
Current children cumulated vsize: 3678916 KiB
Current children cumulated memory: 3668828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2659.11 s]
/proc/loadavg: 6.01 6.21 6.00 8/267 173619
/proc/meminfo: memFree=105744496/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3678916 memory=3668756 CPUtime=3600.01 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 16281074 0 0 0 348500 11501 0 0 20 0 2 0 235578068 3767209984 917189 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 919729 917189 672 633 0 918686 0
[pid=173390/tid=173392] ppid=173387 vsize=3678916 memory=3668828 CPUtime=962.26 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 765637 0 0 0 96068 158 0 0 20 0 2 0 235578074 3767209984 917189 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 3678916 KiB
Current children cumulated memory: 3668756 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2661.18 s]
# the end of solver process 173390 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3486.84 s, system=115.246 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2659.2 s]
/proc/loadavg: 6.01 6.21 6.00 8/267 173619
/proc/meminfo: memFree=105744496/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3678916 memory=3668756 CPUtime=3600.11 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 16281074 0 0 0 348510 11501 0 0 20 0 2 0 235578068 3767209984 917189 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 919729 917189 672 633 0 918686 0
[pid=173390/tid=173392] ppid=173387 vsize=3678916 memory=427124 CPUtime=962.26 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 765637 0 0 0 96068 158 0 0 20 0 2 0 235578074 3767209984 917189 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 3678916 KiB
Current children cumulated memory: 3668756 KiB

[startup+2660 s]*
/proc/loadavg: 6.01 6.21 6.00 8/267 173619
/proc/meminfo: memFree=106227376/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3207200 memory=3197168 CPUtime=3600.9 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 16399531 0 0 0 348583 11507 0 0 20 0 2 0 235578068 3284172800 799292 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 801800 799292 672 633 0 800757 0
[pid=173390/tid=173392] ppid=173387 vsize=3207200 memory=-8826138950143862880 CPUtime=962.26 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 765637 0 0 0 96068 158 0 0 20 0 2 0 235578074 3284172800 799292 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 3600.9 s
Current children cumulated vsize: 3207200 KiB
Current children cumulated memory: 3197168 KiB

[startup+2660.8 s]
/proc/loadavg: 6.01 6.21 6.00 8/267 173619
/proc/meminfo: memFree=106227376/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3150416 memory=3140384 CPUtime=3601.7 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 16567780 0 0 0 348653 11517 0 0 20 0 2 0 235578068 3226025984 785096 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 787604 785096 672 633 0 786561 0
[pid=173390/tid=173392] ppid=173387 vsize=3150416 memory=27136 CPUtime=962.26 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 765637 0 0 0 96068 158 0 0 20 0 2 0 235578074 3226025984 785096 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 3601.7 s
Current children cumulated vsize: 3150416 KiB
Current children cumulated memory: 3140384 KiB

[startup+2661 s]*
/proc/loadavg: 5.93 6.19 6.00 6/267 173619
/proc/meminfo: memFree=106297168/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=3150416 memory=3140384 CPUtime=3601.9 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 16576048 0 0 0 348673 11517 0 0 20 0 2 0 235578068 3226025984 785096 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 787604 785096 672 633 0 786561 0
[pid=173390/tid=173392] ppid=173387 vsize=3150416 memory=-8826138950143862880 CPUtime=962.26 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 765637 0 0 0 96068 158 0 0 20 0 2 0 235578074 3226025984 785096 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 3601.9 s
Current children cumulated vsize: 3150416 KiB
Current children cumulated memory: 3140384 KiB

[startup+2661.11 s]
/proc/loadavg: 5.93 6.19 6.00 6/267 173619
/proc/meminfo: memFree=106297168/131250000 swapFree=33010416/33010684
[pid=173390] ppid=173387 vsize=2940816 memory=2930784 CPUtime=3602 cores=5,7
/proc/173390/stat : 173390 (pb_competition_) R 173387 173390 173087 0 -1 4194304 16580860 0 0 0 348683 11517 0 0 20 0 2 0 235578068 3011395584 732696 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
/proc/173390/statm: 735204 732696 672 633 0 734161 0
[pid=173390/tid=173392] ppid=173387 vsize=2940816 memory=3668828 CPUtime=962.26 cores=5,7
/proc/173390/task/173392/stat : 173392 (pb_competition_) S 173387 173390 173087 0 -1 4194368 765637 0 0 0 96068 158 0 0 20 0 2 0 235578074 3011395584 732696 18446744073709551615 4198400 6788177 140729611207584 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32534528 140729611209047 140729611209174 140729611209174 140729611214778 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 2940816 KiB
Current children cumulated memory: 2930784 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2661.18
CPU time (s): 3602.08
CPU user time (s): 3486.84
CPU system time (s): 115.246
CPU usage (%): 135.357
Max. virtual memory (cumulated for all children) (KiB): 3816512
Max. memory (cumulated for all children) (KiB): 3755768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3486.84
system time used= 115.246
maximum resident set size= 3793592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16580935
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= 99172
involuntary context switches= 57560


# summary of solver processes directly reported to runsolver:
#   pid: 173390
#   total CPU time (s): 3602.08
#   total CPU user time (s): 3486.84
#   total CPU system time (s): 115.246

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.88455 second user time and 13.904 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-22 17:43:02
IDJOB=4542539
IDBENCH=163934
IDSOLVER=3347
FILE ID=nodeC027/4542539-1753198981
RUNJOBID= nodeC027-1753198973-173105
SLURM_JOB_ID= 9687760
Free space on /tmp= 432852 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_height46_pigeons45_holes44.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-4542539-1753198981/watcher-4542539-1753198981 -o /tmp/evaluation-result-4542539-1753198981/solver-4542539-1753198981 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753198973-173105 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 2091113130 HOME/instance-4542539-1753198981.opb

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

MD5SUM BENCH= a8e56f9e5ad0cb5cee4856e95cb4d672
RANDOM SEED=2091113130

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.652
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.630
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.29
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.613
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.29
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.641
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.29
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.702
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.29
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.420
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.29
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.383
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.29
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.899
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        114674028 kB
MemAvailable:   128726640 kB
Buffers:            2488 kB
Cached:         14818912 kB
SwapCached:            8 kB
Active:          2172332 kB
Inactive:       13722160 kB
Active(anon):    1096560 kB
Inactive(anon):     2788 kB
Active(file):    1075772 kB
Inactive(file): 13719372 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            153500 kB
Writeback:            36 kB
AnonPages:       1076216 kB
Mapped:           116724 kB
Shmem:             26252 kB
KReclaimable:     193016 kB
Slab:             289120 kB
SReclaimable:     193016 kB
SUnreclaim:        96104 kB
KernelStack:        4336 kB
PageTables:         4984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1447144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432832 MiB
End job on nodeC027 at 2025-07-22 18:27:23