Trace number 4519512

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.12 2028.35

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height13_pigeons12_holes11.opb
MD5SUM5816d4059f03195ecbecc759cd86d928
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 benchmark105
Best CPU time to get the best result obtained on this benchmark0.904486
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14070
Total number of constraints2961
Number of constraints which are clauses1533
Number of constraints which are cardinality constraints (but not clauses)1050
Number of constraints which are nor clauses,nor cardinality constraints378
Minimum length of a constraint11
Maximum length of a constraint16
Number of terms in the objective function 210
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 210
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 210
Number of bits of the biggest sum of numbers8
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.03	c #variable: 14070
0.00/0.03	c #constraint: 2961
0.00/0.03	c #equal: 0
0.00/0.03	c intsize: 8
0.00/0.03	c sizeproduct: 0
0.00/0.03	c #soft: 0
0.00/0.03	c mincost: 0
0.00/0.03	c maxcost: 0
0.00/0.03	c sumcost: 0
0.00/0.03	c iteration_max: -1
0.00/0.03	c time_max: -1
0.00/0.03	c number_of_threads(move update): 2
0.00/0.03	c number_of_threads(move evaluation): 2
0.00/0.03	c seed: 1086632341
3600.05/2028.32	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 (61580 MiB free)
  memory of node 1: 64465 MiB (58423 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100068 s]*
/proc/loadavg: 5.03 5.07 5.16 6/267 79955
/proc/meminfo: memFree=122853816/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=104636 memory=32792 CPUtime=0.12 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 7885 0 0 0 11 1 0 0 20 0 2 0 70636913 107147264 8198 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 26159 8198 672 633 0 9647 0
[pid=79953/tid=79955] ppid=79950 vsize=104636 memory=4026531960 CPUtime=0.02 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) S 79950 79953 78844 0 -1 4194368 660 0 0 0 2 0 0 0 20 0 2 0 70636913 107147264 8198 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 104636 KiB
Current children cumulated memory: 32792 KiB

[startup+0.205963 s]*
/proc/loadavg: 5.03 5.07 5.16 6/267 79955
/proc/meminfo: memFree=122874296/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=104992 memory=33072 CPUtime=0.27 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 8180 0 0 0 26 1 0 0 20 0 2 0 70636913 107511808 8268 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 26248 8268 672 633 0 9736 0
[pid=79953/tid=79955] ppid=79950 vsize=104992 memory=664958721904869660 CPUtime=0.06 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) S 79950 79953 78844 0 -1 4194368 660 0 0 0 6 0 0 0 20 0 2 0 70636913 107511808 8268 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 104992 KiB
Current children cumulated memory: 33072 KiB

[startup+0.306187 s]*
/proc/loadavg: 5.03 5.07 5.16 8/267 79955
/proc/meminfo: memFree=122853816/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=105212 memory=33328 CPUtime=0.42 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 8225 0 0 0 41 1 0 0 20 0 2 0 70636913 107737088 8332 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 26303 8332 672 633 0 9791 0
[pid=79953/tid=79955] ppid=79950 vsize=105212 memory=7969547840196853363 CPUtime=0.12 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 660 0 0 0 12 0 0 0 20 0 2 0 70636913 107737088 8332 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 105212 KiB
Current children cumulated memory: 33328 KiB

[startup+0.700266 s]
/proc/loadavg: 5.03 5.07 5.16 8/267 79955
/proc/meminfo: memFree=122853816/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=106520 memory=34224 CPUtime=1.1 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 8451 0 0 0 108 2 0 0 20 0 2 0 70636913 109076480 8556 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 26630 8556 672 633 0 10118 0
[pid=79953/tid=79955] ppid=79950 vsize=106520 memory=14976 CPUtime=0.41 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) S 79950 79953 78844 0 -1 4194368 660 0 0 0 41 0 0 0 20 0 2 0 70636913 109076480 8556 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 106520 KiB
Current children cumulated memory: 34224 KiB

