Trace number 4542617

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.14 2057.74

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/
normalized-composed_pebbling_php_pyramid_height10_pigeons9_holes8.opb
MD5SUM4d1871845096300f202b70284b6187b6
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 benchmark0.213693
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4884
Total number of constraints1456
Number of constraints which are clauses761
Number of constraints which are cardinality constraints (but not clauses)464
Number of constraints which are nor clauses,nor cardinality constraints231
Minimum length of a constraint8
Maximum length of a constraint13
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 16
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.00/0.01	c #variable: 4884
0.00/0.01	c #constraint: 1456
0.00/0.01	c #equal: 0
0.00/0.01	c intsize: 5
0.00/0.01	c sizeproduct: 0
0.00/0.01	c #soft: 0
0.00/0.01	c mincost: 0
0.00/0.01	c maxcost: 0
0.00/0.01	c sumcost: 0
0.00/0.01	c iteration_max: -1
0.00/0.01	c time_max: -1
0.00/0.01	c number_of_threads(move update): 2
0.00/0.01	c number_of_threads(move evaluation): 2
0.00/0.01	c seed: 2091113130
3600.08/2057.72	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 (58078 MiB free)
  memory of node 1: 64507 MiB (58579 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=174647, runsolver pid=174644

[startup+0.100066 s]*
/proc/loadavg: 6.21 6.20 5.45 7/268 174649
/proc/meminfo: memFree=119455824/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=88688 memory=17300 CPUtime=0.14 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 3360 0 0 0 14 0 0 0 20 0 2 0 235777045 90816512 4325 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 22172 4325 672 633 0 5266 0
[pid=174647/tid=174649] ppid=174644 vsize=88688 memory=4026531960 CPUtime=0.05 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 263 0 0 0 5 0 0 0 20 0 2 0 235777046 90816512 4325 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 88688 KiB
Current children cumulated memory: 17300 KiB

[startup+0.206082 s]*
/proc/loadavg: 6.21 6.20 5.45 6/268 174649
/proc/meminfo: memFree=119486544/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=88992 memory=17428 CPUtime=0.28 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 3394 0 0 0 28 0 0 0 20 0 2 0 235777045 91127808 4357 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 22248 4357 672 633 0 5342 0
[pid=174647/tid=174649] ppid=174644 vsize=88992 memory=4830728736883343644 CPUtime=0.09 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) S 174644 174647 174194 0 -1 4194368 263 0 0 0 9 0 0 0 20 0 2 0 235777046 91127808 4357 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 88992 KiB
Current children cumulated memory: 17428 KiB

[startup+0.30586 s]*
/proc/loadavg: 6.21 6.20 5.45 6/268 174649
/proc/meminfo: memFree=119448168/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=88992 memory=17428 CPUtime=0.45 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 3394 0 0 0 45 0 0 0 20 0 2 0 235777045 91127808 4357 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 22248 4357 672 633 0 5342 0
[pid=174647/tid=174649] ppid=174644 vsize=88992 memory=-8753799859738208096 CPUtime=0.17 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) S 174644 174647 174194 0 -1 4194368 263 0 0 0 17 0 0 0 20 0 2 0 235777046 91127808 4357 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 88992 KiB
Current children cumulated memory: 17428 KiB

[startup+0.700229 s]
/proc/loadavg: 6.21 6.20 5.45 8/268 174649
/proc/meminfo: memFree=119418052/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=89128 memory=17556 CPUtime=1.12 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 3438 0 0 0 111 1 0 0 20 0 2 0 235777045 91267072 4389 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 22282 4389 672 633 0 5376 0
[pid=174647/tid=174649] ppid=174644 vsize=89128 memory=28160 CPUtime=0.45 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 263 0 0 0 45 0 0 0 20 0 2 0 235777046 91267072 4389 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 89128 KiB
Current children cumulated memory: 17556 KiB

[startup+1.50024 s]
/proc/loadavg: 6.21 6.20 5.45 8/268 174649
/proc/meminfo: memFree=119416036/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=89588 memory=17788 CPUtime=2.59 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 5918 0 0 0 255 4 0 0 20 0 2 0 235777045 91738112 4447 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 22397 4447 672 633 0 5491 0
[pid=174647/tid=174649] ppid=174644 vsize=89588 memory=28160 CPUtime=1.12 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) S 174644 174647 174194 0 -1 4194368 490 0 0 0 112 0 0 0 20 0 2 0 235777046 91738112 4447 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 89588 KiB
Current children cumulated memory: 17788 KiB

