Trace number 4542188

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3601.1 2526.26

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height38_pigeons37_holes36.opb
MD5SUM883a1a775d6309f3a96fbb0c62b71064
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark366.876
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1040520
Total number of constraints61390
Number of constraints which are clauses31085
Number of constraints which are cardinality constraints (but not clauses)27302
Number of constraints which are nor clauses,nor cardinality constraints3003
Minimum length of a constraint36
Maximum length of a constraint41
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 44
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
4.12/3.20	c #variable: 1040520
4.12/3.20	c #constraint: 61390
4.12/3.20	c #equal: 0
4.12/3.20	c intsize: 6
4.12/3.20	c sizeproduct: 0
4.12/3.20	c #soft: 0
4.12/3.20	c mincost: 0
4.12/3.20	c maxcost: 0
4.12/3.20	c sumcost: 0
4.12/3.20	c iteration_max: -1
4.12/3.20	c time_max: -1
4.12/3.20	c number_of_threads(move update): 2
4.12/3.20	c number_of_threads(move evaluation): 2
4.12/3.20	c seed: 1063239506
3600.23/2525.44	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62671 MiB free)
  memory of node 1: 64507 MiB (63701 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=171100, runsolver pid=171096

[startup+0.10006 s]*
/proc/loadavg: 0.46 0.16 0.11 6/267 171107
/proc/meminfo: memFree=129257488/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=130180 memory=73816 CPUtime=0.16 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 17968 0 0 0 12 4 0 0 20 0 2 0 235577458 133304320 18454 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 32545 18454 576 633 0 20096 0
[pid=171100/tid=171106] ppid=171096 vsize=130180 memory=4026531959 CPUtime=0.07 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) R 171096 171100 170836 0 -1 4194368 4727 0 0 0 6 1 0 0 20 0 2 0 235577460 133304320 18454 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 130180 KiB
Current children cumulated memory: 73816 KiB

[startup+0.205609 s]*
/proc/loadavg: 0.46 0.16 0.11 6/267 171107
/proc/meminfo: memFree=129104212/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=158560 memory=127704 CPUtime=0.36 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 31471 0 0 0 29 7 0 0 20 0 2 0 235577458 162365440 31926 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 39640 31926 576 633 0 33605 0
[pid=171100/tid=171106] ppid=171096 vsize=158560 memory=3472337096347222135 CPUtime=0.17 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) R 171096 171100 170836 0 -1 4194368 11139 0 0 0 14 3 0 0 20 0 2 0 235577460 162365440 31958 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 158560 KiB
Current children cumulated memory: 127704 KiB

[startup+0.305554 s]*
/proc/loadavg: 0.46 0.16 0.11 6/267 171107
/proc/meminfo: memFree=128996420/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=250900 memory=179032 CPUtime=0.55 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 44291 0 0 0 45 10 0 0 20 0 2 0 235577458 256921600 44758 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 62725 44758 576 633 0 46439 0
[pid=171100/tid=171106] ppid=171096 vsize=250900 memory=-9186989861848246880 CPUtime=0.26 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) R 171096 171100 170836 0 -1 4194368 17271 0 0 0 21 5 0 0 20 0 2 0 235577460 256921600 44758 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 250900 KiB
Current children cumulated memory: 179032 KiB

[startup+0.700191 s]
/proc/loadavg: 0.46 0.16 0.11 4/267 171107
/proc/meminfo: memFree=128831440/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=334520 memory=310556 CPUtime=1.09 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 77166 0 0 0 93 16 0 0 20 0 2 0 235577458 342548480 77639 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 83630 77639 576 633 0 79295 0
[pid=171100/tid=171106] ppid=171096 vsize=334520 memory=23168 CPUtime=0.44 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 29219 0 0 0 36 8 0 0 20 0 2 0 235577460 342548480 77639 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 0 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 334520 KiB
Current children cumulated memory: 310556 KiB

[startup+1.50018 s]
/proc/loadavg: 0.46 0.16 0.11 4/267 171107
/proc/meminfo: memFree=128662696/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=389588 memory=365624 CPUtime=1.87 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 102321 0 0 0 167 20 0 0 20 0 2 0 235577458 398938112 91406 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 97397 91406 576 633 0 93062 0
[pid=171100/tid=171106] ppid=171096 vsize=389588 memory=23168 CPUtime=0.44 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 29219 0 0 0 36 8 0 0 20 0 2 0 235577460 398938112 91406 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 0 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 389588 KiB
Current children cumulated memory: 365624 KiB

