Trace number 4519466

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 NameAnswerobjective functionCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.59 2469.03

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height30_pigeons29_holes28.opb
MD5SUMc8ceefdda568d430d72bfadd598002dc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark496
Best CPU time to get the best result obtained on this benchmark54.3384
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables403744
Total number of constraints31062
Number of constraints which are clauses15779
Number of constraints which are cardinality constraints (but not clauses)13392
Number of constraints which are nor clauses,nor cardinality constraints1891
Minimum length of a constraint28
Maximum length of a constraint33
Number of terms in the objective function 992
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 992
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 992
Number of bits of the biggest sum of numbers10
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/)
1.46/1.15	c #variable: 403744
1.46/1.15	c #constraint: 31062
1.46/1.15	c #equal: 0
1.46/1.15	c intsize: 10
1.46/1.15	c sizeproduct: 0
1.46/1.15	c #soft: 0
1.46/1.15	c mincost: 0
1.46/1.15	c maxcost: 0
1.46/1.15	c sumcost: 0
1.46/1.15	c iteration_max: -1
1.46/1.15	c time_max: -1
1.46/1.15	c number_of_threads(move update): 2
1.46/1.15	c number_of_threads(move evaluation): 2
1.46/1.15	c seed: 215934188
3600.25/2468.75	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: 63708 MiB (62309 MiB free)
  memory of node 1: 64465 MiB (58407 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519466-1751549555/watcher-4519466-1751549555 -o /tmp/evaluation-result-4519466-1751549555/solver-4519466-1751549555 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751544067-78934 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 215934188 HOME/instance-4519466-1751549555.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=79906, runsolver pid=79903
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 5.13 5.10 5.17 6/267 79908
/proc/meminfo: memFree=123569328/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=112604 memory=55556 CPUtime=0.18 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 13645 0 0 0 15 3 0 0 20 0 2 0 70633034 115306496 13889 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 28151 13889 576 633 0 15462 0
[pid=79906/tid=79908] ppid=79903 vsize=112604 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) R 79903 79906 78844 0 -1 4194368 4481 0 0 0 6 1 0 0 20 0 2 0 70633035 115306496 13889 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 112604 KiB
Current children cumulated memory: 55556 KiB

[startup+0.205521 s]*
/proc/loadavg: 5.13 5.10 5.17 5/267 79908
/proc/meminfo: memFree=123541768/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=129632 memory=93060 CPUtime=0.35 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) S 79903 79906 78844 0 -1 4194304 23052 0 0 0 29 6 0 0 20 0 2 0 70633034 132743168 23265 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 32408 23265 576 633 0 24891 0
[pid=79906/tid=79908] ppid=79903 vsize=129632 memory=664958721904869660 CPUtime=0.17 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) R 79903 79906 78844 0 -1 4194368 9653 0 0 0 14 3 0 0 20 0 2 0 70633035 132743168 23265 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 129632 KiB
Current children cumulated memory: 93060 KiB

[startup+0.30544 s]*
/proc/loadavg: 5.13 5.10 5.17 5/267 79908
/proc/meminfo: memFree=123509888/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=153200 memory=116916 CPUtime=0.45 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 29508 0 0 0 38 7 0 0 20 0 2 0 70633034 156876800 29229 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 38300 29229 576 633 0 30836 0
[pid=79906/tid=79908] ppid=79903 vsize=153200 memory=7970386767569041779 CPUtime=0.18 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 9706 0 0 0 15 3 0 0 20 0 2 0 70633035 156876800 29229 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 0 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 153200 KiB
Current children cumulated memory: 116916 KiB

[startup+0.700198 s]
/proc/loadavg: 5.13 5.10 5.17 5/267 79908
/proc/meminfo: memFree=123479800/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=273744 memory=237808 CPUtime=0.84 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 53456 0 0 0 73 11 0 0 20 0 2 0 70633034 280313856 59452 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 68436 59452 608 633 0 60972 0
[pid=79906/tid=79908] ppid=79903 vsize=273744 memory=14976 CPUtime=0.18 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 9706 0 0 0 15 3 0 0 20 0 2 0 70633035 280313856 59452 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 0 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 273744 KiB
Current children cumulated memory: 237808 KiB

