Trace number 4445340

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-SP 2024-07-10SAT 1092.65 1095.09

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob2.opb
MD5SUMf3b4489b3c27b845ad2c738d1f690b61
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 benchmark2.27947
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
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 constraint68
Maximum length of a constraint68
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 14215207
Number of bits of the biggest number in a constraint 24
Biggest sum of numbers in a constraint 175368570
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.60/0.68	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
0.60/0.68	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1092.55/1095.09	s SATISFIABLE
1092.55/1095.09	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

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 (61480 MiB free)
  memory of node 1: 64510 MiB (62760 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=968218, runsolver pid=968204

[startup+0.100117 s]*
/proc/loadavg: 2.33 3.34 3.78 8/259 968220
/proc/meminfo: memFree=127219808/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=22648 memory=4596 CPUtime=0.1 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 319 0 0 0 10 0 0 0 20 0 1 0 184875488 23191552 1149 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 5662 1149 954 2550 0 2617 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 22648 KiB
Current children cumulated memory: 4596 KiB

[startup+0.206309 s]*
/proc/loadavg: 2.33 3.34 3.78 7/259 968220
/proc/meminfo: memFree=127192340/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=30320 memory=14096 CPUtime=0.21 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 2832 0 0 0 21 0 0 0 20 0 1 0 184875488 31047680 3524 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 7580 3524 970 2550 0 4535 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 30320 KiB
Current children cumulated memory: 14096 KiB

[startup+0.306353 s]*
/proc/loadavg: 2.33 3.34 3.78 8/259 968220
/proc/meminfo: memFree=127185660/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=28752 memory=13024 CPUtime=0.31 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 3132 0 0 0 31 0 0 0 20 0 1 0 184875488 29442048 3256 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 7188 3256 986 2550 0 4143 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 28752 KiB
Current children cumulated memory: 13024 KiB

[startup+0.700182 s]
/proc/loadavg: 2.33 3.34 3.78 8/259 968220
/proc/meminfo: memFree=127179864/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=33124 memory=16656 CPUtime=0.69 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 3527 0 0 0 69 0 0 0 20 0 1 0 184875488 33918976 4164 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 8281 4164 986 2550 0 5236 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 33124 KiB
Current children cumulated memory: 16656 KiB

[startup+1.50018 s]
/proc/loadavg: 2.33 3.34 3.78 8/259 968220
/proc/meminfo: memFree=127159540/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=37532 memory=22856 CPUtime=1.49 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 4042 0 0 0 149 0 0 0 20 0 1 0 184875488 38432768 5714 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 9383 5714 986 2550 0 6338 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 37532 KiB
Current children cumulated memory: 22856 KiB

[startup+3.10645 s]
/proc/loadavg: 2.33 3.34 3.78 9/259 968220
/proc/meminfo: memFree=127141004/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=41928 memory=27008 CPUtime=3.09 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 4625 0 0 0 309 0 0 0 20 0 1 0 184875488 42934272 6752 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 10482 6752 986 2550 0 7437 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 41928 KiB
Current children cumulated memory: 27008 KiB

[startup+6.30021 s]
/proc/loadavg: 2.46 3.35 3.78 9/259 968222
/proc/meminfo: memFree=127124924/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=41928 memory=27252 CPUtime=6.27 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 4629 0 0 0 627 0 0 0 20 0 1 0 184875488 42934272 6813 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 10482 6813 986 2550 0 7437 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 41928 KiB
Current children cumulated memory: 27252 KiB

[startup+12.7002 s]
/proc/loadavg: 2.59 3.36 3.78 8/259 968222
/proc/meminfo: memFree=127102800/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=41928 memory=27488 CPUtime=12.65 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 4752 0 0 0 1265 0 0 0 20 0 1 0 184875488 42934272 6872 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 10482 6872 986 2550 0 7437 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 41928 KiB
Current children cumulated memory: 27488 KiB

[startup+25.5002 s]
/proc/loadavg: 2.90 3.39 3.79 9/259 968225
/proc/meminfo: memFree=127097572/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=45024 memory=30460 CPUtime=25.43 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 5504 0 0 0 2542 1 0 0 20 0 1 0 184875488 46104576 7615 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 11256 7615 986 2550 0 8211 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 45024 KiB
Current children cumulated memory: 30460 KiB

[startup+51.1065 s]
/proc/loadavg: 3.34 3.46 3.80 9/259 968228
/proc/meminfo: memFree=127066236/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=56516 memory=42216 CPUtime=50.98 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 7587 0 0 0 5096 2 0 0 20 0 1 0 184875488 57872384 10554 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 14129 10554 986 2550 0 11084 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 56516 KiB
Current children cumulated memory: 42216 KiB

[startup+102.3 s]
/proc/loadavg: 3.77 3.56 3.82 9/259 968236
/proc/meminfo: memFree=127020276/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=63788 memory=49552 CPUtime=102.05 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 7897 0 0 0 10203 2 0 0 20 0 1 0 184875488 65318912 12388 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 15947 12388 986 2550 0 12902 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 63788 KiB
Current children cumulated memory: 49552 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 3.66 3.84 8/259 968247
/proc/meminfo: memFree=127015900/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=66852 memory=52592 CPUtime=161.91 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 8659 0 0 0 16189 2 0 0 20 0 1 0 184875488 68456448 13148 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 16713 13148 986 2550 0 13668 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 66852 KiB
Current children cumulated memory: 52592 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 3.75 3.86 9/261 968427
/proc/meminfo: memFree=126970264/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=78344 memory=59820 CPUtime=221.77 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 8947 0 0 0 22175 2 0 0 20 0 1 0 184875488 80224256 14955 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 19586 14955 986 2550 0 16541 0
Current children cumulated CPU time: 221.77 s
Current children cumulated vsize: 78344 KiB
Current children cumulated memory: 59820 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.81 3.88 9/261 968438
/proc/meminfo: memFree=126943060/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=78344 memory=59820 CPUtime=281.64 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 8974 0 0 0 28162 2 0 0 20 0 1 0 184875488 80224256 14955 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 19586 14955 986 2550 0 16541 0
Current children cumulated CPU time: 281.64 s
Current children cumulated vsize: 78344 KiB
Current children cumulated memory: 59820 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 3.88 3.90 9/258 968508
/proc/meminfo: memFree=126927404/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=78344 memory=61868 CPUtime=341.51 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 9001 0 0 0 34149 2 0 0 20 0 1 0 184875488 80224256 15467 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 19586 15467 986 2550 0 16541 0
Current children cumulated CPU time: 341.51 s
Current children cumulated vsize: 78344 KiB
Current children cumulated memory: 61868 KiB

[startup+402.3 s]
/proc/loadavg: 4.17 3.94 3.92 9/258 968518
/proc/meminfo: memFree=126924028/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=78504 memory=64264 CPUtime=401.38 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 9157 0 0 0 40136 2 0 0 20 0 1 0 184875488 80388096 16066 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 19626 16066 986 2550 0 16581 0
Current children cumulated CPU time: 401.38 s
Current children cumulated vsize: 78504 KiB
Current children cumulated memory: 64264 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 3.98 3.94 9/258 968528
/proc/meminfo: memFree=126923796/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=78504 memory=64428 CPUtime=461.24 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 9184 0 0 0 46122 2 0 0 20 0 1 0 184875488 80388096 16107 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 19626 16107 986 2550 0 16581 0

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

/proc/loadavg: 4.15 4.05 3.98 8/254 968560
/proc/meminfo: memFree=126879920/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=101684 memory=87528 CPUtime=640.85 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 12483 0 0 0 64080 5 0 0 20 0 1 0 184875488 104124416 21882 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 25421 21882 986 2550 0 22376 0
Current children cumulated CPU time: 640.85 s
Current children cumulated vsize: 101684 KiB
Current children cumulated memory: 87528 KiB

[startup+702.3 s]
/proc/loadavg: 4.11 4.06 3.99 8/254 968570
/proc/meminfo: memFree=126887384/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=94504 memory=79284 CPUtime=700.71 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 13368 0 0 0 70066 5 0 0 20 0 1 0 184875488 96772096 19821 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 23626 19821 986 2550 0 20581 0
Current children cumulated CPU time: 700.71 s
Current children cumulated vsize: 94504 KiB
Current children cumulated memory: 79284 KiB

[startup+762.3 s]
/proc/loadavg: 4.08 4.06 4.00 9/254 968581
/proc/meminfo: memFree=126877908/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=101684 memory=86664 CPUtime=760.59 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 14230 0 0 0 76053 6 0 0 20 0 1 0 184875488 104124416 21666 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 25421 21666 986 2550 0 22376 0
Current children cumulated CPU time: 760.59 s
Current children cumulated vsize: 101684 KiB
Current children cumulated memory: 86664 KiB

[startup+822.3 s]
/proc/loadavg: 4.14 4.08 4.01 8/254 968591
/proc/meminfo: memFree=126882408/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=94464 memory=80300 CPUtime=820.45 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 15325 0 0 0 82038 7 0 0 20 0 1 0 184875488 96731136 20075 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 23616 20075 986 2550 0 20571 0
Current children cumulated CPU time: 820.45 s
Current children cumulated vsize: 94464 KiB
Current children cumulated memory: 80300 KiB

[startup+882.3 s]
/proc/loadavg: 4.37 4.15 4.04 9/254 968601
/proc/meminfo: memFree=126879132/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=101648 memory=87532 CPUtime=880.32 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 16615 0 0 0 88024 8 0 0 20 0 1 0 184875488 104087552 21883 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 25412 21883 986 2550 0 22367 0
Current children cumulated CPU time: 880.32 s
Current children cumulated vsize: 101648 KiB
Current children cumulated memory: 87532 KiB

[startup+942.3 s]
/proc/loadavg: 4.42 4.21 4.06 9/256 968616
/proc/meminfo: memFree=126872844/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=101648 memory=87572 CPUtime=940.18 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 16652 0 0 0 94010 8 0 0 20 0 1 0 184875488 104087552 21893 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 25412 21893 986 2550 0 22367 0
Current children cumulated CPU time: 940.18 s
Current children cumulated vsize: 101648 KiB
Current children cumulated memory: 87572 KiB

[startup+1002.3 s]
/proc/loadavg: 4.21 4.19 4.06 9/256 968626
/proc/meminfo: memFree=126843068/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=105984 memory=90456 CPUtime=1000.05 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 16920 0 0 0 99997 8 0 0 20 0 1 0 184875488 108527616 22614 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 26496 22614 986 2550 0 23451 0
Current children cumulated CPU time: 1000.05 s
Current children cumulated vsize: 105984 KiB
Current children cumulated memory: 90456 KiB

[startup+1062.3 s]
/proc/loadavg: 4.96 4.35 4.12 9/256 968636
/proc/meminfo: memFree=126812016/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=124660 memory=102800 CPUtime=1059.91 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 17480 0 0 0 105983 8 0 0 20 0 1 0 184875488 127651840 25700 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 31165 25700 986 2550 0 28120 0
Current children cumulated CPU time: 1059.91 s
Current children cumulated vsize: 124660 KiB
Current children cumulated memory: 102800 KiB

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

# cumulated CPU time of all completed processes:  user=1092.56 s, system=0.086797 s

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

[startup+1075.2 s]
/proc/loadavg: 5.57 4.50 4.18 9/256 968639
/proc/meminfo: memFree=126813252/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=124660 memory=102800 CPUtime=1072.79 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 17480 0 0 0 107271 8 0 0 20 0 1 0 184875488 127651840 25700 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 31165 25700 986 2550 0 28120 0
Current children cumulated CPU time: 1072.79 s
Current children cumulated vsize: 124660 KiB
Current children cumulated memory: 102800 KiB

[startup+1088 s]*
/proc/loadavg: 5.64 4.57 4.21 8/256 968643
/proc/meminfo: memFree=126813352/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=124660 memory=102800 CPUtime=1085.56 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 17480 0 0 0 108548 8 0 0 20 0 1 0 184875488 127651840 25700 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 31165 25700 986 2550 0 28120 0
Current children cumulated CPU time: 1085.56 s
Current children cumulated vsize: 124660 KiB
Current children cumulated memory: 102800 KiB

[startup+1091.2 s]
/proc/loadavg: 5.51 4.56 4.20 9/256 968643
/proc/meminfo: memFree=126813228/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=124660 memory=102800 CPUtime=1088.75 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 17480 0 0 0 108867 8 0 0 20 0 1 0 184875488 127651840 25700 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 31165 25700 986 2550 0 28120 0
Current children cumulated CPU time: 1088.75 s
Current children cumulated vsize: 124660 KiB
Current children cumulated memory: 102800 KiB

[startup+1092.8 s]
/proc/loadavg: 5.51 4.56 4.20 8/256 968643
/proc/meminfo: memFree=126813060/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=124660 memory=102800 CPUtime=1090.35 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 17482 0 0 0 109027 8 0 0 20 0 1 0 184875488 127651840 25700 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 31165 25700 986 2550 0 28120 0
Current children cumulated CPU time: 1090.35 s
Current children cumulated vsize: 124660 KiB
Current children cumulated memory: 102800 KiB

[startup+1094.4 s]
/proc/loadavg: 5.51 4.56 4.20 8/256 968643
/proc/meminfo: memFree=126813096/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=124660 memory=102800 CPUtime=1091.94 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 17482 0 0 0 109186 8 0 0 20 0 1 0 184875488 127651840 25700 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 31165 25700 986 2550 0 28120 0
Current children cumulated CPU time: 1091.94 s
Current children cumulated vsize: 124660 KiB
Current children cumulated memory: 102800 KiB

[startup+1094.8 s]
/proc/loadavg: 5.51 4.56 4.20 8/256 968643
/proc/meminfo: memFree=126813096/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=124660 memory=102800 CPUtime=1092.34 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 17482 0 0 0 109226 8 0 0 20 0 1 0 184875488 127651840 25700 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 31165 25700 986 2550 0 28120 0
Current children cumulated CPU time: 1092.34 s
Current children cumulated vsize: 124660 KiB
Current children cumulated memory: 102800 KiB

[startup+1095 s]*
/proc/loadavg: 5.51 4.56 4.20 8/256 968644
/proc/meminfo: memFree=126813012/131524600 swapFree=131071996/131071996
[pid=968218] ppid=968204 vsize=124660 memory=102800 CPUtime=1092.55 cores=1,3
/proc/968218/stat : 968218 (CASHWMaxSAT-Dis) R 968204 968218 968143 0 -1 4194304 17482 0 0 0 109247 8 0 0 20 0 1 0 184875488 127651840 25700 134679101440 4194304 14636349 140733212810032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 16575728 16655184 24580096 140733212816354 140733212816470 140733212816470 140733212823486 0
/proc/968218/statm: 31165 25700 986 2550 0 28120 0
Current children cumulated CPU time: 1092.55 s
Current children cumulated vsize: 124660 KiB
Current children cumulated memory: 102800 KiB

Child status: 30

Real time (s): 1095.09
CPU time (s): 1092.65
CPU user time (s): 1092.56
CPU system time (s): 0.086797
CPU usage (%): 99.7767
Max. virtual memory (cumulated for all children) (KiB): 124660
Max. memory (cumulated for all children) (KiB): 102800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1092.56
system time used= 0.086797
maximum resident set size= 102828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17482
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= 14
involuntary context switches= 449


# summary of solver processes directly reported to runsolver:
#   pid: 968218
#   total CPU time (s): 1092.65
#   total CPU user time (s): 1092.56
#   total CPU system time (s): 0.086797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.05844 second user time and 5.9797 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-18 20:25:19
IDJOB=4445340
IDBENCH=148107
IDSOLVER=3076
FILE ID=nodeC024/4445340-1721327106
RUNJOBID= nodeC024-1721327119-968155
SLURM_JOB_ID= 7542683
Free space on /tmp= 890084 MiB

SOLVER NAME= CASHWMaxSAT-DisjCom-SP 2024-07-10
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob2.opb
COMMAND LINE= CASHWMaxSAT-DisjCom-SP BENCHNAME -total-t=TIMEOUT -no-par -v0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445340-1721327106/watcher-4445340-1721327106 -o /tmp/evaluation-result-4445340-1721327106/solver-4445340-1721327106 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721327119-968155 --watchdog 3760  CASHWMaxSAT-DisjCom-SP HOME/instance-4445340-1721327106.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= f3b4489b3c27b845ad2c738d1f690b61
RANDOM SEED=1570770764

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		: 3606.112
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		: 3575.243
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		: 3495.069
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		: 3459.291
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		: 3582.273
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		: 3635.129
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		: 3487.976
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		: 3318.446
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:        127225452 kB
MemAvailable:   129694224 kB
Buffers:          498828 kB
Cached:          2783144 kB
SwapCached:            0 kB
Active:           943680 kB
Inactive:        2696104 kB
Active(anon):       1460 kB
Inactive(anon):   394292 kB
Active(file):     942220 kB
Inactive(file):  2301812 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             55264 kB
Writeback:            12 kB
AnonPages:        357948 kB
Mapped:           105948 kB
Shmem:             37720 kB
KReclaimable:     128772 kB
Slab:             244660 kB
SReclaimable:     128772 kB
SUnreclaim:       115888 kB
KernelStack:        3888 kB
PageTables:         9532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     733944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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= 890032 MiB
End job on nodeC024 at 2024-07-18 20:43:34