[startup+3.10546 s]
/proc/loadavg: 0.74 0.23 0.14 6/272 171145
/proc/meminfo: memFree=127665020/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=877456 memory=840140 CPUtime=4.02 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 310818 0 0 0 358 44 0 0 20 0 2 0 235577458 898514944 210035 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 219364 210035 608 633 0 211577 0
[pid=171100/tid=171106] ppid=171096 vsize=877456 memory=614648 CPUtime=1.01 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 74338 0 0 0 89 12 0 0 20 0 2 0 235577460 898514944 210035 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 0 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 4.02 s
Current children cumulated vsize: 877456 KiB
Current children cumulated memory: 840140 KiB

[startup+6.30019 s]
/proc/loadavg: 0.74 0.23 0.14 6/272 171145
/proc/meminfo: memFree=125978268/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1332220 memory=1295164 CPUtime=7.2 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 493029 0 0 0 654 66 0 0 20 0 2 0 235577458 1364193280 323759 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 333088 323791 640 633 0 325301 0
[pid=171100/tid=171106] ppid=171096 vsize=1332352 memory=-9186989879028116064 CPUtime=1.01 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 74338 0 0 0 89 12 0 0 20 0 2 0 235577460 1364328448 323791 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 7.2 s
Current children cumulated vsize: 1332220 KiB
Current children cumulated memory: 1295164 KiB

[startup+12.7002 s]
/proc/loadavg: 1.32 0.37 0.18 6/272 171145
/proc/meminfo: memFree=123883484/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1876872 memory=1839660 CPUtime=13.64 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 606535 0 0 0 1279 85 0 0 20 0 2 0 235577458 1921916928 459915 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 469218 459915 640 633 0 461431 0
[pid=171100/tid=171106] ppid=171096 vsize=1876872 memory=1839660 CPUtime=1.06 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 74338 0 0 0 94 12 0 0 20 0 2 0 235577460 1921916928 459915 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 13.64 s
Current children cumulated vsize: 1876872 KiB
Current children cumulated memory: 1839660 KiB

[startup+25.5002 s]
/proc/loadavg: 1.96 0.54 0.24 5/272 171145
/proc/meminfo: memFree=122781796/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1846220 memory=1809016 CPUtime=26.4 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 814257 0 0 0 2541 99 0 0 20 0 2 0 235577458 1890529280 452254 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 461555 452254 640 633 0 453768 0
[pid=171100/tid=171106] ppid=171096 vsize=1846220 memory=1839660 CPUtime=1.07 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 75324 0 0 0 95 12 0 0 20 0 2 0 235577460 1890529280 452254 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 26.4 s
Current children cumulated vsize: 1846220 KiB
Current children cumulated memory: 1809016 KiB

[startup+51.1058 s]
/proc/loadavg: 2.99 0.90 0.37 5/273 171147
/proc/meminfo: memFree=122812344/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1855044 memory=1817848 CPUtime=55.2 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 1066953 0 0 0 5407 113 0 0 20 0 2 0 235577458 1899565056 454462 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 463761 454462 640 633 0 455974 0
[pid=171100/tid=171106] ppid=171096 vsize=1855044 memory=23168 CPUtime=4.38 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 77061 0 0 0 425 13 0 0 20 0 2 0 235577460 1899565056 454462 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 55.2 s
Current children cumulated vsize: 1855044 KiB
Current children cumulated memory: 1817848 KiB

[startup+102.3 s]
/proc/loadavg: 4.36 1.62 0.65 6/273 171148
/proc/meminfo: memFree=122779484/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1890872 memory=1853652 CPUtime=115.35 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 1369810 0 0 0 11401 134 0 0 20 0 2 0 235577458 1936252928 463413 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 472718 463413 640 633 0 464931 0
[pid=171100/tid=171106] ppid=171096 vsize=1890872 memory=1857620 CPUtime=13.61 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 93894 0 0 0 1348 13 0 0 20 0 2 0 235577460 1936252928 463413 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 115.35 s
Current children cumulated vsize: 1890872 KiB
Current children cumulated memory: 1853652 KiB

