Trace number 4542565

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
AI448PBSolver 2025-05-31UNSAT 149.861 150.38

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height26_pigeons25_holes24.opb
MD5SUM5315000b872825a9c3a3b6787ef04708
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 benchmark29.9883
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables227556
Total number of constraints20632
Number of constraints which are clauses10505
Number of constraints which are cardinality constraints (but not clauses)8696
Number of constraints which are nor clauses,nor cardinality constraints1431
Minimum length of a constraint24
Maximum length of a constraint29
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 32
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

149.76/150.37	s UNSATISFIABLE

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: 63794 MiB (61028 MiB free)
  memory of node 1: 64507 MiB (61604 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542565-1753219224/watcher-4542565-1753219224 -o /tmp/evaluation-result-4542565-1753219224/solver-4542565-1753219224 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753211993-150158 --watchdog 3760 HOME/solve.sh HOME/instance-4542565-1753219224.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=151127, runsolver pid=151124

[startup+0.100068 s]*
/proc/loadavg: 4.09 4.14 4.15 5/251 151131
/proc/meminfo: memFree=125565176/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 307 116 0 0 0 0 0 0 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151130] ppid=151127 vsize=2792 memory=1408 CPUtime=0 cores=1,3
/proc/151130/stat : 151130 (cat) S 151127 151127 150146 0 -1 4194304 134 0 0 0 0 0 0 0 20 0 1 0 237601826 2859008 352 18446744073709551615 94175615475712 94175615490769 140733850101312 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94175615502992 94175615504488 94175637819392 140733850110433 140733850110504 140733850110504 140733850116075 0
/proc/151130/statm: 698 352 320 4 0 124 0
[pid=151131] ppid=151127 vsize=12372 memory=8064 CPUtime=0.05 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 1612 0 0 0 4 1 0 0 20 0 1 0 237601826 12668928 2016 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 3 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 3093 2016 512 108 0 1610 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 19356 KiB
Current children cumulated memory: 12416 KiB

[startup+0.214506 s]*
/proc/loadavg: 4.09 4.14 4.15 4/250 151131
/proc/meminfo: memFree=125518616/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=61508 memory=53308 CPUtime=0.16 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 9970 0 0 0 12 4 0 0 20 0 1 0 237601826 62984192 13327 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 15377 13327 544 108 0 13894 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 65700 KiB
Current children cumulated memory: 56252 KiB

[startup+0.313398 s]*
/proc/loadavg: 4.09 4.14 4.15 4/250 151131
/proc/meminfo: memFree=125486612/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=95480 memory=85308 CPUtime=0.26 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 17965 0 0 0 20 6 0 0 20 0 1 0 237601826 97771520 21327 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 23870 21327 544 108 0 22387 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 99672 KiB
Current children cumulated memory: 88252 KiB

[startup+0.700358 s]
/proc/loadavg: 4.09 4.14 4.15 5/250 151131
/proc/meminfo: memFree=125470988/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=117268 memory=103540 CPUtime=0.62 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 22032 0 0 0 55 7 0 0 20 0 1 0 237601826 120082432 25885 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 29317 25885 544 108 0 27834 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 121460 KiB
Current children cumulated memory: 106484 KiB

[startup+1.50041 s]
/proc/loadavg: 4.09 4.14 4.15 4/251 151149
/proc/meminfo: memFree=125492744/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=125744 memory=112116 CPUtime=1.42 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 24160 0 0 0 134 8 0 0 20 0 1 0 237601826 128761856 28029 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 31436 28029 576 108 0 29953 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 129936 KiB
Current children cumulated memory: 115060 KiB

[startup+3.11328 s]
/proc/loadavg: 4.16 4.16 4.15 5/250 151179
/proc/meminfo: memFree=125518360/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=131776 memory=117236 CPUtime=3.03 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 25439 0 0 0 294 9 0 0 20 0 1 0 237601826 134938624 29309 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 32944 29309 576 108 0 31461 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 135968 KiB
Current children cumulated memory: 120180 KiB

[startup+6.30037 s]
/proc/loadavg: 4.16 4.16 4.15 5/256 151220
/proc/meminfo: memFree=125315668/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=139036 memory=124916 CPUtime=6.2 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 27377 0 0 0 610 10 0 0 20 0 1 0 237601826 142372864 31229 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 34759 31229 576 108 0 33276 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 143228 KiB
Current children cumulated memory: 127860 KiB

