Trace number 4514326

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) 3602.05 3614.2

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_11.opb
MD5SUMecb94e70b440a48855e99e990bb4ec90
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 benchmark1198.19
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5700
Total number of constraints27830
Number of constraints which are clauses27825
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint75
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 86
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514326-1751225929/watcher-4514326-1751225929 -o /tmp/evaluation-result-4514326-1751225929/solver-4514326-1751225929 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751224068-27014 --watchdog 3760 HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4514326-1751225929 --seed=730430147 HOME/instance-4514326-1751225929.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
solver pid=27629, runsolver pid=27626
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 4.13 4.10 3.80 5/270 27630
/proc/meminfo: memFree=105699684/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=48736 CPUtime=0.09 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11708 0 0 0 8 1 0 0 20 0 1 0 38272444 74035200 12184 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 12184 992 1201 0 16553 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 48736 KiB

[startup+0.205629 s]*
/proc/loadavg: 4.13 4.10 3.80 5/270 27630
/proc/meminfo: memFree=105697920/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=0.2 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11849 0 0 0 18 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+0.305501 s]*
/proc/loadavg: 4.13 4.10 3.80 5/270 27630
/proc/meminfo: memFree=105697920/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=0.3 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11849 0 0 0 28 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+0.700096 s]
/proc/loadavg: 4.13 4.10 3.80 5/270 27630
/proc/meminfo: memFree=105697680/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=0.69 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11849 0 0 0 67 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+1.50009 s]
/proc/loadavg: 4.13 4.10 3.80 5/270 27630
/proc/meminfo: memFree=105697680/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=1.49 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11849 0 0 0 147 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+3.10432 s]
/proc/loadavg: 4.12 4.09 3.80 5/270 27630
/proc/meminfo: memFree=105665184/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=3.09 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11849 0 0 0 307 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+6.30009 s]
/proc/loadavg: 4.12 4.09 3.80 5/271 27631
/proc/meminfo: memFree=105630296/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=6.28 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11849 0 0 0 626 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+12.7001 s]
/proc/loadavg: 4.11 4.09 3.80 5/270 27632
/proc/meminfo: memFree=105516236/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=12.67 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11849 0 0 0 1265 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+25.5001 s]
/proc/loadavg: 4.16 4.10 3.81 5/270 27632
/proc/meminfo: memFree=105360604/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=25.45 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11849 0 0 0 2543 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+51.1044 s]
/proc/loadavg: 4.11 4.09 3.82 5/270 27632
/proc/meminfo: memFree=105020020/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=51.01 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11849 0 0 0 5099 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.09 3.84 5/270 27634
/proc/meminfo: memFree=104326472/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=102.11 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11854 0 0 0 10209 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 102.11 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.10 3.86 5/270 27636
/proc/meminfo: memFree=103495468/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=162.01 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11856 0 0 0 16199 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 162.01 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 3.87 5/268 27640
/proc/meminfo: memFree=102647724/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=221.91 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11857 0 0 0 22189 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 221.91 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.09 3.89 5/268 27642
/proc/meminfo: memFree=101796216/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=281.8 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11858 0 0 0 28178 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 281.8 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.10 3.91 5/267 27644
/proc/meminfo: memFree=100850584/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=72300 memory=53508 CPUtime=341.68 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 11859 0 0 0 34166 2 0 0 20 0 1 0 38272444 74035200 13377 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 18075 13377 1024 1201 0 16553 0
Current children cumulated CPU time: 341.68 s
Current children cumulated vsize: 72300 KiB
Current children cumulated memory: 53508 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.10 3.92 5/267 27646
/proc/meminfo: memFree=99863848/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=153024 memory=126340 CPUtime=401.48 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 23746 0 0 0 40133 15 0 0 20 0 1 0 38272444 156696576 31585 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 38256 31585 1248 1201 0 36734 0
Current children cumulated CPU time: 401.48 s
Current children cumulated vsize: 153024 KiB
Current children cumulated memory: 126340 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.11 3.94 5/269 27650
/proc/meminfo: memFree=98871256/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=166544 memory=145440 CPUtime=461.27 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 27030 0 0 0 46100 27 0 0 20 0 1 0 38272444 170541056 36360 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 41636 36360 1248 1201 0 40114 0

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

