Trace number 4439368

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
CASHWMaxSAT-DisjCad-S 2024-07-10UNSAT 1807.58 1813.88

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.826056
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.50/0.58	c Using cadical-2.0.0-2df7b7f SAT solver by Armin Biere (2022)
0.50/0.58	c Do: 140728519533096 140728519533104
0.50/0.58	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
1.09/1.20	c Starting SCIP solver  (with time-limit = 1800s) ...
1794.93/1801.21	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
1807.49/1813.87	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4439368-1721253426/watcher-4439368-1721253426 -o /tmp/evaluation-result-4439368-1721253426/solver-4439368-1721253426 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721253438-944898 --watchdog 3760 CASHWMaxSAT-DisjCad-S HOME/instance-4439368-1721253426.opb -total-t=3600 -no-par -v0 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
solver pid=944957, runsolver pid=944946
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 2.72 3.19 3.59 8/258 944963
/proc/meminfo: memFree=123763720/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=36508 memory=21784 CPUtime=0.09 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 4900 0 0 0 9 0 0 0 20 0 1 0 177512319 37384192 5446 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 9127 5446 878 2594 0 6020 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 36508 KiB
Current children cumulated memory: 21784 KiB

[startup+0.206252 s]*
/proc/loadavg: 2.72 3.19 3.59 8/258 944963
/proc/meminfo: memFree=123695312/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=55708 memory=40764 CPUtime=0.2 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 9945 0 0 0 18 2 0 0 20 0 1 0 177512319 57044992 10191 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 13927 10191 926 2594 0 10820 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 55708 KiB
Current children cumulated memory: 40764 KiB

[startup+0.305161 s]*
/proc/loadavg: 2.72 3.19 3.59 6/258 944963
/proc/meminfo: memFree=123561288/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=93412 memory=75016 CPUtime=0.3 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 16777 0 0 0 27 3 0 0 20 0 1 0 177512319 95653888 18754 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 23353 18754 926 2594 0 20246 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 93412 KiB
Current children cumulated memory: 75016 KiB

[startup+0.700178 s]
/proc/loadavg: 2.72 3.19 3.59 6/258 944963
/proc/meminfo: memFree=123370104/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=248996 memory=228164 CPUtime=0.69 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 49477 0 0 0 61 8 0 0 20 0 1 0 177512319 254971904 57041 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 62249 57041 2286 2594 0 59142 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 248996 KiB
Current children cumulated memory: 228164 KiB

[startup+1.50023 s]
/proc/loadavg: 2.72 3.19 3.59 8/258 944963
/proc/meminfo: memFree=122431764/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=723128 memory=698344 CPUtime=1.49 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 162809 0 0 0 127 22 0 0 20 0 1 0 177512319 740483072 174586 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 180782 174586 2430 2594 0 177675 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 723128 KiB
Current children cumulated memory: 698344 KiB

[startup+3.10705 s]
/proc/loadavg: 2.82 3.21 3.59 7/258 944963
/proc/meminfo: memFree=119752272/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=1086520 memory=1056740 CPUtime=3.09 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 239592 0 0 0 275 34 0 0 20 0 1 0 177512319 1112596480 264185 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 271630 264185 2510 2594 0 268523 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1086520 KiB
Current children cumulated memory: 1056740 KiB

[startup+6.30019 s]
/proc/loadavg: 2.82 3.21 3.59 8/258 944963
/proc/meminfo: memFree=118559048/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=1330036 memory=1301020 CPUtime=6.27 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 292901 0 0 0 585 42 0 0 20 0 1 0 177512319 1361956864 325255 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 332509 325255 2526 2594 0 329402 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1330036 KiB
Current children cumulated memory: 1301020 KiB

[startup+12.7002 s]
/proc/loadavg: 3.01 3.23 3.60 6/258 944967
/proc/meminfo: memFree=118403244/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=1380012 memory=1350512 CPUtime=12.64 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 296271 0 0 0 1221 43 0 0 20 0 1 0 177512319 1413132288 337628 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 345003 337628 2526 2594 0 341896 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1380012 KiB
Current children cumulated memory: 1350512 KiB

[startup+25.5002 s]
/proc/loadavg: 3.16 3.26 3.60 8/258 944968
/proc/meminfo: memFree=118402876/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=1380012 memory=1350636 CPUtime=25.4 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 296304 0 0 0 2496 44 0 0 20 0 1 0 177512319 1413132288 337659 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 345003 337659 2526 2594 0 341896 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1380012 KiB
Current children cumulated memory: 1350636 KiB