[startup+1.50019 s]
/proc/loadavg: 5.12 5.10 5.17 6/267 79908
/proc/meminfo: memFree=123316012/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=364636 memory=348220 CPUtime=1.85 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 123486 0 0 0 167 18 0 0 20 0 2 0 70633034 373387264 87055 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 91159 87055 672 633 0 88544 0
[pid=79906/tid=79908] ppid=79903 vsize=364636 memory=14976 CPUtime=0.4 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 23432 0 0 0 35 5 0 0 20 0 2 0 70633035 373387264 87055 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 364636 KiB
Current children cumulated memory: 348220 KiB

[startup+3.10527 s]
/proc/loadavg: 5.12 5.10 5.17 6/267 79908
/proc/meminfo: memFree=122902772/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=752048 memory=735596 CPUtime=3.47 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 236678 0 0 0 314 33 0 0 20 0 2 0 70633034 770097152 183899 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 188012 183899 672 633 0 185397 0
[pid=79906/tid=79908] ppid=79903 vsize=752048 memory=446028 CPUtime=0.42 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 23432 0 0 0 37 5 0 0 20 0 2 0 70633035 770097152 183899 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 3.47 s
Current children cumulated vsize: 752048 KiB
Current children cumulated memory: 735596 KiB

[startup+6.30011 s]
/proc/loadavg: 5.11 5.10 5.17 5/267 79908
/proc/meminfo: memFree=122878092/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=752048 memory=735596 CPUtime=6.66 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 278350 0 0 0 629 37 0 0 20 0 2 0 70633034 770097152 183899 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 188012 183899 672 633 0 185397 0
[pid=79906/tid=79908] ppid=79903 vsize=752048 memory=14976 CPUtime=0.42 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 23432 0 0 0 37 5 0 0 20 0 2 0 70633035 770097152 183899 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 6.66 s
Current children cumulated vsize: 752048 KiB
Current children cumulated memory: 735596 KiB

[startup+12.7002 s]
/proc/loadavg: 5.10 5.10 5.17 6/267 79908
/proc/meminfo: memFree=122896540/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=756852 memory=740180 CPUtime=14.04 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 430301 0 0 0 1357 47 0 0 20 0 2 0 70633034 775016448 185045 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 189213 185045 672 633 0 186598 0
[pid=79906/tid=79908] ppid=79903 vsize=756852 memory=726812 CPUtime=1.44 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 24921 0 0 0 139 5 0 0 20 0 2 0 70633035 775016448 185045 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 14.04 s
Current children cumulated vsize: 756852 KiB
Current children cumulated memory: 740180 KiB

[startup+25.5002 s]
/proc/loadavg: 4.93 5.06 5.16 6/267 79908
/proc/meminfo: memFree=122883568/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=756852 memory=740436 CPUtime=29.98 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 536147 0 0 0 2944 54 0 0 20 0 2 0 70633034 775016448 185109 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 189213 185109 672 633 0 186598 0
[pid=79906/tid=79908] ppid=79903 vsize=756852 memory=740436 CPUtime=4.64 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 25519 0 0 0 458 6 0 0 20 0 2 0 70633035 775016448 185109 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 29.98 s
Current children cumulated vsize: 756852 KiB
Current children cumulated memory: 740436 KiB

[startup+51.1057 s]
/proc/loadavg: 5.10 5.09 5.16 7/267 79956
/proc/meminfo: memFree=122873512/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=768712 memory=752380 CPUtime=64.82 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 672407 0 0 0 6417 65 0 0 20 0 2 0 70633034 787161088 188095 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 192178 188095 672 633 0 189563 0
[pid=79906/tid=79908] ppid=79903 vsize=768712 memory=752380 CPUtime=14.02 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 37978 0 0 0 1394 8 0 0 20 0 2 0 70633035 787161088 188095 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 64.82 s
Current children cumulated vsize: 768712 KiB
Current children cumulated memory: 752380 KiB

[startup+102.3 s]
/proc/loadavg: 5.18 5.12 5.17 7/267 79957
/proc/meminfo: memFree=122899436/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=768712 memory=752380 CPUtime=132.81 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 835178 0 0 0 13203 78 0 0 20 0 2 0 70633034 787161088 188095 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 192178 188095 672 633 0 189563 0
[pid=79906/tid=79908] ppid=79903 vsize=768712 memory=752380 CPUtime=31.19 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) R 79903 79906 78844 0 -1 4194368 47225 0 0 0 3110 9 0 0 20 0 2 0 70633035 787161088 188095 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 132.81 s
Current children cumulated vsize: 768712 KiB
Current children cumulated memory: 752380 KiB

