Trace number 4439362

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
CASHWMaxSAT-DisjCad-S 2024-07-10? (TO) 3600.11 3610.6

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug6.5.opb
MD5SUM83ba36613360d6ce9be489830858dbc7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark48
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27555
Number of constraints which are cardinality constraints (but not clauses)245
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
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 687
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.60/0.68	c Using cadical-2.0.0-2df7b7f SAT solver by Armin Biere (2022)
0.60/0.68	c Do: 140720846437896 140720846437904
0.60/0.68	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
1.29/1.30	c Starting SCIP solver  (with time-limit = 1800s) ...
1796.19/1801.32	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.09/3610.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: 63968 MiB (62672 MiB free)
  memory of node 1: 64473 MiB (63095 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10006 s]*
/proc/loadavg: 1.15 1.14 1.54 8/256 932066
/proc/meminfo: memFree=128715960/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=36740 memory=21820 CPUtime=0.1 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 4885 0 0 0 9 1 0 0 20 0 1 0 177559342 37621760 5455 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 9185 5455 878 2594 0 6078 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 36740 KiB
Current children cumulated memory: 21820 KiB

[startup+0.206194 s]*
/proc/loadavg: 1.15 1.14 1.54 7/256 932066
/proc/meminfo: memFree=128647160/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=54748 memory=39272 CPUtime=0.2 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 9438 0 0 0 19 1 0 0 20 0 1 0 177559342 56061952 9818 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 13687 9818 926 2594 0 10580 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 54748 KiB
Current children cumulated memory: 39272 KiB

[startup+0.306197 s]*
/proc/loadavg: 1.15 1.14 1.54 8/256 932066
/proc/meminfo: memFree=128511436/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=93520 memory=73792 CPUtime=0.3 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 16415 0 0 0 27 3 0 0 20 0 1 0 177559342 95764480 18448 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 23380 18448 926 2594 0 20273 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 93520 KiB
Current children cumulated memory: 73792 KiB

[startup+0.700228 s]
/proc/loadavg: 1.15 1.14 1.54 9/256 932066
/proc/meminfo: memFree=128316300/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=189336 memory=173756 CPUtime=0.68 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 33500 0 0 0 61 7 0 0 20 0 1 0 177559342 193880064 43439 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 47387 43439 2286 2594 0 44280 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 189336 KiB
Current children cumulated memory: 173756 KiB

[startup+1.50023 s]
/proc/loadavg: 1.15 1.14 1.54 8/256 932066
/proc/meminfo: memFree=127396008/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=663324 memory=646380 CPUtime=1.49 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 147958 0 0 0 126 23 0 0 20 0 1 0 177559342 679243776 161595 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 165831 161595 2430 2594 0 162724 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 663324 KiB
Current children cumulated memory: 646380 KiB

[startup+3.1063 s]
/proc/loadavg: 1.38 1.19 1.55 8/256 932068
/proc/meminfo: memFree=124680780/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1064016 memory=1034288 CPUtime=3.09 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 233629 0 0 0 275 34 0 0 20 0 1 0 177559342 1089552384 258572 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 266004 258572 2510 2594 0 262897 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1064016 KiB
Current children cumulated memory: 1034288 KiB

[startup+6.30019 s]
/proc/loadavg: 1.38 1.19 1.55 8/256 932068
/proc/meminfo: memFree=123520668/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1364464 memory=1338436 CPUtime=6.28 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 298340 0 0 0 584 44 0 0 20 0 1 0 177559342 1397211136 334609 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 341116 334609 2526 2594 0 338009 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1364464 KiB
Current children cumulated memory: 1338436 KiB

[startup+12.7002 s]
/proc/loadavg: 1.78 1.29 1.58 8/256 932068
/proc/meminfo: memFree=123385260/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1395716 memory=1370444 CPUtime=12.66 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 300428 0 0 0 1221 45 0 0 20 0 1 0 177559342 1429213184 342611 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 348929 342611 2542 2594 0 345822 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1395716 KiB
Current children cumulated memory: 1370444 KiB