[startup+51.1071 s]
/proc/loadavg: 3.51 3.34 3.62 8/258 944973
/proc/meminfo: memFree=118402128/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=1380012 memory=1350772 CPUtime=50.93 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 296338 0 0 0 5048 45 0 0 20 0 1 0 177512319 1413132288 337693 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 345003 337693 2542 2594 0 341896 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 1380012 KiB
Current children cumulated memory: 1350772 KiB

[startup+102.3 s]
/proc/loadavg: 3.87 3.47 3.65 8/260 945152
/proc/meminfo: memFree=113057452/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2865184 memory=2717644 CPUtime=101.94 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 404915 0 0 0 10113 81 0 0 20 0 1 0 177512319 2933948416 679411 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 716296 679411 2638 2594 0 713189 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 2865184 KiB
Current children cumulated memory: 2717644 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 3.60 3.68 8/260 945162
/proc/meminfo: memFree=113024640/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2874248 memory=2728348 CPUtime=161.72 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 407689 0 0 0 16090 82 0 0 20 0 1 0 177512319 2943229952 682087 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 718562 682087 2638 2594 0 715455 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 2874248 KiB
Current children cumulated memory: 2728348 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.69 3.71 8/259 945178
/proc/meminfo: memFree=112989404/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2887132 memory=2741240 CPUtime=221.48 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 409479 0 0 0 22065 83 0 0 20 0 1 0 177512319 2956423168 685310 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 721783 685310 2638 2594 0 718676 0
Current children cumulated CPU time: 221.48 s
Current children cumulated vsize: 2887132 KiB
Current children cumulated memory: 2741240 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.76 3.74 8/260 945204
/proc/meminfo: memFree=112982132/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2887132 memory=2741728 CPUtime=281.25 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 409631 0 0 0 28041 84 0 0 20 0 1 0 177512319 2956423168 685432 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 721783 685432 2638 2594 0 718676 0
Current children cumulated CPU time: 281.25 s
Current children cumulated vsize: 2887132 KiB
Current children cumulated memory: 2741728 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.84 3.77 8/258 945215
/proc/meminfo: memFree=112978836/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2887388 memory=2742396 CPUtime=341.01 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 409772 0 0 0 34017 84 0 0 20 0 1 0 177512319 2956685312 685599 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 721847 685599 2638 2594 0 718740 0
Current children cumulated CPU time: 341.01 s
Current children cumulated vsize: 2887388 KiB
Current children cumulated memory: 2742396 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.89 3.79 8/259 945226
/proc/meminfo: memFree=112978168/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2887388 memory=2742436 CPUtime=400.78 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 409881 0 0 0 39993 85 0 0 20 0 1 0 177512319 2956685312 685609 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 721847 685609 2638 2594 0 718740 0
Current children cumulated CPU time: 400.78 s
Current children cumulated vsize: 2887388 KiB
Current children cumulated memory: 2742436 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.92 3.81 7/258 945237
/proc/meminfo: memFree=112977544/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2887588 memory=2742580 CPUtime=460.54 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 409989 0 0 0 45969 85 0 0 20 0 1 0 177512319 2956890112 685645 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 721897 685645 2638 2594 0 718790 0
Current children cumulated CPU time: 460.54 s

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

/proc/loadavg: 4.46 4.47 4.18 7/254 945922
/proc/meminfo: memFree=112932216/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2905292 memory=2783284 CPUtime=1357.45 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 414068 0 0 0 135657 88 0 0 20 0 1 0 177512319 2975019008 695821 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 726323 695821 2638 2594 0 723216 0
Current children cumulated CPU time: 1357.45 s
Current children cumulated vsize: 2905292 KiB
Current children cumulated memory: 2783284 KiB

[startup+1422.3 s]
/proc/loadavg: 4.20 4.40 4.17 7/258 945939
/proc/meminfo: memFree=112932708/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2905292 memory=2783312 CPUtime=1417.25 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 414243 0 0 0 141637 88 0 0 20 0 1 0 177512319 2975019008 695828 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 726323 695828 2638 2594 0 723216 0
Current children cumulated CPU time: 1417.25 s
Current children cumulated vsize: 2905292 KiB
Current children cumulated memory: 2783312 KiB

[startup+1482.3 s]
/proc/loadavg: 4.13 4.34 4.16 8/258 945949
/proc/meminfo: memFree=112932632/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2905292 memory=2783312 CPUtime=1477.05 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 414378 0 0 0 147617 88 0 0 20 0 1 0 177512319 2975019008 695828 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 726323 695828 2638 2594 0 723216 0
Current children cumulated CPU time: 1477.05 s
Current children cumulated vsize: 2905292 KiB
Current children cumulated memory: 2783312 KiB