[startup+1.50025 s]
/proc/loadavg: 5.03 5.07 5.16 5/267 79955
/proc/meminfo: memFree=122854216/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=106520 memory=34224 CPUtime=2.51 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 13306 0 0 0 247 4 0 0 20 0 2 0 70636913 109076480 8556 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 26630 8556 672 633 0 10118 0
[pid=79953/tid=79955] ppid=79950 vsize=106520 memory=14976 CPUtime=1.04 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) S 79950 79953 78844 0 -1 4194368 1022 0 0 0 104 0 0 0 20 0 2 0 70636913 109076480 8556 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 106520 KiB
Current children cumulated memory: 34224 KiB

[startup+3.10612 s]
/proc/loadavg: 5.03 5.07 5.16 7/267 79955
/proc/meminfo: memFree=122854216/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=106520 memory=34224 CPUtime=5.31 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 18002 0 0 0 525 6 0 0 20 0 2 0 70636913 109076480 8556 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 26630 8556 672 633 0 10118 0
[pid=79953/tid=79955] ppid=79950 vsize=106520 memory=34224 CPUtime=2.25 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 1467 0 0 0 225 0 0 0 20 0 2 0 70636913 109076480 8556 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 106520 KiB
Current children cumulated memory: 34224 KiB

[startup+6.30028 s]
/proc/loadavg: 5.03 5.07 5.16 8/267 79955
/proc/meminfo: memFree=122889608/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=107184 memory=34864 CPUtime=10.84 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 24644 0 0 0 1074 10 0 0 20 0 2 0 70636913 109756416 8716 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 26796 8716 672 633 0 10284 0
[pid=79953/tid=79955] ppid=79950 vsize=107184 memory=14976 CPUtime=4.63 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 2299 0 0 0 462 1 0 0 20 0 2 0 70636913 109756416 8716 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 10.84 s
Current children cumulated vsize: 107184 KiB
Current children cumulated memory: 34864 KiB

[startup+12.7002 s]
/proc/loadavg: 5.02 5.07 5.16 7/267 79956
/proc/meminfo: memFree=122873512/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=108468 memory=35760 CPUtime=21.98 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 36531 0 0 0 2179 19 0 0 20 0 2 0 70636913 111071232 8940 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 27117 8940 672 633 0 10605 0
[pid=79953/tid=79955] ppid=79950 vsize=108468 memory=35632 CPUtime=9.41 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 3506 0 0 0 939 2 0 0 20 0 2 0 70636913 111071232 8940 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 21.98 s
Current children cumulated vsize: 108468 KiB
Current children cumulated memory: 35760 KiB

[startup+25.5002 s]
/proc/loadavg: 5.33 5.13 5.18 6/267 79956
/proc/meminfo: memFree=122831876/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=108300 memory=36056 CPUtime=44.37 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 46123 0 0 0 4405 32 0 0 20 0 2 0 70636913 110899200 9014 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 27075 9014 672 633 0 10563 0
[pid=79953/tid=79955] ppid=79950 vsize=108300 memory=36108 CPUtime=19.13 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 4246 0 0 0 1909 4 0 0 20 0 2 0 70636913 110899200 9014 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 44.37 s
Current children cumulated vsize: 108300 KiB
Current children cumulated memory: 36056 KiB

[startup+51.1063 s]
/proc/loadavg: 5.23 5.12 5.17 7/267 79956
/proc/meminfo: memFree=122892916/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=110980 memory=37976 CPUtime=87.67 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 61011 0 0 0 8714 53 0 0 20 0 2 0 70636913 113643520 9494 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 27745 9494 672 633 0 11233 0
[pid=79953/tid=79955] ppid=79950 vsize=110980 memory=14976 CPUtime=37.07 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 5177 0 0 0 3700 7 0 0 20 0 2 0 70636913 113643520 9494 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 87.67 s
Current children cumulated vsize: 110980 KiB
Current children cumulated memory: 37976 KiB

[startup+102.3 s]
/proc/loadavg: 5.46 5.20 5.20 7/267 79958
/proc/meminfo: memFree=122890464/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=111796 memory=39384 CPUtime=178.24 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 74661 0 0 0 17734 90 0 0 20 0 2 0 70636913 114479104 9846 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 27949 9846 672 633 0 11437 0
[pid=79953/tid=79955] ppid=79950 vsize=111796 memory=14976 CPUtime=76.93 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) S 79950 79953 78844 0 -1 4194368 6102 0 0 0 7677 16 0 0 20 0 2 0 70636913 114479104 9846 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 178.24 s
Current children cumulated vsize: 111796 KiB
Current children cumulated memory: 39384 KiB

