Trace number 4511216

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
Exact_proof 2025-06-02? (TO) 3600.05 3635.14

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x30split.opb
MD5SUM2bb0b15a1713ed3ebed857cd771e5926
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.054925
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints151
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)151
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.03/3635.11	c Program interrupted by user.
3600.03/3635.11	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: 63794 MiB (62459 MiB free)
  memory of node 1: 64507 MiB (62158 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511216-1751205733/watcher-4511216-1751205733 -o /tmp/evaluation-result-4511216-1751205733/solver-4511216-1751205733 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751205287-28580 --watchdog 3760 HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4511216-1751205733 --seed=1516029294 HOME/instance-4511216-1751205733.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=28751, runsolver pid=28748

[startup+0.100064 s]*
/proc/loadavg: 4.11 3.54 3.26 5/251 28752
/proc/meminfo: memFree=127601956/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=0.1 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 10 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+0.213038 s]*
/proc/loadavg: 4.11 3.54 3.26 5/251 28752
/proc/meminfo: memFree=127593892/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=0.21 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 21 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+0.312533 s]*
/proc/loadavg: 4.11 3.54 3.26 5/251 28752
/proc/meminfo: memFree=127593892/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=0.31 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 31 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+0.700244 s]
/proc/loadavg: 4.11 3.54 3.26 5/251 28752
/proc/meminfo: memFree=127585828/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=0.68 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 68 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+1.50025 s]
/proc/loadavg: 4.11 3.54 3.26 5/251 28752
/proc/meminfo: memFree=127569412/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=1.48 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 148 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+3.11296 s]
/proc/loadavg: 4.10 3.55 3.26 5/251 28752
/proc/meminfo: memFree=127488900/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=3.09 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 309 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+6.30026 s]
/proc/loadavg: 4.10 3.55 3.26 6/251 28752
/proc/meminfo: memFree=127384244/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=6.27 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 627 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 3.58 3.27 5/257 28773
/proc/meminfo: memFree=127681856/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=12.66 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 1266 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 3.60 3.28 5/257 28773
/proc/meminfo: memFree=127625512/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=25.43 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 2543 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+51.1127 s]
/proc/loadavg: 4.09 3.63 3.30 5/257 28773
/proc/meminfo: memFree=127226000/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=51.01 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 5101 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 3.72 3.36 5/257 28775
/proc/meminfo: memFree=126470332/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=102.12 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 10212 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 102.12 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 3.79 3.40 5/257 28777
/proc/meminfo: memFree=125565544/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=162.04 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 16204 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 162.04 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 3.85 3.45 5/257 28779
/proc/meminfo: memFree=124703612/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=221.95 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 22195 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 221.95 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+282.3 s]
/proc/loadavg: 4.20 3.92 3.50 5/261 28785
/proc/meminfo: memFree=123868820/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=281.87 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 28187 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 281.87 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.94 3.54 5/261 28790
/proc/meminfo: memFree=123053884/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=28064 memory=4608 CPUtime=341.78 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 278 0 0 0 34178 0 0 0 20 0 1 0 36253118 28737536 1152 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 7016 1152 1024 1201 0 5494 0
Current children cumulated CPU time: 341.78 s
Current children cumulated vsize: 28064 KiB
Current children cumulated memory: 4608 KiB

[startup+402.3 s]
/proc/loadavg: 4.21 4.00 3.58 5/261 28838
/proc/meminfo: memFree=121941784/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=70640 memory=53472 CPUtime=401.52 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 7908 0 0 0 40118 34 0 0 20 0 1 0 36253118 72335360 13368 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 17660 13368 1280 1201 0 16138 0
Current children cumulated CPU time: 401.52 s
Current children cumulated vsize: 70640 KiB
Current children cumulated memory: 53472 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.01 3.62 5/261 28840
/proc/meminfo: memFree=120793248/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=71736 memory=59804 CPUtime=461.12 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 8351 0 0 0 46044 68 0 0 20 0 1 0 36253118 73457664 14951 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 17934 14951 1280 1201 0 16412 0
Current children cumulated CPU time: 461.12 s

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

Current children cumulated memory: 97344 KiB

[startup+2922.3 s]
/proc/loadavg: 4.18 4.16 4.12 5/253 29035
/proc/meminfo: memFree=70208408/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120008 memory=97600 CPUtime=2898.44 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14290 0 0 0 288280 1564 0 0 20 0 1 0 36253118 122888192 24400 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30002 24400 1280 1201 0 28480 0
Current children cumulated CPU time: 2898.44 s
Current children cumulated vsize: 120008 KiB
Current children cumulated memory: 97600 KiB

