Trace number 4440168

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-DisjCom-S 2024-07-10? (TO) 3600.01 3610.31

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

1.29/1.32	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1.29/1.32	c Do: 140727014782792 140727014782800
2.28/2.38	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
2.28/2.38	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
2.88/2.97	c Starting SCIP solver  (with time-limit = 1800s) ...
1797.47/1803.02	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.00/3610.30	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: 64096 MiB (63042 MiB free)
  memory of node 1: 64473 MiB (62338 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440168-1721253595/watcher-4440168-1721253595 -o /tmp/evaluation-result-4440168-1721253595/solver-4440168-1721253595 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721253608-924281 --watchdog 3760 CASHWMaxSAT-DisjCom-S HOME/instance-4440168-1721253595.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
Current StackSize limit: 8192 KiB

solver pid=924339, runsolver pid=924333

[startup+0.100094 s]*
/proc/loadavg: 1.07 1.11 1.17 7/249 924341
/proc/meminfo: memFree=128366924/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=28448 memory=9612 CPUtime=0.1 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 1789 0 0 0 10 0 0 0 20 0 1 0 177516698 29130752 2403 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 7112 2403 750 2417 0 4214 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28448 KiB
Current children cumulated memory: 9612 KiB

[startup+0.21497 s]*
/proc/loadavg: 1.07 1.11 1.17 5/249 924341
/proc/meminfo: memFree=128337204/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=36112 memory=17028 CPUtime=0.21 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 3647 0 0 0 21 0 0 0 20 0 1 0 177516698 36978688 4257 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 9028 4257 750 2417 0 6130 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 36112 KiB
Current children cumulated memory: 17028 KiB

[startup+0.314152 s]*
/proc/loadavg: 1.07 1.11 1.17 7/249 924341
/proc/meminfo: memFree=128320460/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=40008 memory=20988 CPUtime=0.32 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 4635 0 0 0 31 1 0 0 20 0 1 0 177516698 40968192 5247 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 10002 5247 750 2417 0 7104 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 40008 KiB
Current children cumulated memory: 20988 KiB

[startup+0.700374 s]
/proc/loadavg: 1.07 1.11 1.17 7/249 924341
/proc/meminfo: memFree=128266596/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=85240 memory=68376 CPUtime=0.69 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 14372 0 0 0 65 4 0 0 20 0 1 0 177516698 87285760 17094 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 21310 17094 782 2417 0 18412 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 85240 KiB
Current children cumulated memory: 68376 KiB

[startup+1.50032 s]
/proc/loadavg: 1.07 1.11 1.17 7/249 924341
/proc/meminfo: memFree=127963084/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=154916 memory=130996 CPUtime=1.49 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 25165 0 0 0 140 9 0 0 20 0 1 0 177516698 158633984 32749 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 38729 32749 782 2417 0 35831 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 154916 KiB
Current children cumulated memory: 130996 KiB

[startup+3.11405 s]
/proc/loadavg: 1.31 1.16 1.18 7/249 924341
/proc/meminfo: memFree=126466000/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=563384 memory=543688 CPUtime=3.09 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 117681 0 0 0 284 25 0 0 20 0 1 0 177516698 576905216 135922 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 140846 135922 2302 2417 0 137948 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 563384 KiB
Current children cumulated memory: 543688 KiB

[startup+6.30028 s]
/proc/loadavg: 1.31 1.16 1.18 7/249 924341
/proc/meminfo: memFree=123698068/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1229640 memory=1201260 CPUtime=6.27 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 266721 0 0 0 578 49 0 0 20 0 1 0 177516698 1259151360 300315 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 307410 300315 2350 2417 0 304512 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1229640 KiB
Current children cumulated memory: 1201260 KiB

[startup+12.7003 s]
/proc/loadavg: 1.52 1.21 1.20 8/249 924343
/proc/meminfo: memFree=123696260/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1229640 memory=1201664 CPUtime=12.65 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 266796 0 0 0 1216 49 0 0 20 0 1 0 177516698 1259151360 300416 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 307410 300416 2398 2417 0 304512 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1229640 KiB
Current children cumulated memory: 1201664 KiB

[startup+25.5003 s]
/proc/loadavg: 2.15 1.36 1.25 7/249 924344
/proc/meminfo: memFree=123696276/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1229640 memory=1201744 CPUtime=25.42 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 266816 0 0 0 2492 50 0 0 20 0 1 0 177516698 1259151360 300436 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 307410 300436 2414 2417 0 304512 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1229640 KiB
Current children cumulated memory: 1201744 KiB

[startup+51.1138 s]
/proc/loadavg: 2.78 1.57 1.32 7/247 924349
/proc/meminfo: memFree=121608284/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1780384 memory=1740700 CPUtime=50.96 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 356670 0 0 0 5028 68 0 0 20 0 1 0 177516698 1823113216 435175 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 445096 435175 2526 2417 0 442198 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1780384 KiB
Current children cumulated memory: 1740700 KiB

[startup+102.3 s]
/proc/loadavg: 3.74 2.01 1.49 7/246 924371
/proc/meminfo: memFree=121541108/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1789056 memory=1751312 CPUtime=101.99 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 358916 0 0 0 10130 69 0 0 20 0 1 0 177516698 1831993344 437828 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 447264 437828 2526 2417 0 444366 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 1789056 KiB
Current children cumulated memory: 1751312 KiB

[startup+162.3 s]
/proc/loadavg: 5.11 2.70 1.76 7/246 924382
/proc/meminfo: memFree=121503688/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1793180 memory=1755792 CPUtime=161.81 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 359620 0 0 0 16111 70 0 0 20 0 1 0 177516698 1836216320 438948 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 448295 438948 2526 2417 0 445397 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 1793180 KiB
Current children cumulated memory: 1755792 KiB

[startup+222.3 s]
/proc/loadavg: 5.72 3.32 2.03 8/246 924392
/proc/meminfo: memFree=121496848/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1793908 memory=1756632 CPUtime=221.61 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 359941 0 0 0 22091 70 0 0 20 0 1 0 177516698 1836961792 439158 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 448477 439158 2526 2417 0 445579 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 1793908 KiB
Current children cumulated memory: 1756632 KiB

[startup+282.3 s]
/proc/loadavg: 4.84 3.51 2.18 7/246 924403
/proc/meminfo: memFree=121496208/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1793908 memory=1756760 CPUtime=281.43 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 360051 0 0 0 28071 72 0 0 20 0 1 0 177516698 1836961792 439190 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 448477 439190 2526 2417 0 445579 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 1793908 KiB
Current children cumulated memory: 1756760 KiB

[startup+342.3 s]
/proc/loadavg: 4.37 3.62 2.30 7/241 924413
/proc/meminfo: memFree=121495760/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1793908 memory=1756772 CPUtime=341.24 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 360169 0 0 0 34051 73 0 0 20 0 1 0 177516698 1836961792 439193 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 448477 439193 2526 2417 0 445579 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 1793908 KiB
Current children cumulated memory: 1756772 KiB

[startup+402.3 s]
/proc/loadavg: 4.26 3.72 2.42 7/241 924424
/proc/meminfo: memFree=121479180/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1804100 memory=1767092 CPUtime=401.04 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 361359 0 0 0 40030 74 0 0 20 0 1 0 177516698 1847398400 441773 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 451025 441773 2526 2417 0 448127 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 1804100 KiB
Current children cumulated memory: 1767092 KiB

[startup+462.3 s]
/proc/loadavg: 4.29 3.82 2.54 7/244 924449
/proc/meminfo: memFree=121477608/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1804100 memory=1767140 CPUtime=460.86 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 361493 0 0 0 46010 76 0 0 20 0 1 0 177516698 1847398400 441785 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 451025 441785 2526 2417 0 448127 0

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

Current children cumulated memory: 1732276 KiB

[startup+2922.3 s]
/proc/loadavg: 4.61 4.25 4.07 5/241 926289
/proc/meminfo: memFree=114051380/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1732296 CPUtime=2913.7 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 375800 0 0 0 291259 111 0 0 20 0 1 0 177516698 1795309568 433074 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 433074 2526 2417 0 435410 0
Current children cumulated CPU time: 2913.7 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1732296 KiB

[startup+2982.3 s]
/proc/loadavg: 4.42 4.27 4.09 5/241 926300
/proc/meminfo: memFree=114174436/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1738376 CPUtime=2973.56 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 376052 0 0 0 297245 111 0 0 20 0 1 0 177516698 1795309568 434594 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 434594 2526 2417 0 435410 0
Current children cumulated CPU time: 2973.56 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1738376 KiB

[startup+3042.3 s]
/proc/loadavg: 4.26 4.25 4.09 5/243 926314
/proc/meminfo: memFree=114155780/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1741032 CPUtime=3033.41 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 376297 0 0 0 303230 111 0 0 20 0 1 0 177516698 1795309568 435258 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 435258 2526 2417 0 435410 0
Current children cumulated CPU time: 3033.41 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1741032 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.22 4.09 5/243 926324
/proc/meminfo: memFree=113939940/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1741412 CPUtime=3093.26 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 376590 0 0 0 309215 111 0 0 20 0 1 0 177516698 1795309568 435353 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 435353 2526 2417 0 435410 0
Current children cumulated CPU time: 3093.26 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1741412 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.21 4.09 5/243 926335
/proc/meminfo: memFree=114077544/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1741412 CPUtime=3153.11 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 376831 0 0 0 315200 111 0 0 20 0 1 0 177516698 1795309568 435353 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 435353 2526 2417 0 435410 0
Current children cumulated CPU time: 3153.11 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1741412 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.23 4.10 5/243 926345
/proc/meminfo: memFree=114189360/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1741412 CPUtime=3212.96 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 377102 0 0 0 321185 111 0 0 20 0 1 0 177516698 1795309568 435353 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 435353 2526 2417 0 435410 0
Current children cumulated CPU time: 3212.96 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1741412 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.18 4.09 5/243 926357
/proc/meminfo: memFree=114094020/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1741412 CPUtime=3272.81 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 377369 0 0 0 327170 111 0 0 20 0 1 0 177516698 1795309568 435353 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 435353 2526 2417 0 435410 0
Current children cumulated CPU time: 3272.81 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1741412 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.18 4.09 5/245 926752
/proc/meminfo: memFree=113986220/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1741412 CPUtime=3332.66 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 377592 0 0 0 333155 111 0 0 20 0 1 0 177516698 1795309568 435353 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 435353 2526 2417 0 435410 0
Current children cumulated CPU time: 3332.66 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1741412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.16 4.09 5/243 926764
/proc/meminfo: memFree=113487264/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1741412 CPUtime=3392.52 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 377812 0 0 0 339141 111 0 0 20 0 1 0 177516698 1795309568 435353 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 435353 2526 2417 0 435410 0
Current children cumulated CPU time: 3392.52 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1741412 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.14 4.09 5/243 926774
/proc/meminfo: memFree=114105148/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1741412 CPUtime=3452.37 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 378105 0 0 0 345126 111 0 0 20 0 1 0 177516698 1795309568 435353 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 435353 2526 2417 0 435410 0
Current children cumulated CPU time: 3452.37 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1741412 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.15 4.09 5/245 926954
/proc/meminfo: memFree=113984948/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1741412 CPUtime=3512.22 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 378372 0 0 0 351111 111 0 0 20 0 1 0 177516698 1795309568 435353 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 435353 2526 2417 0 435410 0
Current children cumulated CPU time: 3512.22 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1741412 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.15 4.10 5/245 926965
/proc/meminfo: memFree=113947904/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1741412 CPUtime=3572.07 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 378710 0 0 0 357096 111 0 0 20 0 1 0 177516698 1795309568 435353 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 435353 2526 2417 0 435410 0
Current children cumulated CPU time: 3572.07 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1741412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.16 4.15 4.10 5/245 926970
/proc/meminfo: memFree=113986960/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1741412 CPUtime=3600 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 378767 0 0 0 359889 111 0 0 20 0 1 0 177516698 1795309568 435353 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 435353 2526 2417 0 435410 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1741412 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.89 s, system=1.12064 s

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

[startup+3610.3 s]
/proc/loadavg: 4.16 4.15 4.10 5/245 926970
/proc/meminfo: memFree=113986960/131655788 swapFree=131071996/131071996
[pid=924339] ppid=924333 vsize=1753232 memory=1741412 CPUtime=3600 cores=5,7
/proc/924339/stat : 924339 (CASHWMaxSAT-Dis) R 924333 924339 924261 0 -1 4194304 378767 0 0 0 359889 111 0 0 20 0 1 0 177516698 1795309568 435353 134679101440 4194304 14093885 140727014785152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 15976432 16051504 26066944 140727014790116 140727014790231 140727014790231 140727014797247 0
/proc/924339/statm: 438308 435353 2526 2417 0 435410 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1753232 KiB
Current children cumulated memory: 1741412 KiB

Child status: 0

Real time (s): 3610.31
CPU time (s): 3600.01
CPU user time (s): 3598.89
CPU system time (s): 1.12064
CPU usage (%): 99.7149
Max. virtual memory (cumulated for all children) (KiB): 1819432
Max. memory (cumulated for all children) (KiB): 1782076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.89
system time used= 1.12064
maximum resident set size= 1782076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378767
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= 64
involuntary context switches= 1528


# summary of solver processes directly reported to runsolver:
#   pid: 924339
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3598.89
#   total CPU system time (s): 1.12064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2401 second user time and 36.2151 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 00:00:08
IDJOB=4440168
IDBENCH=158395
IDSOLVER=3077
FILE ID=nodeC011/4440168-1721253595
RUNJOBID= nodeC011-1721253608-924281
SLURM_JOB_ID= 7509028
Free space on /tmp= 723768 MiB

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

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

MD5SUM BENCH= 83ba36613360d6ce9be489830858dbc7
RANDOM SEED=1894328305

nodeC011.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	: 0xb00001f
cpu MHz		: 1197.299
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.394
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.120
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.120
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1296.912
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.246
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.120
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.120
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128395496 kB
MemAvailable:   129941212 kB
Buffers:          491776 kB
Cached:          1881512 kB
SwapCached:            0 kB
Active:           964944 kB
Inactive:        1730936 kB
Active(anon):       1324 kB
Inactive(anon):   358972 kB
Active(file):     963620 kB
Inactive(file):  1371964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             55620 kB
Writeback:            36 kB
AnonPages:        322688 kB
Mapped:           108308 kB
Shmem:             37704 kB
KReclaimable:     100664 kB
Slab:             201272 kB
SReclaimable:     100664 kB
SUnreclaim:       100608 kB
KernelStack:        3632 kB
PageTables:         9332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     703812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56416 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723728 MiB
End job on nodeC011 at 2024-07-18 01:00:18