[startup+162.3 s]
/proc/loadavg: 5.91 5.36 5.25 6/268 79961
/proc/meminfo: memFree=122919808/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=114764 memory=40468 CPUtime=284.49 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 86494 0 0 0 28312 137 0 0 20 0 2 0 70636913 117518336 10117 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 28691 10117 672 633 0 12179 0
[pid=79953/tid=79955] ppid=79950 vsize=114764 memory=5632 CPUtime=123.81 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 8591 0 0 0 12356 25 0 0 20 0 2 0 70636913 117518336 10117 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 284.49 s
Current children cumulated vsize: 114764 KiB
Current children cumulated memory: 40468 KiB

[startup+222.3 s]
/proc/loadavg: 5.63 5.39 5.27 7/268 79963
/proc/meminfo: memFree=122829656/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=115196 memory=43000 CPUtime=390.56 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 92519 0 0 0 38877 179 0 0 20 0 2 0 70636913 117960704 10750 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 28799 10750 672 633 0 12287 0
[pid=79953/tid=79955] ppid=79950 vsize=115196 memory=14976 CPUtime=170.53 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 10142 0 0 0 17017 36 0 0 20 0 2 0 70636913 117960704 10750 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 390.56 s
Current children cumulated vsize: 115196 KiB
Current children cumulated memory: 43000 KiB

[startup+282.3 s]
/proc/loadavg: 5.80 5.51 5.32 7/269 79968
/proc/meminfo: memFree=122809684/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=115396 memory=43256 CPUtime=496 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 93508 0 0 0 49380 220 0 0 20 0 2 0 70636913 118165504 10814 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 28849 10814 672 633 0 12337 0
[pid=79953/tid=79955] ppid=79950 vsize=115396 memory=43128 CPUtime=216.68 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 10314 0 0 0 21621 47 0 0 20 0 2 0 70636913 118165504 10814 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 496 s
Current children cumulated vsize: 115396 KiB

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

/proc/meminfo: memFree=122930864/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=117280 memory=45304 CPUtime=2622.57 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 149065 0 0 0 261255 1002 0 0 20 0 2 0 70636913 120094720 11326 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 29320 11326 672 633 0 12808 0
[pid=79953/tid=79955] ppid=79950 vsize=117280 memory=45304 CPUtime=1156.62 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 19441 0 0 0 115399 263 0 0 20 0 2 0 70636913 120094720 11326 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 2622.57 s
Current children cumulated vsize: 117280 KiB
Current children cumulated memory: 45304 KiB

[startup+1542.3 s]
/proc/loadavg: 6.46 6.27 5.96 8/268 80072
/proc/meminfo: memFree=126534780/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=117280 memory=45304 CPUtime=2730 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 155503 0 0 0 271958 1042 0 0 20 0 2 0 70636913 120094720 11326 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 29320 11326 672 633 0 12808 0
[pid=79953/tid=79955] ppid=79950 vsize=117280 memory=45304 CPUtime=1204.72 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 20755 0 0 0 120194 278 0 0 20 0 2 0 70636913 120094720 11326 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 2730 s
Current children cumulated vsize: 117280 KiB
Current children cumulated memory: 45304 KiB

[startup+1602.3 s]
/proc/loadavg: 6.97 6.44 6.04 9/269 80079
/proc/meminfo: memFree=126520528/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=117280 memory=45304 CPUtime=2837.28 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 156407 0 0 0 282657 1071 0 0 20 0 2 0 70636913 120094720 11326 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 29320 11326 672 633 0 12808 0
[pid=79953/tid=79955] ppid=79950 vsize=117280 memory=45304 CPUtime=1252.66 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 20965 0 0 0 124979 287 0 0 20 0 2 0 70636913 120094720 11326 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 2837.28 s
Current children cumulated vsize: 117280 KiB
Current children cumulated memory: 45304 KiB