[startup+25.5002 s]
/proc/loadavg: 2.12 1.38 1.60 8/256 932071
/proc/meminfo: memFree=123384796/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1395716 memory=1370720 CPUtime=25.42 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 300457 0 0 0 2497 45 0 0 20 0 1 0 177559342 1429213184 342680 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 348929 342680 2542 2594 0 345822 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1395716 KiB
Current children cumulated memory: 1370720 KiB

[startup+51.1065 s]
/proc/loadavg: 2.90 1.62 1.68 8/256 932074
/proc/meminfo: memFree=123384148/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1395716 memory=1370792 CPUtime=50.95 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 300505 0 0 0 5050 45 0 0 20 0 1 0 177559342 1429213184 342698 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 348929 342698 2542 2594 0 345822 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1395716 KiB
Current children cumulated memory: 1370792 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 2.04 1.82 8/257 932095
/proc/meminfo: memFree=117613316/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=2839384 memory=2678096 CPUtime=102.01 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 400871 0 0 0 10119 82 0 0 20 0 1 0 177559342 2907529216 669524 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 709846 669524 2638 2594 0 706739 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 2839384 KiB
Current children cumulated memory: 2678096 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 2.43 1.97 8/258 932333
/proc/meminfo: memFree=117572572/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=2850452 memory=2689996 CPUtime=161.81 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 401944 0 0 0 16098 83 0 0 20 0 1 0 177559342 2918862848 672499 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 712613 672499 2638 2594 0 709506 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 2850452 KiB
Current children cumulated memory: 2689996 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 2.76 2.12 8/258 932343
/proc/meminfo: memFree=117566324/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=2850964 memory=2690656 CPUtime=221.62 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 402195 0 0 0 22077 85 0 0 20 0 1 0 177559342 2919387136 672664 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 712741 672664 2638 2594 0 709634 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 2850964 KiB
Current children cumulated memory: 2690656 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 3.02 2.25 8/260 932644
/proc/meminfo: memFree=117636104/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=2859272 memory=2699028 CPUtime=281.42 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 403390 0 0 0 28056 86 0 0 20 0 1 0 177559342 2927894528 674757 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 714818 674757 2638 2594 0 711711 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 2859272 KiB
Current children cumulated memory: 2699028 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.22 2.37 8/259 932655
/proc/meminfo: memFree=117632956/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=2859272 memory=2699516 CPUtime=341.23 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 403507 0 0 0 34036 87 0 0 20 0 1 0 177559342 2927894528 674879 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 714818 674879 2638 2594 0 711711 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 2859272 KiB
Current children cumulated memory: 2699516 KiB

[startup+402.3 s]
/proc/loadavg: 4.19 3.41 2.49 8/259 932665
/proc/meminfo: memFree=117630864/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=2859272 memory=2699560 CPUtime=401.02 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 403616 0 0 0 40015 87 0 0 20 0 1 0 177559342 2927894528 674890 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 714818 674890 2638 2594 0 711711 0
Current children cumulated CPU time: 401.02 s
Current children cumulated vsize: 2859272 KiB
Current children cumulated memory: 2699560 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.53 2.59 8/258 932677
/proc/meminfo: memFree=117624652/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=2859272 memory=2699560 CPUtime=460.83 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 403721 0 0 0 45995 88 0 0 20 0 1 0 177559342 2927894528 674890 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 714818 674890 2638 2594 0 711711 0

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

Current children cumulated memory: 1030156 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.14 4.07 6/257 933833
/proc/meminfo: memFree=119787684/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=2854.02 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 441040 0 0 0 285303 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 2854.02 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB

