Trace number 4440175

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.04 3610.41

General information on the benchmark

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

Solver Data

0.60/0.63	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
0.60/0.63	c Do: 140724963851224 140724963851232
1.49/1.53	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1.49/1.53	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
2.10/2.12	c Starting SCIP solver  (with time-limit = 1800s) ...
1796.19/1802.17	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.02/3610.40	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: 64059 MiB (56021 MiB free)
  memory of node 1: 64510 MiB (60333 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440175-1721252904/watcher-4440175-1721252904 -o /tmp/evaluation-result-4440175-1721252904/solver-4440175-1721252904 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721244299-911280 --watchdog 3760 CASHWMaxSAT-DisjCom-S HOME/instance-4440175-1721252904.opb -total-t=3600 -no-par -v0 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=916507, runsolver pid=916504

[startup+0.100119 s]*
/proc/loadavg: 4.10 4.09 4.11 5/245 916508
/proc/meminfo: memFree=119130300/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=39504 memory=20440 CPUtime=0.1 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 4481 0 0 0 10 0 0 0 20 0 1 0 177450008 40452096 5110 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 9876 5110 750 2417 0 6978 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 39504 KiB
Current children cumulated memory: 20440 KiB

[startup+0.213578 s]*
/proc/loadavg: 4.10 4.09 4.11 5/245 916508
/proc/meminfo: memFree=119113668/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=57444 memory=38900 CPUtime=0.22 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 9374 0 0 0 21 1 0 0 20 0 1 0 177450008 58822656 9725 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 14361 9725 782 2417 0 11463 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 57444 KiB
Current children cumulated memory: 38900 KiB

[startup+0.313352 s]*
/proc/loadavg: 4.10 4.09 4.11 5/245 916508
/proc/meminfo: memFree=119085864/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=85608 memory=65592 CPUtime=0.31 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 14805 0 0 0 29 2 0 0 20 0 1 0 177450008 87662592 16398 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 21402 16398 782 2417 0 18504 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 85608 KiB
Current children cumulated memory: 65592 KiB

[startup+0.700348 s]
/proc/loadavg: 4.10 4.09 4.11 5/245 916508
/proc/meminfo: memFree=119036772/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=150544 memory=120896 CPUtime=0.69 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 24080 0 0 0 64 5 0 0 20 0 1 0 177450008 154157056 30224 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 37636 30224 782 2417 0 34738 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 150544 KiB
Current children cumulated memory: 120896 KiB

[startup+1.50033 s]
/proc/loadavg: 4.10 4.09 4.11 5/245 916508
/proc/meminfo: memFree=119018944/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=156660 memory=128640 CPUtime=1.49 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 25748 0 0 0 143 6 0 0 20 0 1 0 177450008 160419840 32160 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 39165 32160 782 2417 0 36267 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 156660 KiB
Current children cumulated memory: 128640 KiB

[startup+3.11343 s]
/proc/loadavg: 4.10 4.09 4.11 5/245 916510
/proc/meminfo: memFree=118287096/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=909140 memory=880476 CPUtime=3.1 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 201388 0 0 0 278 32 0 0 20 0 1 0 177450008 930959360 220119 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 227285 220119 2350 2417 0 224387 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 909140 KiB
Current children cumulated memory: 880476 KiB

[startup+6.30032 s]
/proc/loadavg: 4.09 4.09 4.11 5/245 916510
/proc/meminfo: memFree=118005108/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1174084 memory=1144072 CPUtime=6.27 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 260643 0 0 0 587 40 0 0 20 0 1 0 177450008 1202262016 286018 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 293521 286018 2350 2417 0 290623 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1174084 KiB
Current children cumulated memory: 1144072 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.09 4.11 5/245 916511
/proc/meminfo: memFree=118003016/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1174084 memory=1144072 CPUtime=12.65 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 260663 0 0 0 1225 40 0 0 20 0 1 0 177450008 1202262016 286018 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 293521 286018 2350 2417 0 290623 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1174084 KiB
Current children cumulated memory: 1144072 KiB

[startup+25.5004 s]
/proc/loadavg: 4.07 4.08 4.10 5/245 916513
/proc/meminfo: memFree=117994668/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1174084 memory=1144472 CPUtime=25.41 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 260681 0 0 0 2500 41 0 0 20 0 1 0 177450008 1202262016 286118 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 293521 286118 2414 2417 0 290623 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1174084 KiB
Current children cumulated memory: 1144472 KiB

[startup+51.1135 s]
/proc/loadavg: 4.10 4.09 4.11 5/245 916517
/proc/meminfo: memFree=117508100/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1672716 memory=1624984 CPUtime=50.95 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 346372 0 0 0 5036 59 0 0 20 0 1 0 177450008 1712861184 406246 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 418179 406246 2526 2417 0 415281 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1672716 KiB
Current children cumulated memory: 1624984 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.09 4.10 5/245 916527
/proc/meminfo: memFree=117537176/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1686200 memory=1641516 CPUtime=101.96 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 349132 0 0 0 10135 61 0 0 20 0 1 0 177450008 1726668800 410379 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 421550 410379 2526 2417 0 418652 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 1686200 KiB
Current children cumulated memory: 1641516 KiB

[startup+162.3 s]
/proc/loadavg: 4.45 4.17 4.12 5/245 916540
/proc/meminfo: memFree=117496720/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1688272 memory=1644572 CPUtime=161.74 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 350055 0 0 0 16111 63 0 0 20 0 1 0 177450008 1728790528 411143 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 422068 411143 2526 2417 0 419170 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 1688272 KiB
Current children cumulated memory: 1644572 KiB

[startup+222.3 s]
/proc/loadavg: 4.75 4.32 4.18 5/245 916550
/proc/meminfo: memFree=117533704/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1705988 memory=1656200 CPUtime=221.53 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 351589 0 0 0 22088 65 0 0 20 0 1 0 177450008 1746931712 414050 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 426497 414050 2526 2417 0 423599 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 1705988 KiB
Current children cumulated memory: 1656200 KiB

[startup+282.3 s]
/proc/loadavg: 4.32 4.27 4.17 5/243 916561
/proc/meminfo: memFree=117491016/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1705988 memory=1661140 CPUtime=281.32 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 351944 0 0 0 28066 66 0 0 20 0 1 0 177450008 1746931712 415285 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 426497 415285 2526 2417 0 423599 0
Current children cumulated CPU time: 281.32 s
Current children cumulated vsize: 1705988 KiB
Current children cumulated memory: 1661140 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.23 4.17 5/243 916572
/proc/meminfo: memFree=117482788/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1705988 memory=1661140 CPUtime=341.11 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 352082 0 0 0 34043 68 0 0 20 0 1 0 177450008 1746931712 415285 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 426497 415285 2526 2417 0 423599 0
Current children cumulated CPU time: 341.11 s
Current children cumulated vsize: 1705988 KiB
Current children cumulated memory: 1661140 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.20 4.16 5/243 916582
/proc/meminfo: memFree=117513172/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1708344 memory=1664960 CPUtime=400.9 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 353212 0 0 0 40020 70 0 0 20 0 1 0 177450008 1749344256 416240 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 427086 416240 2526 2417 0 424188 0
Current children cumulated CPU time: 400.9 s
Current children cumulated vsize: 1708344 KiB
Current children cumulated memory: 1664960 KiB

[startup+462.3 s]
/proc/loadavg: 4.32 4.24 4.18 5/243 917024
/proc/meminfo: memFree=118976836/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1708344 memory=1664960 CPUtime=460.7 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 353383 0 0 0 45999 71 0 0 20 0 1 0 177450008 1749344256 416240 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 427086 416240 2526 2417 0 424188 0

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

Current children cumulated memory: 1639792 KiB

[startup+2862.3 s]
/proc/loadavg: 2.08 2.51 3.32 3/227 918929
/proc/meminfo: memFree=125956080/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=2853.77 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 364817 0 0 0 285298 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 2853.77 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB

[startup+2922.3 s]
/proc/loadavg: 2.14 2.44 3.24 3/227 918939
/proc/meminfo: memFree=125955772/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=2913.63 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 365063 0 0 0 291284 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 2913.63 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB

[startup+2982.3 s]
/proc/loadavg: 2.49 2.47 3.20 3/227 918949
/proc/meminfo: memFree=125955476/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=2973.47 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 365229 0 0 0 297268 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 2973.47 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB

[startup+3042.3 s]
/proc/loadavg: 2.58 2.52 3.17 3/227 918960
/proc/meminfo: memFree=125955196/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=3033.33 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 365463 0 0 0 303254 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 3033.33 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB

[startup+3102.3 s]
/proc/loadavg: 2.27 2.44 3.10 3/227 918970
/proc/meminfo: memFree=125954816/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=3093.18 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 365640 0 0 0 309239 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 3093.18 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB

[startup+3162.3 s]
/proc/loadavg: 2.15 2.37 3.03 3/230 918985
/proc/meminfo: memFree=125954520/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=3153.03 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 365808 0 0 0 315224 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 3153.03 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB

[startup+3222.3 s]
/proc/loadavg: 2.12 2.32 2.97 3/230 918995
/proc/meminfo: memFree=125954152/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=3212.88 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 366006 0 0 0 321209 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 3212.88 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB

[startup+3282.3 s]
/proc/loadavg: 2.10 2.27 2.91 3/230 919006
/proc/meminfo: memFree=125953868/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=3272.73 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 366184 0 0 0 327194 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 3272.73 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB

[startup+3342.3 s]
/proc/loadavg: 2.07 2.24 2.86 3/230 919017
/proc/meminfo: memFree=125953652/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=3332.58 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 366340 0 0 0 333179 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 3332.58 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB

[startup+3402.3 s]
/proc/loadavg: 2.06 2.20 2.81 3/230 919027
/proc/meminfo: memFree=125953408/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=3392.44 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 366557 0 0 0 339165 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 3392.44 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB

[startup+3462.3 s]
/proc/loadavg: 2.06 2.18 2.76 3/227 919038
/proc/meminfo: memFree=125953100/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=3452.29 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 366733 0 0 0 345150 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 3452.29 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB

[startup+3522.3 s]
/proc/loadavg: 2.20 2.19 2.72 3/227 919048
/proc/meminfo: memFree=125952792/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=3512.14 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 366913 0 0 0 351135 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 3512.14 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB

[startup+3582.3 s]
/proc/loadavg: 2.13 2.17 2.68 3/227 919058
/proc/meminfo: memFree=125952476/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=3571.98 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 367120 0 0 0 357119 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 3571.98 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 2.08 2.16 2.66 3/227 919062
/proc/meminfo: memFree=125952336/131655788 swapFree=131071996/131071996
[pid=916507] ppid=916504 vsize=1655412 memory=1639792 CPUtime=3600.02 cores=1,3
/proc/916507/stat : 916507 (CASHWMaxSAT-Dis) R 916504 916507 911268 0 -1 4194304 367172 0 0 0 359923 79 0 0 20 0 1 0 177450008 1695141888 409948 134679101440 4194304 14093885 140724963853584 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 48455680 140724963861476 140724963861591 140724963861591 140724963868607 0
/proc/916507/statm: 413853 409948 2526 2417 0 410955 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1655412 KiB
Current children cumulated memory: 1639792 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.23 s, system=0.803559 s

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

Child status: 0

Real time (s): 3610.41
CPU time (s): 3600.04
CPU user time (s): 3599.23
CPU system time (s): 0.803559
CPU usage (%): 99.7128
Max. virtual memory (cumulated for all children) (KiB): 1735804
Max. memory (cumulated for all children) (KiB): 1716088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.23
system time used= 0.803559
maximum resident set size= 1716088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 367172
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= 21
involuntary context switches= 1317


# summary of solver processes directly reported to runsolver:
#   pid: 916507
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.23
#   total CPU system time (s): 0.803559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8785 second user time and 34.8804 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-17 23:48:36
IDJOB=4440175
IDBENCH=158384
IDSOLVER=3077
FILE ID=nodeC009/4440175-1721252904
RUNJOBID= nodeC009-1721244299-911280
SLURM_JOB_ID= 7509017
Free space on /tmp= 723544 MiB

SOLVER NAME= CASHWMaxSAT-DisjCom-S 2024-07-10
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep6.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-4440175-1721252904/watcher-4440175-1721252904 -o /tmp/evaluation-result-4440175-1721252904/solver-4440175-1721252904 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721244299-911280 --watchdog 3760  CASHWMaxSAT-DisjCom-S HOME/instance-4440175-1721252904.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= bb1eb546b1769ca27e4515a55d388d8e
RANDOM SEED=776104691

nodeC009.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		: 3506.229
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	: 6984.34
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		: 3525.254
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.27
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.499
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	: 6984.34
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.320
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.27
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		: 3570.923
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	: 6984.34
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		: 3609.535
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.27
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.458
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	: 6984.34
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.523
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        119146996 kB
MemAvailable:   119969956 kB
Buffers:          485472 kB
Cached:          1176124 kB
SwapCached:            0 kB
Active:          1127556 kB
Inactive:       10824128 kB
Active(anon):       1452 kB
Inactive(anon): 10326372 kB
Active(file):    1126104 kB
Inactive(file):   497756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             14020 kB
Writeback:           144 kB
AnonPages:      10286068 kB
Mapped:           129084 kB
Shmem:             37700 kB
KReclaimable:      78264 kB
Slab:             174964 kB
SReclaimable:      78264 kB
SUnreclaim:        96700 kB
KernelStack:        3952 kB
PageTables:        29696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11089156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56256 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5548032 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:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723744 MiB
End job on nodeC009 at 2024-07-18 00:48:47