[startup+162.3 s]
/proc/loadavg: 5.61 5.26 5.22 6/267 79959
/proc/meminfo: memFree=122856804/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=768712 memory=752380 CPUtime=212.77 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 911529 0 0 0 21186 91 0 0 20 0 2 0 70633034 787161088 188095 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 192178 188095 672 633 0 189563 0
[pid=79906/tid=79908] ppid=79903 vsize=768712 memory=752380 CPUtime=51.54 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 54773 0 0 0 5141 13 0 0 20 0 2 0 70633035 787161088 188095 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 212.77 s
Current children cumulated vsize: 768712 KiB
Current children cumulated memory: 752380 KiB

[startup+222.3 s]
/proc/loadavg: 5.81 5.38 5.26 6/268 79962
/proc/meminfo: memFree=122856076/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=768712 memory=752380 CPUtime=293.02 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 975985 0 0 0 29200 102 0 0 20 0 2 0 70633034 787161088 188095 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 192178 188095 672 633 0 189563 0
[pid=79906/tid=79908] ppid=79903 vsize=768712 memory=752380 CPUtime=72.22 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 59157 0 0 0 7205 17 0 0 20 0 2 0 70633035 787161088 188095 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 293.02 s
Current children cumulated vsize: 768712 KiB
Current children cumulated memory: 752380 KiB

[startup+282.3 s]
/proc/loadavg: 6.03 5.50 5.31 7/269 79967
/proc/meminfo: memFree=122880432/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=780520 memory=756684 CPUtime=380.44 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 1036726 0 0 0 37933 111 0 0 20 0 2 0 70633034 799252480 189171 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 195130 189171 672 633 0 192515 0
[pid=79906/tid=79908] ppid=79903 vsize=780520 memory=756684 CPUtime=100.18 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 63573 0 0 0 9999 19 0 0 20 0 2 0 70633035 799252480 189171 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 380.44 s
Current children cumulated vsize: 780520 KiB

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

/proc/meminfo: memFree=126460368/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=799852 memory=774936 CPUtime=2861.28 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 2401502 0 0 0 285717 411 0 0 20 0 2 0 70633034 819048448 193734 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 199963 193734 672 633 0 197348 0
[pid=79906/tid=79908] ppid=79903 vsize=799852 memory=10752 CPUtime=916.36 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 179071 0 0 0 91539 97 0 0 20 0 2 0 70633035 819048448 193734 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 2861.28 s
Current children cumulated vsize: 799852 KiB
Current children cumulated memory: 774936 KiB

[startup+2022.3 s]
/proc/loadavg: 6.92 6.81 6.36 8/267 80106
/proc/meminfo: memFree=126461028/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=799852 memory=774936 CPUtime=2948.22 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 2416561 0 0 0 294403 419 0 0 20 0 2 0 70633034 819048448 193734 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 199963 193734 672 633 0 197348 0
[pid=79906/tid=79908] ppid=79903 vsize=799852 memory=774936 CPUtime=943.94 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) R 79903 79906 78844 0 -1 4194368 180412 0 0 0 94295 99 0 0 20 0 2 0 70633035 819048448 193734 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 2948.22 s
Current children cumulated vsize: 799852 KiB
Current children cumulated memory: 774936 KiB

[startup+2082.3 s]
/proc/loadavg: 6.73 6.78 6.38 7/267 80153
/proc/meminfo: memFree=126424056/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=799852 memory=774936 CPUtime=3035.77 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 2474799 0 0 0 303145 432 0 0 20 0 2 0 70633034 819048448 193734 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 199963 193734 672 633 0 197348 0
[pid=79906/tid=79908] ppid=79903 vsize=799852 memory=774936 CPUtime=972.02 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 186214 0 0 0 97098 104 0 0 20 0 2 0 70633035 819048448 193734 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 3035.77 s
Current children cumulated vsize: 799852 KiB
Current children cumulated memory: 774936 KiB