[startup+2922.3 s]
/proc/loadavg: 4.20 4.16 4.08 6/257 933844
/proc/meminfo: memFree=119785280/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=2913.84 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 441220 0 0 0 291285 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 2913.84 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.14 4.08 6/257 934238
/proc/meminfo: memFree=119685112/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=2973.66 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 441426 0 0 0 297267 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 2973.66 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.14 4.08 6/256 934248
/proc/meminfo: memFree=119770860/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=3033.48 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 441612 0 0 0 303249 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 3033.48 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.15 4.09 6/256 934259
/proc/meminfo: memFree=119762564/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=3093.31 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 441787 0 0 0 309232 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 3093.31 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.15 4.09 6/256 934438
/proc/meminfo: memFree=119752272/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=3153.13 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 441952 0 0 0 315214 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 3153.13 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.14 4.09 6/256 934449
/proc/meminfo: memFree=119754696/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=3212.95 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 442141 0 0 0 321196 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 3212.95 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.14 4.09 6/258 934463
/proc/meminfo: memFree=119755152/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=3272.77 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 442295 0 0 0 327178 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 3272.77 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.13 4.09 6/257 934488
/proc/meminfo: memFree=119677312/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=3332.59 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 442485 0 0 0 333160 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 3332.59 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.15 4.10 6/257 934498
/proc/meminfo: memFree=119669548/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=3392.42 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 442672 0 0 0 339143 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 3392.42 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.15 4.10 6/256 934509
/proc/meminfo: memFree=119704184/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=3452.24 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 442857 0 0 0 345125 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 3452.24 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.13 4.09 6/259 934526
/proc/meminfo: memFree=119750676/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=3512.06 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 443033 0 0 0 351107 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 3512.06 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.09 6/259 934536
/proc/meminfo: memFree=119694860/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=3571.88 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 443229 0 0 0 357089 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 3571.88 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.16 4.14 4.09 6/257 934542
/proc/meminfo: memFree=119609664/131524600 swapFree=131071996/131071996
[pid=932063] ppid=932050 vsize=1040012 memory=1030156 CPUtime=3600.09 cores=5,7
/proc/932063/stat : 932063 (CASHWMaxSAT-Dis) R 932050 932063 931992 0 -1 4194304 443318 0 0 0 359910 99 0 0 20 0 1 0 177559342 1064972288 257539 134679101440 4194304 14817773 140720846440304 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 16829744 16914832 49799168 140720846443492 140720846443607 140720846443607 140720846450623 0
/proc/932063/statm: 260003 257539 2718 2594 0 256896 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1040012 KiB
Current children cumulated memory: 1030156 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.11 s, system=1.00248 s

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

Child status: 0

Real time (s): 3610.6
CPU time (s): 3600.11
CPU user time (s): 3599.11
CPU system time (s): 1.00248
CPU usage (%): 99.7094
Max. virtual memory (cumulated for all children) (KiB): 3101204
Max. memory (cumulated for all children) (KiB): 2887396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.11
system time used= 1.00248
maximum resident set size= 2887396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 443318
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= 30
involuntary context switches= 1283


# summary of solver processes directly reported to runsolver:
#   pid: 932063
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3599.11
#   total CPU system time (s): 1.00248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.71516 second user time and 18.6077 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-18 00:05:44
IDJOB=4439362
IDBENCH=158395
IDSOLVER=3075
FILE ID=nodeC026/4439362-1721253931
RUNJOBID= nodeC026-1721253944-932005
SLURM_JOB_ID= 7509030
Free space on /tmp= 890080 MiB

SOLVER NAME= CASHWMaxSAT-DisjCad-S 2024-07-10
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug6.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-4439362-1721253931/watcher-4439362-1721253931 -o /tmp/evaluation-result-4439362-1721253931/solver-4439362-1721253931 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721253944-932005 --watchdog 3760  CASHWMaxSAT-DisjCad-S HOME/instance-4439362-1721253931.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= 83ba36613360d6ce9be489830858dbc7
RANDOM SEED=1716662985

nodeC026.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		: 3533.134
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.74
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		: 3628.863
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.45
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		: 3630.477
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.74
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		: 3347.087
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.45
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		: 3645.913
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.74
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		: 3279.008
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.45
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		: 3571.935
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.74
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		: 3648.372
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128788740 kB
MemAvailable:   129747676 kB
Buffers:          486052 kB
Cached:          1307696 kB
SwapCached:            0 kB
Active:           954480 kB
Inactive:        1172984 kB
Active(anon):       1444 kB
Inactive(anon):   370332 kB
Active(file):     953036 kB
Inactive(file):   802652 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             58908 kB
Writeback:             0 kB
AnonPages:        331392 kB
Mapped:           105380 kB
Shmem:             37720 kB
KReclaimable:      86140 kB
Slab:             194436 kB
SReclaimable:      86140 kB
SUnreclaim:       108296 kB
KernelStack:        3896 kB
PageTables:        10064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     660976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66880 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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:      232148 kB
DirectMap2M:    20512768 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC026 at 2024-07-18 01:05:55