[startup+1542.3 s]
/proc/loadavg: 4.09 4.29 4.16 7/258 945960
/proc/meminfo: memFree=112932032/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2905292 memory=2783312 CPUtime=1536.85 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 414575 0 0 0 153597 88 0 0 20 0 1 0 177512319 2975019008 695828 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 726323 695828 2638 2594 0 723216 0
Current children cumulated CPU time: 1536.85 s
Current children cumulated vsize: 2905292 KiB
Current children cumulated memory: 2783312 KiB

[startup+1602.3 s]
/proc/loadavg: 4.13 4.26 4.16 8/258 945970
/proc/meminfo: memFree=112931700/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2905292 memory=2783312 CPUtime=1596.66 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 414687 0 0 0 159577 89 0 0 20 0 1 0 177512319 2975019008 695828 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 726323 695828 2638 2594 0 723216 0
Current children cumulated CPU time: 1596.66 s
Current children cumulated vsize: 2905292 KiB
Current children cumulated memory: 2783312 KiB

[startup+1662.3 s]
/proc/loadavg: 4.10 4.23 4.15 8/258 945981
/proc/meminfo: memFree=112931244/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2905292 memory=2783312 CPUtime=1656.47 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 414892 0 0 0 165558 89 0 0 20 0 1 0 177512319 2975019008 695828 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 726323 695828 2638 2594 0 723216 0
Current children cumulated CPU time: 1656.47 s
Current children cumulated vsize: 2905292 KiB
Current children cumulated memory: 2783312 KiB

[startup+1722.3 s]
/proc/loadavg: 4.15 4.22 4.15 8/259 946375
/proc/meminfo: memFree=112930216/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=2905292 memory=2783312 CPUtime=1716.27 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 414999 0 0 0 171538 89 0 0 20 0 1 0 177512319 2975019008 695828 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 726323 695828 2638 2594 0 723216 0
Current children cumulated CPU time: 1716.27 s
Current children cumulated vsize: 2905292 KiB
Current children cumulated memory: 2783312 KiB

[startup+1782.3 s]
/proc/loadavg: 4.11 4.19 4.15 8/255 946385
/proc/meminfo: memFree=112731948/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=3003312 memory=2835860 CPUtime=1776.09 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 428937 0 0 0 177518 91 0 0 20 0 1 0 177512319 3075391488 708965 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 750828 708965 2654 2594 0 747721 0
Current children cumulated CPU time: 1776.09 s
Current children cumulated vsize: 3003312 KiB
Current children cumulated memory: 2835860 KiB

[startup+1813.88 s]
# the end of solver process 944957 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1806.62 s, system=0.960743 s

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

[startup+1792 s]*
/proc/loadavg: 4.09 4.18 4.14 8/255 946386
/proc/meminfo: memFree=112717840/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=3017200 memory=2849484 CPUtime=1785.77 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 432070 0 0 0 178485 92 0 0 20 0 1 0 177512319 3089612800 712371 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 754300 712371 2654 2594 0 751193 0
Current children cumulated CPU time: 1785.77 s
Current children cumulated vsize: 3017200 KiB
Current children cumulated memory: 2849484 KiB

[startup+1804.8 s]
/proc/loadavg: 4.15 4.19 4.15 8/255 946389
/proc/meminfo: memFree=118338064/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=1530112 memory=1514988 CPUtime=1798.52 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 440887 0 0 0 179757 95 0 0 20 0 1 0 177512319 1566834688 378747 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 382528 378747 2702 2594 0 379421 0
Current children cumulated CPU time: 1798.52 s
Current children cumulated vsize: 1530112 KiB
Current children cumulated memory: 1514988 KiB

[startup+1808 s]*
/proc/loadavg: 4.14 4.19 4.15 8/255 946390
/proc/meminfo: memFree=118595560/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=1383464 memory=1368404 CPUtime=1801.72 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 440918 0 0 0 180077 95 0 0 20 0 1 0 177512319 1416667136 342101 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 345866 342101 2718 2594 0 342759 0
Current children cumulated CPU time: 1801.72 s
Current children cumulated vsize: 1383464 KiB
Current children cumulated memory: 1368404 KiB

[startup+1811.2 s]
/proc/loadavg: 4.14 4.19 4.15 7/255 946390
/proc/meminfo: memFree=118594844/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=1383464 memory=1368404 CPUtime=1804.9 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 440931 0 0 0 180395 95 0 0 20 0 1 0 177512319 1416667136 342101 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 345866 342101 2718 2594 0 342759 0
Current children cumulated CPU time: 1804.9 s
Current children cumulated vsize: 1383464 KiB
Current children cumulated memory: 1368404 KiB