[startup+1662.3 s]
/proc/loadavg: 7.10 6.59 6.12 7/270 80082
/proc/meminfo: memFree=126503508/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=117420 memory=45304 CPUtime=2944.86 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 156428 0 0 0 293382 1104 0 0 20 0 2 0 70636913 120238080 11326 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 29355 11326 672 633 0 12843 0
[pid=79953/tid=79955] ppid=79950 vsize=117420 memory=45304 CPUtime=1300.91 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) S 79950 79953 78844 0 -1 4194368 20967 0 0 0 129792 299 0 0 20 0 2 0 70636913 120238080 11326 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 2944.86 s
Current children cumulated vsize: 117420 KiB
Current children cumulated memory: 45304 KiB

[startup+1722.3 s]
/proc/loadavg: 7.03 6.66 6.18 7/270 80095
/proc/meminfo: memFree=126504372/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=117420 memory=45432 CPUtime=3052.25 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 156457 0 0 0 304090 1135 0 0 20 0 2 0 70636913 120238080 11358 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 29355 11358 672 633 0 12843 0
[pid=79953/tid=79955] ppid=79950 vsize=117420 memory=45304 CPUtime=1348.96 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 20967 0 0 0 134587 309 0 0 20 0 2 0 70636913 120238080 11358 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 3052.25 s
Current children cumulated vsize: 117420 KiB
Current children cumulated memory: 45432 KiB

[startup+1782.3 s]
/proc/loadavg: 6.93 6.70 6.22 8/268 80097
/proc/meminfo: memFree=126498616/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=117420 memory=45560 CPUtime=3159.75 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 156477 0 0 0 314807 1168 0 0 20 0 2 0 70636913 120238080 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 29355 11390 672 633 0 12843 0
[pid=79953/tid=79955] ppid=79950 vsize=117420 memory=45560 CPUtime=1397.11 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 20968 0 0 0 139390 321 0 0 20 0 2 0 70636913 120238080 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 3159.75 s
Current children cumulated vsize: 117420 KiB
Current children cumulated memory: 45560 KiB

[startup+1842.3 s]
/proc/loadavg: 7.08 6.77 6.27 8/268 80099
/proc/meminfo: memFree=126474708/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=117420 memory=45560 CPUtime=3267.16 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 163848 0 0 0 325516 1200 0 0 20 0 2 0 70636913 120238080 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 29355 11390 672 633 0 12843 0
[pid=79953/tid=79955] ppid=79950 vsize=117420 memory=45560 CPUtime=1445.16 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 22581 0 0 0 144185 331 0 0 20 0 2 0 70636913 120238080 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 3267.16 s
Current children cumulated vsize: 117420 KiB
Current children cumulated memory: 45560 KiB

[startup+1902.3 s]
/proc/loadavg: 6.86 6.78 6.31 9/268 80102
/proc/meminfo: memFree=126476656/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=117572 memory=45560 CPUtime=3374.62 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 163868 0 0 0 336229 1233 0 0 20 0 2 0 70636913 120393728 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 29393 11390 672 633 0 12881 0
[pid=79953/tid=79955] ppid=79950 vsize=117572 memory=45560 CPUtime=1493.23 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) S 79950 79953 78844 0 -1 4194368 22581 0 0 0 148980 343 0 0 20 0 2 0 70636913 120393728 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 3374.62 s
Current children cumulated vsize: 117572 KiB
Current children cumulated memory: 45560 KiB

[startup+1962.3 s]
/proc/loadavg: 6.91 6.79 6.34 9/267 80104
/proc/meminfo: memFree=126436952/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=117572 memory=45560 CPUtime=3481.9 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 171240 0 0 0 346926 1264 0 0 20 0 2 0 70636913 120393728 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 29393 11390 672 633 0 12881 0
[pid=79953/tid=79955] ppid=79950 vsize=117572 memory=14976 CPUtime=1541.19 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) S 79950 79953 78844 0 -1 4194368 24274 0 0 0 153765 354 0 0 20 0 2 0 70636913 120393728 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 3481.9 s
Current children cumulated vsize: 117572 KiB
Current children cumulated memory: 45560 KiB

