Trace number 4495951

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
CASHWMaxSATDisjCom-S 2025-06-01SAT 983.388 986.086

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUMabfa6108019d186bb0a39186e3151874
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.03463
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint93
Maximum length of a constraint93
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 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.00/1.10	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1.00/1.10	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
983.30/986.08	s SATISFIABLE
983.30/986.08	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 x87 -x88 -x89 -x90 -x91 -x92 -x93

Verifier Data

OK	0

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: 63837 MiB (62932 MiB free)
  memory of node 1: 64465 MiB (63703 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495951-1751158134/watcher-4495951-1751158134 -o /tmp/evaluation-result-4495951-1751158134/solver-4495951-1751158134 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751157526-18657 --watchdog 3760 CASHWMaxSAT-DisjCom-S HOME/instance-4495951-1751158134.opb -total-t=3600 -no-par -v0 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=20447, runsolver pid=20444
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 4.07 3.85 3.47 5/251 20448
/proc/meminfo: memFree=129675880/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=22056 memory=3840 CPUtime=0.1 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 305 0 0 0 10 0 0 0 20 0 1 0 31492594 22585344 960 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 5514 960 768 2416 0 2616 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 22056 KiB
Current children cumulated memory: 3840 KiB

[startup+0.212778 s]*
/proc/loadavg: 4.07 3.85 3.47 5/251 20448
/proc/meminfo: memFree=129675880/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=22056 memory=3840 CPUtime=0.22 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 305 0 0 0 22 0 0 0 20 0 1 0 31492594 22585344 960 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 5514 960 768 2416 0 2616 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 22056 KiB
Current children cumulated memory: 3840 KiB

[startup+0.312803 s]*
/proc/loadavg: 4.07 3.85 3.47 5/251 20448
/proc/meminfo: memFree=129675880/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=22056 memory=3840 CPUtime=0.32 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 305 0 0 0 32 0 0 0 20 0 1 0 31492594 22585344 960 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 5514 960 768 2416 0 2616 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 22056 KiB
Current children cumulated memory: 3840 KiB

[startup+0.700249 s]
/proc/loadavg: 4.07 3.85 3.47 5/251 20448
/proc/meminfo: memFree=129675880/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=22056 memory=3840 CPUtime=0.69 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 305 0 0 0 69 0 0 0 20 0 1 0 31492594 22585344 960 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 5514 960 768 2416 0 2616 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 22056 KiB
Current children cumulated memory: 3840 KiB

[startup+1.50027 s]
/proc/loadavg: 4.07 3.85 3.47 5/251 20448
/proc/meminfo: memFree=129675880/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=28660 memory=15100 CPUtime=1.49 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 4272 0 0 0 148 1 0 0 20 0 1 0 31492594 29347840 3775 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 7165 3775 1024 2416 0 4267 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 28660 KiB
Current children cumulated memory: 15100 KiB

[startup+3.11267 s]
/proc/loadavg: 4.06 3.85 3.47 5/251 20448
/proc/meminfo: memFree=129668328/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=38576 memory=25368 CPUtime=3.1 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 5796 0 0 0 308 2 0 0 20 0 1 0 31492594 39501824 6342 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 9644 6342 1024 2416 0 6746 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 38576 KiB
Current children cumulated memory: 25368 KiB

[startup+6.3003 s]
/proc/loadavg: 4.06 3.85 3.47 5/251 20448
/proc/meminfo: memFree=129660516/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=45716 memory=23776 CPUtime=6.27 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 6702 0 0 0 625 2 0 0 20 0 1 0 31492594 46813184 5944 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 11429 5944 1024 2416 0 8531 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 45716 KiB
Current children cumulated memory: 23776 KiB

[startup+12.7003 s]
/proc/loadavg: 4.14 3.87 3.48 5/251 20448
/proc/meminfo: memFree=129661524/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=57252 memory=34420 CPUtime=12.66 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 7294 0 0 0 1263 3 0 0 20 0 1 0 31492594 58626048 8605 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 14313 8605 1024 2416 0 11415 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 57252 KiB
Current children cumulated memory: 34420 KiB

[startup+25.5003 s]
/proc/loadavg: 4.17 3.90 3.49 5/251 20448
/proc/meminfo: memFree=129655420/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=57252 memory=36952 CPUtime=25.42 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 7445 0 0 0 2539 3 0 0 20 0 1 0 31492594 58626048 9238 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 14313 9238 1024 2416 0 11415 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 57252 KiB
Current children cumulated memory: 36952 KiB

[startup+51.1128 s]
/proc/loadavg: 4.11 3.91 3.51 5/251 20449
/proc/meminfo: memFree=129642036/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=68856 memory=55708 CPUtime=50.96 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 9804 0 0 0 5091 5 0 0 20 0 1 0 31492594 70508544 13927 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 17214 13927 1024 2416 0 14316 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 68856 KiB
Current children cumulated memory: 55708 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 3.95 3.55 5/251 20450
/proc/meminfo: memFree=129654804/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=68856 memory=55716 CPUtime=102.01 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 10795 0 0 0 10195 6 0 0 20 0 1 0 31492594 70508544 13929 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 17214 13929 1024 2416 0 14316 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 68856 KiB
Current children cumulated memory: 55716 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 3.98 3.58 5/250 20454
/proc/meminfo: memFree=129652436/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=80444 memory=66980 CPUtime=161.85 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 13370 0 0 0 16177 8 0 0 20 0 1 0 31492594 82374656 16745 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 20111 16745 1024 2416 0 17213 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 80444 KiB
Current children cumulated memory: 66980 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.00 3.62 5/251 20461
/proc/meminfo: memFree=129661216/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=87600 memory=73616 CPUtime=221.69 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 13511 0 0 0 22160 9 0 0 20 0 1 0 31492594 89702400 18404 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 21900 18404 1024 2416 0 19002 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 87600 KiB
Current children cumulated memory: 73616 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.03 3.65 5/252 20464
/proc/meminfo: memFree=129669464/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=87600 memory=74384 CPUtime=281.52 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 13724 0 0 0 28143 9 0 0 20 0 1 0 31492594 89702400 18596 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 21900 18596 1024 2416 0 19002 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 87600 KiB
Current children cumulated memory: 74384 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.04 3.68 5/252 20466
/proc/meminfo: memFree=129668460/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=87600 memory=74384 CPUtime=341.36 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 13744 0 0 0 34127 9 0 0 20 0 1 0 31492594 89702400 18596 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 21900 18596 1024 2416 0 19002 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 87600 KiB
Current children cumulated memory: 74384 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.06 3.72 5/252 20468
/proc/meminfo: memFree=129635392/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=99272 memory=86328 CPUtime=401.19 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14190 0 0 0 40109 10 0 0 20 0 1 0 31492594 101654528 21582 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 24818 21582 1024 2416 0 21920 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 99272 KiB
Current children cumulated memory: 86328 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.06 3.74 5/252 20514
/proc/meminfo: memFree=129727292/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=99272 memory=86328 CPUtime=461.03 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14191 0 0 0 46093 10 0 0 20 0 1 0 31492594 101654528 21582 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 24818 21582 1024 2416 0 21920 0
Current children cumulated CPU time: 461.03 s

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

/proc/loadavg: 4.14 4.08 3.79 5/250 20518
/proc/meminfo: memFree=129671440/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=88380 CPUtime=580.7 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14500 0 0 0 58059 11 0 0 20 0 1 0 31492594 129421312 22095 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 22095 1024 2416 0 28699 0
Current children cumulated CPU time: 580.7 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 88380 KiB

[startup+642.3 s]
/proc/loadavg: 4.10 4.08 3.82 5/250 20520
/proc/meminfo: memFree=129660412/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=90428 CPUtime=640.54 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14501 0 0 0 64043 11 0 0 20 0 1 0 31492594 129421312 22607 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 22607 1024 2416 0 28699 0
Current children cumulated CPU time: 640.54 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 90428 KiB

[startup+702.3 s]
/proc/loadavg: 4.15 4.09 3.84 5/250 20522
/proc/meminfo: memFree=129660940/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=90428 CPUtime=700.37 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14501 0 0 0 70025 12 0 0 20 0 1 0 31492594 129421312 22607 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 22607 1024 2416 0 28699 0
Current children cumulated CPU time: 700.37 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 90428 KiB

[startup+762.3 s]
/proc/loadavg: 4.12 4.09 3.86 5/251 20539
/proc/meminfo: memFree=129633208/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=92476 CPUtime=760.21 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14541 0 0 0 76008 13 0 0 20 0 1 0 31492594 129421312 23119 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 23119 1024 2416 0 28699 0
Current children cumulated CPU time: 760.21 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 92476 KiB

[startup+822.3 s]
/proc/loadavg: 4.09 4.09 3.87 5/252 20544
/proc/meminfo: memFree=129623044/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=92476 CPUtime=820.04 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14541 0 0 0 81991 13 0 0 20 0 1 0 31492594 129421312 23119 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 23119 1024 2416 0 28699 0
Current children cumulated CPU time: 820.04 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 92476 KiB

[startup+882.3 s]
/proc/loadavg: 4.13 4.10 3.90 5/252 20550
/proc/meminfo: memFree=129631772/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=94524 CPUtime=879.87 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14543 0 0 0 87974 13 0 0 20 0 1 0 31492594 129421312 23631 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 23631 1024 2416 0 28699 0
Current children cumulated CPU time: 879.87 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 94524 KiB

[startup+942.3 s]
/proc/loadavg: 4.10 4.09 3.91 5/252 20552
/proc/meminfo: memFree=129612064/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=94524 CPUtime=939.71 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14584 0 0 0 93958 13 0 0 20 0 1 0 31492594 129421312 23631 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 23631 1024 2416 0 28699 0
Current children cumulated CPU time: 939.71 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 94524 KiB

[startup+986.086 s]
# the end of solver process 20447 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=983.249 s, system=0.139116 s

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

[startup+947.2 s]
/proc/loadavg: 4.09 4.09 3.91 5/252 20553
/proc/meminfo: memFree=129612780/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=94524 CPUtime=944.59 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14584 0 0 0 94446 13 0 0 20 0 1 0 31492594 129421312 23631 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 23631 1024 2416 0 28699 0
Current children cumulated CPU time: 944.59 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 94524 KiB

[startup+972.8 s]
/proc/loadavg: 4.13 4.10 3.92 5/252 20554
/proc/meminfo: memFree=129605364/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=94524 CPUtime=970.12 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14584 0 0 0 96999 13 0 0 20 0 1 0 31492594 129421312 23631 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 23631 1024 2416 0 28699 0
Current children cumulated CPU time: 970.12 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 94524 KiB

[startup+979.2 s]
/proc/loadavg: 4.11 4.09 3.92 5/252 20554
/proc/meminfo: memFree=129605364/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=94524 CPUtime=976.51 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14584 0 0 0 97638 13 0 0 20 0 1 0 31492594 129421312 23631 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 23631 1024 2416 0 28699 0
Current children cumulated CPU time: 976.51 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 94524 KiB

[startup+982.4 s]
/proc/loadavg: 4.11 4.09 3.92 5/252 20554
/proc/meminfo: memFree=129605364/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=94524 CPUtime=979.7 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14584 0 0 0 97957 13 0 0 20 0 1 0 31492594 129421312 23631 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 23631 1024 2416 0 28699 0
Current children cumulated CPU time: 979.7 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 94524 KiB

[startup+984 s]*
/proc/loadavg: 4.10 4.09 3.92 5/252 20554
/proc/meminfo: memFree=129605364/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=94524 CPUtime=981.3 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14584 0 0 0 98117 13 0 0 20 0 1 0 31492594 129421312 23631 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 23631 1024 2416 0 28699 0
Current children cumulated CPU time: 981.3 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 94524 KiB

[startup+984.8 s]
/proc/loadavg: 4.10 4.09 3.92 5/252 20554
/proc/meminfo: memFree=129605364/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=94524 CPUtime=982.09 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14584 0 0 0 98196 13 0 0 20 0 1 0 31492594 129421312 23631 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 23631 1024 2416 0 28699 0
Current children cumulated CPU time: 982.09 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 94524 KiB

[startup+985.6 s]
/proc/loadavg: 4.10 4.09 3.92 5/252 20554
/proc/meminfo: memFree=129605364/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=94524 CPUtime=982.89 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14584 0 0 0 98276 13 0 0 20 0 1 0 31492594 129421312 23631 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 23631 1024 2416 0 28699 0
Current children cumulated CPU time: 982.89 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 94524 KiB

[startup+986 s]*
/proc/loadavg: 4.10 4.09 3.92 5/252 20554
/proc/meminfo: memFree=129605364/131382112 swapFree=33010684/33010684
[pid=20447] ppid=20444 vsize=126388 memory=94524 CPUtime=983.3 cores=5,7
/proc/20447/stat : 20447 (CASHWMaxSAT-Dis) R 20444 20447 18644 0 -1 4194304 14584 0 0 0 98317 13 0 0 20 0 1 0 31492594 129421312 23631 18446744073709551615 4198400 14093885 140727953130384 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 39780352 140727953135978 140727953136093 140727953136093 140727953141695 0
/proc/20447/statm: 31597 23631 1024 2416 0 28699 0
Current children cumulated CPU time: 983.3 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 94524 KiB

Child status: 30

Real time (s): 986.086
CPU time (s): 983.388
CPU user time (s): 983.249
CPU system time (s): 0.139116
CPU usage (%): 99.7263
Max. virtual memory (cumulated for all children) (KiB): 129624
Max. memory (cumulated for all children) (KiB): 105796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 983.249
system time used= 0.139116
maximum resident set size= 105796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14584
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= 15
involuntary context switches= 354


# summary of solver processes directly reported to runsolver:
#   pid: 20447
#   total CPU time (s): 983.388
#   total CPU user time (s): 983.249
#   total CPU system time (s): 0.139116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.54706 second user time and 9.63443 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 02:48:55
IDJOB=4495951
IDBENCH=148103
IDSOLVER=3323
FILE ID=nodeC007/4495951-1751158134
RUNJOBID= nodeC007-1751157526-18657
SLURM_JOB_ID= 9587485
Free space on /tmp= 432976 MiB

SOLVER NAME= CASHWMaxSATDisjCom-S 2025-06-01
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob6.opb
COMMAND LINE= CASHWMaxSAT-DisjCom-S BENCHNAME -total-t=TIMEOUT -no-par -v0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495951-1751158134/watcher-4495951-1751158134 -o /tmp/evaluation-result-4495951-1751158134/solver-4495951-1751158134 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751157526-18657 --watchdog 3760  CASHWMaxSAT-DisjCom-S HOME/instance-4495951-1751158134.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= abfa6108019d186bb0a39186e3151874
RANDOM SEED=2030674319

nodeC007 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.490
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.68
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.381
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.68
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.688
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.68
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		: 1198.125
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.68
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		: 3662.611
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.68
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.204
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.68
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.716
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.68
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		: 3700.000
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129675880 kB
MemAvailable:   129600120 kB
Buffers:            3280 kB
Cached:           734864 kB
SwapCached:            0 kB
Active:           638444 kB
Inactive:         489780 kB
Active(anon):     408040 kB
Inactive(anon):        0 kB
Active(file):     230404 kB
Inactive(file):   489780 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12872 kB
Writeback:             0 kB
AnonPages:        391600 kB
Mapped:           112892 kB
Shmem:             17960 kB
KReclaimable:      87368 kB
Slab:             168628 kB
SReclaimable:      87368 kB
SUnreclaim:        81260 kB
KernelStack:        4048 kB
PageTables:         3792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     775240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    321536 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432968 MiB
End job on nodeC007 at 2025-06-29 03:05:21