Trace number 4425552

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.12 3608.21

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-22reduc_wcsp.wbo
MD5SUM145fe6fe39a80fcaff25336bfbc8c080
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 variables1430
Total number of constraints70954
Number of soft constraints70873
Number of constraints which are clauses70873
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 constraint22
Top cost 3389
Min constraint cost 1
Max constraint cost 2435
Sum of constraints costs 23717414
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 23
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.01/3608.14	c Program interrupted by user.
3600.01/3608.14	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: 63968 MiB (60256 MiB free)
  memory of node 1: 64473 MiB (62960 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4425552-1720882341/watcher-4425552-1720882341 -o /tmp/evaluation-result-4425552-1720882341/solver-4425552-1720882341 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1720881347-709001 --watchdog 3760 HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=899667115 HOME/instance-4425552-1720882341.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
Current StackSize limit: 8192 KiB

solver pid=709889, runsolver pid=709886

[startup+0.100817 s]*
/proc/loadavg: 4.36 4.23 3.55 5/256 709890
/proc/meminfo: memFree=126122400/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=73180 memory=52496 CPUtime=0.09 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 14882 0 0 0 8 1 0 0 20 0 1 0 140401119 74936320 13124 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 18295 13124 755 746 0 17359 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 73180 KiB
Current children cumulated memory: 52496 KiB

[startup+0.205544 s]*
/proc/loadavg: 4.36 4.23 3.55 5/256 709890
/proc/meminfo: memFree=126086840/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=114744 memory=95560 CPUtime=0.19 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 22822 0 0 0 16 3 0 0 20 0 1 0 140401119 117497856 23890 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 28686 23890 755 746 0 27750 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 114744 KiB
Current children cumulated memory: 95560 KiB

[startup+0.305662 s]*
/proc/loadavg: 4.36 4.23 3.55 5/256 709890
/proc/meminfo: memFree=126047672/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=159924 memory=137092 CPUtime=0.3 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 29887 0 0 0 25 5 0 0 20 0 1 0 140401119 163762176 34273 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 40014 34273 771 746 0 39078 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 159924 KiB
Current children cumulated memory: 137092 KiB

[startup+0.700229 s]
/proc/loadavg: 4.36 4.23 3.55 5/256 709890
/proc/meminfo: memFree=126006640/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=182668 memory=168552 CPUtime=0.68 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 38391 0 0 0 62 6 0 0 20 0 1 0 140401119 187052032 42138 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 45667 42138 851 746 0 44731 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 182668 KiB
Current children cumulated memory: 168552 KiB

[startup+1.50023 s]
/proc/loadavg: 4.36 4.23 3.55 5/256 709890
/proc/meminfo: memFree=126002744/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=184840 memory=172972 CPUtime=1.48 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 38963 0 0 0 142 6 0 0 20 0 1 0 140401119 189276160 43243 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 46210 43243 851 746 0 45274 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 184840 KiB
Current children cumulated memory: 172972 KiB

[startup+3.10543 s]
/proc/loadavg: 4.36 4.23 3.55 5/256 709890
/proc/meminfo: memFree=125990832/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=190800 memory=180764 CPUtime=3.08 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 40464 0 0 0 301 7 0 0 20 0 1 0 140401119 195379200 45191 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 47700 45191 851 746 0 46764 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 190800 KiB
Current children cumulated memory: 180764 KiB

[startup+6.30021 s]
/proc/loadavg: 4.33 4.22 3.55 5/256 709890
/proc/meminfo: memFree=125958940/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=218792 memory=208736 CPUtime=6.27 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 45111 0 0 0 619 8 0 0 20 0 1 0 140401119 224043008 52184 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 54698 52184 851 746 0 53762 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 218792 KiB
Current children cumulated memory: 208736 KiB

[startup+12.7002 s]
/proc/loadavg: 4.39 4.24 3.56 6/256 709891
/proc/meminfo: memFree=125876884/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=326444 memory=280764 CPUtime=12.66 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 57334 0 0 0 1253 13 0 0 20 0 1 0 140401119 334278656 70191 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 81611 70191 851 746 0 80675 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 326444 KiB
Current children cumulated memory: 280764 KiB

[startup+25.5002 s]
/proc/loadavg: 4.30 4.22 3.57 5/256 709893
/proc/meminfo: memFree=125784916/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=387160 memory=378200 CPUtime=25.43 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 72613 0 0 0 2527 16 0 0 20 0 1 0 140401119 396451840 94550 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 96790 94550 851 746 0 95854 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 387160 KiB
Current children cumulated memory: 378200 KiB

[startup+51.1055 s]
/proc/loadavg: 4.20 4.20 3.58 5/256 709899
/proc/meminfo: memFree=125297072/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=1017568 memory=786240 CPUtime=50.97 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 128625 0 0 0 5059 38 0 0 20 0 1 0 140401119 1041989632 196560 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 254392 196560 851 746 0 253456 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1017568 KiB
Current children cumulated memory: 786240 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.20 3.62 5/256 709908
/proc/meminfo: memFree=124958840/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=1112400 memory=1028916 CPUtime=102.05 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 147130 0 0 0 10160 45 0 0 20 0 1 0 140401119 1139097600 257229 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 278100 257229 851 746 0 277164 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 1112400 KiB
Current children cumulated memory: 1028916 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.20 3.65 5/256 710302
/proc/meminfo: memFree=124842576/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=1124264 memory=1041996 CPUtime=161.9 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 150031 0 0 0 16145 45 0 0 20 0 1 0 140401119 1151246336 260499 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 281066 260499 851 746 0 280130 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 1124264 KiB
Current children cumulated memory: 1041996 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.19 3.69 5/256 710313
/proc/meminfo: memFree=123291164/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=1295604 memory=1197248 CPUtime=221.77 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 185948 0 0 0 22124 53 0 0 20 0 1 0 140401119 1326698496 299312 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 323901 299312 851 746 0 322965 0
Current children cumulated CPU time: 221.77 s
Current children cumulated vsize: 1295604 KiB
Current children cumulated memory: 1197248 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.18 3.72 5/256 710323
/proc/meminfo: memFree=122598856/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=1938444 memory=1628652 CPUtime=281.62 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 245102 0 0 0 28087 75 0 0 20 0 1 0 140401119 1984966656 407163 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 484611 407163 851 746 0 483675 0
Current children cumulated CPU time: 281.62 s
Current children cumulated vsize: 1938444 KiB
Current children cumulated memory: 1628652 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.16 3.75 5/258 710504
/proc/meminfo: memFree=122586752/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=1946692 memory=1637032 CPUtime=341.48 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 246913 0 0 0 34073 75 0 0 20 0 1 0 140401119 1993412608 409258 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 486673 409258 851 746 0 485737 0
Current children cumulated CPU time: 341.48 s
Current children cumulated vsize: 1946692 KiB
Current children cumulated memory: 1637032 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.16 3.78 6/258 710514
/proc/meminfo: memFree=122584604/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=1948180 memory=1638344 CPUtime=401.35 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 247578 0 0 0 40059 76 0 0 20 0 1 0 140401119 1994936320 409586 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 487045 409586 851 746 0 486109 0
Current children cumulated CPU time: 401.35 s
Current children cumulated vsize: 1948180 KiB
Current children cumulated memory: 1638344 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.14 3.80 5/258 710526
/proc/meminfo: memFree=122574940/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=1951132 memory=1645816 CPUtime=461.21 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 249801 0 0 0 46045 76 0 0 20 0 1 0 140401119 1997959168 411454 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 487783 411454 851 746 0 486847 0
Current children cumulated CPU time: 461.21 s

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

/proc/709889/statm: 777758 643059 851 746 0 776822 0
Current children cumulated CPU time: 2855.74 s
Current children cumulated vsize: 3111032 KiB
Current children cumulated memory: 2572236 KiB

[startup+2922.3 s]
/proc/loadavg: 1.39 2.87 3.60 2/236 711683
/proc/meminfo: memFree=127287184/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=3111032 memory=2573920 CPUtime=2915.62 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 378201 0 0 0 291420 142 0 0 20 0 1 0 140401119 3185696768 643480 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 777758 643480 851 746 0 776822 0
Current children cumulated CPU time: 2915.62 s
Current children cumulated vsize: 3111032 KiB
Current children cumulated memory: 2573920 KiB

[startup+2982.3 s]
/proc/loadavg: 1.26 2.56 3.45 2/236 711693
/proc/meminfo: memFree=127286896/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=3111032 memory=2573920 CPUtime=2975.49 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 378663 0 0 0 297406 143 0 0 20 0 1 0 140401119 3185696768 643480 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 777758 643480 851 746 0 776822 0
Current children cumulated CPU time: 2975.49 s
Current children cumulated vsize: 3111032 KiB
Current children cumulated memory: 2573920 KiB

[startup+3042.3 s]
/proc/loadavg: 1.15 2.29 3.30 2/236 711704
/proc/meminfo: memFree=127283660/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=3113280 memory=2576668 CPUtime=3035.35 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 379965 0 0 0 303392 143 0 0 20 0 1 0 140401119 3187998720 644167 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 778320 644167 851 746 0 777384 0
Current children cumulated CPU time: 3035.35 s
Current children cumulated vsize: 3113280 KiB
Current children cumulated memory: 2576668 KiB

[startup+3102.3 s]
/proc/loadavg: 1.10 2.06 3.16 2/235 711716
/proc/meminfo: memFree=127283456/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=3113280 memory=2576744 CPUtime=3095.23 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 380369 0 0 0 309380 143 0 0 20 0 1 0 140401119 3187998720 644186 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 778320 644186 851 746 0 777384 0
Current children cumulated CPU time: 3095.23 s
Current children cumulated vsize: 3113280 KiB
Current children cumulated memory: 2576744 KiB

[startup+3162.3 s]
/proc/loadavg: 1.14 1.90 3.03 2/233 711726
/proc/meminfo: memFree=127278856/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=3113280 memory=2581276 CPUtime=3155.11 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 380958 0 0 0 315367 144 0 0 20 0 1 0 140401119 3187998720 645319 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 778320 645319 851 746 0 777384 0
Current children cumulated CPU time: 3155.11 s
Current children cumulated vsize: 3113280 KiB
Current children cumulated memory: 2581276 KiB

[startup+3222.3 s]
/proc/loadavg: 1.10 1.75 2.90 2/233 711736
/proc/meminfo: memFree=127278808/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=3113280 memory=2581380 CPUtime=3214.99 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 381557 0 0 0 321355 144 0 0 20 0 1 0 140401119 3187998720 645345 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 778320 645345 851 746 0 777384 0
Current children cumulated CPU time: 3214.99 s
Current children cumulated vsize: 3113280 KiB
Current children cumulated memory: 2581380 KiB

[startup+3282.3 s]
/proc/loadavg: 1.15 1.64 2.79 2/233 711746
/proc/meminfo: memFree=127278684/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=3113280 memory=2581380 CPUtime=3274.87 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 382342 0 0 0 327343 144 0 0 20 0 1 0 140401119 3187998720 645345 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 778320 645345 851 746 0 777384 0
Current children cumulated CPU time: 3274.87 s
Current children cumulated vsize: 3113280 KiB
Current children cumulated memory: 2581380 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 1.54 2.68 2/233 711757
/proc/meminfo: memFree=127275796/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=3115716 memory=2583816 CPUtime=3334.75 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 383023 0 0 0 333330 145 0 0 20 0 1 0 140401119 3190493184 645954 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 778929 645954 851 746 0 777993 0
Current children cumulated CPU time: 3334.75 s
Current children cumulated vsize: 3115716 KiB
Current children cumulated memory: 2583816 KiB

[startup+3402.3 s]
/proc/loadavg: 1.09 1.45 2.58 2/233 711768
/proc/meminfo: memFree=127275576/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=3115716 memory=2583820 CPUtime=3394.63 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 383715 0 0 0 339318 145 0 0 20 0 1 0 140401119 3190493184 645955 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 778929 645955 851 746 0 777993 0
Current children cumulated CPU time: 3394.63 s
Current children cumulated vsize: 3115716 KiB
Current children cumulated memory: 2583820 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.40 2.49 2/235 711782
/proc/meminfo: memFree=127272896/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=3115716 memory=2586116 CPUtime=3454.51 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 384625 0 0 0 345306 145 0 0 20 0 1 0 140401119 3190493184 646529 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 778929 646529 851 746 0 777993 0
Current children cumulated CPU time: 3454.51 s
Current children cumulated vsize: 3115716 KiB
Current children cumulated memory: 2586116 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.34 2.40 2/235 711793
/proc/meminfo: memFree=127258580/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=3115716 memory=2600156 CPUtime=3514.38 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 385499 0 0 0 351293 145 0 0 20 0 1 0 140401119 3190493184 650039 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 778929 650039 851 746 0 777993 0
Current children cumulated CPU time: 3514.38 s
Current children cumulated vsize: 3115716 KiB
Current children cumulated memory: 2600156 KiB

[startup+3582.3 s]
/proc/loadavg: 1.14 1.31 2.32 2/235 711804
/proc/meminfo: memFree=127241940/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=3115716 memory=2616564 CPUtime=3574.26 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 386476 0 0 0 357280 146 0 0 20 0 1 0 140401119 3190493184 654141 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 778929 654141 851 746 0 777993 0
Current children cumulated CPU time: 3574.26 s
Current children cumulated vsize: 3115716 KiB
Current children cumulated memory: 2616564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.1 s]
/proc/loadavg: 1.15 1.30 2.29 2/235 711807
/proc/meminfo: memFree=127231008/131524600 swapFree=131071996/131071996
[pid=709889] ppid=709886 vsize=3121072 memory=2627392 CPUtime=3600.01 cores=1,3
/proc/709889/stat : 709889 (Exact_nosoplex) R 709886 709889 704587 0 -1 4194304 387790 0 0 0 359855 146 0 0 20 0 1 0 140401119 3195977728 656848 134679101440 4194304 7248369 140734639340672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7946728 8011032 31707136 140734639342483 140734639342661 140734639342661 140734639349702 0
/proc/709889/statm: 780268 656848 851 746 0 779332 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 3121072 KiB
Current children cumulated memory: 2627392 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.64 s, system=1.47233 s

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