[startup+2142.3 s]
/proc/loadavg: 6.13 6.58 6.33 7/270 80160
/proc/meminfo: memFree=126441824/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=799852 memory=774936 CPUtime=3123.24 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 2493909 0 0 0 311885 439 0 0 20 0 2 0 70633034 819048448 193734 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 199963 193734 672 633 0 197348 0
[pid=79906/tid=79908] ppid=79903 vsize=799852 memory=774936 CPUtime=999.88 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) R 79903 79906 78844 0 -1 4194368 191065 0 0 0 99883 105 0 0 20 0 2 0 70633035 819048448 193734 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 3123.24 s
Current children cumulated vsize: 799852 KiB
Current children cumulated memory: 774936 KiB

[startup+2202.3 s]
/proc/loadavg: 5.95 6.46 6.31 8/270 80162
/proc/meminfo: memFree=126425612/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=799852 memory=775064 CPUtime=3210.83 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 2508077 0 0 0 320637 446 0 0 20 0 2 0 70633034 819048448 193766 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 199963 193766 672 633 0 197348 0
[pid=79906/tid=79908] ppid=79903 vsize=799852 memory=774936 CPUtime=1028 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 191950 0 0 0 102693 107 0 0 20 0 2 0 70633035 819048448 193766 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 3210.83 s
Current children cumulated vsize: 799852 KiB
Current children cumulated memory: 775064 KiB

[startup+2262.3 s]
/proc/loadavg: 5.99 6.37 6.28 6/269 80167
/proc/meminfo: memFree=126425032/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=799852 memory=775192 CPUtime=3298.59 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 2524804 0 0 0 329406 453 0 0 20 0 2 0 70633034 819048448 193798 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 199963 193798 672 633 0 197348 0
[pid=79906/tid=79908] ppid=79903 vsize=799852 memory=775192 CPUtime=1056.26 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) R 79903 79906 78844 0 -1 4194368 193584 0 0 0 105517 109 0 0 20 0 2 0 70633035 819048448 193798 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 3298.59 s
Current children cumulated vsize: 799852 KiB
Current children cumulated memory: 775192 KiB

[startup+2322.3 s]
/proc/loadavg: 5.95 6.29 6.26 7/270 80171
/proc/meminfo: memFree=126434464/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=799852 memory=775192 CPUtime=3386.27 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 2527484 0 0 0 338167 460 0 0 20 0 2 0 70633034 819048448 193798 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 199963 193798 672 633 0 197348 0
[pid=79906/tid=79908] ppid=79903 vsize=799852 memory=775192 CPUtime=1084.46 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 193658 0 0 0 108334 112 0 0 20 0 2 0 70633035 819048448 193798 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 3386.27 s
Current children cumulated vsize: 799852 KiB
Current children cumulated memory: 775192 KiB

[startup+2382.3 s]
/proc/loadavg: 6.06 6.25 6.25 7/270 80173
/proc/meminfo: memFree=126423472/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=799852 memory=775192 CPUtime=3473.74 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 2539170 0 0 0 346908 466 0 0 20 0 2 0 70633034 819048448 193798 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 199963 193798 672 633 0 197348 0
[pid=79906/tid=79908] ppid=79903 vsize=799852 memory=775192 CPUtime=1112.5 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 194794 0 0 0 111137 113 0 0 20 0 2 0 70633035 819048448 193798 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 3473.74 s
Current children cumulated vsize: 799852 KiB
Current children cumulated memory: 775192 KiB

[startup+2442.3 s]
/proc/loadavg: 5.68 6.12 6.21 6/269 80175
/proc/meminfo: memFree=126426016/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=799852 memory=775192 CPUtime=3561.46 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 2544734 0 0 0 355673 473 0 0 20 0 2 0 70633034 819048448 193798 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 199963 193798 672 633 0 197348 0
[pid=79906/tid=79908] ppid=79903 vsize=799852 memory=775192 CPUtime=1140.73 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) R 79903 79906 78844 0 -1 4194368 194841 0 0 0 113958 115 0 0 20 0 2 0 70633035 819048448 193798 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 3561.46 s
Current children cumulated vsize: 799852 KiB
Current children cumulated memory: 775192 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.5 s]
/proc/loadavg: 5.93 6.15 6.21 7/268 80176
/proc/meminfo: memFree=126429104/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=799852 memory=775192 CPUtime=3600 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 2545282 0 0 0 359525 475 0 0 20 0 2 0 70633034 819048448 193798 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 199963 193798 672 633 0 197348 0
[pid=79906/tid=79908] ppid=79903 vsize=799852 memory=775192 CPUtime=1153.3 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 194860 0 0 0 115213 117 0 0 20 0 2 0 70633035 819048448 193798 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 799852 KiB
Current children cumulated memory: 775192 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.8 s, system=4.78689 s

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