[startup+3.10616 s]
/proc/loadavg: 6.28 6.22 5.46 8/268 174649
/proc/meminfo: memFree=119455812/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=89968 memory=18300 CPUtime=5.52 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 7776 0 0 0 544 8 0 0 20 0 2 0 235777045 92127232 4575 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 22492 4575 672 633 0 5586 0
[pid=174647/tid=174649] ppid=174644 vsize=89968 memory=18044 CPUtime=2.46 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) S 174644 174647 174194 0 -1 4194368 689 0 0 0 245 1 0 0 20 0 2 0 235777046 92127232 4575 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 5.52 s
Current children cumulated vsize: 89968 KiB
Current children cumulated memory: 18300 KiB

[startup+6.30022 s]
/proc/loadavg: 6.28 6.22 5.46 6/268 174649
/proc/meminfo: memFree=119411244/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=91208 memory=19140 CPUtime=11.31 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 10819 0 0 0 1118 13 0 0 20 0 2 0 235777045 93396992 4785 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 22802 4785 672 633 0 5896 0
[pid=174647/tid=174649] ppid=174644 vsize=91208 memory=28160 CPUtime=5.09 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 960 0 0 0 507 2 0 0 20 0 2 0 235777046 93396992 4785 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 11.31 s
Current children cumulated vsize: 91208 KiB
Current children cumulated memory: 19140 KiB

[startup+12.7002 s]
/proc/loadavg: 6.07 6.18 5.46 6/268 174650
/proc/meminfo: memFree=119355592/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=91472 memory=19908 CPUtime=23.01 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 16740 0 0 0 2280 21 0 0 20 0 2 0 235777045 93667328 4977 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 22868 4977 672 633 0 5962 0
[pid=174647/tid=174649] ppid=174644 vsize=91472 memory=19908 CPUtime=10.46 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 1820 0 0 0 1043 3 0 0 20 0 2 0 235777046 93667328 4977 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 23.01 s
Current children cumulated vsize: 91472 KiB
Current children cumulated memory: 19908 KiB

[startup+25.5002 s]
/proc/loadavg: 6.14 6.19 5.47 7/268 174650
/proc/meminfo: memFree=119370920/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=93564 memory=21112 CPUtime=46.23 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 23439 0 0 0 4587 36 0 0 20 0 2 0 235777045 95809536 5278 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 23391 5278 672 633 0 6485 0
[pid=174647/tid=174649] ppid=174644 vsize=93564 memory=20728 CPUtime=21.01 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 2508 0 0 0 2096 5 0 0 20 0 2 0 235777046 95809536 5278 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 46.23 s
Current children cumulated vsize: 93564 KiB
Current children cumulated memory: 21112 KiB

[startup+51.1064 s]
/proc/loadavg: 6.29 6.22 5.50 9/268 174650
/proc/meminfo: memFree=119414668/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=94132 memory=22136 CPUtime=92.34 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 30421 0 0 0 9171 63 0 0 20 0 2 0 235777045 96391168 5534 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 23533 5534 672 633 0 6627 0
[pid=174647/tid=174649] ppid=174644 vsize=94132 memory=28160 CPUtime=41.76 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 3931 0 0 0 4167 9 0 0 20 0 2 0 235777046 96391168 5534 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 92.34 s
Current children cumulated vsize: 94132 KiB
Current children cumulated memory: 22136 KiB

[startup+102.3 s]
/proc/loadavg: 6.68 6.34 5.58 7/267 174652
/proc/meminfo: memFree=119374460/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=94624 memory=23032 CPUtime=183.83 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 34351 0 0 0 18275 108 0 0 20 0 2 0 235777045 96894976 5758 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 23656 5758 672 633 0 6750 0
[pid=174647/tid=174649] ppid=174644 vsize=94624 memory=28160 CPUtime=82.53 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 4540 0 0 0 8239 14 0 0 20 0 2 0 235777046 96894976 5758 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 183.83 s
Current children cumulated vsize: 94624 KiB
Current children cumulated memory: 23032 KiB