[startup+3608.2 s]*
/proc/loadavg: 1.15 1.30 2.29 2/235 711807
/proc/meminfo: memFree=128630716/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3608.21
CPU time (s): 3600.12
CPU user time (s): 3598.64
CPU system time (s): 1.47233
CPU usage (%): 99.7757
Max. virtual memory (cumulated for all children) (KiB): 3748772
Max. memory (cumulated for all children) (KiB): 2770360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.64
system time used= 1.47233
maximum resident set size= 2932152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 387859
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= 43
involuntary context switches= 1860


# summary of solver processes directly reported to runsolver:
#   pid: 709889
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.64
#   total CPU system time (s): 1.47233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.72668 second user time and 15.8671 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-13 16:52:33
IDJOB=4425552
IDBENCH=143873
IDSOLVER=3039
FILE ID=nodeC028/4425552-1720882341
RUNJOBID= nodeC028-1720881347-709001
SLURM_JOB_ID= 7483769
Free space on /tmp= 890060 MiB

SOLVER NAME= Exact_no_SoPlex 2024-07-05
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-22reduc_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-4425552-1720882341/watcher-4425552-1720882341 -o /tmp/evaluation-result-4425552-1720882341/solver-4425552-1720882341 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1720881347-709001 --watchdog 3760  HOME/Exact_nosoplex --print-uniform=0 --verbosity=0 --print-sol --seed=899667115 HOME/instance-4425552-1720882341.wbo

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

MD5SUM BENCH= 145fe6fe39a80fcaff25336bfbc8c080
RANDOM SEED=899667115

nodeC028.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		: 3655.273
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.56
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		: 3665.454
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	: 7005.59
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.960
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.56
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		: 3656.275
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	: 7005.59
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		: 3655.338
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.56
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.993
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	: 7005.59
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.967
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.106
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	: 7005.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126174200 kB
MemAvailable:   126113312 kB
Buffers:          317920 kB
Cached:           469376 kB
SwapCached:            0 kB
Active:           482596 kB
Inactive:        4311496 kB
Active(anon):       1536 kB
Inactive(anon):  4042688 kB
Active(file):     481060 kB
Inactive(file):   268808 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6596 kB
Writeback:             0 kB
AnonPages:       4005808 kB
Mapped:           112028 kB
Shmem:             37720 kB
KReclaimable:      58136 kB
Slab:             154028 kB
SReclaimable:      58136 kB
SUnreclaim:        95892 kB
KernelStack:        4124 kB
PageTables:        17696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5261148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53664 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2398208 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:      166612 kB
DirectMap2M:    10092544 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC028 at 2024-07-13 17:52:42