[startup+2982.3 s]
/proc/loadavg: 4.17 4.16 4.12 5/253 29037
/proc/meminfo: memFree=67635040/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120008 memory=97600 CPUtime=2958.07 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14290 0 0 0 294213 1594 0 0 20 0 1 0 36253118 122888192 24400 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30002 24400 1280 1201 0 28480 0
Current children cumulated CPU time: 2958.07 s
Current children cumulated vsize: 120008 KiB
Current children cumulated memory: 97600 KiB

[startup+3042.3 s]
/proc/loadavg: 4.20 4.16 4.12 5/255 29045
/proc/meminfo: memFree=64997132/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120392 memory=97856 CPUtime=3017.8 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14359 0 0 0 300149 1631 0 0 20 0 1 0 36253118 123281408 24464 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30098 24464 1280 1201 0 28576 0
Current children cumulated CPU time: 3017.8 s
Current children cumulated vsize: 120392 KiB
Current children cumulated memory: 97856 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/258 29052
/proc/meminfo: memFree=62325188/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120392 memory=97856 CPUtime=3077.45 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14359 0 0 0 306083 1662 0 0 20 0 1 0 36253118 123281408 24464 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30098 24464 1280 1201 0 28576 0
Current children cumulated CPU time: 3077.45 s
Current children cumulated vsize: 120392 KiB
Current children cumulated memory: 97856 KiB

[startup+3162.3 s]
/proc/loadavg: 4.77 4.32 4.17 5/262 29072
/proc/meminfo: memFree=71945076/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120392 memory=97856 CPUtime=3137.1 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14359 0 0 0 312014 1696 0 0 20 0 1 0 36253118 123281408 24464 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30098 24464 1280 1201 0 28576 0
Current children cumulated CPU time: 3137.1 s
Current children cumulated vsize: 120392 KiB
Current children cumulated memory: 97856 KiB

[startup+3222.3 s]
/proc/loadavg: 4.48 4.33 4.19 5/263 29120
/proc/meminfo: memFree=93010844/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120392 memory=97856 CPUtime=3196.75 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14371 0 0 0 317946 1729 0 0 20 0 1 0 36253118 123281408 24464 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30098 24464 1280 1201 0 28576 0
Current children cumulated CPU time: 3196.75 s
Current children cumulated vsize: 120392 KiB
Current children cumulated memory: 97856 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.29 4.18 5/263 29123
/proc/meminfo: memFree=92315908/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120392 memory=97856 CPUtime=3256.4 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14375 0 0 0 323877 1763 0 0 20 0 1 0 36253118 123281408 24464 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30098 24464 1280 1201 0 28576 0
Current children cumulated CPU time: 3256.4 s
Current children cumulated vsize: 120392 KiB
Current children cumulated memory: 97856 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.26 4.18 5/261 29125
/proc/meminfo: memFree=91601412/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120392 memory=97856 CPUtime=3316.08 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14375 0 0 0 329810 1798 0 0 20 0 1 0 36253118 123281408 24464 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30098 24464 1280 1201 0 28576 0
Current children cumulated CPU time: 3316.08 s
Current children cumulated vsize: 120392 KiB
Current children cumulated memory: 97856 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.23 4.17 5/258 29127
/proc/meminfo: memFree=90879692/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120392 memory=97856 CPUtime=3375.71 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14375 0 0 0 335739 1832 0 0 20 0 1 0 36253118 123281408 24464 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30098 24464 1280 1201 0 28576 0
Current children cumulated CPU time: 3375.71 s
Current children cumulated vsize: 120392 KiB
Current children cumulated memory: 97856 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.21 4.17 5/263 29136
/proc/meminfo: memFree=90184004/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120392 memory=97856 CPUtime=3435.34 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14377 0 0 0 341665 1869 0 0 20 0 1 0 36253118 123281408 24464 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30098 24464 1280 1201 0 28576 0
Current children cumulated CPU time: 3435.34 s
Current children cumulated vsize: 120392 KiB
Current children cumulated memory: 97856 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.19 4.16 5/262 29138
/proc/meminfo: memFree=87040628/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120392 memory=97856 CPUtime=3495 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14377 0 0 0 347598 1902 0 0 20 0 1 0 36253118 123281408 24464 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30098 24464 1280 1201 0 28576 0
Current children cumulated CPU time: 3495 s
Current children cumulated vsize: 120392 KiB
Current children cumulated memory: 97856 KiB

