Trace number 4425554

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
Exact_no_SoPlex 2024-07-05? (TO) 3600.15 3609.06

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-24reduc_wcsp.wbo
MD5SUMb6dc5c4972e391c215675692adb96c84
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1275
Total number of constraints56482
Number of soft constraints56401
Number of constraints which are clauses56401
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Top cost 3389
Min constraint cost 1
Max constraint cost 2434
Sum of constraints costs 18368517
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.09/3609.00	c Program interrupted by user.
3600.09/3609.00	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 (61322 MiB free)
  memory of node 1: 64510 MiB (63464 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4425554-1720881577/watcher-4425554-1720881577 -o /tmp/evaluation-result-4425554-1720881577/solver-4425554-1720881577 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1720881285-709137 --watchdog 3760 HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=1157121825 HOME/instance-4425554-1720881577.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=709617, runsolver pid=709614

[startup+0.100639 s]*
/proc/loadavg: 4.31 3.13 2.04 5/256 709618
/proc/meminfo: memFree=127730240/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=79872 memory=57472 CPUtime=0.09 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 14875 0 0 0 7 2 0 0 20 0 1 0 140321837 81788928 14368 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 19968 14368 755 746 0 19032 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 79872 KiB
Current children cumulated memory: 57472 KiB

[startup+0.20557 s]*
/proc/loadavg: 4.31 3.13 2.04 6/256 709618
/proc/meminfo: memFree=127696412/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=109480 memory=87648 CPUtime=0.2 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 21396 0 0 0 17 3 0 0 20 0 1 0 140321837 112107520 21912 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 27370 21912 755 746 0 26434 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 109480 KiB
Current children cumulated memory: 87648 KiB

[startup+0.30555 s]*
/proc/loadavg: 4.31 3.13 2.04 5/256 709618
/proc/meminfo: memFree=127669252/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=131540 memory=114448 CPUtime=0.3 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 28352 0 0 0 26 4 0 0 20 0 1 0 140321837 134696960 28612 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 32885 28612 787 746 0 31949 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 131540 KiB
Current children cumulated memory: 114448 KiB

[startup+0.700237 s]
/proc/loadavg: 4.31 3.13 2.04 5/256 709618
/proc/meminfo: memFree=127657424/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=140740 memory=125912 CPUtime=0.68 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 30669 0 0 0 64 4 0 0 20 0 1 0 140321837 144117760 31478 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 35185 31478 835 746 0 34249 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 140740 KiB
Current children cumulated memory: 125912 KiB

[startup+1.50023 s]
/proc/loadavg: 4.31 3.13 2.04 5/256 709618
/proc/meminfo: memFree=127650084/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=141900 memory=129072 CPUtime=1.48 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 30961 0 0 0 144 4 0 0 20 0 1 0 140321837 145305600 32268 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 35475 32268 851 746 0 34539 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 141900 KiB
Current children cumulated memory: 129072 KiB

[startup+3.10539 s]
/proc/loadavg: 4.28 3.14 2.05 5/256 709620
/proc/meminfo: memFree=127621100/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=149028 memory=140252 CPUtime=3.09 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 32735 0 0 0 304 5 0 0 20 0 1 0 140321837 152604672 35063 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 37257 35063 851 746 0 36321 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 149028 KiB
Current children cumulated memory: 140252 KiB

[startup+6.30022 s]
/proc/loadavg: 4.28 3.14 2.05 5/256 709620
/proc/meminfo: memFree=127582616/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=177808 memory=165004 CPUtime=6.27 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 37069 0 0 0 621 6 0 0 20 0 1 0 140321837 182075392 41251 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 44452 41251 851 746 0 43516 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 177808 KiB
Current children cumulated memory: 165004 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 3.16 2.06 5/254 709621
/proc/meminfo: memFree=127506216/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=224276 memory=204800 CPUtime=12.66 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 43891 0 0 0 1259 7 0 0 20 0 1 0 140321837 229658624 51200 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 56069 51200 851 746 0 55133 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 224276 KiB
Current children cumulated memory: 204800 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 3.22 2.09 5/256 709627
/proc/meminfo: memFree=127356280/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=316808 memory=282628 CPUtime=25.43 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 56188 0 0 0 2532 11 0 0 20 0 1 0 140321837 324411392 70657 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 79202 70657 851 746 0 78266 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 316808 KiB
Current children cumulated memory: 282628 KiB

[startup+51.1055 s]
/proc/loadavg: 4.18 3.28 2.15 5/256 709631
/proc/meminfo: memFree=126892520/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=685668 memory=624504 CPUtime=50.97 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 97514 0 0 0 5073 24 0 0 20 0 1 0 140321837 702124032 156126 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 171417 156126 851 746 0 170481 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 685668 KiB
Current children cumulated memory: 624504 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 3.41 2.25 5/256 709641
/proc/meminfo: memFree=126615508/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=960244 memory=725028 CPUtime=102.05 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 112307 0 0 0 10171 34 0 0 20 0 1 0 140321837 983289856 181257 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 240061 181257 851 746 0 239125 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 960244 KiB
Current children cumulated memory: 725028 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 3.56 2.38 5/256 709697
/proc/meminfo: memFree=125471720/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=1076832 memory=859068 CPUtime=161.91 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 137380 0 0 0 16151 40 0 0 20 0 1 0 140321837 1102675968 214767 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 269208 214767 851 746 0 268272 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 1076832 KiB
Current children cumulated memory: 859068 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 3.68 2.49 5/256 709707
/proc/meminfo: memFree=123844368/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=1979480 memory=1641280 CPUtime=221.76 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 249974 0 0 0 22103 73 0 0 20 0 1 0 140321837 2026987520 410320 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 494870 410320 851 746 0 493934 0
Current children cumulated CPU time: 221.76 s
Current children cumulated vsize: 1979480 KiB
Current children cumulated memory: 1641280 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 3.77 2.60 5/256 709719
/proc/meminfo: memFree=123293376/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=1979976 memory=1641832 CPUtime=281.61 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 250288 0 0 0 28088 73 0 0 20 0 1 0 140321837 2027495424 410458 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 494994 410458 851 746 0 494058 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 1979976 KiB
Current children cumulated memory: 1641832 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 3.84 2.70 5/255 709730
/proc/meminfo: memFree=122871660/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=1979976 memory=1641960 CPUtime=341.46 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 250495 0 0 0 34073 73 0 0 20 0 1 0 140321837 2027495424 410490 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 494994 410490 851 746 0 494058 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 1979976 KiB
Current children cumulated memory: 1641960 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.89 2.79 5/255 709740
/proc/meminfo: memFree=122768712/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=1988756 memory=1649864 CPUtime=401.31 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 252835 0 0 0 40057 74 0 0 20 0 1 0 140321837 2036486144 412466 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 497189 412466 851 746 0 496253 0
Current children cumulated CPU time: 401.31 s
Current children cumulated vsize: 1988756 KiB
Current children cumulated memory: 1649864 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.93 2.87 5/255 709751
/proc/meminfo: memFree=121905228/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=1988756 memory=1649940 CPUtime=461.14 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 253066 0 0 0 46040 74 0 0 20 0 1 0 140321837 2036486144 412485 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 497189 412485 851 746 0 496253 0
Current children cumulated CPU time: 461.14 s

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

Current children cumulated memory: 1914980 KiB

[startup+2862.3 s]
/proc/loadavg: 4.24 4.17 4.07 5/256 711137
/proc/meminfo: memFree=116724676/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2088888 memory=1914980 CPUtime=2855.28 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 292869 0 0 0 285432 96 0 0 20 0 1 0 140321837 2139021312 478745 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 522222 478745 851 746 0 521286 0
Current children cumulated CPU time: 2855.28 s
Current children cumulated vsize: 2088888 KiB
Current children cumulated memory: 1914980 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.15 4.07 5/256 711315
/proc/meminfo: memFree=116720312/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2088888 memory=1914980 CPUtime=2915.13 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 293674 0 0 0 291417 96 0 0 20 0 1 0 140321837 2139021312 478745 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 522222 478745 851 746 0 521286 0
Current children cumulated CPU time: 2915.13 s
Current children cumulated vsize: 2088888 KiB
Current children cumulated memory: 1914980 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.14 4.07 5/257 711326
/proc/meminfo: memFree=116659584/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2093872 memory=1919780 CPUtime=2974.98 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 295776 0 0 0 297402 96 0 0 20 0 1 0 140321837 2144124928 479945 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 523468 479945 851 746 0 522532 0
Current children cumulated CPU time: 2974.98 s
Current children cumulated vsize: 2093872 KiB
Current children cumulated memory: 1919780 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.14 4.08 5/257 711393
/proc/meminfo: memFree=116651576/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2093872 memory=1919780 CPUtime=3034.84 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 296406 0 0 0 303388 96 0 0 20 0 1 0 140321837 2144124928 479945 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 523468 479945 851 746 0 522532 0
Current children cumulated CPU time: 3034.84 s
Current children cumulated vsize: 2093872 KiB
Current children cumulated memory: 1919780 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.13 4.08 5/257 711404
/proc/meminfo: memFree=116637752/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2093872 memory=1919780 CPUtime=3094.7 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 297185 0 0 0 309374 96 0 0 20 0 1 0 140321837 2144124928 479945 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 523468 479945 851 746 0 522532 0
Current children cumulated CPU time: 3094.7 s
Current children cumulated vsize: 2093872 KiB
Current children cumulated memory: 1919780 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.13 4.08 5/257 711414
/proc/meminfo: memFree=116620052/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2095688 memory=1920972 CPUtime=3154.55 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 298424 0 0 0 315359 96 0 0 20 0 1 0 140321837 2145984512 480243 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 523922 480243 851 746 0 522986 0
Current children cumulated CPU time: 3154.55 s
Current children cumulated vsize: 2095688 KiB
Current children cumulated memory: 1920972 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.12 4.08 5/257 711424
/proc/meminfo: memFree=116615988/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2100140 memory=1924084 CPUtime=3214.4 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 300072 0 0 0 321344 96 0 0 20 0 1 0 140321837 2150543360 481021 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 525035 481021 851 746 0 524099 0
Current children cumulated CPU time: 3214.4 s
Current children cumulated vsize: 2100140 KiB
Current children cumulated memory: 1924084 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.08 5/256 711436
/proc/meminfo: memFree=116583392/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2141848 memory=1949300 CPUtime=3274.25 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 307169 0 0 0 327328 97 0 0 20 0 1 0 140321837 2193252352 487325 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 535462 487325 851 746 0 534526 0
Current children cumulated CPU time: 3274.25 s
Current children cumulated vsize: 2141848 KiB
Current children cumulated memory: 1949300 KiB

[startup+3342.3 s]
/proc/loadavg: 3.73 4.02 4.06 4/247 711476
/proc/meminfo: memFree=120188288/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2141848 memory=1949300 CPUtime=3334.09 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 307796 0 0 0 333312 97 0 0 20 0 1 0 140321837 2193252352 487325 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 535462 487325 851 746 0 534526 0
Current children cumulated CPU time: 3334.09 s
Current children cumulated vsize: 2141848 KiB
Current children cumulated memory: 1949300 KiB

[startup+3402.3 s]
/proc/loadavg: 3.32 3.85 3.99 4/248 711487
/proc/meminfo: memFree=120187500/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2141848 memory=1949300 CPUtime=3393.93 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 308479 0 0 0 339296 97 0 0 20 0 1 0 140321837 2193252352 487325 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 535462 487325 851 746 0 534526 0
Current children cumulated CPU time: 3393.93 s
Current children cumulated vsize: 2141848 KiB
Current children cumulated memory: 1949300 KiB

[startup+3462.3 s]
/proc/loadavg: 3.23 3.72 3.94 4/248 711499
/proc/meminfo: memFree=120187020/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2141848 memory=1949300 CPUtime=3453.78 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 309246 0 0 0 345280 98 0 0 20 0 1 0 140321837 2193252352 487325 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 535462 487325 851 746 0 534526 0
Current children cumulated CPU time: 3453.78 s
Current children cumulated vsize: 2141848 KiB
Current children cumulated memory: 1949300 KiB

[startup+3522.3 s]
/proc/loadavg: 3.14 3.61 3.88 4/251 711514
/proc/meminfo: memFree=120130864/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2141848 memory=1949304 CPUtime=3513.61 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 310104 0 0 0 351263 98 0 0 20 0 1 0 140321837 2193252352 487326 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 535462 487326 851 746 0 534526 0
Current children cumulated CPU time: 3513.61 s
Current children cumulated vsize: 2141848 KiB
Current children cumulated memory: 1949304 KiB

[startup+3582.3 s]
/proc/loadavg: 3.10 3.51 3.83 4/251 711525
/proc/meminfo: memFree=120119032/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2155804 memory=1960000 CPUtime=3573.45 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 313589 0 0 0 357247 98 0 0 20 0 1 0 140321837 2207543296 490000 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 538951 490000 851 746 0 538015 0
Current children cumulated CPU time: 3573.45 s
Current children cumulated vsize: 2155804 KiB
Current children cumulated memory: 1960000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]*
/proc/loadavg: 2.77 3.39 3.78 3/244 711559
/proc/meminfo: memFree=122061668/131524600 swapFree=131071996/131071996
[pid=709617] ppid=709614 vsize=2155804 memory=1960000 CPUtime=3600.09 cores=5,7
/proc/709617/stat : 709617 (Exact_nosoplex) R 709614 709617 704971 0 -1 4194304 313887 0 0 0 359910 99 0 0 20 0 1 0 140321837 2207543296 490000 134679101440 4194304 7248369 140726014712160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7946728 8011032 27365376 140726014718866 140726014719045 140726014719045 140726014726086 0
/proc/709617/statm: 538951 490000 851 746 0 538015 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2155804 KiB
Current children cumulated memory: 1960000 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.15 s, system=0.998544 s

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