[startup+162.3 s]
/proc/loadavg: 6.64 6.38 5.65 9/267 174655
/proc/meminfo: memFree=119448752/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=98352 memory=24760 CPUtime=290.57 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 42164 0 0 0 28899 158 0 0 20 0 2 0 235777045 100712448 6190 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24588 6190 672 633 0 7682 0
[pid=174647/tid=174649] ppid=174644 vsize=98352 memory=5632 CPUtime=129.85 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 5431 0 0 0 12965 20 0 0 20 0 2 0 235777046 100712448 6190 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 290.57 s
Current children cumulated vsize: 98352 KiB
Current children cumulated memory: 24760 KiB

[startup+222.3 s]
/proc/loadavg: 6.13 6.29 5.66 7/267 174702
/proc/meminfo: memFree=119612400/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=98484 memory=24760 CPUtime=396.85 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 42199 0 0 0 39480 205 0 0 20 0 2 0 235777045 100847616 6190 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24621 6190 672 633 0 7715 0
[pid=174647/tid=174649] ppid=174644 vsize=98484 memory=24760 CPUtime=176.74 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) S 174644 174647 174194 0 -1 4194368 5431 0 0 0 17647 27 0 0 20 0 2 0 235777046 100847616 6190 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 396.85 s
Current children cumulated vsize: 98484 KiB
Current children cumulated memory: 24760 KiB

[startup+282.3 s]
/proc/loadavg: 5.83 6.20 5.68 6/267 174704
/proc/meminfo: memFree=119577968/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=98484 memory=26916 CPUtime=502.96 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 45829 0 0 0 50045 251 0 0 20 0 2 0 235777045 100847616 6729 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24621 6729 672 633 0 7715 0
[pid=174647/tid=174649] ppid=174644 vsize=98484 memory=14384 CPUtime=223.46 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) S 174644 174647 174194 0 -1 4194368 6217 0 0 0 22313 33 0 0 20 0 2 0 235777046 100847616 6729 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 502.96 s
Current children cumulated vsize: 98484 KiB

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

/proc/meminfo: memFree=128362036/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=99632 memory=28068 CPUtime=2604.31 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 69253 0 0 0 259414 1017 0 0 20 0 2 0 235777045 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24908 7017 672 633 0 8002 0
[pid=174647/tid=174649] ppid=174644 vsize=99632 memory=28068 CPUtime=1136.73 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 8677 0 0 0 113533 140 0 0 20 0 2 0 235777046 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 2604.31 s
Current children cumulated vsize: 99632 KiB
Current children cumulated memory: 28068 KiB

[startup+1542.3 s]
/proc/loadavg: 7.16 6.68 6.23 9/266 174850
/proc/meminfo: memFree=128362172/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=99632 memory=28068 CPUtime=2708.03 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 70276 0 0 0 269751 1052 0 0 20 0 2 0 235777045 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24908 7017 672 633 0 8002 0
[pid=174647/tid=174649] ppid=174644 vsize=99632 memory=28068 CPUtime=1180.96 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 8757 0 0 0 117951 145 0 0 20 0 2 0 235777046 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 2708.03 s
Current children cumulated vsize: 99632 KiB
Current children cumulated memory: 28068 KiB

[startup+1602.3 s]
/proc/loadavg: 7.70 6.92 6.35 9/266 174852
/proc/meminfo: memFree=128362040/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=99632 memory=28068 CPUtime=2811.92 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 70278 0 0 0 280104 1088 0 0 20 0 2 0 235777045 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24908 7017 672 633 0 8002 0
[pid=174647/tid=174649] ppid=174644 vsize=99632 memory=14384 CPUtime=1225.4 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 8757 0 0 0 122389 151 0 0 20 0 2 0 235777046 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 2811.92 s
Current children cumulated vsize: 99632 KiB
Current children cumulated memory: 28068 KiB