[startup+2022.3 s]
/proc/loadavg: 6.84 6.80 6.37 6/267 80106
/proc/meminfo: memFree=126427996/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=117572 memory=45560 CPUtime=3589.27 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 171264 0 0 0 357633 1294 0 0 20 0 2 0 70636913 120393728 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 29393 11390 672 633 0 12881 0
[pid=79953/tid=79955] ppid=79950 vsize=117572 memory=45560 CPUtime=1589.19 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) S 79950 79953 78844 0 -1 4194368 24275 0 0 0 158556 363 0 0 20 0 2 0 70636913 120393728 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 3589.27 s
Current children cumulated vsize: 117572 KiB
Current children cumulated memory: 45560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2028.3 s]
/proc/loadavg: 6.94 6.82 6.39 7/267 80106
/proc/meminfo: memFree=126411620/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=117572 memory=45560 CPUtime=3600.05 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 171266 0 0 0 358708 1297 0 0 20 0 2 0 70636913 120393728 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 29393 11390 672 633 0 12881 0
[pid=79953/tid=79955] ppid=79950 vsize=117572 memory=45560 CPUtime=1594.04 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 24275 0 0 0 159040 364 0 0 20 0 2 0 70636913 120393728 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 117572 KiB
Current children cumulated memory: 45560 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.14 s, system=12.9791 s

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

[startup+2028.3 s]
/proc/loadavg: 6.94 6.82 6.39 7/267 80106
/proc/meminfo: memFree=126411620/131249996 swapFree=33006296/33010684
[pid=79953] ppid=79950 vsize=117572 memory=45560 CPUtime=3600.05 cores=0,2
/proc/79953/stat : 79953 (pb_competition_) R 79950 79953 78844 0 -1 4194304 171266 0 0 0 358708 1297 0 0 20 0 2 0 70636913 120393728 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
/proc/79953/statm: 29393 11390 672 633 0 12881 0
[pid=79953/tid=79955] ppid=79950 vsize=117572 memory=45560 CPUtime=1594.04 cores=0,2
/proc/79953/task/79955/stat : 79955 (pb_competition_) R 79950 79953 78844 0 -1 4194368 24275 0 0 0 159040 364 0 0 20 0 2 0 70636913 120393728 11390 18446744073709551615 4198400 6788177 140725046190480 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 20262912 140725046192473 140725046192600 140725046192600 140725046198202 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 117572 KiB
Current children cumulated memory: 45560 KiB

Child status: 0

Real time (s): 2028.35
CPU time (s): 3600.12
CPU user time (s): 3587.14
CPU system time (s): 12.9791
CPU usage (%): 177.49
Max. virtual memory (cumulated for all children) (KiB): 117572
Max. memory (cumulated for all children) (KiB): 45560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.14
system time used= 12.9791
maximum resident set size= 45560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173473
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= 122703
involuntary context switches= 46394


# summary of solver processes directly reported to runsolver:
#   pid: 79953
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3587.14
#   total CPU system time (s): 12.9791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.09831 second user time and 9.67753 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-03 15:33:14
IDJOB=4519512
IDBENCH=177262
IDSOLVER=3347
FILE ID=nodeC015/4519512-1751549594
RUNJOBID= nodeC015-1751544067-78933
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_height13_pigeons12_holes11.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-4519512-1751549594/watcher-4519512-1751549594 -o /tmp/evaluation-result-4519512-1751549594/solver-4519512-1751549594 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751544067-78933 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1086632341 HOME/instance-4519512-1751549594.opb

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

MD5SUM BENCH= 5816d4059f03195ecbecc759cd86d928
RANDOM SEED=1086632341

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.099
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.069
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		: 3579.728
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		: 3604.945
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		: 3599.939
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.755
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		: 3641.812
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		: 3600.196
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:        122884056 kB
MemAvailable:   123607680 kB
Buffers:            1508 kB
Cached:          1506904 kB
SwapCached:         3880 kB
Active:          6439720 kB
Inactive:        1269048 kB
Active(anon):    6165704 kB
Inactive(anon):    48808 kB
Active(file):     274016 kB
Inactive(file):  1220240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5572 kB
Writeback:             0 kB
AnonPages:       6196044 kB
Mapped:           108584 kB
Shmem:             14152 kB
KReclaimable:     137212 kB
Slab:             227640 kB
SReclaimable:     137212 kB
SUnreclaim:        90428 kB
KernelStack:        4336 kB
PageTables:        15204 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6554308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2537472 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:07:03