Trace number 4483423

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 2025-06-02UNSAT 862.128 864.402

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_diag/normalized-13array_diag_greater.opb
MD5SUM4323600963088835cdc761a0340acac9
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.012655
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables897
Total number of constraints898
Number of constraints which are clauses507
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints391
Minimum length of a constraint2
Maximum length of a constraint52
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 33554432
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 134217727
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

862.02/864.40	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 (63163 MiB free)
  memory of node 1: 64507 MiB (64040 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4483423-1751238959/watcher-4483423-1751238959 -o /tmp/evaluation-result-4483423-1751238959/solver-4483423-1751238959 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751237151-31371 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1890403818 --ls=360 HOME/instance-4483423-1751238959.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=32289, runsolver pid=32286


[startup+0.100105 s]*
/proc/loadavg: 4.08 4.10 4.01 5/250 32290
/proc/meminfo: memFree=130256960/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=6400 CPUtime=0.1 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 711 0 0 0 10 0 0 0 20 0 1 0 39574765 30482432 1600 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 1600 1024 1200 0 5922 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 6400 KiB

[startup+0.212205 s]*
/proc/loadavg: 4.08 4.10 4.01 5/250 32290
/proc/meminfo: memFree=130253104/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=6400 CPUtime=0.21 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 711 0 0 0 21 0 0 0 20 0 1 0 39574765 30482432 1600 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 1600 1024 1200 0 5922 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 6400 KiB

[startup+0.311913 s]*
/proc/loadavg: 4.08 4.10 4.01 5/250 32290
/proc/meminfo: memFree=130253104/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=6400 CPUtime=0.31 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 711 0 0 0 31 0 0 0 20 0 1 0 39574765 30482432 1600 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 1600 1024 1200 0 5922 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 6400 KiB

[startup+0.700211 s]
/proc/loadavg: 4.08 4.10 4.01 5/250 32290
/proc/meminfo: memFree=130253104/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=6400 CPUtime=0.69 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 711 0 0 0 69 0 0 0 20 0 1 0 39574765 30482432 1600 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 1600 1024 1200 0 5922 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 6400 KiB

[startup+1.50022 s]
/proc/loadavg: 4.08 4.10 4.01 5/250 32290
/proc/meminfo: memFree=130253104/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=6400 CPUtime=1.49 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 711 0 0 0 149 0 0 0 20 0 1 0 39574765 30482432 1600 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 1600 1024 1200 0 5922 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 6400 KiB

[startup+3.1115 s]
/proc/loadavg: 4.15 4.12 4.01 4/246 32327
/proc/meminfo: memFree=130249020/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=6400 CPUtime=3.1 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 711 0 0 0 310 0 0 0 20 0 1 0 39574765 30482432 1600 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 1600 1024 1200 0 5922 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 6400 KiB

[startup+6.3002 s]
/proc/loadavg: 4.15 4.12 4.01 5/250 32335
/proc/meminfo: memFree=130235772/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=6400 CPUtime=6.28 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 711 0 0 0 628 0 0 0 20 0 1 0 39574765 30482432 1600 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 1600 1024 1200 0 5922 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 6400 KiB

[startup+12.7002 s]
/proc/loadavg: 4.28 4.15 4.02 5/250 32335
/proc/meminfo: memFree=130220168/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=6400 CPUtime=12.66 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 711 0 0 0 1266 0 0 0 20 0 1 0 39574765 30482432 1600 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 1600 1024 1200 0 5922 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 6400 KiB

[startup+25.5002 s]
/proc/loadavg: 4.39 4.18 4.04 5/250 32336
/proc/meminfo: memFree=130214584/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=6400 CPUtime=25.43 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 711 0 0 0 2543 0 0 0 20 0 1 0 39574765 30482432 1600 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 1600 1024 1200 0 5922 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 6400 KiB

[startup+51.1123 s]
/proc/loadavg: 4.68 4.26 4.07 5/250 32336
/proc/meminfo: memFree=130193340/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=6400 CPUtime=50.99 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 711 0 0 0 5099 0 0 0 20 0 1 0 39574765 30482432 1600 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 1600 1024 1200 0 5922 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 6400 KiB

[startup+102.3 s]
/proc/loadavg: 4.41 4.26 4.08 5/250 32383
/proc/meminfo: memFree=130242636/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=8192 CPUtime=102.05 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 714 0 0 0 10205 0 0 0 20 0 1 0 39574765 30482432 2048 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 2048 1024 1200 0 5922 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 8192 KiB

[startup+162.3 s]
/proc/loadavg: 4.24 4.24 4.09 5/250 32429
/proc/meminfo: memFree=130283724/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=8192 CPUtime=161.92 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 717 0 0 0 16192 0 0 0 20 0 1 0 39574765 30482432 2048 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 2048 1024 1200 0 5922 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 8192 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.22 4.09 5/249 32431
/proc/meminfo: memFree=130284716/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=8192 CPUtime=221.78 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 719 0 0 0 22178 0 0 0 20 0 1 0 39574765 30482432 2048 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 2048 1024 1200 0 5922 0
Current children cumulated CPU time: 221.78 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 8192 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.20 4.09 5/249 32433
/proc/meminfo: memFree=130285172/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=8192 CPUtime=281.64 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 720 0 0 0 28164 0 0 0 20 0 1 0 39574765 30482432 2048 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 2048 1024 1200 0 5922 0
Current children cumulated CPU time: 281.64 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 8192 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.17 4.09 5/249 32435
/proc/meminfo: memFree=130284468/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=29768 memory=8192 CPUtime=341.51 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 721 0 0 0 34151 0 0 0 20 0 1 0 39574765 30482432 2048 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 7442 2048 1024 1200 0 5922 0
Current children cumulated CPU time: 341.51 s
Current children cumulated vsize: 29768 KiB
Current children cumulated memory: 8192 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.16 4.09 5/250 32485
/proc/meminfo: memFree=130268072/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=43624 memory=31224 CPUtime=401.35 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 4436 0 0 0 40104 31 0 0 20 0 1 0 39574765 44670976 7806 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 10906 7806 1280 1200 0 9386 0
Current children cumulated CPU time: 401.35 s
Current children cumulated vsize: 43624 KiB
Current children cumulated memory: 31224 KiB

[startup+462.3 s]
/proc/loadavg: 4.30 4.19 4.10 5/250 32487
/proc/meminfo: memFree=130215116/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=58800 memory=52372 CPUtime=461.18 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 8273 0 0 0 46053 65 0 0 20 0 1 0 39574765 60211200 13093 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 14700 13093 1312 1200 0 13180 0
Current children cumulated CPU time: 461.18 s
Current children cumulated vsize: 58800 KiB
Current children cumulated memory: 52372 KiB

[startup+522.3 s]
/proc/loadavg: 4.40 4.27 4.14 4/244 32524
/proc/meminfo: memFree=130187740/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=74992 memory=58696 CPUtime=521.01 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 9562 0 0 0 52005 96 0 0 20 0 1 0 39574765 76791808 14674 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 18748 14674 1312 1200 0 17228 0
Current children cumulated CPU time: 521.01 s
Current children cumulated vsize: 74992 KiB
Current children cumulated memory: 58696 KiB

[startup+582.3 s]
/proc/loadavg: 3.51 4.04 4.06 4/244 32526
/proc/meminfo: memFree=130136280/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=81212 memory=68740 CPUtime=580.82 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 11046 0 0 0 57955 127 0 0 20 0 1 0 39574765 83161088 17185 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 20303 17185 1312 1200 0 18783 0
Current children cumulated CPU time: 580.82 s
Current children cumulated vsize: 81212 KiB
Current children cumulated memory: 68740 KiB

[startup+642.3 s]
/proc/loadavg: 3.23 3.86 4.00 4/244 32528
/proc/meminfo: memFree=130117928/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=81452 memory=70532 CPUtime=640.65 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 11136 0 0 0 63902 163 0 0 20 0 1 0 39574765 83406848 17633 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 20363 17633 1312 1200 0 18843 0
Current children cumulated CPU time: 640.65 s
Current children cumulated vsize: 81452 KiB
Current children cumulated memory: 70532 KiB

[startup+702.3 s]
/proc/loadavg: 3.18 3.73 3.95 4/244 32530
/proc/meminfo: memFree=130117736/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=83364 memory=73860 CPUtime=700.48 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 11566 0 0 0 69851 197 0 0 20 0 1 0 39574765 85364736 18465 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 20841 18465 1312 1200 0 19321 0
Current children cumulated CPU time: 700.48 s
Current children cumulated vsize: 83364 KiB
Current children cumulated memory: 73860 KiB

[startup+762.3 s]
/proc/loadavg: 2.67 3.50 3.85 3/238 32562
/proc/meminfo: memFree=130123728/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=84260 memory=74756 CPUtime=760.3 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 11823 0 0 0 75804 226 0 0 20 0 1 0 39574765 86282240 18689 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 21065 18689 1312 1200 0 19545 0
Current children cumulated CPU time: 760.3 s
Current children cumulated vsize: 84260 KiB
Current children cumulated memory: 74756 KiB

[startup+822.3 s]
/proc/loadavg: 2.32 3.24 3.74 3/238 32564
/proc/meminfo: memFree=130124232/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=84428 memory=74884 CPUtime=820.14 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 11866 0 0 0 81751 263 0 0 20 0 1 0 39574765 86454272 18721 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 21107 18721 1312 1200 0 19587 0
Current children cumulated CPU time: 820.14 s
Current children cumulated vsize: 84428 KiB
Current children cumulated memory: 74884 KiB

[startup+864.402 s]
# the end of solver process 32289 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=859.156 s, system=2.97205 s

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

[startup+844.8 s]
/proc/loadavg: 2.23 3.16 3.70 3/238 32564
/proc/meminfo: memFree=130116168/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=85188 memory=75652 CPUtime=842.57 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 12046 0 0 0 83978 279 0 0 20 0 1 0 39574765 87232512 18913 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 21297 18913 1312 1200 0 19777 0
Current children cumulated CPU time: 842.57 s
Current children cumulated vsize: 85188 KiB
Current children cumulated memory: 75652 KiB

[startup+857.6 s]
/proc/loadavg: 2.18 3.10 3.67 3/238 32565
/proc/meminfo: memFree=130124384/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=85352 memory=76036 CPUtime=855.33 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 12066 0 0 0 85244 289 0 0 20 0 1 0 39574765 87400448 19009 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 21338 19009 1312 1200 0 19818 0
Current children cumulated CPU time: 855.33 s
Current children cumulated vsize: 85352 KiB
Current children cumulated memory: 76036 KiB

[startup+860.8 s]
/proc/loadavg: 2.18 3.10 3.67 3/238 32565
/proc/meminfo: memFree=130124384/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=86016 memory=76548 CPUtime=858.53 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 12218 0 0 0 85559 294 0 0 20 0 1 0 39574765 88080384 19137 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 21504 19137 1312 1200 0 19984 0
Current children cumulated CPU time: 858.53 s
Current children cumulated vsize: 86016 KiB
Current children cumulated memory: 76548 KiB

[startup+862.4 s]
/proc/loadavg: 2.24 3.10 3.67 3/238 32565
/proc/meminfo: memFree=130124384/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=86016 memory=76548 CPUtime=860.12 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 12218 0 0 0 85717 295 0 0 20 0 1 0 39574765 88080384 19137 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 21504 19137 1312 1200 0 19984 0
Current children cumulated CPU time: 860.12 s
Current children cumulated vsize: 86016 KiB
Current children cumulated memory: 76548 KiB

[startup+863.2 s]
/proc/loadavg: 2.24 3.10 3.67 3/238 32565
/proc/meminfo: memFree=130124384/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=86016 memory=76548 CPUtime=860.92 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 12218 0 0 0 85796 296 0 0 20 0 1 0 39574765 88080384 19137 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 21504 19137 1312 1200 0 19984 0
Current children cumulated CPU time: 860.92 s
Current children cumulated vsize: 86016 KiB
Current children cumulated memory: 76548 KiB

[startup+864 s]*
/proc/loadavg: 2.24 3.10 3.67 3/238 32565
/proc/meminfo: memFree=130124384/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=86016 memory=76548 CPUtime=861.73 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 12218 0 0 0 85877 296 0 0 20 0 1 0 39574765 88080384 19137 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 21504 19137 1312 1200 0 19984 0
Current children cumulated CPU time: 861.73 s
Current children cumulated vsize: 86016 KiB
Current children cumulated memory: 76548 KiB

[startup+864.4 s]
/proc/loadavg: 2.24 3.10 3.67 3/238 32565
/proc/meminfo: memFree=130124384/131382112 swapFree=33010160/33010684
[pid=32289] ppid=32286 vsize=85788 memory=76416 CPUtime=862.12 cores=0,2
/proc/32289/stat : 32289 (Exact) R 32286 32289 31361 0 -1 4194304 12219 0 0 0 85915 297 0 0 20 0 1 0 39574765 87846912 19104 18446744073709551615 4198400 9112445 140725702203072 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 38678528 140725702207802 140725702207981 140725702207981 140725702213583 0
/proc/32289/statm: 21447 19104 1312 1200 0 19927 0
Current children cumulated CPU time: 862.12 s
Current children cumulated vsize: 85788 KiB
Current children cumulated memory: 76416 KiB

Child status: 20

Real time (s): 864.402
CPU time (s): 862.128
CPU user time (s): 859.156
CPU system time (s): 2.97205
CPU usage (%): 99.7369
Max. virtual memory (cumulated for all children) (KiB): 86016
Max. memory (cumulated for all children) (KiB): 76548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 859.156
system time used= 2.97205
maximum resident set size= 76548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12220
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= 24
involuntary context switches= 1904


# summary of solver processes directly reported to runsolver:
#   pid: 32289
#   total CPU time (s): 862.128
#   total CPU user time (s): 859.156
#   total CPU system time (s): 2.97205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.08282 second user time and 7.50329 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-30 01:15:59
IDJOB=4483423
IDBENCH=176020
IDSOLVER=3317
FILE ID=nodeC001/4483423-1751238959
RUNJOBID= nodeC001-1751237151-31371
SLURM_JOB_ID= 9587716
Free space on /tmp= 433036 MiB

SOLVER NAME= Exact 2025-06-02
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_diag/normalized-13array_diag_greater.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4483423-1751238959/watcher-4483423-1751238959 -o /tmp/evaluation-result-4483423-1751238959/solver-4483423-1751238959 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751237151-31371 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1890403818 --ls=360 HOME/instance-4483423-1751238959.opb

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

MD5SUM BENCH= 4323600963088835cdc761a0340acac9
RANDOM SEED=1890403818

nodeC001 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		: 3493.886
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.49
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		: 3691.295
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.49
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.174
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.49
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.506
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.49
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		: 3664.566
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.49
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		: 3691.246
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.49
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		: 3700.000
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.49
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.246
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130256912 kB
MemAvailable:   129902544 kB
Buffers:            2128 kB
Cached:           444276 kB
SwapCached:           28 kB
Active:           382604 kB
Inactive:         158568 kB
Active(anon):     102320 kB
Inactive(anon):    10380 kB
Active(file):     280284 kB
Inactive(file):   148188 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7144 kB
Writeback:             0 kB
AnonPages:         97888 kB
Mapped:           115300 kB
Shmem:             17932 kB
KReclaimable:      98280 kB
Slab:             180868 kB
SReclaimable:      98280 kB
SUnreclaim:        82588 kB
KernelStack:        4028 kB
PageTables:         3212 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     489848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC001 at 2025-06-30 01:30:23