[startup+3102.3 s]
/proc/loadavg: 4.11 4.10 4.04 5/268 27889
/proc/meminfo: memFree=118080468/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=319708 memory=295132 CPUtime=3091.92 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 55738 0 0 0 308730 462 0 0 20 0 1 0 38272444 327380992 73783 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 79927 73783 1280 1201 0 78405 0
Current children cumulated CPU time: 3091.92 s
Current children cumulated vsize: 319708 KiB
Current children cumulated memory: 295132 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.09 4.04 5/270 27893
/proc/meminfo: memFree=117732144/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=321112 memory=305064 CPUtime=3151.71 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 56134 0 0 0 314700 471 0 0 20 0 1 0 38272444 328818688 76266 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 80278 76266 1280 1201 0 78756 0
Current children cumulated CPU time: 3151.71 s
Current children cumulated vsize: 321112 KiB
Current children cumulated memory: 305064 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.10 4.05 5/270 27897
/proc/meminfo: memFree=117416120/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=322420 memory=306344 CPUtime=3211.47 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 56461 0 0 0 320667 480 0 0 20 0 1 0 38272444 330158080 76586 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 80605 76586 1280 1201 0 79083 0
Current children cumulated CPU time: 3211.47 s
Current children cumulated vsize: 322420 KiB
Current children cumulated memory: 306344 KiB

[startup+3282.3 s]
/proc/loadavg: 4.39 4.19 4.08 5/269 27899
/proc/meminfo: memFree=117102972/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=323804 memory=307624 CPUtime=3271.24 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 56792 0 0 0 326634 490 0 0 20 0 1 0 38272444 331575296 76906 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 80951 76906 1280 1201 0 79429 0
Current children cumulated CPU time: 3271.24 s
Current children cumulated vsize: 323804 KiB
Current children cumulated memory: 307624 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.20 4.09 5/270 27902
/proc/meminfo: memFree=116764916/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=325388 memory=309288 CPUtime=3331 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 57280 0 0 0 332598 502 0 0 20 0 1 0 38272444 333197312 77322 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 81347 77322 1280 1201 0 79825 0
Current children cumulated CPU time: 3331 s
Current children cumulated vsize: 325388 KiB
Current children cumulated memory: 309288 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.18 4.09 5/270 27904
/proc/meminfo: memFree=116463816/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=326236 memory=310056 CPUtime=3390.79 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 57512 0 0 0 338566 513 0 0 20 0 1 0 38272444 334065664 77514 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 81559 77514 1280 1201 0 80037 0
Current children cumulated CPU time: 3390.79 s
Current children cumulated vsize: 326236 KiB
Current children cumulated memory: 310056 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.16 4.09 5/268 27906
/proc/meminfo: memFree=116141288/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=327964 memory=311720 CPUtime=3450.56 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 57930 0 0 0 344534 522 0 0 20 0 1 0 38272444 335835136 77930 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 81991 77930 1280 1201 0 80469 0
Current children cumulated CPU time: 3450.56 s
Current children cumulated vsize: 327964 KiB
Current children cumulated memory: 311720 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.16 4.09 5/270 27955
/proc/meminfo: memFree=117787416/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=329060 memory=313000 CPUtime=3510.37 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 58255 0 0 0 350506 531 0 0 20 0 1 0 38272444 336957440 78250 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 82265 78250 1280 1201 0 80743 0
Current children cumulated CPU time: 3510.37 s
Current children cumulated vsize: 329060 KiB
Current children cumulated memory: 313000 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.09 5/269 28004
/proc/meminfo: memFree=121749752/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=331516 memory=315176 CPUtime=3570.22 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 58885 0 0 0 356472 550 0 0 20 0 1 0 38272444 339472384 78794 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 82879 78794 1280 1201 0 81357 0
Current children cumulated CPU time: 3570.22 s
Current children cumulated vsize: 331516 KiB
Current children cumulated memory: 315176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.2 s]
/proc/loadavg: 4.13 4.14 4.09 5/267 28004
/proc/meminfo: memFree=121709308/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=331516 memory=315176 CPUtime=3600.05 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 58887 0 0 0 359444 561 0 0 20 0 1 0 38272444 339472384 78794 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 82879 78794 1280 1201 0 81357 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 331516 KiB
Current children cumulated memory: 315176 KiB

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

Sending SIGKILL to process tree (bottom up)

[startup+3614.2 s]
# the end of solver process 27629 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3596.43 s, system=5.62089 s

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

