Trace number 4439322

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-DisjCad-S 2024-07-10? (TO) 3600.04 3610.5

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat25_6_3_5_ic.opb
MD5SUMee8f5ca8a7564b2d122e7dc0e93c6e43
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.164679
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11266082609
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11266082609
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.89/0.92	c Using cadical-2.0.0-2df7b7f SAT solver by Armin Biere (2022)
0.89/0.92	c Do: 140720847354488 140720847354496
0.89/0.92	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
1.00/1.10	c Starting SCIP solver  (with time-limit = 1800s) ...
1796.18/1801.38	c SCIP timeout with lower and upper bounds: [3514174, 9223372036854775807]
3600.03/3610.50	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: 64059 MiB (62973 MiB free)
  memory of node 1: 64510 MiB (63332 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4439322-1721243752/watcher-4439322-1721243752 -o /tmp/evaluation-result-4439322-1721243752/solver-4439322-1721243752 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721243764-909702 --watchdog 3760 CASHWMaxSAT-DisjCad-S HOME/instance-4439322-1721243752.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
solver pid=909729, runsolver pid=909726
Current StackSize limit: 8192 KiB


[startup+0.100096 s]*
/proc/loadavg: 2.07 2.24 2.96 5/229 909731
/proc/meminfo: memFree=129323884/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=26052 memory=11560 CPUtime=0.1 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 2209 0 0 0 10 0 0 0 20 0 1 0 176531584 26677248 2890 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 6513 2890 894 2594 0 3406 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26052 KiB
Current children cumulated memory: 11560 KiB

[startup+0.213516 s]*
/proc/loadavg: 2.07 2.24 2.96 5/231 909735
/proc/meminfo: memFree=129286992/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=34284 memory=19776 CPUtime=0.22 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 4362 0 0 0 20 2 0 0 20 0 1 0 176531584 35106816 4944 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 8571 4944 894 2594 0 5464 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 34284 KiB
Current children cumulated memory: 19776 KiB

[startup+0.313514 s]*
/proc/loadavg: 2.07 2.24 2.96 5/234 909741
/proc/meminfo: memFree=129259416/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=39980 memory=25584 CPUtime=0.31 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 5811 0 0 0 29 2 0 0 20 0 1 0 176531584 40939520 6396 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 9995 6396 894 2594 0 6888 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 39980 KiB
Current children cumulated memory: 25584 KiB

[startup+0.700282 s]
/proc/loadavg: 2.07 2.24 2.96 5/230 909742
/proc/meminfo: memFree=129229924/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=57372 memory=42836 CPUtime=0.69 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 10446 0 0 0 65 4 0 0 20 0 1 0 176531584 58748928 10709 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 14343 10709 926 2594 0 11236 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 57372 KiB
Current children cumulated memory: 42836 KiB

[startup+1.50035 s]
/proc/loadavg: 2.07 2.24 2.96 6/242 909765
/proc/meminfo: memFree=128956956/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=289444 memory=274872 CPUtime=1.48 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 67663 0 0 0 130 18 0 0 20 0 1 0 176531584 296390656 68718 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 72361 68718 2526 2594 0 69254 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 289444 KiB
Current children cumulated memory: 274872 KiB

[startup+3.11261 s]
/proc/loadavg: 2.22 2.27 2.96 5/242 909765
/proc/meminfo: memFree=127988332/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=359304 memory=344420 CPUtime=3.09 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 85199 0 0 0 287 22 0 0 20 0 1 0 176531584 367927296 86105 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 89826 86105 2558 2594 0 86719 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 359304 KiB
Current children cumulated memory: 344420 KiB

[startup+6.30033 s]
/proc/loadavg: 2.22 2.27 2.96 5/242 909765
/proc/meminfo: memFree=126700728/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=363836 memory=348908 CPUtime=6.27 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 86359 0 0 0 604 23 0 0 20 0 1 0 176531584 372568064 87227 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 90959 87227 2558 2594 0 87852 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 363836 KiB
Current children cumulated memory: 348908 KiB

[startup+12.7003 s]
/proc/loadavg: 2.36 2.30 2.97 5/242 909766
/proc/meminfo: memFree=124850604/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=385328 memory=370428 CPUtime=12.64 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 91737 0 0 0 1239 25 0 0 20 0 1 0 176531584 394575872 92607 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 96332 92607 2558 2594 0 93225 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 385328 KiB
Current children cumulated memory: 370428 KiB

[startup+25.5004 s]
/proc/loadavg: 2.73 2.38 2.99 5/242 909768
/proc/meminfo: memFree=124089532/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=424680 memory=409748 CPUtime=25.4 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 101584 0 0 0 2511 29 0 0 20 0 1 0 176531584 434872320 102437 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 106170 102437 2558 2594 0 103063 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 424680 KiB
Current children cumulated memory: 409748 KiB

[startup+51.1128 s]
/proc/loadavg: 3.24 2.53 3.02 5/242 909772
/proc/meminfo: memFree=123777524/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=499940 memory=484348 CPUtime=50.93 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 119824 0 0 0 5057 36 0 0 20 0 1 0 176531584 511938560 121087 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 124985 121087 2558 2594 0 121878 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 499940 KiB
Current children cumulated memory: 484348 KiB

[startup+102.3 s]
/proc/loadavg: 3.74 2.78 3.08 5/242 909781
/proc/meminfo: memFree=123675932/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=617412 memory=601720 CPUtime=101.96 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 148665 0 0 0 10154 42 0 0 20 0 1 0 176531584 632229888 150430 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 154353 150430 2558 2594 0 151246 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 617412 KiB
Current children cumulated memory: 601720 KiB

[startup+162.3 s]
/proc/loadavg: 3.91 3.00 3.14 5/242 909791
/proc/meminfo: memFree=123486868/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=734840 memory=719524 CPUtime=161.76 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 178051 0 0 0 16127 49 0 0 20 0 1 0 176531584 752476160 179881 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 183710 179881 2558 2594 0 180603 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 734840 KiB
Current children cumulated memory: 719524 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 3.23 3.21 5/241 909802
/proc/meminfo: memFree=123253452/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=844944 memory=829876 CPUtime=221.59 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 205627 0 0 0 22105 54 0 0 20 0 1 0 176531584 865222656 207469 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 211236 207469 2558 2594 0 208129 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 844944 KiB
Current children cumulated memory: 829876 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 3.39 3.27 5/242 909815
/proc/meminfo: memFree=123192796/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=995448 memory=978804 CPUtime=281.4 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 241478 0 0 0 28079 61 0 0 20 0 1 0 176531584 1019338752 244701 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 248862 244701 2654 2594 0 245755 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 995448 KiB
Current children cumulated memory: 978804 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.52 3.32 5/243 909826
/proc/meminfo: memFree=122930224/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1168712 memory=1095876 CPUtime=341.24 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 259511 0 0 0 34059 65 0 0 20 0 1 0 176531584 1196761088 273969 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 292178 273969 2670 2594 0 289071 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 1168712 KiB
Current children cumulated memory: 1095876 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.62 3.37 5/243 909837
/proc/meminfo: memFree=122784104/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1169584 memory=1096552 CPUtime=401.1 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 259777 0 0 0 40044 66 0 0 20 0 1 0 176531584 1197654016 274138 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 292396 274138 2670 2594 0 289289 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 1169584 KiB
Current children cumulated memory: 1096552 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.71 3.42 5/243 909847
/proc/meminfo: memFree=122853852/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1174416 memory=1101688 CPUtime=460.95 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 261173 0 0 0 46029 66 0 0 20 0 1 0 176531584 1202601984 275422 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 293604 275422 2670 2594 0 290497 0

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

Current children cumulated memory: 1012620 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.23 4.14 5/242 911461
/proc/meminfo: memFree=122111456/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=2913.86 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 403491 0 0 0 291292 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 2913.86 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.20 4.14 5/241 911472
/proc/meminfo: memFree=122133096/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=2973.68 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 403589 0 0 0 297274 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 2973.68 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.19 4.14 5/241 911483
/proc/meminfo: memFree=122020916/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=3033.51 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 403714 0 0 0 303257 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 3033.51 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.19 4.14 5/241 911493
/proc/meminfo: memFree=121994860/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=3093.33 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 403798 0 0 0 309239 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 3093.33 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.17 4.13 5/241 911503
/proc/meminfo: memFree=121431360/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=3153.15 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 403880 0 0 0 315221 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 3153.15 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB

[startup+3222.3 s]
/proc/loadavg: 4.04 4.13 4.12 5/241 911514
/proc/meminfo: memFree=121559008/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=3212.98 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 403991 0 0 0 321204 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 3212.98 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.15 4.13 5/243 911528
/proc/meminfo: memFree=121206432/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=3272.8 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 404120 0 0 0 327186 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 3272.8 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.14 4.12 5/243 911538
/proc/meminfo: memFree=121797200/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=3332.62 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 404201 0 0 0 333168 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 3332.62 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.13 4.12 5/243 911549
/proc/meminfo: memFree=121581608/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=3392.44 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 404318 0 0 0 339150 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 3392.44 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.12 4.11 5/243 911559
/proc/meminfo: memFree=121485396/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=3452.26 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 404439 0 0 0 345132 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 3452.26 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.11 4.10 5/243 911569
/proc/meminfo: memFree=121494152/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=3512.09 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 404512 0 0 0 351115 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 3512.09 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.10 5/243 911580
/proc/meminfo: memFree=121109544/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=3571.91 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 404635 0 0 0 357097 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 3571.91 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.08 4.11 4.10 5/241 911586
/proc/meminfo: memFree=121354300/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=3600.03 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 404677 0 0 0 359909 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.09 s, system=0.949831 s

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

[startup+3610.5 s]
/proc/loadavg: 4.08 4.11 4.10 5/241 911586
/proc/meminfo: memFree=121354300/131655788 swapFree=131071996/131071996
[pid=909729] ppid=909726 vsize=1021912 memory=1012620 CPUtime=3600.03 cores=1,3
/proc/909729/stat : 909729 (CASHWMaxSAT-Dis) R 909726 909729 909690 0 -1 4194304 404677 0 0 0 359909 94 0 0 20 0 1 0 176531584 1046437888 253155 134679101440 4194304 14817773 140720847356896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 16829744 16914832 37343232 140720847365092 140720847365207 140720847365207 140720847372223 0
/proc/909729/statm: 255478 253155 2718 2594 0 252371 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1021912 KiB
Current children cumulated memory: 1012620 KiB

Child status: 0

Real time (s): 3610.5
CPU time (s): 3600.04
CPU user time (s): 3599.09
CPU system time (s): 0.949831
CPU usage (%): 99.7102
Max. virtual memory (cumulated for all children) (KiB): 2231788
Max. memory (cumulated for all children) (KiB): 1749988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.09
system time used= 0.949831
maximum resident set size= 1749988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404677
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= 88
involuntary context switches= 2151


# summary of solver processes directly reported to runsolver:
#   pid: 909729
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.09
#   total CPU system time (s): 0.949831

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1478 second user time and 34.3365 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-17 21:16:04
IDJOB=4439322
IDBENCH=155717
IDSOLVER=3075
FILE ID=nodeC008/4439322-1721243752
RUNJOBID= nodeC008-1721243764-909702
SLURM_JOB_ID= 7509013
Free space on /tmp= 723760 MiB

SOLVER NAME= CASHWMaxSAT-DisjCad-S 2024-07-10
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat25_6_3_5_ic.opb
COMMAND LINE= CASHWMaxSAT-DisjCad-S BENCHNAME -total-t=TIMEOUT -no-par -v0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4439322-1721243752/watcher-4439322-1721243752 -o /tmp/evaluation-result-4439322-1721243752/solver-4439322-1721243752 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721243764-909702 --watchdog 3760  CASHWMaxSAT-DisjCad-S HOME/instance-4439322-1721243752.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= ee8f5ca8a7564b2d122e7dc0e93c6e43
RANDOM SEED=754344997

nodeC008.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	: 0xb00001f
cpu MHz		: 2225.522
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129345820 kB
MemAvailable:   129955652 kB
Buffers:          485936 kB
Cached:           964520 kB
SwapCached:            0 kB
Active:           906460 kB
Inactive:         871308 kB
Active(anon):       1420 kB
Inactive(anon):   363636 kB
Active(file):     905040 kB
Inactive(file):   507672 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             48836 kB
Writeback:             0 kB
AnonPages:        327516 kB
Mapped:           104892 kB
Shmem:             37704 kB
KReclaimable:      74304 kB
Slab:             170016 kB
SReclaimable:      74304 kB
SUnreclaim:        95712 kB
KernelStack:        3696 kB
PageTables:         9616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     731596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55648 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723628 MiB
End job on nodeC008 at 2024-07-17 22:16:14