Trace number 4445401

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 1156.14 1159.72

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww1.opb
MD5SUMbddedf8ebdb59650607f6c0fa85806b6
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.002341
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables60
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 constraint60
Maximum length of a constraint60
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 89643482
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 740339225
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.39/0.47	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
0.39/0.47	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1156.11/1159.72	s SATISFIABLE
1156.11/1159.72	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

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: 63968 MiB (62905 MiB free)
  memory of node 1: 64473 MiB (61720 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445401-1721311999/watcher-4445401-1721311999 -o /tmp/evaluation-result-4445401-1721311999/solver-4445401-1721311999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721304575-952923 --watchdog 3760 CASHWMaxSAT-DisjCom-S HOME/instance-4445401-1721311999.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
solver pid=958446, runsolver pid=958443
Current StackSize limit: 8192 KiB


[startup+0.100082 s]*
/proc/loadavg: 4.07 4.10 4.10 5/256 958447
/proc/meminfo: memFree=127616340/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=22056 memory=3584 CPUtime=0.1 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 288 0 0 0 10 0 0 0 20 0 1 0 183363404 22585344 896 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 5514 896 750 2417 0 2616 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 22056 KiB
Current children cumulated memory: 3584 KiB

[startup+0.205533 s]*
/proc/loadavg: 4.07 4.10 4.10 5/256 958447
/proc/meminfo: memFree=127609764/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=24588 memory=9984 CPUtime=0.2 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 2408 0 0 0 20 0 0 0 20 0 1 0 183363404 25178112 2496 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 6147 2496 782 2417 0 3249 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 24588 KiB
Current children cumulated memory: 9984 KiB

[startup+0.305503 s]*
/proc/loadavg: 4.07 4.10 4.10 5/256 958447
/proc/meminfo: memFree=127609328/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=25224 memory=10708 CPUtime=0.29 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 2522 0 0 0 29 0 0 0 20 0 1 0 183363404 25829376 2677 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 6306 2677 798 2417 0 3408 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 25224 KiB
Current children cumulated memory: 10708 KiB

[startup+0.700155 s]
/proc/loadavg: 4.07 4.10 4.10 5/256 958447
/proc/meminfo: memFree=127608488/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=26316 memory=12116 CPUtime=0.68 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 3057 0 0 0 68 0 0 0 20 0 1 0 183363404 26947584 3029 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 6579 3029 798 2417 0 3681 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 26316 KiB
Current children cumulated memory: 12116 KiB

[startup+1.50019 s]
/proc/loadavg: 4.07 4.10 4.10 5/256 958447
/proc/meminfo: memFree=127603644/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=33460 memory=18908 CPUtime=1.49 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 4293 0 0 0 148 1 0 0 20 0 1 0 183363404 34263040 4727 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 8365 4727 798 2417 0 5467 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 33460 KiB
Current children cumulated memory: 18908 KiB

[startup+3.10559 s]
/proc/loadavg: 4.14 4.12 4.10 5/256 958447
/proc/meminfo: memFree=127596236/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=37852 memory=23652 CPUtime=3.09 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 5438 0 0 0 308 1 0 0 20 0 1 0 183363404 38760448 5913 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 9463 5913 798 2417 0 6565 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 37852 KiB
Current children cumulated memory: 23652 KiB

[startup+6.3002 s]
/proc/loadavg: 4.14 4.12 4.10 5/256 958447
/proc/meminfo: memFree=127601860/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=37852 memory=23652 CPUtime=6.27 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 5440 0 0 0 626 1 0 0 20 0 1 0 183363404 38760448 5913 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 9463 5913 798 2417 0 6565 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 37852 KiB
Current children cumulated memory: 23652 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.11 4.10 5/256 958449
/proc/meminfo: memFree=127594256/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=42644 memory=27016 CPUtime=12.65 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 6913 0 0 0 1264 1 0 0 20 0 1 0 183363404 43667456 6754 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 10661 6754 798 2417 0 7763 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 42644 KiB
Current children cumulated memory: 27016 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.11 4.10 5/256 958450
/proc/meminfo: memFree=127573756/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=42644 memory=27476 CPUtime=25.41 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 7017 0 0 0 2540 1 0 0 20 0 1 0 183363404 43667456 6869 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 10661 6869 798 2417 0 7763 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 42644 KiB
Current children cumulated memory: 27476 KiB

[startup+51.106 s]
/proc/loadavg: 4.15 4.12 4.10 5/256 958457
/proc/meminfo: memFree=127572132/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=50132 memory=32492 CPUtime=50.93 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 8578 0 0 0 5091 2 0 0 20 0 1 0 183363404 51335168 8123 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 12533 8123 798 2417 0 9635 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 50132 KiB
Current children cumulated memory: 32492 KiB

[startup+102.3 s]
/proc/loadavg: 4.46 4.19 4.12 5/257 958466
/proc/meminfo: memFree=127537940/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=57656 memory=40632 CPUtime=101.95 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 11812 0 0 0 10192 3 0 0 20 0 1 0 183363404 59039744 10158 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 14414 10158 798 2417 0 11516 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 57656 KiB
Current children cumulated memory: 40632 KiB

[startup+162.3 s]
/proc/loadavg: 4.22 4.17 4.12 5/257 958476
/proc/meminfo: memFree=127516404/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=64764 memory=50712 CPUtime=161.77 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 12782 0 0 0 16173 4 0 0 20 0 1 0 183363404 66318336 12678 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 16191 12678 798 2417 0 13293 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 64764 KiB
Current children cumulated memory: 50712 KiB

[startup+222.3 s]
/proc/loadavg: 4.20 4.17 4.12 5/255 958486
/proc/meminfo: memFree=127510720/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=76164 memory=55196 CPUtime=221.59 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 12904 0 0 0 22155 4 0 0 20 0 1 0 183363404 77991936 13799 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 19041 13799 798 2417 0 16143 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 76164 KiB
Current children cumulated memory: 55196 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/255 958498
/proc/meminfo: memFree=127504044/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=76164 memory=59292 CPUtime=281.41 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 12929 0 0 0 28137 4 0 0 20 0 1 0 183363404 77991936 14823 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 19041 14823 798 2417 0 16143 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 76164 KiB
Current children cumulated memory: 59292 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 4.12 4.10 5/255 958508
/proc/meminfo: memFree=127501304/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=76164 memory=59292 CPUtime=341.23 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 12954 0 0 0 34119 4 0 0 20 0 1 0 183363404 77991936 14823 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 19041 14823 798 2417 0 16143 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 76164 KiB
Current children cumulated memory: 59292 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/254 958518
/proc/meminfo: memFree=127495680/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=76416 memory=61352 CPUtime=401.05 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 12983 0 0 0 40101 4 0 0 20 0 1 0 183363404 78249984 15338 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 19104 15338 798 2417 0 16206 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 76416 KiB
Current children cumulated memory: 61352 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/256 958533
/proc/meminfo: memFree=127493752/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=77108 memory=61200 CPUtime=460.86 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 14205 0 0 0 46082 4 0 0 20 0 1 0 183363404 78958592 15300 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 19277 15300 798 2417 0 16379 0

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

/proc/loadavg: 4.14 4.12 4.09 5/256 958979
/proc/meminfo: memFree=127421164/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=819.75 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22042 0 0 0 81963 12 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 819.75 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

[startup+882.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/256 958990
/proc/meminfo: memFree=127417056/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=879.57 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22074 0 0 0 87945 12 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 879.57 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

[startup+942.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/257 959169
/proc/meminfo: memFree=127409688/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=939.38 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22110 0 0 0 93926 12 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 939.38 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

[startup+1002.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/257 959179
/proc/meminfo: memFree=127379900/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=999.2 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22148 0 0 0 99907 13 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 999.2 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

[startup+1062.3 s]
/proc/loadavg: 4.16 4.13 4.10 5/260 959294
/proc/meminfo: memFree=127104452/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=1059.01 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22187 0 0 0 105888 13 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 1059.01 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

[startup+1122.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/260 959304
/proc/meminfo: memFree=127093192/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=1118.83 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22224 0 0 0 111869 14 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 1118.83 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

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

# cumulated CPU time of all completed processes:  user=1156 s, system=0.146251 s

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

[startup+1126.4 s]
/proc/loadavg: 4.17 4.14 4.10 5/260 959304
/proc/meminfo: memFree=127093200/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=1122.91 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22224 0 0 0 112277 14 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 1122.91 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

[startup+1139.2 s]
/proc/loadavg: 4.13 4.13 4.09 5/260 959308
/proc/meminfo: memFree=127091324/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=1135.67 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22224 0 0 0 113553 14 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 1135.67 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

[startup+1152 s]*
/proc/loadavg: 4.11 4.12 4.09 5/260 959309
/proc/meminfo: memFree=127088364/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=1148.44 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22226 0 0 0 114830 14 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 1148.44 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

[startup+1155.2 s]
/proc/loadavg: 4.10 4.12 4.09 5/260 959309
/proc/meminfo: memFree=127064352/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=1151.62 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22227 0 0 0 115148 14 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 1151.62 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

[startup+1156.8 s]
/proc/loadavg: 4.10 4.12 4.09 5/260 959309
/proc/meminfo: memFree=127062304/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=1153.22 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22227 0 0 0 115308 14 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 1153.22 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

[startup+1158.4 s]
/proc/loadavg: 4.09 4.12 4.09 5/260 959309
/proc/meminfo: memFree=127091860/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=1154.81 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22227 0 0 0 115467 14 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 1154.81 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

[startup+1159.2 s]
/proc/loadavg: 4.09 4.12 4.09 5/260 959311
/proc/meminfo: memFree=127089812/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=1155.61 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22227 0 0 0 115547 14 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 1155.61 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

[startup+1159.6 s]
/proc/loadavg: 4.09 4.12 4.09 5/260 959311
/proc/meminfo: memFree=127089812/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=1156.01 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22227 0 0 0 115587 14 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 1156.01 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

[startup+1159.7 s]
/proc/loadavg: 4.09 4.12 4.09 5/260 959311
/proc/meminfo: memFree=127089812/131524600 swapFree=131071996/131071996
[pid=958446] ppid=958443 vsize=107392 memory=85924 CPUtime=1156.11 cores=0,2
/proc/958446/stat : 958446 (CASHWMaxSAT-Dis) R 958443 958446 952913 0 -1 4194304 22227 0 0 0 115597 14 0 0 20 0 1 0 183363404 109969408 21481 134679101440 4194304 14093885 140727586892784 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 27910144 140727586894820 140727586894935 140727586894935 140727586901951 0
/proc/958446/statm: 26848 21481 798 2417 0 23950 0
Current children cumulated CPU time: 1156.11 s
Current children cumulated vsize: 107392 KiB
Current children cumulated memory: 85924 KiB

Child status: 30

Real time (s): 1159.72
CPU time (s): 1156.14
CPU user time (s): 1156
CPU system time (s): 0.146251
CPU usage (%): 99.6911
Max. virtual memory (cumulated for all children) (KiB): 107392
Max. memory (cumulated for all children) (KiB): 85924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1156
system time used= 0.146251
maximum resident set size= 85924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22227
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= 13
involuntary context switches= 7915


# summary of solver processes directly reported to runsolver:
#   pid: 958446
#   total CPU time (s): 1156.14
#   total CPU user time (s): 1156
#   total CPU system time (s): 0.146251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.92542 second user time and 5.87759 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-18 16:13:32
IDJOB=4445401
IDBENCH=148109
IDSOLVER=3077
FILE ID=nodeC020/4445401-1721311999
RUNJOBID= nodeC020-1721304575-952923
SLURM_JOB_ID= 7542621
Free space on /tmp= 890044 MiB

SOLVER NAME= CASHWMaxSAT-DisjCom-S 2024-07-10
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww1.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-4445401-1721311999/watcher-4445401-1721311999 -o /tmp/evaluation-result-4445401-1721311999/solver-4445401-1721311999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721304575-952923 --watchdog 3760  CASHWMaxSAT-DisjCom-S HOME/instance-4445401-1721311999.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= bddedf8ebdb59650607f6c0fa85806b6
RANDOM SEED=162822989

nodeC020.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		: 3657.415
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	: 7000.05
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		: 3687.012
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	: 7005.84
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		: 3665.178
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	: 7000.05
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.563
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	: 7005.84
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.419
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	: 7000.05
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		: 3687.127
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	: 7005.84
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		: 3600.162
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	: 7000.05
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.427
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	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127617812 kB
MemAvailable:   129559576 kB
Buffers:          497988 kB
Cached:          2263496 kB
SwapCached:            0 kB
Active:           834452 kB
Inactive:        2429512 kB
Active(anon):       1584 kB
Inactive(anon):   538612 kB
Active(file):     832868 kB
Inactive(file):  1890900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             13228 kB
Writeback:             0 kB
AnonPages:        499000 kB
Mapped:           116036 kB
Shmem:             37720 kB
KReclaimable:     115636 kB
Slab:             229584 kB
SReclaimable:     115636 kB
SUnreclaim:       113948 kB
KernelStack:        4124 kB
PageTables:        10124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     886632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66336 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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:      211668 kB
DirectMap2M:    22630400 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 890020 MiB
End job on nodeC020 at 2024-07-18 16:32:52