Trace number 4439763

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-SP 2024-07-10? (TO) 3600.04 3611.32

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug4.5.opb
MD5SUM481101aa5750e702617a44583ed063de
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 benchmark204
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 clauses27552
Number of constraints which are cardinality constraints (but not clauses)248
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.68/1.77	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1.68/1.77	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1.68/1.77	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
2.29/2.35	c Starting SCIP solver  (with time-limit = 1800s) ...
1796.28/1802.41	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.01/3611.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: 63968 MiB (59680 MiB free)
  memory of node 1: 64473 MiB (60086 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4439763-1721247857/watcher-4439763-1721247857 -o /tmp/evaluation-result-4439763-1721247857/solver-4439763-1721247857 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721240644-916319 --watchdog 3760 CASHWMaxSAT-DisjCom-SP HOME/instance-4439763-1721247857.opb -total-t=3600 -no-par -v0 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=920407, runsolver pid=920404

[startup+0.100943 s]*
/proc/loadavg: 4.09 4.12 4.09 5/256 920408
/proc/meminfo: memFree=122608128/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=47516 memory=27916 CPUtime=0.09 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 7511 0 0 0 8 1 0 0 20 0 1 0 176949181 48656384 6979 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 11879 6979 842 2550 0 8834 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47516 KiB
Current children cumulated memory: 27916 KiB

[startup+0.205871 s]*
/proc/loadavg: 4.09 4.12 4.09 5/256 920408
/proc/meminfo: memFree=122576824/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=58624 memory=39224 CPUtime=0.2 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 10929 0 0 0 19 1 0 0 20 0 1 0 176949181 60030976 9806 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 14656 9806 922 2550 0 11611 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 58624 KiB
Current children cumulated memory: 39224 KiB

[startup+0.305685 s]*
/proc/loadavg: 4.09 4.12 4.09 5/256 920408
/proc/meminfo: memFree=122523788/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=81100 memory=63584 CPUtime=0.3 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 17746 0 0 0 28 2 0 0 20 0 1 0 176949181 83046400 15896 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 20275 15896 970 2550 0 17230 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 81100 KiB
Current children cumulated memory: 63584 KiB

[startup+0.700236 s]
/proc/loadavg: 4.09 4.12 4.09 5/256 920409
/proc/meminfo: memFree=122419288/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=177556 memory=157856 CPUtime=0.68 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 31108 0 0 0 63 5 0 0 20 0 1 0 176949181 181817344 39464 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 44389 39464 970 2550 0 41344 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 177556 KiB
Current children cumulated memory: 157856 KiB

[startup+1.50023 s]
/proc/loadavg: 4.09 4.12 4.09 5/256 920409
/proc/meminfo: memFree=122366964/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=177824 memory=150524 CPUtime=1.48 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 33216 0 0 0 142 6 0 0 20 0 1 0 176949181 182091776 37631 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 44456 37631 970 2550 0 41411 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 177824 KiB
Current children cumulated memory: 150524 KiB

[startup+3.10595 s]
/proc/loadavg: 4.08 4.11 4.09 5/256 920409
/proc/meminfo: memFree=120945348/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=897956 memory=873504 CPUtime=3.09 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 194678 0 0 0 278 31 0 0 20 0 1 0 176949181 919506944 218310 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 224489 218376 2442 2550 0 221444 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 897956 KiB
Current children cumulated memory: 873504 KiB

[startup+6.30023 s]
/proc/loadavg: 4.08 4.11 4.09 5/256 920409
/proc/meminfo: memFree=120202532/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1284136 memory=1253768 CPUtime=6.27 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 283618 0 0 0 583 44 0 0 20 0 1 0 176949181 1314955264 313442 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 321034 313442 2506 2550 0 317989 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1284136 KiB
Current children cumulated memory: 1253768 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.11 4.09 5/256 920411
/proc/meminfo: memFree=120195980/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1284136 memory=1254220 CPUtime=12.65 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 283726 0 0 0 1221 44 0 0 20 0 1 0 176949181 1314955264 313555 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 321034 313555 2538 2550 0 317989 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1284136 KiB
Current children cumulated memory: 1254220 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.12 4.09 5/256 920412
/proc/meminfo: memFree=120179696/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1284136 memory=1254220 CPUtime=25.41 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 283748 0 0 0 2497 44 0 0 20 0 1 0 176949181 1314955264 313555 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 321034 313555 2538 2550 0 317989 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1284136 KiB
Current children cumulated memory: 1254220 KiB

[startup+51.1058 s]
/proc/loadavg: 4.09 4.11 4.09 5/256 920417
/proc/meminfo: memFree=119124668/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1847716 memory=1807828 CPUtime=50.94 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 373882 0 0 0 5032 62 0 0 20 0 1 0 176949181 1892061184 451957 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 461929 451957 2650 2550 0 458884 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1847716 KiB
Current children cumulated memory: 1807828 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/256 920809
/proc/meminfo: memFree=119115844/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1856040 memory=1818024 CPUtime=101.98 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 376556 0 0 0 10135 63 0 0 20 0 1 0 176949181 1900584960 454506 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 464010 454506 2650 2550 0 460965 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 1856040 KiB
Current children cumulated memory: 1818024 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/256 920819
/proc/meminfo: memFree=119100200/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1857988 memory=1820080 CPUtime=161.77 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 377139 0 0 0 16114 63 0 0 20 0 1 0 176949181 1902579712 455020 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 464497 455020 2650 2550 0 461452 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 1857988 KiB
Current children cumulated memory: 1820080 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/256 920830
/proc/meminfo: memFree=119037888/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1860616 memory=1822700 CPUtime=221.58 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 377912 0 0 0 22094 64 0 0 20 0 1 0 176949181 1905270784 455675 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 465154 455675 2650 2550 0 462109 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 1860616 KiB
Current children cumulated memory: 1822700 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/258 921010
/proc/meminfo: memFree=119098636/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1860616 memory=1822948 CPUtime=281.38 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 378038 0 0 0 28074 64 0 0 20 0 1 0 176949181 1905270784 455737 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 465154 455737 2650 2550 0 462109 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 1860616 KiB
Current children cumulated memory: 1822948 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/258 921020
/proc/meminfo: memFree=119103684/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1860616 memory=1822948 CPUtime=341.18 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 378098 0 0 0 34054 64 0 0 20 0 1 0 176949181 1905270784 455737 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 465154 455737 2650 2550 0 462109 0
Current children cumulated CPU time: 341.18 s
Current children cumulated vsize: 1860616 KiB
Current children cumulated memory: 1822948 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/259 921088
/proc/meminfo: memFree=119086028/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1863628 memory=1825796 CPUtime=400.97 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 378422 0 0 0 40033 64 0 0 20 0 1 0 176949181 1908355072 456449 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 465907 456449 2650 2550 0 462862 0
Current children cumulated CPU time: 400.97 s
Current children cumulated vsize: 1863628 KiB
Current children cumulated memory: 1825796 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/257 921098
/proc/meminfo: memFree=119011300/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1866120 memory=1828368 CPUtime=460.77 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 379136 0 0 0 46013 64 0 0 20 0 1 0 176949181 1910906880 457092 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 466530 457092 2650 2550 0 463485 0

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

Current children cumulated memory: 1788104 KiB

[startup+2922.3 s]
/proc/loadavg: 4.25 4.20 4.13 5/257 922439
/proc/meminfo: memFree=122311092/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1788104 CPUtime=2912.9 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 388087 0 0 0 291210 80 0 0 20 0 1 0 176949181 1860059136 447026 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447026 2650 2550 0 451071 0
Current children cumulated CPU time: 2912.9 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1788104 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.17 4.12 5/257 922451
/proc/meminfo: memFree=122364532/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1788104 CPUtime=2972.74 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 388107 0 0 0 297194 80 0 0 20 0 1 0 176949181 1860059136 447026 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447026 2650 2550 0 451071 0
Current children cumulated CPU time: 2972.74 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1788104 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.16 4.12 5/258 922464
/proc/meminfo: memFree=122282976/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1788676 CPUtime=3032.56 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 389186 0 0 0 303176 80 0 0 20 0 1 0 176949181 1860059136 447169 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447169 2650 2550 0 451071 0
Current children cumulated CPU time: 3032.56 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1788676 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.16 4.12 5/256 922474
/proc/meminfo: memFree=122332332/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1789660 CPUtime=3092.4 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 389287 0 0 0 309159 81 0 0 20 0 1 0 176949181 1860059136 447415 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447415 2650 2550 0 451071 0
Current children cumulated CPU time: 3092.4 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1789660 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/256 922484
/proc/meminfo: memFree=122284996/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1789912 CPUtime=3152.24 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 389421 0 0 0 315143 81 0 0 20 0 1 0 176949181 1860059136 447478 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447478 2650 2550 0 451071 0
Current children cumulated CPU time: 3152.24 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1789912 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.13 4.10 5/256 922495
/proc/meminfo: memFree=122364268/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1789984 CPUtime=3212.08 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 389467 0 0 0 321127 81 0 0 20 0 1 0 176949181 1860059136 447496 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447496 2650 2550 0 451071 0
Current children cumulated CPU time: 3212.08 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1789984 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.12 4.10 5/257 922506
/proc/meminfo: memFree=122279148/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1790696 CPUtime=3271.92 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 389521 0 0 0 327111 81 0 0 20 0 1 0 176949181 1860059136 447674 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447674 2650 2550 0 451071 0
Current children cumulated CPU time: 3271.92 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1790696 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.10 5/255 922516
/proc/meminfo: memFree=122263484/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1790704 CPUtime=3331.74 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 389588 0 0 0 333093 81 0 0 20 0 1 0 176949181 1860059136 447676 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447676 2650 2550 0 451071 0
Current children cumulated CPU time: 3331.74 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1790704 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/257 922531
/proc/meminfo: memFree=122312996/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1790704 CPUtime=3391.58 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 389727 0 0 0 339077 81 0 0 20 0 1 0 176949181 1860059136 447676 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447676 2650 2550 0 451071 0
Current children cumulated CPU time: 3391.58 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1790704 KiB

[startup+3462.3 s]
/proc/loadavg: 4.04 4.09 4.09 5/257 922541
/proc/meminfo: memFree=122196880/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1790704 CPUtime=3451.41 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 389824 0 0 0 345060 81 0 0 20 0 1 0 176949181 1860059136 447676 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447676 2650 2550 0 451071 0
Current children cumulated CPU time: 3451.41 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1790704 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/257 922551
/proc/meminfo: memFree=122125408/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1791824 CPUtime=3511.24 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 389936 0 0 0 351043 81 0 0 20 0 1 0 176949181 1860059136 447956 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447956 2650 2550 0 451071 0
Current children cumulated CPU time: 3511.24 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1791824 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/257 922564
/proc/meminfo: memFree=122253740/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1791824 CPUtime=3571.08 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 390054 0 0 0 357027 81 0 0 20 0 1 0 176949181 1860059136 447956 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447956 2650 2550 0 451071 0
Current children cumulated CPU time: 3571.08 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1791824 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 4.12 4.10 4.09 4/249 922600
/proc/meminfo: memFree=124060824/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1791824 CPUtime=3600.01 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 390161 0 0 0 359920 81 0 0 20 0 1 0 176949181 1860059136 447956 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447956 2650 2550 0 451071 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1791824 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.2 s, system=0.836563 s

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

[startup+3611.3 s]
/proc/loadavg: 4.12 4.10 4.09 4/249 922600
/proc/meminfo: memFree=124060824/131524600 swapFree=131071996/131071996
[pid=920407] ppid=920404 vsize=1816464 memory=1791824 CPUtime=3600.01 cores=4,6
/proc/920407/stat : 920407 (CASHWMaxSAT-Dis) R 920404 920407 916308 0 -1 4194304 390161 0 0 0 359920 81 0 0 20 0 1 0 176949181 1860059136 447956 134679101440 4194304 14636349 140731895933840 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 16575728 16655184 38682624 140731895935970 140731895936086 140731895936086 140731895943102 0
/proc/920407/statm: 454116 447956 2650 2550 0 451071 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1816464 KiB
Current children cumulated memory: 1791824 KiB

Child status: 0

Real time (s): 3611.32
CPU time (s): 3600.04
CPU user time (s): 3599.2
CPU system time (s): 0.836563
CPU usage (%): 99.6875
Max. virtual memory (cumulated for all children) (KiB): 1883976
Max. memory (cumulated for all children) (KiB): 1846056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.2
system time used= 0.836563
maximum resident set size= 1846056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390161
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= 105
involuntary context switches= 3003


# summary of solver processes directly reported to runsolver:
#   pid: 920407
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.2
#   total CPU system time (s): 0.836563

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.20161 second user time and 17.2536 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-17 22:24:30
IDJOB=4439763
IDBENCH=158396
IDSOLVER=3076
FILE ID=nodeC020/4439763-1721247857
RUNJOBID= nodeC020-1721240644-916319
SLURM_JOB_ID= 7508994
Free space on /tmp= 889984 MiB

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

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

MD5SUM BENCH= 481101aa5750e702617a44583ed063de
RANDOM SEED=2136265342

nodeC020.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		: 3661.405
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	: 7000.05
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		: 3669.191
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.84
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		: 3600.282
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	: 7000.05
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		: 3600.383
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.84
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		: 3658.433
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	: 7000.05
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		: 3672.092
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.84
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		: 3665.522
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	: 7000.05
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		: 3644.321
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122662552 kB
MemAvailable:   123209324 kB
Buffers:          474716 kB
Cached:           912272 kB
SwapCached:            0 kB
Active:           863136 kB
Inactive:        7395124 kB
Active(anon):       1568 kB
Inactive(anon):  6907420 kB
Active(file):     861568 kB
Inactive(file):   487704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29416 kB
Writeback:             0 kB
AnonPages:       6865620 kB
Mapped:           115928 kB
Shmem:             37720 kB
KReclaimable:      74644 kB
Slab:             180496 kB
SReclaimable:      74644 kB
SUnreclaim:       105852 kB
KernelStack:        4112 kB
PageTables:        22732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7926432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64320 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4608000 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:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890040 MiB
End job on nodeC020 at 2024-07-17 23:24:41