[startup+3582.3 s]
/proc/loadavg: 4.61 4.30 4.20 5/261 29196
/proc/meminfo: memFree=86035832/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120392 memory=97856 CPUtime=3547.54 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14377 0 0 0 352821 1933 0 0 20 0 1 0 36253118 123281408 24464 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30098 24464 1280 1201 0 28576 0
Current children cumulated CPU time: 3547.54 s
Current children cumulated vsize: 120392 KiB
Current children cumulated memory: 97856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3635.11 s]
/proc/loadavg: 4.64 4.37 4.23 5/261 29197
/proc/meminfo: memFree=84009804/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120392 memory=97856 CPUtime=3600.03 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14377 0 0 0 358041 1962 0 0 20 0 1 0 36253118 123281408 24464 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30098 24464 1280 1201 0 28576 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 120392 KiB
Current children cumulated memory: 97856 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.42 s, system=19.6318 s

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

[startup+3635.11 s]
/proc/loadavg: 4.64 4.37 4.23 5/261 29197
/proc/meminfo: memFree=84009804/131382112 swapFree=33010684/33010684
[pid=28751] ppid=28748 vsize=120392 memory=97856 CPUtime=3600.03 cores=0,2
/proc/28751/stat : 28751 (Exact_proof) R 28748 28751 28570 0 -1 4194304 14377 0 0 0 358041 1962 0 0 20 0 1 0 36253118 123281408 24464 18446744073709551615 4198400 9115581 140735640307888 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 18264064 140735640312008 140735640312295 140735640312295 140735640317897 0
/proc/28751/statm: 30098 24464 1280 1201 0 28576 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 120392 KiB
Current children cumulated memory: 97856 KiB

Child status: 0

Real time (s): 3635.14
CPU time (s): 3600.05
CPU user time (s): 3580.42
CPU system time (s): 19.6318
CPU usage (%): 99.0346
Max. virtual memory (cumulated for all children) (KiB): 143536
Max. memory (cumulated for all children) (KiB): 97856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.42
system time used= 19.6318
maximum resident set size= 115880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14380
page faults= 0
swaps= 0
block input operations= 0
block output operations= 30464824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 437
involuntary context switches= 8316


# summary of solver processes directly reported to runsolver:
#   pid: 28751
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3580.42
#   total CPU system time (s): 19.6318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4547 second user time and 35.8463 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 16:02:13
IDJOB=4511216
IDBENCH=160433
IDSOLVER=3325
FILE ID=nodeC009/4511216-1751205733
RUNJOBID= nodeC009-1751205287-28580
SLURM_JOB_ID= 9587626
Free space on /tmp= 432636 MiB

SOLVER NAME= Exact_proof 2025-06-02
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x30split.opb
COMMAND LINE= HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=CERTNAME --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511216-1751205733/watcher-4511216-1751205733 -o /tmp/evaluation-result-4511216-1751205733/solver-4511216-1751205733 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751205287-28580 --watchdog 3760  HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4511216-1751205733 --seed=1516029294 HOME/instance-4511216-1751205733.opb

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

MD5SUM BENCH= 2bb0b15a1713ed3ebed857cd771e5926
RANDOM SEED=1516029294

nodeC009 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		: 3492.481
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.85
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		: 3662.687
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.85
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.231
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.85
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.922
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.85
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		: 1197.474
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.85
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		: 3662.729
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.85
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		: 3664.515
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.85
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		: 1198.353
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127609780 kB
MemAvailable:   129746104 kB
Buffers:            3280 kB
Cached:          2944004 kB
SwapCached:            0 kB
Active:           389552 kB
Inactive:        2698236 kB
Active(anon):     158548 kB
Inactive(anon):        0 kB
Active(file):     231004 kB
Inactive(file):  2698236 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            459088 kB
Writeback:             0 kB
AnonPages:        143660 kB
Mapped:           113228 kB
Shmem:             17960 kB
KReclaimable:      93040 kB
Slab:             189488 kB
SReclaimable:      93040 kB
SUnreclaim:        96448 kB
KernelStack:        4080 kB
PageTables:         3224 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     481132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432496 MiB
End job on nodeC009 at 2025-06-29 17:02:49