[startup+1662.3 s]
/proc/loadavg: 7.68 7.05 6.43 8/267 174861
/proc/meminfo: memFree=128378312/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=99632 memory=28068 CPUtime=2915.81 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 71302 0 0 0 290458 1123 0 0 20 0 2 0 235777045 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24908 7017 672 633 0 8002 0
[pid=174647/tid=174649] ppid=174644 vsize=99632 memory=14384 CPUtime=1269.83 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) S 174644 174647 174194 0 -1 4194368 8850 0 0 0 126826 157 0 0 20 0 2 0 235777046 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 2915.81 s
Current children cumulated vsize: 99632 KiB
Current children cumulated memory: 28068 KiB

[startup+1722.3 s]
/proc/loadavg: 7.61 7.14 6.50 9/267 174864
/proc/meminfo: memFree=128378284/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=99632 memory=28068 CPUtime=3019.53 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 71303 0 0 0 300795 1158 0 0 20 0 2 0 235777045 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24908 7017 672 633 0 8002 0
[pid=174647/tid=174649] ppid=174644 vsize=99632 memory=28068 CPUtime=1314.06 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 8850 0 0 0 131245 161 0 0 20 0 2 0 235777046 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 3019.53 s
Current children cumulated vsize: 99632 KiB
Current children cumulated memory: 28068 KiB

[startup+1782.3 s]
/proc/loadavg: 7.56 7.21 6.57 8/267 174866
/proc/meminfo: memFree=128378196/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=99632 memory=28068 CPUtime=3123.43 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 72327 0 0 0 311150 1193 0 0 20 0 2 0 235777045 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24908 7017 672 633 0 8002 0
[pid=174647/tid=174649] ppid=174644 vsize=99632 memory=28068 CPUtime=1358.46 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) S 174644 174647 174194 0 -1 4194368 8912 0 0 0 135681 165 0 0 20 0 2 0 235777046 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 3123.43 s
Current children cumulated vsize: 99632 KiB
Current children cumulated memory: 28068 KiB

[startup+1842.3 s]
/proc/loadavg: 6.89 7.09 6.57 8/267 174868
/proc/meminfo: memFree=128378084/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=99632 memory=28068 CPUtime=3228.36 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 72337 0 0 0 321610 1226 0 0 20 0 2 0 235777045 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24908 7017 672 633 0 8002 0
[pid=174647/tid=174649] ppid=174644 vsize=99632 memory=28068 CPUtime=1403.94 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 8912 0 0 0 140225 169 0 0 20 0 2 0 235777046 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 3228.36 s
Current children cumulated vsize: 99632 KiB
Current children cumulated memory: 28068 KiB

[startup+1902.3 s]
/proc/loadavg: 6.72 7.00 6.57 8/267 174870
/proc/meminfo: memFree=128378204/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=99632 memory=28068 CPUtime=3331.99 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 72341 0 0 0 331940 1259 0 0 20 0 2 0 235777045 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24908 7017 672 633 0 8002 0
[pid=174647/tid=174649] ppid=174644 vsize=99632 memory=28068 CPUtime=1448.19 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) S 174644 174647 174194 0 -1 4194368 8912 0 0 0 144645 174 0 0 20 0 2 0 235777046 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 3331.99 s
Current children cumulated vsize: 99632 KiB
Current children cumulated memory: 28068 KiB

[startup+1962.3 s]
/proc/loadavg: 6.44 6.87 6.55 6/267 174873
/proc/meminfo: memFree=128378324/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=99632 memory=28068 CPUtime=3435.36 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 73373 0 0 0 342241 1295 0 0 20 0 2 0 235777045 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24908 7017 672 633 0 8002 0
[pid=174647/tid=174649] ppid=174644 vsize=99632 memory=28068 CPUtime=1492.22 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 8986 0 0 0 149043 179 0 0 20 0 2 0 235777046 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 3435.36 s
Current children cumulated vsize: 99632 KiB
Current children cumulated memory: 28068 KiB