[startup+162.3 s]
/proc/loadavg: 5.41 2.42 0.99 6/273 171150
/proc/meminfo: memFree=122738648/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1894912 memory=1857620 CPUtime=196.54 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 1568845 0 0 0 19501 153 0 0 20 0 2 0 235577458 1940389888 464405 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 473728 464405 640 633 0 465941 0
[pid=171100/tid=171106] ppid=171096 vsize=1894912 memory=14464 CPUtime=35.21 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 111952 0 0 0 3506 15 0 0 20 0 2 0 235577460 1940389888 464405 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 196.54 s
Current children cumulated vsize: 1894912 KiB
Current children cumulated memory: 1857620 KiB

[startup+222.3 s]
/proc/loadavg: 5.46 2.99 1.27 7/273 171152
/proc/meminfo: memFree=122753380/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1899032 memory=1861712 CPUtime=277.39 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 1714585 0 0 0 27566 173 0 0 20 0 2 0 235577458 1944608768 465428 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 474758 465428 640 633 0 466971 0
[pid=171100/tid=171106] ppid=171096 vsize=1899032 memory=1861712 CPUtime=56.49 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 121164 0 0 0 5632 17 0 0 20 0 2 0 235577460 1944608768 465428 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 277.39 s
Current children cumulated vsize: 1899032 KiB
Current children cumulated memory: 1861712 KiB

[startup+282.3 s]
/proc/loadavg: 5.66 3.51 1.56 8/273 171154
/proc/meminfo: memFree=122748144/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1894964 memory=1857736 CPUtime=356 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 1837193 0 0 0 35412 188 0 0 20 0 2 0 235577458 1940443136 464434 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 473741 464434 640 633 0 465954 0
[pid=171100/tid=171106] ppid=171096 vsize=1894964 memory=1861948 CPUtime=75.53 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 130621 0 0 0 7535 18 0 0 20 0 2 0 235577460 1940443136 464434 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 356 s
Current children cumulated vsize: 1894964 KiB
Current children cumulated memory: 1857736 KiB

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

/proc/meminfo: memFree=122640300/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1916536 memory=1881120 CPUtime=2975.62 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 2752751 0 0 0 297193 369 0 0 20 0 2 0 235577458 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 479134 470280 640 633 0 471347 0
[pid=171100/tid=171106] ppid=171096 vsize=1916536 memory=14464 CPUtime=910.01 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 198580 0 0 0 90950 51 0 0 20 0 2 0 235577460 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 2975.62 s
Current children cumulated vsize: 1916536 KiB
Current children cumulated memory: 1881120 KiB

[startup+2142.3 s]
/proc/loadavg: 5.92 6.05 5.52 6/268 171302
/proc/meminfo: memFree=122793472/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1916536 memory=1881120 CPUtime=3059.94 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 2759696 0 0 0 305620 374 0 0 20 0 2 0 235577458 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 479134 470280 640 633 0 471347 0
[pid=171100/tid=171106] ppid=171096 vsize=1916536 memory=1881120 CPUtime=934.82 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 199307 0 0 0 93430 52 0 0 20 0 2 0 235577460 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 3059.94 s
Current children cumulated vsize: 1916536 KiB
Current children cumulated memory: 1881120 KiB

[startup+2202.3 s]
/proc/loadavg: 5.56 5.93 5.51 5/268 171304
/proc/meminfo: memFree=122761624/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1916536 memory=1881120 CPUtime=3144.37 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 2770139 0 0 0 314058 379 0 0 20 0 2 0 235577458 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 479134 470280 640 633 0 471347 0
[pid=171100/tid=171106] ppid=171096 vsize=1916536 memory=1881120 CPUtime=959.71 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 199547 0 0 0 95917 54 0 0 20 0 2 0 235577460 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 3144.37 s
Current children cumulated vsize: 1916536 KiB
Current children cumulated memory: 1881120 KiB