[startup+3612.8 s]
/proc/loadavg: 4.13 4.14 4.09 5/267 28004
/proc/meminfo: memFree=121709308/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=331516 memory=315176 CPUtime=3600.64 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 58888 0 0 0 359503 561 0 0 20 0 1 0 38272444 339472384 78794 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 82879 78794 1280 1201 0 81357 0
Current children cumulated CPU time: 3600.64 s
Current children cumulated vsize: 331516 KiB
Current children cumulated memory: 315176 KiB

[startup+3613.6 s]
/proc/loadavg: 4.12 4.14 4.09 5/267 28004
/proc/meminfo: memFree=121709308/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=331516 memory=315176 CPUtime=3601.44 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 58888 0 0 0 359583 561 0 0 20 0 1 0 38272444 339472384 78794 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 82879 78794 1280 1201 0 81357 0
Current children cumulated CPU time: 3601.44 s
Current children cumulated vsize: 331516 KiB
Current children cumulated memory: 315176 KiB

[startup+3614 s]*
/proc/loadavg: 4.12 4.14 4.09 5/267 28004
/proc/meminfo: memFree=121701244/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=331516 memory=315176 CPUtime=3601.84 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 58888 0 0 0 359623 561 0 0 20 0 1 0 38272444 339472384 78794 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 82879 78794 1280 1201 0 81357 0
Current children cumulated CPU time: 3601.84 s
Current children cumulated vsize: 331516 KiB
Current children cumulated memory: 315176 KiB

[startup+3614.2 s]
/proc/loadavg: 4.12 4.14 4.09 5/267 28004
/proc/meminfo: memFree=121701244/131249996 swapFree=33010684/33010684
[pid=27629] ppid=27626 vsize=331516 memory=315176 CPUtime=3602.04 cores=1,3
/proc/27629/stat : 27629 (Exact_proof) R 27626 27629 27002 0 -1 4194304 58888 0 0 0 359643 561 0 0 20 0 1 0 38272444 339472384 78794 18446744073709551615 4198400 9115581 140728715080560 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10325008 10415428 24449024 140728715081929 140728715082215 140728715082215 140728715087817 0
/proc/27629/statm: 82879 78794 1280 1201 0 81357 0
Current children cumulated CPU time: 3602.04 s
Current children cumulated vsize: 331516 KiB
Current children cumulated memory: 315176 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3614.2
CPU time (s): 3602.05
CPU user time (s): 3596.43
CPU system time (s): 5.62089
CPU usage (%): 99.6638
Max. virtual memory (cumulated for all children) (KiB): 331516
Max. memory (cumulated for all children) (KiB): 315176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.43
system time used= 5.62089
maximum resident set size= 315176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58888
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5956480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157
involuntary context switches= 4610


# summary of solver processes directly reported to runsolver:
#   pid: 27629
#   total CPU time (s): 3602.05
#   total CPU user time (s): 3596.43
#   total CPU system time (s): 5.62089

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.62054 second user time and 15.3788 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 21:38:49
IDJOB=4514326
IDBENCH=162644
IDSOLVER=3325
FILE ID=nodeC030/4514326-1751225929
RUNJOBID= nodeC030-1751224068-27014
SLURM_JOB_ID= 9587680
Free space on /tmp= 433008 MiB

SOLVER NAME= Exact_proof 2025-06-02
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_11.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-4514326-1751225929/watcher-4514326-1751225929 -o /tmp/evaluation-result-4514326-1751225929/solver-4514326-1751225929 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751224068-27014 --watchdog 3760  HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4514326-1751225929 --seed=730430147 HOME/instance-4514326-1751225929.opb

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

MD5SUM BENCH= ecb94e70b440a48855e99e990bb4ec90
RANDOM SEED=730430147

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.304
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		: 3602.330
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		: 3594.522
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		: 3600.315
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.318
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.536
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		: 3576.771
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		: 3622.897
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:        105750016 kB
MemAvailable:   129600324 kB
Buffers:            3280 kB
Cached:         24633012 kB
SwapCached:            0 kB
Active:           490568 kB
Inactive:       24376220 kB
Active(anon):     248612 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file): 24376220 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            292376 kB
Writeback:             0 kB
AnonPages:        233684 kB
Mapped:           117400 kB
Shmem:             18064 kB
KReclaimable:     142344 kB
Slab:             240968 kB
SReclaimable:     142344 kB
SUnreclaim:        98624 kB
KernelStack:        4384 kB
PageTables:         3388 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     617524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 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= 433004 MiB
End job on nodeC030 at 2025-06-29 22:39:03