[startup+12.7004 s]
/proc/loadavg: 4.36 4.20 4.17 5/256 151220
/proc/meminfo: memFree=125263456/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=152328 memory=136180 CPUtime=12.58 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 30197 0 0 0 1247 11 0 0 20 0 1 0 237601826 155983872 34045 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 38082 34045 576 108 0 36599 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 156520 KiB
Current children cumulated memory: 139124 KiB

[startup+25.5004 s]
/proc/loadavg: 4.46 4.23 4.18 5/258 151235
/proc/meminfo: memFree=125230804/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=167392 memory=151540 CPUtime=25.35 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 34017 0 0 0 2522 13 0 0 20 0 1 0 237601826 171409408 37885 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 41848 37885 576 108 0 40365 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 171584 KiB
Current children cumulated memory: 154484 KiB

[startup+51.1135 s]
/proc/loadavg: 4.50 4.26 4.19 5/258 151283
/proc/meminfo: memFree=127075252/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=197228 memory=180084 CPUtime=50.88 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 41164 0 0 0 5073 15 0 0 20 0 1 0 237601826 201961472 45021 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 49307 45021 576 108 0 47824 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 201420 KiB
Current children cumulated memory: 183028 KiB

[startup+102.3 s]
/proc/loadavg: 4.30 4.25 4.18 5/258 151289
/proc/meminfo: memFree=126938660/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=246748 memory=229236 CPUtime=101.9 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 53474 0 0 0 10169 21 0 0 20 0 1 0 237601826 252669952 57309 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 61687 57309 576 108 0 60204 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 250940 KiB
Current children cumulated memory: 232180 KiB

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

# cumulated CPU time of all completed processes:  user=149.556 s, system=0.304797 s

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

[startup+102.401 s]
/proc/loadavg: 4.30 4.25 4.18 5/258 151289
/proc/meminfo: memFree=126938660/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=246748 memory=229236 CPUtime=102 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 53495 0 0 0 10179 21 0 0 20 0 1 0 237601826 252669952 57309 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 61687 57309 576 108 0 60204 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 250940 KiB
Current children cumulated memory: 232180 KiB

[startup+128 s]*
/proc/loadavg: 4.19 4.22 4.18 5/258 151289
/proc/meminfo: memFree=126861012/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=272352 memory=255476 CPUtime=127.53 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 60033 0 0 0 12729 24 0 0 20 0 1 0 237601826 278888448 63869 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 68088 63869 576 108 0 66605 0
Current children cumulated CPU time: 127.54 s
Current children cumulated vsize: 276544 KiB
Current children cumulated memory: 258420 KiB

[startup+140.8 s]
/proc/loadavg: 4.24 4.23 4.18 5/258 151289
/proc/meminfo: memFree=126831332/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=283848 memory=267252 CPUtime=140.28 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 62985 0 0 0 14002 26 0 0 20 0 1 0 237601826 290660352 66813 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 70962 66813 576 108 0 69479 0
Current children cumulated CPU time: 140.29 s
Current children cumulated vsize: 288040 KiB
Current children cumulated memory: 270196 KiB

[startup+147.2 s]
/proc/loadavg: 4.28 4.24 4.18 5/258 151290
/proc/meminfo: memFree=126828532/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=286548 memory=270068 CPUtime=146.66 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 63701 0 0 0 14640 26 0 0 20 0 1 0 237601826 293425152 67517 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 71637 67517 576 108 0 70154 0
Current children cumulated CPU time: 146.67 s
Current children cumulated vsize: 290740 KiB
Current children cumulated memory: 273012 KiB

[startup+148.8 s]
/proc/loadavg: 4.28 4.24 4.18 5/258 151290
/proc/meminfo: memFree=126829036/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=288800 memory=272372 CPUtime=148.25 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 64258 0 0 0 14799 26 0 0 20 0 1 0 237601826 295731200 68093 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 72200 68093 576 108 0 70717 0
Current children cumulated CPU time: 148.26 s
Current children cumulated vsize: 292992 KiB
Current children cumulated memory: 275316 KiB

[startup+149.6 s]
/proc/loadavg: 4.28 4.24 4.18 5/258 151290
/proc/meminfo: memFree=126820972/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=290388 memory=273908 CPUtime=149.05 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 64662 0 0 0 14879 26 0 0 20 0 1 0 237601826 297357312 68477 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 72597 68477 576 108 0 71114 0
Current children cumulated CPU time: 149.06 s
Current children cumulated vsize: 294580 KiB
Current children cumulated memory: 276852 KiB