[startup+2262.3 s]
/proc/loadavg: 5.40 5.83 5.50 7/268 171306
/proc/meminfo: memFree=122767612/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1916536 memory=1881120 CPUtime=3229.49 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 2776889 0 0 0 322567 382 0 0 20 0 2 0 235577458 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 479134 470280 640 633 0 471347 0
[pid=171100/tid=171106] ppid=171096 vsize=1916536 memory=14464 CPUtime=985.27 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) R 171096 171100 170836 0 -1 4194368 199951 0 0 0 98472 55 0 0 20 0 2 0 235577460 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 3229.49 s
Current children cumulated vsize: 1916536 KiB
Current children cumulated memory: 1881120 KiB

[startup+2322.3 s]
/proc/loadavg: 5.78 5.88 5.54 5/268 171308
/proc/meminfo: memFree=122710808/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1916536 memory=1881120 CPUtime=3314.17 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 2785526 0 0 0 331033 384 0 0 20 0 2 0 235577458 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 479134 470280 640 633 0 471347 0
[pid=171100/tid=171106] ppid=171096 vsize=1916536 memory=1881120 CPUtime=1010.41 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 200428 0 0 0 100986 55 0 0 20 0 2 0 235577460 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 3314.17 s
Current children cumulated vsize: 1916536 KiB
Current children cumulated memory: 1881120 KiB

[startup+2382.3 s]
/proc/loadavg: 5.80 5.87 5.56 8/267 171310
/proc/meminfo: memFree=122746808/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1916536 memory=1881120 CPUtime=3398.06 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 2793870 0 0 0 339419 387 0 0 20 0 2 0 235577458 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 479134 470280 640 633 0 471347 0
[pid=171100/tid=171106] ppid=171096 vsize=1916536 memory=1881120 CPUtime=1034.74 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 200862 0 0 0 103418 56 0 0 20 0 2 0 235577460 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 3398.06 s
Current children cumulated vsize: 1916536 KiB
Current children cumulated memory: 1881120 KiB

[startup+2442.3 s]
/proc/loadavg: 5.65 5.83 5.56 7/268 171319
/proc/meminfo: memFree=122730924/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1916536 memory=1881120 CPUtime=3482.54 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 2802547 0 0 0 347864 390 0 0 20 0 2 0 235577458 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 479134 470280 640 633 0 471347 0
[pid=171100/tid=171106] ppid=171096 vsize=1916536 memory=1881120 CPUtime=1059.67 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 201263 0 0 0 105910 57 0 0 20 0 2 0 235577460 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 3482.54 s
Current children cumulated vsize: 1916536 KiB
Current children cumulated memory: 1881120 KiB

[startup+2502.3 s]
/proc/loadavg: 5.51 5.75 5.55 8/267 171320
/proc/meminfo: memFree=122747228/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1916536 memory=1881120 CPUtime=3567.64 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 2811590 0 0 0 356371 393 0 0 20 0 2 0 235577458 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 479134 470280 640 633 0 471347 0
[pid=171100/tid=171106] ppid=171096 vsize=1916536 memory=14464 CPUtime=1085.24 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) R 171096 171100 170836 0 -1 4194368 201777 0 0 0 108467 57 0 0 20 0 2 0 235577460 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 3567.64 s
Current children cumulated vsize: 1916536 KiB
Current children cumulated memory: 1881120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2525.2 s]
/proc/loadavg: 5.44 5.72 5.55 7/268 171368
/proc/meminfo: memFree=124309988/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1916536 memory=1881120 CPUtime=3600.02 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 2812199 0 0 0 359607 395 0 0 20 0 2 0 235577458 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 479134 470280 640 633 0 471347 0
[pid=171100/tid=171106] ppid=171096 vsize=1916536 memory=4916 CPUtime=1094.9 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) R 171096 171100 170836 0 -1 4194368 201830 0 0 0 109432 58 0 0 20 0 2 0 235577460 1962532864 470280 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1916536 KiB
Current children cumulated memory: 1881120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.05 s, system=4.04905 s

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

[startup+2525.6 s]
/proc/loadavg: 5.44 5.72 5.55 7/268 171368
/proc/meminfo: memFree=124309988/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1763828 memory=1728516 CPUtime=3600.43 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 2828909 0 0 0 359647 396 0 0 20 0 2 0 235577458 1806159872 432129 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 440957 432129 640 633 0 433170 0
[pid=171100/tid=171106] ppid=171096 vsize=1763828 memory=14464 CPUtime=1094.91 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 201830 0 0 0 109433 58 0 0 20 0 2 0 235577460 1806159872 432129 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 1763828 KiB
Current children cumulated memory: 1728516 KiB

