Trace number 4425550

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.19 3608.69

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-18reduc_wcsp.wbo
MD5SUM85c9e899b779dcafda2f7e25c2fdc65d
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 variables1758
Total number of constraints105203
Number of soft constraints105121
Number of constraints which are clauses105121
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 36645766
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 27
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/3608.60	c Program interrupted by user.
3600.09/3608.60	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 (62204 MiB free)
  memory of node 1: 64510 MiB (60763 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4425550-1720881963/watcher-4425550-1720881963 -o /tmp/evaluation-result-4425550-1720881963/solver-4425550-1720881963 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1720878365-714470 --watchdog 3760 HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=288776709 HOME/instance-4425550-1720881963.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=716571, runsolver pid=716568
Current StackSize limit: 8192 KiB


[startup+0.100096 s]*
/proc/loadavg: 4.00 4.07 4.08 5/255 716572
/proc/meminfo: memFree=125864456/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=77680 memory=55464 CPUtime=0.1 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 15856 0 0 0 8 2 0 0 20 0 1 0 140364609 79544320 13866 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 19420 13866 755 746 0 18484 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 77680 KiB
Current children cumulated memory: 55464 KiB

[startup+0.205692 s]*
/proc/loadavg: 4.00 4.07 4.08 5/255 716572
/proc/meminfo: memFree=125816108/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=130168 memory=107352 CPUtime=0.2 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 25075 0 0 0 17 3 0 0 20 0 1 0 140364609 133292032 26838 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 32542 26838 755 746 0 31606 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 130168 KiB
Current children cumulated memory: 107352 KiB

[startup+0.305698 s]*
/proc/loadavg: 4.00 4.07 4.08 5/255 716572
/proc/meminfo: memFree=125781056/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=150848 memory=131448 CPUtime=0.3 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 31344 0 0 0 26 4 0 0 20 0 1 0 140364609 154468352 32862 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 37712 32862 755 746 0 36776 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 150848 KiB
Current children cumulated memory: 131448 KiB

[startup+0.700246 s]
/proc/loadavg: 4.00 4.07 4.08 5/255 716572
/proc/meminfo: memFree=125725520/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=226036 memory=217236 CPUtime=0.69 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 49289 0 0 0 62 7 0 0 20 0 1 0 140364609 231460864 54309 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 56509 54309 819 746 0 55573 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 226036 KiB
Current children cumulated memory: 217236 KiB

[startup+1.50024 s]
/proc/loadavg: 4.00 4.07 4.08 5/255 716572
/proc/meminfo: memFree=125685776/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=230372 memory=222372 CPUtime=1.48 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 50544 0 0 0 141 7 0 0 20 0 1 0 140364609 235900928 55593 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 57593 55593 851 746 0 56657 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 230372 KiB
Current children cumulated memory: 222372 KiB

[startup+3.10545 s]
/proc/loadavg: 4.00 4.07 4.08 5/255 716620
/proc/meminfo: memFree=126116028/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=246584 memory=228844 CPUtime=3.09 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 51920 0 0 0 301 8 0 0 20 0 1 0 140364609 252502016 57211 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 61646 57211 851 746 0 60710 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 246584 KiB
Current children cumulated memory: 228844 KiB

[startup+6.30023 s]
/proc/loadavg: 4.00 4.07 4.08 5/256 716621
/proc/meminfo: memFree=125792828/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=261052 memory=251432 CPUtime=6.27 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 55571 0 0 0 618 9 0 0 20 0 1 0 140364609 267317248 62858 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 65263 62858 851 746 0 64327 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 261052 KiB
Current children cumulated memory: 251432 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.09 4.09 5/256 716621
/proc/meminfo: memFree=125575352/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=311948 memory=297840 CPUtime=12.66 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 62974 0 0 0 1255 11 0 0 20 0 1 0 140364609 319434752 74460 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 77987 74460 851 746 0 77051 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 311948 KiB
Current children cumulated memory: 297840 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.08 4.09 5/256 716624
/proc/meminfo: memFree=125323872/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=409028 memory=394436 CPUtime=25.43 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 77950 0 0 0 2528 15 0 0 20 0 1 0 140364609 418844672 98609 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 102257 98609 851 746 0 101321 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 409028 KiB
Current children cumulated memory: 394436 KiB

[startup+51.1055 s]
/proc/loadavg: 4.04 4.08 4.08 5/256 716627
/proc/meminfo: memFree=124850660/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=754668 memory=621924 CPUtime=50.98 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 115210 0 0 0 5070 28 0 0 20 0 1 0 140364609 772780032 155481 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 188667 155481 851 746 0 187731 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 754668 KiB
Current children cumulated memory: 621924 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.08 4.08 5/256 716636
/proc/meminfo: memFree=123628628/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=1271960 memory=1223488 CPUtime=102.04 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 185921 0 0 0 10152 52 0 0 20 0 1 0 140364609 1302487040 305872 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 317990 305872 851 746 0 317054 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 1271960 KiB
Current children cumulated memory: 1223488 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.09 4.09 5/256 716647
/proc/meminfo: memFree=122869528/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=1703788 memory=1332992 CPUtime=161.9 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 198759 0 0 0 16124 66 0 0 20 0 1 0 140364609 1744678912 333248 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 425947 333248 851 746 0 425011 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 1703788 KiB
Current children cumulated memory: 1332992 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/256 716657
/proc/meminfo: memFree=122365608/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=1768740 memory=1464220 CPUtime=221.75 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 213920 0 0 0 22104 71 0 0 20 0 1 0 140364609 1811189760 366055 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 442185 366055 851 746 0 441249 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 1768740 KiB
Current children cumulated memory: 1464220 KiB

[startup+282.3 s]
/proc/loadavg: 4.22 4.12 4.10 5/258 716672
/proc/meminfo: memFree=122095448/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=1936972 memory=1594880 CPUtime=281.6 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 246955 0 0 0 28084 76 0 0 20 0 1 0 140364609 1983459328 398720 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 484243 398720 851 746 0 483307 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 1936972 KiB
Current children cumulated memory: 1594880 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.12 4.10 5/257 716682
/proc/meminfo: memFree=120901024/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=2137140 memory=1977348 CPUtime=341.47 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 295937 0 0 0 34056 91 0 0 20 0 1 0 140364609 2188431360 494337 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 534285 494337 851 746 0 533349 0
Current children cumulated CPU time: 341.47 s
Current children cumulated vsize: 2137140 KiB
Current children cumulated memory: 1977348 KiB

[startup+402.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/257 716693
/proc/meminfo: memFree=119253000/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3483128 memory=2909812 CPUtime=401.31 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 435448 0 0 0 39996 135 0 0 20 0 1 0 140364609 3566723072 727453 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 870782 727453 851 746 0 869846 0
Current children cumulated CPU time: 401.31 s
Current children cumulated vsize: 3483128 KiB
Current children cumulated memory: 2909812 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/257 716703
/proc/meminfo: memFree=119062768/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3492248 memory=2918920 CPUtime=461.17 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 437727 0 0 0 45980 137 0 0 20 0 1 0 140364609 3576061952 729730 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 873062 729730 851 746 0 872126 0
Current children cumulated CPU time: 461.17 s

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

Current children cumulated memory: 3203184 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.12 4.10 5/259 718374
/proc/meminfo: memFree=113036972/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3688628 memory=3203264 CPUtime=2855.49 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 504172 0 0 0 285356 193 0 0 20 0 1 0 140364609 3777155072 800816 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 922157 800816 851 746 0 921221 0
Current children cumulated CPU time: 2855.49 s
Current children cumulated vsize: 3688628 KiB
Current children cumulated memory: 3203264 KiB

[startup+2922.3 s]
/proc/loadavg: 4.04 4.09 4.09 5/259 718385
/proc/meminfo: memFree=113032096/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3688628 memory=3207136 CPUtime=2915.33 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 505190 0 0 0 291340 193 0 0 20 0 1 0 140364609 3777155072 801784 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 922157 801784 851 746 0 921221 0
Current children cumulated CPU time: 2915.33 s
Current children cumulated vsize: 3688628 KiB
Current children cumulated memory: 3207136 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.12 4.10 5/255 718395
/proc/meminfo: memFree=112994788/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3691152 memory=3210232 CPUtime=2975.19 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 506854 0 0 0 297325 194 0 0 20 0 1 0 140364609 3779739648 802558 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 922788 802558 851 746 0 921852 0
Current children cumulated CPU time: 2975.19 s
Current children cumulated vsize: 3691152 KiB
Current children cumulated memory: 3210232 KiB

[startup+3042.3 s]
/proc/loadavg: 4.28 4.17 4.12 5/255 718405
/proc/meminfo: memFree=112993868/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3691152 memory=3210232 CPUtime=3035.06 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 507918 0 0 0 303311 195 0 0 20 0 1 0 140364609 3779739648 802558 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 922788 802558 851 746 0 921852 0
Current children cumulated CPU time: 3035.06 s
Current children cumulated vsize: 3691152 KiB
Current children cumulated memory: 3210232 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/255 718417
/proc/meminfo: memFree=112992468/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3691152 memory=3210244 CPUtime=3094.93 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 509177 0 0 0 309297 196 0 0 20 0 1 0 140364609 3779739648 802561 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 922788 802561 851 746 0 921852 0
Current children cumulated CPU time: 3094.93 s
Current children cumulated vsize: 3691152 KiB
Current children cumulated memory: 3210244 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.14 4.10 5/255 718427
/proc/meminfo: memFree=112970444/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3691152 memory=3210268 CPUtime=3154.78 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 510312 0 0 0 315282 196 0 0 20 0 1 0 140364609 3779739648 802567 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 922788 802567 851 746 0 921852 0
Current children cumulated CPU time: 3154.78 s
Current children cumulated vsize: 3691152 KiB
Current children cumulated memory: 3210268 KiB

[startup+3222.3 s]
/proc/loadavg: 4.37 4.19 4.12 5/255 718437
/proc/meminfo: memFree=112962728/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3691152 memory=3214864 CPUtime=3214.65 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 511424 0 0 0 321268 197 0 0 20 0 1 0 140364609 3779739648 803716 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 922788 803716 851 746 0 921852 0
Current children cumulated CPU time: 3214.65 s
Current children cumulated vsize: 3691152 KiB
Current children cumulated memory: 3214864 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.20 4.13 5/258 718453
/proc/meminfo: memFree=112943240/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3691152 memory=3227656 CPUtime=3274.51 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 512774 0 0 0 327254 197 0 0 20 0 1 0 140364609 3779739648 806914 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 922788 806914 851 746 0 921852 0
Current children cumulated CPU time: 3274.51 s
Current children cumulated vsize: 3691152 KiB
Current children cumulated memory: 3227656 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.16 4.12 5/258 718463
/proc/meminfo: memFree=112905200/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3722296 memory=3264484 CPUtime=3334.37 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 519656 0 0 0 333238 199 0 0 20 0 1 0 140364609 3811631104 816121 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 930574 816121 851 746 0 929638 0
Current children cumulated CPU time: 3334.37 s
Current children cumulated vsize: 3722296 KiB
Current children cumulated memory: 3264484 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.14 4.11 5/258 718474
/proc/meminfo: memFree=112873400/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3722296 memory=3281628 CPUtime=3394.23 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 520485 0 0 0 339224 199 0 0 20 0 1 0 140364609 3811631104 820407 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 930574 820407 851 746 0 929638 0
Current children cumulated CPU time: 3394.23 s
Current children cumulated vsize: 3722296 KiB
Current children cumulated memory: 3281628 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/258 718485
/proc/meminfo: memFree=112838904/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3722296 memory=3315432 CPUtime=3454.1 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 521512 0 0 0 345211 199 0 0 20 0 1 0 140364609 3811631104 828858 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 930574 828858 851 746 0 929638 0
Current children cumulated CPU time: 3454.1 s
Current children cumulated vsize: 3722296 KiB
Current children cumulated memory: 3315432 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/258 718497
/proc/meminfo: memFree=112801488/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3722296 memory=3352008 CPUtime=3513.97 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 522405 0 0 0 351198 199 0 0 20 0 1 0 140364609 3811631104 838002 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 930574 838002 851 746 0 929638 0
Current children cumulated CPU time: 3513.97 s
Current children cumulated vsize: 3722296 KiB
Current children cumulated memory: 3352008 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/255 718507
/proc/meminfo: memFree=112743028/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3722296 memory=3388804 CPUtime=3573.84 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 523728 0 0 0 357184 200 0 0 20 0 1 0 140364609 3811631104 847201 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 930574 847201 851 746 0 929638 0
Current children cumulated CPU time: 3573.84 s
Current children cumulated vsize: 3722296 KiB
Current children cumulated memory: 3388804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.6 s]
/proc/loadavg: 4.08 4.12 4.10 4/248 718543
/proc/meminfo: memFree=115107588/131524600 swapFree=131071996/131071996
[pid=716571] ppid=716568 vsize=3722296 memory=3407236 CPUtime=3600.09 cores=1,3
/proc/716571/stat : 716571 (Exact_nosoplex) R 716568 716571 711737 0 -1 4194304 524053 0 0 0 359809 200 0 0 20 0 1 0 140364609 3811631104 851809 134679101440 4194304 7248369 140725222612304 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 14155776 140725222618003 140725222618181 140725222618181 140725222625222 0
/proc/716571/statm: 930574 851809 851 746 0 929638 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 3722296 KiB
Current children cumulated memory: 3407236 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.17 s, system=2.02493 s

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

Child status: 0

Real time (s): 3608.69
CPU time (s): 3600.19
CPU user time (s): 3598.17
CPU system time (s): 2.02493
CPU usage (%): 99.7643
Max. virtual memory (cumulated for all children) (KiB): 3887188
Max. memory (cumulated for all children) (KiB): 3407236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.17
system time used= 2.02493
maximum resident set size= 3407236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524081
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= 38
involuntary context switches= 1990


# summary of solver processes directly reported to runsolver:
#   pid: 716571
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.17
#   total CPU system time (s): 2.02493

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.89355 second user time and 16.7453 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-13 16:46:16
IDJOB=4425550
IDBENCH=143871
IDSOLVER=3039
FILE ID=nodeC031/4425550-1720881963
RUNJOBID= nodeC031-1720878365-714470
SLURM_JOB_ID= 7483772
Free space on /tmp= 890064 MiB

SOLVER NAME= Exact_no_SoPlex 2024-07-05
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-18reduc_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-4425550-1720881963/watcher-4425550-1720881963 -o /tmp/evaluation-result-4425550-1720881963/solver-4425550-1720881963 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1720878365-714470 --watchdog 3760  HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=288776709 HOME/instance-4425550-1720881963.wbo

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

MD5SUM BENCH= 85c9e899b779dcafda2f7e25c2fdc65d
RANDOM SEED=288776709

nodeC031.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		: 3676.896
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.55
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		: 3656.083
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.11
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		: 3599.898
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.55
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		: 3667.544
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.11
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		: 3676.953
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.55
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		: 3677.566
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.11
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.796
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.55
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		: 3612.132
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125918700 kB
MemAvailable:   126113396 kB
Buffers:          321712 kB
Cached:           716612 kB
SwapCached:            0 kB
Active:           485352 kB
Inactive:        4548924 kB
Active(anon):       1544 kB
Inactive(anon):  4032168 kB
Active(file):     483808 kB
Inactive(file):   516756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7704 kB
Writeback:             0 kB
AnonPages:       3993980 kB
Mapped:           111688 kB
Shmem:             37720 kB
KReclaimable:      67556 kB
Slab:             165928 kB
SReclaimable:      67556 kB
SUnreclaim:        98372 kB
KernelStack:        4112 kB
PageTables:        17236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5484312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55744 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2709504 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:      160468 kB
DirectMap2M:    11147264 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC031 at 2024-07-13 17:46:25