[startup+1812.8 s]
/proc/loadavg: 4.14 4.19 4.15 7/255 946391
/proc/meminfo: memFree=119284568/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=1383464 memory=1368404 CPUtime=1806.49 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 440931 0 0 0 180554 95 0 0 20 0 1 0 177512319 1416667136 342101 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 345866 342101 2718 2594 0 342759 0
Current children cumulated CPU time: 1806.49 s
Current children cumulated vsize: 1383464 KiB
Current children cumulated memory: 1368404 KiB

[startup+1813.6 s]
/proc/loadavg: 4.13 4.18 4.15 8/255 946391
/proc/meminfo: memFree=119284756/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=1383464 memory=1368404 CPUtime=1807.29 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 440932 0 0 0 180634 95 0 0 20 0 1 0 177512319 1416667136 342101 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 345866 342101 2718 2594 0 342759 0
Current children cumulated CPU time: 1807.29 s
Current children cumulated vsize: 1383464 KiB
Current children cumulated memory: 1368404 KiB

[startup+1813.8 s]
/proc/loadavg: 4.13 4.18 4.15 8/255 946391
/proc/meminfo: memFree=119284756/131524600 swapFree=131071996/131071996
[pid=944957] ppid=944946 vsize=1383464 memory=1368404 CPUtime=1807.49 cores=0,2
/proc/944957/stat : 944957 (CASHWMaxSAT-Dis) R 944946 944957 944888 0 -1 4194304 440933 0 0 0 180654 95 0 0 20 0 1 0 177512319 1416667136 342101 134679101440 4194304 14817773 140728519535504 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 43515904 140728519537636 140728519537751 140728519537751 140728519544767 0
/proc/944957/statm: 345866 342101 2718 2594 0 342759 0
Current children cumulated CPU time: 1807.49 s
Current children cumulated vsize: 1383464 KiB
Current children cumulated memory: 1368404 KiB

Child status: 20

Real time (s): 1813.88
CPU time (s): 1807.58
CPU user time (s): 1806.62
CPU system time (s): 0.960743
CPU usage (%): 99.6528
Max. virtual memory (cumulated for all children) (KiB): 3116212
Max. memory (cumulated for all children) (KiB): 2918084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1806.62
system time used= 0.960743
maximum resident set size= 2918084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 440933
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= 36
involuntary context switches= 12771


# summary of solver processes directly reported to runsolver:
#   pid: 944957
#   total CPU time (s): 1807.58
#   total CPU user time (s): 1806.62
#   total CPU system time (s): 0.960743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.36102 second user time and 10.6989 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-17 23:57:18
IDJOB=4439368
IDBENCH=158390
IDSOLVER=3075
FILE ID=nodeC033/4439368-1721253426
RUNJOBID= nodeC033-1721253438-944898
SLURM_JOB_ID= 7509026
Free space on /tmp= 890080 MiB

SOLVER NAME= CASHWMaxSAT-DisjCad-S 2024-07-10
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.5.opb
COMMAND LINE= CASHWMaxSAT-DisjCad-S BENCHNAME -total-t=TIMEOUT -no-par -v0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4439368-1721253426/watcher-4439368-1721253426 -o /tmp/evaluation-result-4439368-1721253426/solver-4439368-1721253426 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721253438-944898 --watchdog 3760  CASHWMaxSAT-DisjCad-S HOME/instance-4439368-1721253426.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=1743006680

nodeC033.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		: 3713.164
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.50
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		: 3773.857
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.25
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		: 3883.285
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.50
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		: 3753.084
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.25
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		: 3607.538
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.50
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		: 3774.600
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.25
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		: 3814.442
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.50
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		: 3653.505
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123837376 kB
MemAvailable:   129619372 kB
Buffers:          495268 kB
Cached:          6051208 kB
SwapCached:            0 kB
Active:           909692 kB
Inactive:        6017468 kB
Active(anon):       1472 kB
Inactive(anon):   416940 kB
Active(file):     908220 kB
Inactive(file):  5600528 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             59316 kB
Writeback:            12 kB
AnonPages:        377740 kB
Mapped:           105360 kB
Shmem:             37716 kB
KReclaimable:     225788 kB
Slab:             349284 kB
SReclaimable:     225788 kB
SUnreclaim:       123496 kB
KernelStack:        3872 kB
PageTables:         9500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     639308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66080 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 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:      273108 kB
DirectMap2M:    28860416 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC033 at 2024-07-18 00:27:32