[startup+2468.8 s]
/proc/loadavg: 5.93 6.15 6.21 7/268 80176
/proc/meminfo: memFree=126429104/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=707980 memory=691840 CPUtime=3600.35 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 2545753 0 0 0 359560 475 0 0 20 0 2 0 70633034 724971520 172960 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 176995 172960 672 633 0 174380 0
[pid=79906/tid=79908] ppid=79903 vsize=707980 memory=17256 CPUtime=1153.35 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 194860 0 0 0 115218 117 0 0 20 0 2 0 70633035 724971520 172960 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 3600.35 s
Current children cumulated vsize: 707980 KiB
Current children cumulated memory: 691840 KiB

[startup+2469 s]*
/proc/loadavg: 5.93 6.15 6.21 6/268 80176
/proc/meminfo: memFree=126569792/131249996 swapFree=33006296/33010684
[pid=79906] ppid=79903 vsize=653620 memory=637480 CPUtime=3600.56 cores=4,6
/proc/79906/stat : 79906 (pb_competition_) R 79903 79906 78844 0 -1 4194304 2581443 0 0 0 359579 477 0 0 20 0 2 0 70633034 669306880 159370 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
/proc/79906/statm: 163405 159370 672 633 0 160790 0
[pid=79906/tid=79908] ppid=79903 vsize=653620 memory=7971517031011335787 CPUtime=1153.35 cores=4,6
/proc/79906/task/79908/stat : 79908 (pb_competition_) S 79903 79906 78844 0 -1 4194368 194860 0 0 0 115218 117 0 0 20 0 2 0 70633035 669306880 159370 18446744073709551615 4198400 6788177 140722961356992 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 40402944 140722961365338 140722961365464 140722961365464 140722961371066 0
Current children cumulated CPU time: 3600.56 s
Current children cumulated vsize: 653620 KiB
Current children cumulated memory: 637480 KiB

Child status: 0

Real time (s): 2469.03
CPU time (s): 3600.59
CPU user time (s): 3595.8
CPU system time (s): 4.78689
CPU usage (%): 145.83
Max. virtual memory (cumulated for all children) (KiB): 799852
Max. memory (cumulated for all children) (KiB): 775192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.8
system time used= 4.78689
maximum resident set size= 775192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2587039
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= 45812
involuntary context switches= 52418


# summary of solver processes directly reported to runsolver:
#   pid: 79906
#   total CPU time (s): 3600.59
#   total CPU user time (s): 3595.8
#   total CPU system time (s): 4.78689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.0916 second user time and 12.1172 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-03 15:32:36
IDJOB=4519466
IDBENCH=177259
IDSOLVER=3347
FILE ID=nodeC015/4519466-1751549555
RUNJOBID= nodeC015-1751544067-78934
SLURM_JOB_ID= 9598711
Free space on /tmp= 432272 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height30_pigeons29_holes28.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-4519466-1751549555/watcher-4519466-1751549555 -o /tmp/evaluation-result-4519466-1751549555/solver-4519466-1751549555 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751544067-78934 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 215934188 HOME/instance-4519466-1751549555.opb

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

MD5SUM BENCH= c8ceefdda568d430d72bfadd598002dc
RANDOM SEED=215934188

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123613944 kB
MemAvailable:   124336852 kB
Buffers:            1508 kB
Cached:          1506224 kB
SwapCached:         3880 kB
Active:          5688236 kB
Inactive:        1268340 kB
Active(anon):    5414220 kB
Inactive(anon):    48808 kB
Active(file):     274016 kB
Inactive(file):  1219532 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             42104 kB
Writeback:             0 kB
AnonPages:       5444560 kB
Mapped:           108740 kB
Shmem:             14152 kB
KReclaimable:     137200 kB
Slab:             227572 kB
SReclaimable:     137200 kB
SUnreclaim:        90372 kB
KernelStack:        4320 kB
PageTables:        13568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    5802032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2373632 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:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432320 MiB
End job on nodeC015 at 2025-07-03 16:13:45