Trace number 4445221

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
CASHWMaxSAT-DisjCom-S 2024-07-10SAT 992.137 995.25

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.014493
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

0.49/0.52	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
0.49/0.52	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
992.07/995.24	s SATISFIABLE
992.07/995.24	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: 63931 MiB (61095 MiB free)
  memory of node 1: 64510 MiB (61871 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445221-1721311379/watcher-4445221-1721311379 -o /tmp/evaluation-result-4445221-1721311379/solver-4445221-1721311379 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721304979-953385 --watchdog 3760 CASHWMaxSAT-DisjCom-S HOME/instance-4445221-1721311379.opb -total-t=3600 -no-par -v0 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=957655, runsolver pid=957652

[startup+0.100938 s]*
/proc/loadavg: 4.17 4.12 4.10 7/259 957656
/proc/meminfo: memFree=125939120/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=22056 memory=3588 CPUtime=0.1 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 295 0 0 0 10 0 0 0 20 0 1 0 183302860 22585344 897 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 5514 897 750 2417 0 2616 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 22056 KiB
Current children cumulated memory: 3588 KiB

[startup+0.205484 s]*
/proc/loadavg: 4.17 4.12 4.10 5/259 957656
/proc/meminfo: memFree=125938908/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=22056 memory=3588 CPUtime=0.2 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 295 0 0 0 20 0 0 0 20 0 1 0 183302860 22585344 897 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 5514 897 750 2417 0 2616 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 22056 KiB
Current children cumulated memory: 3588 KiB

[startup+0.305344 s]*
/proc/loadavg: 4.17 4.12 4.10 5/259 957656
/proc/meminfo: memFree=125934356/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=22056 memory=3588 CPUtime=0.3 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 295 0 0 0 30 0 0 0 20 0 1 0 183302860 22585344 897 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 5514 897 750 2417 0 2616 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 22056 KiB
Current children cumulated memory: 3588 KiB

[startup+0.700175 s]
/proc/loadavg: 4.17 4.12 4.10 5/259 957656
/proc/meminfo: memFree=125914520/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=28660 memory=14876 CPUtime=0.68 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 4178 0 0 0 68 0 0 0 20 0 1 0 183302860 29347840 3719 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 7165 3719 1038 2417 0 4267 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 28660 KiB
Current children cumulated memory: 14876 KiB

[startup+1.50022 s]
/proc/loadavg: 4.17 4.12 4.10 5/259 957656
/proc/meminfo: memFree=125894244/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=34184 memory=20880 CPUtime=1.48 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 5209 0 0 0 148 0 0 0 20 0 1 0 183302860 35004416 5220 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 8546 5220 1038 2417 0 5648 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 34184 KiB
Current children cumulated memory: 20880 KiB

[startup+3.10554 s]
/proc/loadavg: 4.16 4.12 4.10 5/259 957659
/proc/meminfo: memFree=125903280/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=38576 memory=25300 CPUtime=3.09 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 5788 0 0 0 308 1 0 0 20 0 1 0 183302860 39501824 6325 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 9644 6325 1038 2417 0 6746 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 38576 KiB
Current children cumulated memory: 25300 KiB

[startup+6.30021 s]
/proc/loadavg: 4.16 4.12 4.10 5/259 957659
/proc/meminfo: memFree=125880884/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=45716 memory=29976 CPUtime=6.26 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 6880 0 0 0 625 1 0 0 20 0 1 0 183302860 46813184 7494 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 11429 7494 1038 2417 0 8531 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 45716 KiB
Current children cumulated memory: 29976 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.12 4.10 5/259 957660
/proc/meminfo: memFree=125894568/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=57252 memory=36396 CPUtime=12.64 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 7462 0 0 0 1263 1 0 0 20 0 1 0 183302860 58626048 9099 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 14313 9099 1038 2417 0 11415 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 57252 KiB
Current children cumulated memory: 36396 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.11 4.09 5/257 957662
/proc/meminfo: memFree=125877384/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=61672 memory=46808 CPUtime=25.4 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 8058 0 0 0 2538 2 0 0 20 0 1 0 183302860 63152128 11702 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 15418 11702 1038 2417 0 12520 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 61672 KiB
Current children cumulated memory: 46808 KiB

[startup+51.1054 s]
/proc/loadavg: 4.07 4.10 4.09 5/257 957665
/proc/meminfo: memFree=125897252/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=68856 memory=55692 CPUtime=50.92 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 11029 0 0 0 5089 3 0 0 20 0 1 0 183302860 70508544 13923 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 17214 13923 1038 2417 0 14316 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 68856 KiB
Current children cumulated memory: 55692 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/257 957677
/proc/meminfo: memFree=125901028/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=68856 memory=55688 CPUtime=101.97 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 11985 0 0 0 10193 4 0 0 20 0 1 0 183302860 70508544 13922 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 17214 13922 1038 2417 0 14316 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 68856 KiB
Current children cumulated memory: 55688 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/255 957687
/proc/meminfo: memFree=125818516/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=80444 memory=66768 CPUtime=161.79 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 13922 0 0 0 16174 5 0 0 20 0 1 0 183302860 82374656 16692 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 20111 16692 1038 2417 0 17213 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 80444 KiB
Current children cumulated memory: 66768 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/255 957697
/proc/meminfo: memFree=125832216/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=87600 memory=72972 CPUtime=221.6 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 14013 0 0 0 22155 5 0 0 20 0 1 0 183302860 89702400 18243 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 21900 18243 1038 2417 0 19002 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 87600 KiB
Current children cumulated memory: 72972 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/254 957708
/proc/meminfo: memFree=125844212/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=87600 memory=74288 CPUtime=281.41 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 14354 0 0 0 28136 5 0 0 20 0 1 0 183302860 89702400 18572 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 21900 18572 1038 2417 0 19002 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 87600 KiB
Current children cumulated memory: 74288 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/254 957718
/proc/meminfo: memFree=125855336/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=87600 memory=74448 CPUtime=341.23 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 14381 0 0 0 34118 5 0 0 20 0 1 0 183302860 89702400 18612 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 21900 18612 1038 2417 0 19002 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 87600 KiB
Current children cumulated memory: 74448 KiB

[startup+402.3 s]
/proc/loadavg: 4.33 4.18 4.12 5/254 957728
/proc/meminfo: memFree=125847828/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=99272 memory=86016 CPUtime=401.05 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 14793 0 0 0 40099 6 0 0 20 0 1 0 183302860 101654528 21504 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 24818 21504 1038 2417 0 21920 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 99272 KiB
Current children cumulated memory: 86016 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.16 4.11 5/256 957743
/proc/meminfo: memFree=125786764/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=99272 memory=86188 CPUtime=460.87 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 14827 0 0 0 46081 6 0 0 20 0 1 0 183302860 101654528 21547 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 24818 21547 1038 2417 0 21920 0

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

/proc/loadavg: 4.16 4.16 4.11 5/256 957763
/proc/meminfo: memFree=125769112/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=88236 CPUtime=580.5 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 15316 0 0 0 58044 6 0 0 20 0 1 0 183302860 129421312 22059 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 22059 1038 2417 0 28699 0
Current children cumulated CPU time: 580.5 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 88236 KiB

[startup+642.3 s]
/proc/loadavg: 4.11 4.14 4.10 5/256 957774
/proc/meminfo: memFree=125779196/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=91960 CPUtime=640.31 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 15789 0 0 0 64025 6 0 0 20 0 1 0 183302860 129421312 22990 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 22990 1038 2417 0 28699 0
Current children cumulated CPU time: 640.31 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 91960 KiB

[startup+702.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/256 957785
/proc/meminfo: memFree=125765592/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=91960 CPUtime=700.13 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 15821 0 0 0 70007 6 0 0 20 0 1 0 183302860 129421312 22990 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 22990 1038 2417 0 28699 0
Current children cumulated CPU time: 700.13 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 91960 KiB

[startup+762.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/254 957795
/proc/meminfo: memFree=125829904/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=92048 CPUtime=759.94 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 15855 0 0 0 75988 6 0 0 20 0 1 0 183302860 129421312 23012 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 23012 1038 2417 0 28699 0
Current children cumulated CPU time: 759.94 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 92048 KiB

[startup+822.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/255 958680
/proc/meminfo: memFree=126750644/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=94096 CPUtime=819.75 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 15891 0 0 0 81969 6 0 0 20 0 1 0 183302860 129421312 23524 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 23524 1038 2417 0 28699 0
Current children cumulated CPU time: 819.75 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 94096 KiB

[startup+882.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/255 958736
/proc/meminfo: memFree=126734900/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=96144 CPUtime=879.55 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 15933 0 0 0 87949 6 0 0 20 0 1 0 183302860 129421312 24036 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 24036 1038 2417 0 28699 0
Current children cumulated CPU time: 879.55 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 96144 KiB

[startup+942.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/255 958747
/proc/meminfo: memFree=126720604/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=96144 CPUtime=939.35 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 15973 0 0 0 93929 6 0 0 20 0 1 0 183302860 129421312 24036 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 24036 1038 2417 0 28699 0
Current children cumulated CPU time: 939.35 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 96144 KiB

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

# cumulated CPU time of all completed processes:  user=992.067 s, system=0.069451 s

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

[startup+947.2 s]
/proc/loadavg: 4.13 4.11 4.09 5/255 958747
/proc/meminfo: memFree=126716308/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=96144 CPUtime=944.23 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 15973 0 0 0 94417 6 0 0 20 0 1 0 183302860 129421312 24036 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 24036 1038 2417 0 28699 0
Current children cumulated CPU time: 944.23 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 96144 KiB

[startup+972.8 s]
/proc/loadavg: 4.15 4.12 4.09 5/255 958752
/proc/meminfo: memFree=126716488/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=96144 CPUtime=969.75 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 15973 0 0 0 96969 6 0 0 20 0 1 0 183302860 129421312 24036 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 24036 1038 2417 0 28699 0
Current children cumulated CPU time: 969.75 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 96144 KiB

[startup+985.6 s]
/proc/loadavg: 4.12 4.11 4.09 5/255 958754
/proc/meminfo: memFree=126716096/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=96144 CPUtime=982.51 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 16013 0 0 0 98245 6 0 0 20 0 1 0 183302860 129421312 24036 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 24036 1038 2417 0 28699 0
Current children cumulated CPU time: 982.51 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 96144 KiB

[startup+992 s]*
/proc/loadavg: 4.11 4.11 4.09 5/255 958755
/proc/meminfo: memFree=126714688/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=96144 CPUtime=988.89 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 16013 0 0 0 98883 6 0 0 20 0 1 0 183302860 129421312 24036 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 24036 1038 2417 0 28699 0
Current children cumulated CPU time: 988.89 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 96144 KiB

[startup+993.6 s]
/proc/loadavg: 4.11 4.11 4.09 5/255 958755
/proc/meminfo: memFree=126712644/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=96144 CPUtime=990.48 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 16013 0 0 0 99042 6 0 0 20 0 1 0 183302860 129421312 24036 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 24036 1038 2417 0 28699 0
Current children cumulated CPU time: 990.48 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 96144 KiB

[startup+994.4 s]
/proc/loadavg: 4.10 4.11 4.09 5/255 958755
/proc/meminfo: memFree=126720780/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=96144 CPUtime=991.28 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 16013 0 0 0 99122 6 0 0 20 0 1 0 183302860 129421312 24036 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 24036 1038 2417 0 28699 0
Current children cumulated CPU time: 991.28 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 96144 KiB

[startup+994.8 s]
/proc/loadavg: 4.10 4.11 4.09 5/255 958755
/proc/meminfo: memFree=126720780/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=96144 CPUtime=991.68 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 16013 0 0 0 99162 6 0 0 20 0 1 0 183302860 129421312 24036 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 24036 1038 2417 0 28699 0
Current children cumulated CPU time: 991.68 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 96144 KiB

[startup+995.2 s]
/proc/loadavg: 4.10 4.11 4.09 5/255 958755
/proc/meminfo: memFree=126721004/131524600 swapFree=131071996/131071996
[pid=957655] ppid=957652 vsize=126388 memory=96144 CPUtime=992.07 cores=0,2
/proc/957655/stat : 957655 (CASHWMaxSAT-Dis) R 957652 957655 953375 0 -1 4194304 16013 0 0 0 99201 6 0 0 20 0 1 0 183302860 129421312 24036 134679101440 4194304 14093885 140720894409440 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 40144896 140720894411748 140720894411863 140720894411863 140720894418879 0
/proc/957655/statm: 31597 24036 1038 2417 0 28699 0
Current children cumulated CPU time: 992.07 s
Current children cumulated vsize: 126388 KiB
Current children cumulated memory: 96144 KiB

Child status: 30

Real time (s): 995.25
CPU time (s): 992.137
CPU user time (s): 992.067
CPU system time (s): 0.069451
CPU usage (%): 99.6872
Max. virtual memory (cumulated for all children) (KiB): 129624
Max. memory (cumulated for all children) (KiB): 106200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 992.067
system time used= 0.069451
maximum resident set size= 106200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16013
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= 11
involuntary context switches= 6805


# summary of solver processes directly reported to runsolver:
#   pid: 957655
#   total CPU time (s): 992.137
#   total CPU user time (s): 992.067
#   total CPU system time (s): 0.069451

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.84365 second user time and 4.36146 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-18 16:03:13
IDJOB=4445221
IDBENCH=148103
IDSOLVER=3077
FILE ID=nodeC024/4445221-1721311379
RUNJOBID= nodeC024-1721304979-953385
SLURM_JOB_ID= 7542630
Free space on /tmp= 890032 MiB

SOLVER NAME= CASHWMaxSAT-DisjCom-S 2024-07-10
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 --file-size-limit 102400 -w /tmp/evaluation-result-4445221-1721311379/watcher-4445221-1721311379 -o /tmp/evaluation-result-4445221-1721311379/solver-4445221-1721311379 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721304979-953385 --watchdog 3760  CASHWMaxSAT-DisjCom-S HOME/instance-4445221-1721311379.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= abfa6108019d186bb0a39186e3151874
RANDOM SEED=14032107

nodeC024.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3665.780
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3678.075
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3654.556
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.276
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3662.376
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3678.121
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3611.383
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.008
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125928340 kB
MemAvailable:   128398692 kB
Buffers:          488988 kB
Cached:          2794884 kB
SwapCached:            0 kB
Active:           933932 kB
Inactive:        4003316 kB
Active(anon):       1540 kB
Inactive(anon):  1689544 kB
Active(file):     932392 kB
Inactive(file):  2313772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             13004 kB
Writeback:            24 kB
AnonPages:       1653264 kB
Mapped:           116764 kB
Shmem:             37720 kB
KReclaimable:     127668 kB
Slab:             243888 kB
SReclaimable:     127668 kB
SUnreclaim:       116220 kB
KernelStack:        4080 kB
PageTables:        12336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2168504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67200 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1402880 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      299732 kB
DirectMap2M:    36173824 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC024 at 2024-07-18 16:19:48