[startup+2526 s]*
/proc/loadavg: 5.44 5.72 5.55 6/268 171368
/proc/meminfo: memFree=124430280/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1731212 memory=1695900 CPUtime=3600.83 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 2927531 0 0 0 359682 401 0 0 20 0 2 0 235577458 1772761088 423975 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 432803 423975 640 633 0 425016 0
[pid=171100/tid=171106] ppid=171096 vsize=1731212 memory=-8970817071043734112 CPUtime=1094.91 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 201830 0 0 0 109433 58 0 0 20 0 2 0 235577460 1772761088 423975 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 3600.83 s
Current children cumulated vsize: 1731212 KiB
Current children cumulated memory: 1695900 KiB

[startup+2526.2 s]
/proc/loadavg: 5.44 5.72 5.55 6/268 171368
/proc/meminfo: memFree=124430280/131249996 swapFree=33005016/33010684
[pid=171100] ppid=171096 vsize=1633656 memory=1598344 CPUtime=3601.02 cores=0,2
/proc/171100/stat : 171100 (pb_competition_) R 171096 171100 170836 0 -1 4194304 2939248 0 0 0 359701 401 0 0 20 0 2 0 235577458 1672863744 399586 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
/proc/171100/statm: 408414 399586 640 633 0 400627 0
[pid=171100/tid=171106] ppid=171096 vsize=1633656 memory=25524 CPUtime=1094.91 cores=0,2
/proc/171100/task/171106/stat : 171106 (pb_competition_) S 171096 171100 170836 0 -1 4194368 201830 0 0 0 109433 58 0 0 20 0 2 0 235577460 1672863744 399586 18446744073709551615 4198400 6788177 140728566319328 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 13959168 140728566323543 140728566323670 140728566323670 140728566329274 0
Current children cumulated CPU time: 3601.02 s
Current children cumulated vsize: 1633656 KiB
Current children cumulated memory: 1598344 KiB

Child status: 0

Real time (s): 2526.26
CPU time (s): 3601.1
CPU user time (s): 3597.05
CPU system time (s): 4.04905
CPU usage (%): 142.546
Max. virtual memory (cumulated for all children) (KiB): 1965628
Max. memory (cumulated for all children) (KiB): 1907056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.05
system time used= 4.04905
maximum resident set size= 1907056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2940904
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= 23114
involuntary context switches= 39954


# summary of solver processes directly reported to runsolver:
#   pid: 171100
#   total CPU time (s): 3601.1
#   total CPU user time (s): 3597.05
#   total CPU system time (s): 4.04905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.58054 second user time and 12.3699 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-22 17:42:59
IDJOB=4542188
IDBENCH=163905
IDSOLVER=3347
FILE ID=nodeC030/4542188-1753198978
RUNJOBID= nodeC030-1753198973-170853
SLURM_JOB_ID= 9687763
Free space on /tmp= 432792 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height38_pigeons37_holes36.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-4542188-1753198978/watcher-4542188-1753198978 -o /tmp/evaluation-result-4542188-1753198978/solver-4542188-1753198978 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753198973-170853 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1063239506 HOME/instance-4542188-1753198978.opb

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

MD5SUM BENCH= 883a1a775d6309f3a96fbb0c62b71064
RANDOM SEED=1063239506

nodeC030 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.326
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.62
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.316
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.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129426524 kB
MemAvailable:   129698860 kB
Buffers:              16 kB
Cached:          1039264 kB
SwapCached:          232 kB
Active:           779332 kB
Inactive:         368044 kB
Active(anon):      91944 kB
Inactive(anon):    37908 kB
Active(file):     687388 kB
Inactive(file):   330136 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             66904 kB
Writeback:            32 kB
AnonPages:        111296 kB
Mapped:           106612 kB
Shmem:             21756 kB
KReclaimable:     187704 kB
Slab:             283424 kB
SReclaimable:     187704 kB
SUnreclaim:        95720 kB
KernelStack:        4192 kB
PageTables:         2928 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     419932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432756 MiB
End job on nodeC030 at 2025-07-22 18:25:05