Trace number 4482637

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-02? (TO) 3600.08 3610.14

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9029_2-sat.opb
MD5SUM9dbe363344c0fe5585984e30a944da25
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23114
Total number of constraints76854
Number of constraints which are clauses76350
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint90
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 532
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.04/3610.11	c Program interrupted by user.
3600.04/3610.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 (63135 MiB free)
  memory of node 1: 64507 MiB (63925 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4482637-1751168330/watcher-4482637-1751168330 -o /tmp/evaluation-result-4482637-1751168330/solver-4482637-1751168330 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751167606-21058 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=984019984 --ls=360 HOME/instance-4482637-1751168330.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
Starting watchdog thread
solver pid=21495, runsolver pid=21491
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 4.14 4.04 4.00 5/249 21501
/proc/meminfo: memFree=130089792/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=57012 memory=32836 CPUtime=0.1 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 7644 0 0 0 8 2 0 0 20 0 1 0 32512767 58380288 8177 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 14253 8177 1024 1200 0 12733 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 57012 KiB
Current children cumulated memory: 32836 KiB

[startup+0.213689 s]*
/proc/loadavg: 4.14 4.04 4.00 5/248 21503
/proc/meminfo: memFree=130081476/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=62764 memory=39556 CPUtime=0.21 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 9273 0 0 0 18 3 0 0 20 0 1 0 32512767 64270336 9889 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 15691 9889 1024 1200 0 14171 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 62764 KiB
Current children cumulated memory: 39556 KiB

[startup+0.313563 s]*
/proc/loadavg: 4.14 4.04 4.00 5/252 21511
/proc/meminfo: memFree=130070036/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=70044 memory=47680 CPUtime=0.32 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 10668 0 0 0 28 4 0 0 20 0 1 0 32512767 71725056 11920 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 17511 11920 1024 1200 0 15991 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 70044 KiB
Current children cumulated memory: 47680 KiB

[startup+0.700295 s]
/proc/loadavg: 4.14 4.04 4.00 6/252 21511
/proc/meminfo: memFree=130006280/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=102976 memory=74356 CPUtime=0.68 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 17156 0 0 0 62 6 0 0 20 0 1 0 32512767 105447424 18589 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 25744 18589 1024 1200 0 24224 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 74356 KiB

[startup+1.50037 s]
/proc/loadavg: 4.14 4.04 4.00 5/252 21511
/proc/meminfo: memFree=129994688/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=102976 memory=74356 CPUtime=1.48 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 17156 0 0 0 142 6 0 0 20 0 1 0 32512767 105447424 18589 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 25744 18589 1024 1200 0 24224 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 74356 KiB

[startup+3.11279 s]
/proc/loadavg: 4.21 4.06 4.01 5/251 21511
/proc/meminfo: memFree=129994704/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=102976 memory=74356 CPUtime=3.08 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 17161 0 0 0 302 6 0 0 20 0 1 0 32512767 105447424 18589 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 25744 18589 1024 1200 0 24224 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 74356 KiB

[startup+6.3003 s]
/proc/loadavg: 4.21 4.06 4.01 5/251 21511
/proc/meminfo: memFree=129954760/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=102976 memory=74356 CPUtime=6.26 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 17166 0 0 0 620 6 0 0 20 0 1 0 32512767 105447424 18589 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 25744 18589 1024 1200 0 24224 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 74356 KiB

[startup+12.7003 s]
/proc/loadavg: 4.19 4.05 4.01 5/251 21511
/proc/meminfo: memFree=129947244/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=102976 memory=74356 CPUtime=12.64 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 17171 0 0 0 1258 6 0 0 20 0 1 0 32512767 105447424 18589 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 25744 18589 1024 1200 0 24224 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 74356 KiB

[startup+25.5004 s]
/proc/loadavg: 4.15 4.05 4.01 5/251 21511
/proc/meminfo: memFree=129927776/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=102976 memory=74356 CPUtime=25.41 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 17172 0 0 0 2535 6 0 0 20 0 1 0 32512767 105447424 18589 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 25744 18589 1024 1200 0 24224 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 74356 KiB

[startup+51.1127 s]
/proc/loadavg: 4.18 4.06 4.01 5/251 21512
/proc/meminfo: memFree=129906032/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=102976 memory=74356 CPUtime=50.94 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 17181 0 0 0 5088 6 0 0 20 0 1 0 32512767 105447424 18589 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 25744 18589 1024 1200 0 24224 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 74356 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.07 4.01 5/252 21514
/proc/meminfo: memFree=129906672/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=102976 memory=74356 CPUtime=101.97 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 17191 0 0 0 10191 6 0 0 20 0 1 0 32512767 105447424 18589 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 25744 18589 1024 1200 0 24224 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 74356 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.05 4.01 5/252 21518
/proc/meminfo: memFree=129864944/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=102976 memory=74356 CPUtime=161.77 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 17196 0 0 0 16171 6 0 0 20 0 1 0 32512767 105447424 18589 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 25744 18589 1024 1200 0 24224 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 74356 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.07 4.01 5/252 21524
/proc/meminfo: memFree=129849732/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=102976 memory=74356 CPUtime=221.58 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 17203 0 0 0 22152 6 0 0 20 0 1 0 32512767 105447424 18589 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 25744 18589 1024 1200 0 24224 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 74356 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.07 4.01 5/252 21526
/proc/meminfo: memFree=129817712/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=102976 memory=77812 CPUtime=281.41 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 17248 0 0 0 28135 6 0 0 20 0 1 0 32512767 105447424 19453 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 25744 19453 1024 1200 0 24224 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 77812 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.07 4.01 5/250 21528
/proc/meminfo: memFree=129794344/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=102976 memory=77812 CPUtime=341.27 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 17248 0 0 0 34121 6 0 0 20 0 1 0 32512767 105447424 19453 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 25744 19453 1024 1200 0 24224 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 102976 KiB
Current children cumulated memory: 77812 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.07 4.01 5/250 21576
/proc/meminfo: memFree=129764832/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=164304 memory=144972 CPUtime=401.13 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 30783 0 0 0 40100 13 0 0 20 0 1 0 32512767 168247296 36243 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 41076 36243 1280 1200 0 39556 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 164304 KiB
Current children cumulated memory: 144972 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.07 4.01 5/250 21578
/proc/meminfo: memFree=129754744/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=178088 memory=158796 CPUtime=460.99 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 34249 0 0 0 46076 23 0 0 20 0 1 0 32512767 182362112 39699 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 44522 39699 1280 1200 0 43002 0
Current children cumulated CPU time: 460.99 s

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

Current children cumulated memory: 305500 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.13 4.12 5/250 21797
/proc/meminfo: memFree=129023556/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=321708 memory=305500 CPUtime=2914.05 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 61962 0 0 0 291129 276 0 0 20 0 1 0 32512767 329428992 76375 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 80427 76375 1312 1200 0 78907 0
Current children cumulated CPU time: 2914.05 s
Current children cumulated vsize: 321708 KiB
Current children cumulated memory: 305500 KiB

[startup+2982.3 s]
/proc/loadavg: 4.29 4.17 4.13 5/250 21799
/proc/meminfo: memFree=128986724/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=322024 memory=305756 CPUtime=2973.89 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 62073 0 0 0 297107 282 0 0 20 0 1 0 32512767 329752576 76439 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 80506 76439 1312 1200 0 78986 0
Current children cumulated CPU time: 2973.89 s
Current children cumulated vsize: 322024 KiB
Current children cumulated memory: 305756 KiB

[startup+3042.3 s]
/proc/loadavg: 4.64 4.30 4.18 5/250 21801
/proc/meminfo: memFree=128978068/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=322480 memory=306396 CPUtime=3033.73 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 62299 0 0 0 303086 287 0 0 20 0 1 0 32512767 330219520 76599 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 80620 76599 1312 1200 0 79100 0
Current children cumulated CPU time: 3033.73 s
Current children cumulated vsize: 322480 KiB
Current children cumulated memory: 306396 KiB

[startup+3102.3 s]
/proc/loadavg: 4.27 4.26 4.18 5/251 21804
/proc/meminfo: memFree=128867772/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=453536 memory=382408 CPUtime=3093.57 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 68185 0 0 0 309057 300 0 0 20 0 1 0 32512767 464420864 95602 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 113384 95602 1312 1200 0 111864 0
Current children cumulated CPU time: 3093.57 s
Current children cumulated vsize: 453536 KiB
Current children cumulated memory: 382408 KiB

[startup+3162.3 s]
/proc/loadavg: 4.20 4.24 4.18 5/251 21810
/proc/meminfo: memFree=128868936/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=454184 memory=383048 CPUtime=3153.4 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 68361 0 0 0 315038 302 0 0 20 0 1 0 32512767 465084416 95762 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 113546 95762 1312 1200 0 112026 0
Current children cumulated CPU time: 3153.4 s
Current children cumulated vsize: 454184 KiB
Current children cumulated memory: 383048 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.19 4.16 5/251 21816
/proc/meminfo: memFree=128865644/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=454536 memory=383560 CPUtime=3213.25 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 68463 0 0 0 321011 314 0 0 20 0 1 0 32512767 465444864 95890 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 113634 95890 1312 1200 0 112114 0
Current children cumulated CPU time: 3213.25 s
Current children cumulated vsize: 454536 KiB
Current children cumulated memory: 383560 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.19 4.16 5/251 21908
/proc/meminfo: memFree=129018768/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=455496 memory=384328 CPUtime=3273.07 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 68782 0 0 0 326990 317 0 0 20 0 1 0 32512767 466427904 96082 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 113874 96082 1312 1200 0 112354 0
Current children cumulated CPU time: 3273.07 s
Current children cumulated vsize: 455496 KiB
Current children cumulated memory: 384328 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.17 4.16 5/251 21910
/proc/meminfo: memFree=129013508/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=455496 memory=384584 CPUtime=3332.91 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 68827 0 0 0 332968 323 0 0 20 0 1 0 32512767 466427904 96146 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 113874 96146 1312 1200 0 112354 0
Current children cumulated CPU time: 3332.91 s
Current children cumulated vsize: 455496 KiB
Current children cumulated memory: 384584 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.16 4.16 5/251 21913
/proc/meminfo: memFree=129015004/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=455648 memory=384712 CPUtime=3392.77 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 68978 0 0 0 338944 333 0 0 20 0 1 0 32512767 466583552 96178 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 113912 96178 1312 1200 0 112392 0
Current children cumulated CPU time: 3392.77 s
Current children cumulated vsize: 455648 KiB
Current children cumulated memory: 384712 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.15 4.15 5/251 21916
/proc/meminfo: memFree=128989860/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=456896 memory=389448 CPUtime=3452.6 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 69359 0 0 0 344917 343 0 0 20 0 1 0 32512767 467861504 97362 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 114224 97362 1312 1200 0 112704 0
Current children cumulated CPU time: 3452.6 s
Current children cumulated vsize: 456896 KiB
Current children cumulated memory: 389448 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.13 4.15 5/251 21918
/proc/meminfo: memFree=128984064/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=456896 memory=389448 CPUtime=3512.45 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 69367 0 0 0 350902 343 0 0 20 0 1 0 32512767 467861504 97362 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 114224 97362 1312 1200 0 112704 0
Current children cumulated CPU time: 3512.45 s
Current children cumulated vsize: 456896 KiB
Current children cumulated memory: 389448 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.14 4.15 5/251 21920
/proc/meminfo: memFree=128982300/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=461420 memory=393800 CPUtime=3572.3 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 70581 0 0 0 356877 353 0 0 20 0 1 0 32512767 472494080 98450 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 115355 98450 1312 1200 0 113835 0
Current children cumulated CPU time: 3572.3 s
Current children cumulated vsize: 461420 KiB
Current children cumulated memory: 393800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.09 4.12 4.14 5/252 21921
/proc/meminfo: memFree=128984316/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=462016 memory=394568 CPUtime=3600.04 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 70766 0 0 0 359648 356 0 0 20 0 1 0 32512767 473104384 98642 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 115504 98642 1312 1200 0 113984 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 462016 KiB
Current children cumulated memory: 394568 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.51 s, system=3.57176 s

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

[startup+3610.11 s]
/proc/loadavg: 4.09 4.12 4.14 5/252 21921
/proc/meminfo: memFree=128984316/131382116 swapFree=33010684/33010684
[pid=21495] ppid=21491 vsize=462016 memory=394568 CPUtime=3600.04 cores=1,3
/proc/21495/stat : 21495 (Exact) R 21491 21495 21046 0 -1 4194304 70766 0 0 0 359648 356 0 0 20 0 1 0 32512767 473104384 98642 18446744073709551615 4198400 9112445 140730109936736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 41947136 140730109937979 140730109938157 140730109938157 140730109943759 0
/proc/21495/statm: 115504 98642 1312 1200 0 113984 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 462016 KiB
Current children cumulated memory: 394568 KiB

Child status: 0

Real time (s): 3610.14
CPU time (s): 3600.08
CPU user time (s): 3596.51
CPU system time (s): 3.57176
CPU usage (%): 99.7214
Max. virtual memory (cumulated for all children) (KiB): 462016
Max. memory (cumulated for all children) (KiB): 394568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.51
system time used= 3.57176
maximum resident set size= 458396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70776
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= 98
involuntary context switches= 2520


# summary of solver processes directly reported to runsolver:
#   pid: 21495
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3596.51
#   total CPU system time (s): 3.57176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5537 second user time and 32.2363 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 05:38:50
IDJOB=4482637
IDBENCH=153060
IDSOLVER=3317
FILE ID=nodeC011/4482637-1751168330
RUNJOBID= nodeC011-1751167606-21058
SLURM_JOB_ID= 9587507
Free space on /tmp= 433024 MiB

SOLVER NAME= Exact 2025-06-02
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9029_2-sat.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-4482637-1751168330/watcher-4482637-1751168330 -o /tmp/evaluation-result-4482637-1751168330/solver-4482637-1751168330 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751167606-21058 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=984019984 --ls=360 HOME/instance-4482637-1751168330.opb

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

MD5SUM BENCH= 9dbe363344c0fe5585984e30a944da25
RANDOM SEED=984019984

nodeC011 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		: 3662.404
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130103388 kB
MemAvailable:   129759232 kB
Buffers:            3280 kB
Cached:           467268 kB
SwapCached:            0 kB
Active:           461744 kB
Inactive:         219460 kB
Active(anon):     228616 kB
Inactive(anon):        0 kB
Active(file):     233128 kB
Inactive(file):   219460 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9968 kB
Writeback:            12 kB
AnonPages:        213468 kB
Mapped:           110480 kB
Shmem:             17960 kB
KReclaimable:      85380 kB
Slab:             164384 kB
SReclaimable:      85380 kB
SUnreclaim:        79004 kB
KernelStack:        4016 kB
PageTables:         3244 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     569680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC011 at 2025-06-29 06:39:01