Child status: 0

Real time (s): 3609.06
CPU time (s): 3600.15
CPU user time (s): 3599.15
CPU system time (s): 0.998544
CPU usage (%): 99.7531
Max. virtual memory (cumulated for all children) (KiB): 2159432
Max. memory (cumulated for all children) (KiB): 1960000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.15
system time used= 0.998544
maximum resident set size= 1960000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313990
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= 45
involuntary context switches= 1766


# summary of solver processes directly reported to runsolver:
#   pid: 709617
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3599.15
#   total CPU system time (s): 0.998544

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.1566 second user time and 16.3199 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-13 16:39:49
IDJOB=4425554
IDBENCH=143861
IDSOLVER=3039
FILE ID=nodeC022/4425554-1720881577
RUNJOBID= nodeC022-1720881285-709137
SLURM_JOB_ID= 7483763
Free space on /tmp= 890064 MiB

SOLVER NAME= Exact_no_SoPlex 2024-07-05
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-24reduc_wcsp.wbo
COMMAND LINE= HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4425554-1720881577/watcher-4425554-1720881577 -o /tmp/evaluation-result-4425554-1720881577/solver-4425554-1720881577 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1720881285-709137 --watchdog 3760  HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=1157121825 HOME/instance-4425554-1720881577.wbo

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

MD5SUM BENCH= b6dc5c4972e391c215675692adb96c84
RANDOM SEED=1157121825

nodeC022.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		: 3670.271
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.66
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.007
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	: 7006.96
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		: 3600.109
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.66
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		: 3651.665
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	: 7006.96
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		: 3670.290
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.66
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		: 3664.709
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	: 7006.96
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		: 3599.997
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.66
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		: 3654.678
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	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127781908 kB
MemAvailable:   127723516 kB
Buffers:          323704 kB
Cached:           466276 kB
SwapCached:            0 kB
Active:           486776 kB
Inactive:        2701648 kB
Active(anon):       1572 kB
Inactive(anon):  2434908 kB
Active(file):     485204 kB
Inactive(file):   266740 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             14132 kB
Writeback:             0 kB
AnonPages:       2398132 kB
Mapped:           111888 kB
Shmem:             37720 kB
KReclaimable:      58624 kB
Slab:             154952 kB
SReclaimable:      58624 kB
SUnreclaim:        96328 kB
KernelStack:        4124 kB
PageTables:        13908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3481928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53536 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1826816 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:      180948 kB
DirectMap2M:    10078208 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC022 at 2024-07-13 17:39:59