Trace number 4458122

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 NameAnswerobjective functionCPU timeWall clock time
CASHWMaxSAT-DisjCom-S 2024-07-10? (TO) 3600.08 3611.4

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_24.opb
MD5SUM4e18c86f02508cf43f5cae5e82895ebd
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.676532
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3552
Total number of constraints5280
Number of constraints which are clauses3456
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1824
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 96
Biggest coefficient in the objective function 140737488355328
Number of bits for the biggest coefficient in the objective function 48
Sum of the numbers in the objective function 562949953421310
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 140737488355328
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 562949953421310
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
0.00/0.06	c Do: 140726477575832 140726477575840
0.00/0.07	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
3600.07/3611.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (61727 MiB free)
  memory of node 1: 64510 MiB (61636 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458122-1721879544/watcher-4458122-1721879544 -o /tmp/evaluation-result-4458122-1721879544/solver-4458122-1721879544 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721875931-226578 --watchdog 3760 CASHWMaxSAT-DisjCom-S HOME/instance-4458122-1721879544.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=228728, runsolver pid=228725

[startup+0.10056 s]*
/proc/loadavg: 5.01 4.42 4.20 5/257 228729
/proc/meminfo: memFree=126310920/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=29460 memory=14880 CPUtime=0.09 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 3620 0 0 0 9 0 0 0 20 0 1 0 24483075 30167040 3720 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 7365 3720 798 2417 0 4467 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 29460 KiB
Current children cumulated memory: 14880 KiB

[startup+0.20553 s]*
/proc/loadavg: 5.01 4.42 4.20 5/257 228729
/proc/meminfo: memFree=126304408/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=30476 memory=15144 CPUtime=0.19 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 3726 0 0 0 19 0 0 0 20 0 1 0 24483075 31207424 3786 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 7619 3786 798 2417 0 4721 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 30476 KiB
Current children cumulated memory: 15144 KiB

[startup+0.305488 s]*
/proc/loadavg: 5.01 4.42 4.20 5/257 228729
/proc/meminfo: memFree=126303624/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=30476 memory=15672 CPUtime=0.29 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 3806 0 0 0 29 0 0 0 20 0 1 0 24483075 31207424 3918 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 7619 3918 798 2417 0 4721 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 30476 KiB
Current children cumulated memory: 15672 KiB

[startup+0.700211 s]
/proc/loadavg: 5.01 4.42 4.20 5/257 228729
/proc/meminfo: memFree=126301440/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=34812 memory=19568 CPUtime=0.69 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 4303 0 0 0 68 1 0 0 20 0 1 0 24483075 35647488 4892 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 8703 4892 798 2417 0 5805 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 34812 KiB
Current children cumulated memory: 19568 KiB

[startup+1.50016 s]
/proc/loadavg: 5.01 4.42 4.20 5/257 228729
/proc/meminfo: memFree=126297004/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=35844 memory=21412 CPUtime=1.49 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 4751 0 0 0 148 1 0 0 20 0 1 0 24483075 36704256 5353 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 8961 5353 798 2417 0 6063 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 35844 KiB
Current children cumulated memory: 21412 KiB

[startup+3.10532 s]
/proc/loadavg: 5.01 4.42 4.20 5/257 228730
/proc/meminfo: memFree=126293408/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=35844 memory=21412 CPUtime=3.09 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 4752 0 0 0 308 1 0 0 20 0 1 0 24483075 36704256 5353 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 8961 5353 798 2417 0 6063 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 35844 KiB
Current children cumulated memory: 21412 KiB

[startup+6.30016 s]
/proc/loadavg: 4.93 4.41 4.20 5/257 228730
/proc/meminfo: memFree=126282160/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=37952 memory=23636 CPUtime=6.27 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 5577 0 0 0 626 1 0 0 20 0 1 0 24483075 38862848 5909 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 9488 5909 798 2417 0 6590 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 37952 KiB
Current children cumulated memory: 23636 KiB

[startup+12.7001 s]
/proc/loadavg: 4.93 4.42 4.21 5/252 228767
/proc/meminfo: memFree=126604568/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=45024 memory=30548 CPUtime=12.65 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 5785 0 0 0 1264 1 0 0 20 0 1 0 24483075 46104576 7637 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 11256 7637 798 2417 0 8358 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 45024 KiB
Current children cumulated memory: 30548 KiB

[startup+25.5002 s]
/proc/loadavg: 4.73 4.40 4.20 5/257 228779
/proc/meminfo: memFree=126477360/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=45024 memory=30548 CPUtime=25.42 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 5826 0 0 0 2541 1 0 0 20 0 1 0 24483075 46104576 7637 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 11256 7637 798 2417 0 8358 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 45024 KiB
Current children cumulated memory: 30548 KiB

[startup+51.1055 s]
/proc/loadavg: 4.48 4.37 4.20 5/257 228783
/proc/meminfo: memFree=126421748/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=45024 memory=30732 CPUtime=50.93 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 5870 0 0 0 5092 1 0 0 20 0 1 0 24483075 46104576 7683 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 11256 7683 798 2417 0 8358 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 45024 KiB
Current children cumulated memory: 30732 KiB

[startup+102.3 s]
/proc/loadavg: 4.32 4.34 4.19 5/257 228792
/proc/meminfo: memFree=126334608/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=59364 memory=44876 CPUtime=101.93 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 6880 0 0 0 10192 1 0 0 20 0 1 0 24483075 60788736 11219 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 14841 11219 798 2417 0 11943 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 59364 KiB
Current children cumulated memory: 44876 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.29 4.18 5/257 228802
/proc/meminfo: memFree=126291108/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=59364 memory=44876 CPUtime=161.7 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 6896 0 0 0 16169 1 0 0 20 0 1 0 24483075 60788736 11219 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 14841 11219 798 2417 0 11943 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 59364 KiB
Current children cumulated memory: 44876 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.25 4.17 5/257 229198
/proc/meminfo: memFree=126270128/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=59364 memory=45124 CPUtime=221.5 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 6922 0 0 0 22149 1 0 0 20 0 1 0 24483075 60788736 11281 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 14841 11281 798 2417 0 11943 0
Current children cumulated CPU time: 221.5 s
Current children cumulated vsize: 59364 KiB
Current children cumulated memory: 45124 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.23 4.17 5/257 229209
/proc/meminfo: memFree=126238704/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=59364 memory=45124 CPUtime=281.32 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 6942 0 0 0 28131 1 0 0 20 0 1 0 24483075 60788736 11281 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 14841 11281 798 2417 0 11943 0
Current children cumulated CPU time: 281.32 s
Current children cumulated vsize: 59364 KiB
Current children cumulated memory: 45124 KiB

[startup+342.3 s]
/proc/loadavg: 4.22 4.24 4.18 5/257 229220
/proc/meminfo: memFree=126176300/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=59364 memory=45124 CPUtime=341.14 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 6961 0 0 0 34113 1 0 0 20 0 1 0 24483075 60788736 11281 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 14841 11281 798 2417 0 11943 0
Current children cumulated CPU time: 341.14 s
Current children cumulated vsize: 59364 KiB
Current children cumulated memory: 45124 KiB

[startup+402.3 s]
/proc/loadavg: 4.47 4.31 4.21 5/259 229400
/proc/meminfo: memFree=126145516/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=65300 memory=50652 CPUtime=400.97 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 7741 0 0 0 40095 2 0 0 20 0 1 0 24483075 66867200 12663 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 16325 12663 798 2417 0 13427 0
Current children cumulated CPU time: 400.97 s
Current children cumulated vsize: 65300 KiB
Current children cumulated memory: 50652 KiB

[startup+462.3 s]
/proc/loadavg: 4.23 4.27 4.20 5/259 229410
/proc/meminfo: memFree=126098428/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=72484 memory=51320 CPUtime=460.79 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 8059 0 0 0 46077 2 0 0 20 0 1 0 24483075 74223616 12830 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0

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

Current children cumulated memory: 93744 KiB

[startup+2862.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/255 230489
/proc/meminfo: memFree=125571632/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=2853.3 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12489 0 0 0 285322 8 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 2853.3 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/257 230503
/proc/meminfo: memFree=125571104/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=2913.12 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12529 0 0 0 291304 8 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 2913.12 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.08 4.09 6/257 230515
/proc/meminfo: memFree=125566984/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=2972.93 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12570 0 0 0 297285 8 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 2972.93 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB

[startup+3042.3 s]
/proc/loadavg: 4.21 4.11 4.10 5/257 230525
/proc/meminfo: memFree=125563960/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=3032.74 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12611 0 0 0 303266 8 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 3032.74 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/257 230537
/proc/meminfo: memFree=125563016/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=3092.56 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12653 0 0 0 309247 9 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 3092.56 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/257 230547
/proc/meminfo: memFree=125562320/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=3152.38 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12693 0 0 0 315229 9 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 3152.38 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB

[startup+3222.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/255 230558
/proc/meminfo: memFree=125561576/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=3212.19 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12734 0 0 0 321210 9 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 3212.19 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/255 230569
/proc/meminfo: memFree=125560936/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=3272 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12775 0 0 0 327191 9 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 3272 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/255 230579
/proc/meminfo: memFree=125560116/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=3331.81 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12815 0 0 0 333172 9 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 3331.81 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/255 230590
/proc/meminfo: memFree=125559528/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=3391.63 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12857 0 0 0 339153 10 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 3391.63 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/255 230601
/proc/meminfo: memFree=125552420/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=3451.43 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12898 0 0 0 345133 10 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 3451.43 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/257 230616
/proc/meminfo: memFree=125551684/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=3511.26 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12937 0 0 0 351115 11 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 3511.26 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/257 230627
/proc/meminfo: memFree=125550956/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=3571.06 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12979 0 0 0 357095 11 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 3571.06 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.4 s]
/proc/loadavg: 4.10 4.09 4.09 5/257 230723
/proc/meminfo: memFree=125821192/131524600 swapFree=131059368/131071996
[pid=228728] ppid=228725 vsize=121508 memory=95792 CPUtime=3600.07 cores=0,2
/proc/228728/stat : 228728 (CASHWMaxSAT-Dis) R 228725 228728 226568 0 -1 4194304 12980 0 0 0 359996 11 0 0 20 0 1 0 24483075 124424192 23948 134679101440 4194304 14093885 140726477578192 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 45027328 140726477587429 140726477587544 140726477587544 140726477594559 0
/proc/228728/statm: 30377 23948 798 2417 0 27479 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 121508 KiB
Current children cumulated memory: 95792 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.97 s, system=0.114342 s

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

Child status: 0

Real time (s): 3611.4
CPU time (s): 3600.08
CPU user time (s): 3599.97
CPU system time (s): 0.114342
CPU usage (%): 99.6866
Max. virtual memory (cumulated for all children) (KiB): 121508
Max. memory (cumulated for all children) (KiB): 95792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.97
system time used= 0.114342
maximum resident set size= 97200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12980
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= 24657


# summary of solver processes directly reported to runsolver:
#   pid: 228728
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.97
#   total CPU system time (s): 0.114342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.98157 second user time and 17.0616 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-25 05:52:24
IDJOB=4458122
IDBENCH=177145
IDSOLVER=3077
FILE ID=nodeC021/4458122-1721879544
RUNJOBID= nodeC021-1721875931-226578
SLURM_JOB_ID= 8089232
Free space on /tmp= 890044 MiB

SOLVER NAME= CASHWMaxSAT-DisjCom-S 2024-07-10
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_24.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-4458122-1721879544/watcher-4458122-1721879544 -o /tmp/evaluation-result-4458122-1721879544/solver-4458122-1721879544 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721875931-226578 --watchdog 3760  CASHWMaxSAT-DisjCom-S HOME/instance-4458122-1721879544.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= 4e18c86f02508cf43f5cae5e82895ebd
RANDOM SEED=1704549633

nodeC021.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		: 3668.698
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.35
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		: 3683.005
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.41
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.412
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.35
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.598
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.41
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		: 3600.400
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.35
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		: 3683.053
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.41
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		: 3675.251
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.35
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.247
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.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126325636 kB
MemAvailable:   129266384 kB
Buffers:          294736 kB
Cached:          3458292 kB
SwapCached:          444 kB
Active:          2631108 kB
Inactive:        1933376 kB
Active(anon):       1728 kB
Inactive(anon):   863196 kB
Active(file):    2629380 kB
Inactive(file):  1070180 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131059368 kB
Dirty:             39056 kB
Writeback:             0 kB
AnonPages:        810872 kB
Mapped:           131352 kB
Shmem:             53464 kB
KReclaimable:     161672 kB
Slab:             280992 kB
SReclaimable:     161672 kB
SUnreclaim:       119320 kB
KernelStack:        4096 kB
PageTables:        10868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1333956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16704 kB
HardwareCorrupted:     0 kB
AnonHugePages:    720896 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:      322260 kB
DirectMap2M:    40345600 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890032 MiB
End job on nodeC021 at 2024-07-25 06:52:36