[startup+150 s]*
/proc/loadavg: 4.28 4.24 4.18 5/258 151290
/proc/meminfo: memFree=126820972/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=291312 memory=274932 CPUtime=149.46 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 64896 0 0 0 14920 26 0 0 20 0 1 0 237601826 298303488 68733 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 72828 68733 576 108 0 71345 0
Current children cumulated CPU time: 149.47 s
Current children cumulated vsize: 295504 KiB
Current children cumulated memory: 277876 KiB

[startup+150.2 s]
/proc/loadavg: 4.28 4.24 4.18 5/258 151290
/proc/meminfo: memFree=126820972/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=291444 memory=275060 CPUtime=149.65 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 64936 0 0 0 14938 27 0 0 20 0 1 0 237601826 298438656 68765 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 72861 68765 576 108 0 71378 0
Current children cumulated CPU time: 149.66 s
Current children cumulated vsize: 295636 KiB
Current children cumulated memory: 278004 KiB

[startup+150.3 s]
/proc/loadavg: 4.28 4.24 4.18 5/258 151290
/proc/meminfo: memFree=126820972/131382120 swapFree=33010416/33010684
[pid=151127] ppid=151124 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/151127/stat : 151127 (bash) S 151124 151127 150146 0 -1 4194304 308 253 0 0 0 0 0 1 20 0 1 0 237601823 4292608 736 18446744073709551615 94824771760128 94824772654661 140729467366064 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94824772893712 94824772941456 94824805154816 140729467373970 140729467374086 140729467374086 140729467379690 0
/proc/151127/statm: 1048 736 672 219 0 110 0
[pid=151131] ppid=151127 vsize=249628 memory=240456 CPUtime=149.75 cores=1,3
/proc/151131/stat : 151131 (solve_pb) R 151127 151127 150146 0 -1 4194304 64948 0 0 0 14948 27 0 0 20 0 1 0 237601826 255619072 60114 18446744073709551615 94156108932096 94156109370240 140724005890032 0 0 0 0 4096 1088 0 0 0 17 1 0 0 0 0 0 94156109398960 94156109401376 94156118736896 140724005894530 140724005894594 140724005894594 140724005900216 0
/proc/151131/statm: 62407 60114 576 108 0 60924 0
Current children cumulated CPU time: 149.76 s
Current children cumulated vsize: 253820 KiB
Current children cumulated memory: 243400 KiB

Child status: 0

Real time (s): 150.38
CPU time (s): 149.861
CPU user time (s): 149.556
CPU system time (s): 0.304797
CPU usage (%): 99.6546
Max. virtual memory (cumulated for all children) (KiB): 295636
Max. memory (cumulated for all children) (KiB): 278004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.556
system time used= 0.304797
maximum resident set size= 275060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65524
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= 1106
involuntary context switches= 226


# summary of solver processes directly reported to runsolver:
#   pid: 151127
#   total CPU time (s): 149.861
#   total CPU user time (s): 149.556
#   total CPU system time (s): 0.304797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.877031 second user time and 1.61231 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-22 23:20:25
IDJOB=4542565
IDBENCH=163937
IDSOLVER=3321
FILE ID=nodeC006/4542565-1753219224
RUNJOBID= nodeC006-1753211993-150158
SLURM_JOB_ID= 9687800
Free space on /tmp= 432620 MiB

SOLVER NAME= AI448PBSolver 2025-05-31
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height26_pigeons25_holes24.opb
COMMAND LINE= HOME/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542565-1753219224/watcher-4542565-1753219224 -o /tmp/evaluation-result-4542565-1753219224/solver-4542565-1753219224 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753211993-150158 --watchdog 3760  HOME/solve.sh HOME/instance-4542565-1753219224.opb

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

MD5SUM BENCH= 5315000b872825a9c3a3b6787ef04708
RANDOM SEED=1349847735

nodeC006 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	: 0xb00001f
cpu MHz		: 3557.309
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.141
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.501
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.811
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3489.221
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3491.658
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.373
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.203
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        125568912 kB
MemAvailable:   126420096 kB
Buffers:            2128 kB
Cached:          1528572 kB
SwapCached:           12 kB
Active:          4378356 kB
Inactive:         551028 kB
Active(anon):    3414032 kB
Inactive(anon):    10792 kB
Active(file):     964324 kB
Inactive(file):   540236 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5872 kB
Writeback:             0 kB
AnonPages:       3400976 kB
Mapped:           109384 kB
Shmem:             26140 kB
KReclaimable:     372120 kB
Slab:             466528 kB
SReclaimable:     372120 kB
SUnreclaim:        94408 kB
KernelStack:        3984 kB
PageTables:         9764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    4690904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1736704 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432712 MiB
End job on nodeC006 at 2025-07-22 23:22:55