[startup+2022.3 s]
/proc/loadavg: 7.07 6.96 6.60 9/268 174877
/proc/meminfo: memFree=128356332/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=99632 memory=28068 CPUtime=3538.88 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 74417 0 0 0 352557 1331 0 0 20 0 2 0 235777045 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24908 7017 672 633 0 8002 0
[pid=174647/tid=174649] ppid=174644 vsize=99632 memory=28068 CPUtime=1536.32 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) S 174644 174647 174194 0 -1 4194368 9055 0 0 0 153447 185 0 0 20 0 2 0 235777046 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 3538.88 s
Current children cumulated vsize: 99632 KiB
Current children cumulated memory: 28068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2057.7 s]
/proc/loadavg: 7.28 7.03 6.64 8/268 174879
/proc/meminfo: memFree=128356196/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=99632 memory=28068 CPUtime=3600.08 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 74417 0 0 0 358659 1349 0 0 20 0 2 0 235777045 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24908 7017 672 633 0 8002 0
[pid=174647/tid=174649] ppid=174644 vsize=99632 memory=28160 CPUtime=1562.42 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 9055 0 0 0 156054 188 0 0 20 0 2 0 235777046 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 99632 KiB
Current children cumulated memory: 28068 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.64 s, system=13.497 s

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

[startup+2057.7 s]
/proc/loadavg: 7.28 7.03 6.64 8/268 174879
/proc/meminfo: memFree=128356196/131249996 swapFree=33010416/33010684
[pid=174647] ppid=174644 vsize=99632 memory=28068 CPUtime=3600.08 cores=1,3
/proc/174647/stat : 174647 (pb_competition_) R 174644 174647 174194 0 -1 4194304 74417 0 0 0 358659 1349 0 0 20 0 2 0 235777045 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
/proc/174647/statm: 24908 7017 672 633 0 8002 0
[pid=174647/tid=174649] ppid=174644 vsize=99632 memory=28160 CPUtime=1562.42 cores=1,3
/proc/174647/task/174649/stat : 174649 (pb_competition_) R 174644 174647 174194 0 -1 4194368 9055 0 0 0 156054 188 0 0 20 0 2 0 235777046 102023168 7017 18446744073709551615 4198400 6788177 140733323129920 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20557824 140733323135319 140733323135446 140733323135446 140733323141050 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 99632 KiB
Current children cumulated memory: 28068 KiB

Child status: 0

Real time (s): 2057.74
CPU time (s): 3600.14
CPU user time (s): 3586.64
CPU system time (s): 13.497
CPU usage (%): 174.956
Max. virtual memory (cumulated for all children) (KiB): 99632
Max. memory (cumulated for all children) (KiB): 28068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.64
system time used= 13.497
maximum resident set size= 28068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74644
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= 40673
involuntary context switches= 63880


# summary of solver processes directly reported to runsolver:
#   pid: 174647
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3586.64
#   total CPU system time (s): 13.497

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.61805 second user time and 10.6264 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-22 18:16:33
IDJOB=4542617
IDBENCH=163940
IDSOLVER=3347
FILE ID=nodeC022/4542617-1753200993
RUNJOBID= nodeC022-1753198973-174213
SLURM_JOB_ID= 9687755
Free space on /tmp= 432668 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_height10_pigeons9_holes8.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-4542617-1753200993/watcher-4542617-1753200993 -o /tmp/evaluation-result-4542617-1753200993/solver-4542617-1753200993 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753198973-174213 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 2091113130 HOME/instance-4542617-1753200993.opb

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

MD5SUM BENCH= 4d1871845096300f202b70284b6187b6
RANDOM SEED=2091113130

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		: 3599.925
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		: 3608.062
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.930
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.902
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.291
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		: 3599.707
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		: 3588.973
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		: 3634.764
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:        119515644 kB
MemAvailable:   120788288 kB
Buffers:            2128 kB
Cached:          2022952 kB
SwapCached:           32 kB
Active:         10008504 kB
Inactive:         881180 kB
Active(anon):    8888716 kB
Inactive(anon):     2124 kB
Active(file):    1119788 kB
Inactive(file):   879056 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5224 kB
Writeback:             0 kB
AnonPages:       8864744 kB
Mapped:           117648 kB
Shmem:             26220 kB
KReclaimable:     225680 kB
Slab:             321924 kB
SReclaimable:     225680 kB
SUnreclaim:        96244 kB
KernelStack:        4352 kB
PageTables:        20580 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9233864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3706880 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= 432792 MiB
End job on nodeC022 at 2025-07-22 18:50:51