Trace number 4507928

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
CASHWMaxSATDisjCom-S 2025-06-01UNSAT 1812.06 1817.99

General information on the benchmark

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

Solver Data

1.18/1.20	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1.18/1.20	c Do: 140723652423880 140723652423888
2.18/2.28	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
2.18/2.28	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
2.88/2.90	c Starting SCIP solver  (with time-limit = 1800s) ...
1797.00/1802.96	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
1811.96/1817.93	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (61714 MiB free)
  memory of node 1: 64465 MiB (60100 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507928-1751507096/watcher-4507928-1751507096 -o /tmp/evaluation-result-4507928-1751507096/solver-4507928-1751507096 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751503441-68460 --watchdog 3760 CASHWMaxSAT-DisjCom-S HOME/instance-4507928-1751507096.opb -total-t=3600 -no-par -v0 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=69059, runsolver pid=69056

[startup+0.100075 s]*
/proc/loadavg: 4.11 4.11 4.09 5/250 69060
/proc/meminfo: memFree=124739072/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=27964 memory=9216 CPUtime=0.1 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 1704 0 0 0 10 0 0 0 20 0 1 0 66388429 28635136 2304 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 6991 2304 736 2416 0 4093 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27964 KiB
Current children cumulated memory: 9216 KiB

[startup+0.213233 s]*
/proc/loadavg: 4.11 4.11 4.09 6/250 69060
/proc/meminfo: memFree=124731260/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=35700 memory=16512 CPUtime=0.21 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 3540 0 0 0 20 1 0 0 20 0 1 0 66388429 36556800 4128 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 8925 4128 736 2416 0 6027 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 35700 KiB
Current children cumulated memory: 16512 KiB

[startup+0.313217 s]*
/proc/loadavg: 4.11 4.11 4.09 5/250 69060
/proc/meminfo: memFree=124723196/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=39632 memory=20480 CPUtime=0.31 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 4524 0 0 0 30 1 0 0 20 0 1 0 66388429 40583168 5120 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 9908 5120 736 2416 0 7010 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 39632 KiB
Current children cumulated memory: 20480 KiB

[startup+0.700324 s]
/proc/loadavg: 4.11 4.11 4.09 5/250 69060
/proc/meminfo: memFree=124715384/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=88464 memory=69908 CPUtime=0.68 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 14077 0 0 0 64 4 0 0 20 0 1 0 66388429 90587136 17477 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 22116 17477 768 2416 0 19218 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 88464 KiB
Current children cumulated memory: 69908 KiB

[startup+1.50035 s]
/proc/loadavg: 4.11 4.11 4.09 5/249 69061
/proc/meminfo: memFree=124634296/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=158796 memory=131128 CPUtime=1.48 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 25159 0 0 0 140 8 0 0 20 0 1 0 66388429 162607104 32782 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 39699 32782 768 2416 0 36801 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 158796 KiB
Current children cumulated memory: 131128 KiB

[startup+3.11284 s]
/proc/loadavg: 4.11 4.11 4.09 5/249 69061
/proc/meminfo: memFree=124243536/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=594152 memory=566248 CPUtime=3.09 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 130371 0 0 0 284 25 0 0 20 0 1 0 66388429 608411648 141530 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 148538 141562 2272 2416 0 145640 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 594152 KiB
Current children cumulated memory: 566248 KiB

[startup+6.30036 s]
/proc/loadavg: 4.10 4.11 4.09 5/250 69062
/proc/meminfo: memFree=123195208/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1218932 memory=1184552 CPUtime=6.27 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 271110 0 0 0 580 47 0 0 20 0 1 0 66388429 1248186368 296138 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 304733 296138 2336 2416 0 301835 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1218932 KiB
Current children cumulated memory: 1184552 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.11 4.09 5/250 69062
/proc/meminfo: memFree=123066512/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1218932 memory=1184808 CPUtime=12.65 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 271127 0 0 0 1218 47 0 0 20 0 1 0 66388429 1248186368 296202 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 304733 296202 2400 2416 0 301835 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1218932 KiB
Current children cumulated memory: 1184808 KiB

[startup+25.5004 s]
/proc/loadavg: 4.15 4.12 4.09 5/250 69062
/proc/meminfo: memFree=123064432/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1218932 memory=1184808 CPUtime=25.41 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 271135 0 0 0 2494 47 0 0 20 0 1 0 66388429 1248186368 296202 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 304733 296202 2400 2416 0 301835 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1218932 KiB
Current children cumulated memory: 1184808 KiB

[startup+51.113 s]
/proc/loadavg: 4.10 4.11 4.09 5/250 69062
/proc/meminfo: memFree=122507552/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1750896 memory=1701956 CPUtime=50.95 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 355234 0 0 0 5029 66 0 0 20 0 1 0 66388429 1792917504 425489 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 437724 425489 2496 2416 0 434826 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 1750896 KiB
Current children cumulated memory: 1701956 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/251 69069
/proc/meminfo: memFree=122493348/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1774504 memory=1725640 CPUtime=101.96 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 357081 0 0 0 10129 67 0 0 20 0 1 0 66388429 1817092096 431410 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 443626 431410 2496 2416 0 440728 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 1774504 KiB
Current children cumulated memory: 1725640 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/251 69072
/proc/meminfo: memFree=122478756/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1784204 memory=1735640 CPUtime=161.76 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 358660 0 0 0 16108 68 0 0 20 0 1 0 66388429 1827024896 433910 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 446051 433910 2496 2416 0 443153 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 1784204 KiB
Current children cumulated memory: 1735640 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 69074
/proc/meminfo: memFree=122481788/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1784204 memory=1735768 CPUtime=221.56 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 358734 0 0 0 22088 68 0 0 20 0 1 0 66388429 1827024896 433942 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 446051 433942 2496 2416 0 443153 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 1784204 KiB
Current children cumulated memory: 1735768 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/251 69076
/proc/meminfo: memFree=122478604/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1784204 memory=1735768 CPUtime=281.36 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 358757 0 0 0 28067 69 0 0 20 0 1 0 66388429 1827024896 433942 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 446051 433942 2496 2416 0 443153 0
Current children cumulated CPU time: 281.36 s
Current children cumulated vsize: 1784204 KiB
Current children cumulated memory: 1735768 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/250 69078
/proc/meminfo: memFree=122482040/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1784204 memory=1735768 CPUtime=341.16 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 358822 0 0 0 34047 69 0 0 20 0 1 0 66388429 1827024896 433942 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 446051 433942 2496 2416 0 443153 0
Current children cumulated CPU time: 341.16 s
Current children cumulated vsize: 1784204 KiB
Current children cumulated memory: 1735768 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/249 69081
/proc/meminfo: memFree=122482396/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1784204 memory=1735768 CPUtime=400.96 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 358827 0 0 0 40027 69 0 0 20 0 1 0 66388429 1827024896 433942 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 446051 433942 2496 2416 0 443153 0
Current children cumulated CPU time: 400.96 s
Current children cumulated vsize: 1784204 KiB
Current children cumulated memory: 1735768 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/249 69083
/proc/meminfo: memFree=122478812/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1797348 memory=1739020 CPUtime=460.77 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 359176 0 0 0 46007 70 0 0 20 0 1 0 66388429 1840484352 434755 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 449337 434755 2496 2416 0 446439 0
Current children cumulated CPU time: 460.77 s

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

/proc/loadavg: 4.15 4.13 4.12 5/250 69143
/proc/meminfo: memFree=122458904/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1797348 memory=1739020 CPUtime=1477.4 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 359781 0 0 0 147665 75 0 0 20 0 1 0 66388429 1840484352 434755 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 449337 434755 2496 2416 0 446439 0
Current children cumulated CPU time: 1477.4 s
Current children cumulated vsize: 1797348 KiB
Current children cumulated memory: 1739020 KiB

[startup+1542.3 s]
/proc/loadavg: 4.15 4.13 4.12 5/250 69145
/proc/meminfo: memFree=122458548/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1797348 memory=1739020 CPUtime=1537.2 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 359835 0 0 0 153645 75 0 0 20 0 1 0 66388429 1840484352 434755 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 449337 434755 2496 2416 0 446439 0
Current children cumulated CPU time: 1537.2 s
Current children cumulated vsize: 1797348 KiB
Current children cumulated memory: 1739020 KiB

[startup+1602.3 s]
/proc/loadavg: 4.06 4.11 4.11 5/250 69147
/proc/meminfo: memFree=122454248/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1797348 memory=1739148 CPUtime=1597.01 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 359884 0 0 0 159625 76 0 0 20 0 1 0 66388429 1840484352 434787 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 449337 434787 2496 2416 0 446439 0
Current children cumulated CPU time: 1597.01 s
Current children cumulated vsize: 1797348 KiB
Current children cumulated memory: 1739148 KiB

[startup+1662.3 s]
/proc/loadavg: 4.13 4.12 4.11 5/250 69149
/proc/meminfo: memFree=122456424/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1797348 memory=1746624 CPUtime=1656.81 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 360229 0 0 0 165605 76 0 0 20 0 1 0 66388429 1840484352 436656 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 449337 436656 2496 2416 0 446439 0
Current children cumulated CPU time: 1656.81 s
Current children cumulated vsize: 1797348 KiB
Current children cumulated memory: 1746624 KiB

[startup+1722.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/250 69151
/proc/meminfo: memFree=122447856/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1797348 memory=1747520 CPUtime=1716.64 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 361590 0 0 0 171587 77 0 0 20 0 1 0 66388429 1840484352 436880 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 449337 436880 2496 2416 0 446439 0
Current children cumulated CPU time: 1716.64 s
Current children cumulated vsize: 1797348 KiB
Current children cumulated memory: 1747520 KiB

[startup+1782.3 s]
/proc/loadavg: 4.08 4.10 4.10 5/251 69153
/proc/meminfo: memFree=122499464/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1797348 memory=1747520 CPUtime=1776.47 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 361600 0 0 0 177570 77 0 0 20 0 1 0 66388429 1840484352 436880 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 449337 436880 2496 2416 0 446439 0
Current children cumulated CPU time: 1776.47 s
Current children cumulated vsize: 1797348 KiB
Current children cumulated memory: 1747520 KiB

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

# cumulated CPU time of all completed processes:  user=1811.22 s, system=0.840488 s

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

[startup+1792 s]*
/proc/loadavg: 4.07 4.10 4.09 5/251 69154
/proc/meminfo: memFree=122498052/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1797348 memory=1747520 CPUtime=1786.15 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 361600 0 0 0 178538 77 0 0 20 0 1 0 66388429 1840484352 436880 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 449337 436880 2496 2416 0 446439 0
Current children cumulated CPU time: 1786.15 s
Current children cumulated vsize: 1797348 KiB
Current children cumulated memory: 1747520 KiB

[startup+1804.8 s]
/proc/loadavg: 4.05 4.09 4.09 5/248 69166
/proc/meminfo: memFree=124325404/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1714744 memory=1667004 CPUtime=1798.89 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 362617 0 0 0 179812 77 0 0 20 0 1 0 66388429 1755897856 416751 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 428686 416751 2496 2416 0 425788 0
Current children cumulated CPU time: 1798.89 s
Current children cumulated vsize: 1714744 KiB
Current children cumulated memory: 1667004 KiB

[startup+1811.2 s]
/proc/loadavg: 4.05 4.09 4.09 5/252 69203
/proc/meminfo: memFree=123229128/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1714744 memory=1675708 CPUtime=1805.28 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 364289 0 0 0 180450 78 0 0 20 0 1 0 66388429 1755897856 418927 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 428686 418927 2496 2416 0 425788 0
Current children cumulated CPU time: 1805.28 s
Current children cumulated vsize: 1714744 KiB
Current children cumulated memory: 1675708 KiB

[startup+1814.4 s]
/proc/loadavg: 4.04 4.09 4.09 4/248 69211
/proc/meminfo: memFree=124796784/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1714744 memory=1675836 CPUtime=1808.47 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 364345 0 0 0 180769 78 0 0 20 0 1 0 66388429 1755897856 418959 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 428686 418959 2496 2416 0 425788 0
Current children cumulated CPU time: 1808.47 s
Current children cumulated vsize: 1714744 KiB
Current children cumulated memory: 1675836 KiB

[startup+1816 s]*
/proc/loadavg: 4.04 4.09 4.09 5/252 69248
/proc/meminfo: memFree=124768828/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1714744 memory=1675836 CPUtime=1810.08 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 364345 0 0 0 180930 78 0 0 20 0 1 0 66388429 1755897856 418959 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 428686 418959 2496 2416 0 425788 0
Current children cumulated CPU time: 1810.08 s
Current children cumulated vsize: 1714744 KiB
Current children cumulated memory: 1675836 KiB

[startup+1816.8 s]
/proc/loadavg: 4.04 4.09 4.09 5/252 69248
/proc/meminfo: memFree=124768828/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1714744 memory=1676092 CPUtime=1810.86 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 364411 0 0 0 181008 78 0 0 20 0 1 0 66388429 1755897856 419023 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 428686 419023 2496 2416 0 425788 0
Current children cumulated CPU time: 1810.86 s
Current children cumulated vsize: 1714744 KiB
Current children cumulated memory: 1676092 KiB

[startup+1817.6 s]
/proc/loadavg: 4.04 4.09 4.09 5/252 69248
/proc/meminfo: memFree=124666884/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1714744 memory=1676092 CPUtime=1811.66 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 364411 0 0 0 181088 78 0 0 20 0 1 0 66388429 1755897856 419023 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 428686 419023 2496 2416 0 425788 0
Current children cumulated CPU time: 1811.66 s
Current children cumulated vsize: 1714744 KiB
Current children cumulated memory: 1676092 KiB

[startup+1817.8 s]
/proc/loadavg: 4.04 4.09 4.09 5/252 69248
/proc/meminfo: memFree=124666884/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1714744 memory=1676092 CPUtime=1811.86 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 364411 0 0 0 181108 78 0 0 20 0 1 0 66388429 1755897856 419023 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 428686 419023 2496 2416 0 425788 0
Current children cumulated CPU time: 1811.86 s
Current children cumulated vsize: 1714744 KiB
Current children cumulated memory: 1676092 KiB

[startup+1817.9 s]
/proc/loadavg: 4.04 4.09 4.09 5/252 69248
/proc/meminfo: memFree=124666884/131382120 swapFree=33010416/33010684
[pid=69059] ppid=69056 vsize=1714744 memory=1676092 CPUtime=1811.96 cores=0,2
/proc/69059/stat : 69059 (CASHWMaxSAT-Dis) R 69056 69059 68445 0 -1 4194304 364411 0 0 0 181118 78 0 0 20 0 1 0 66388429 1755897856 419023 18446744073709551615 4198400 14093885 140723652426240 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 50524160 140723652434282 140723652434397 140723652434397 140723652439999 0
/proc/69059/statm: 428686 419023 2496 2416 0 425788 0
Current children cumulated CPU time: 1811.96 s
Current children cumulated vsize: 1714744 KiB
Current children cumulated memory: 1676092 KiB

Child status: 20

Real time (s): 1817.99
CPU time (s): 1812.06
CPU user time (s): 1811.22
CPU system time (s): 0.840488
CPU usage (%): 99.6736
Max. virtual memory (cumulated for all children) (KiB): 1797348
Max. memory (cumulated for all children) (KiB): 1747520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1811.22
system time used= 0.840488
maximum resident set size= 1747520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364411
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= 3
involuntary context switches= 4133


# summary of solver processes directly reported to runsolver:
#   pid: 69059
#   total CPU time (s): 1812.06
#   total CPU user time (s): 1811.22
#   total CPU system time (s): 0.840488

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.74894 second user time and 19.1367 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-03 03:44:56
IDJOB=4507928
IDBENCH=158390
IDSOLVER=3323
FILE ID=nodeC002/4507928-1751507096
RUNJOBID= nodeC002-1751503441-68460
SLURM_JOB_ID= 9598590
Free space on /tmp= 432708 MiB

SOLVER NAME= CASHWMaxSATDisjCom-S 2025-06-01
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.5.opb
COMMAND LINE= CASHWMaxSAT-DisjCom-S BENCHNAME -total-t=TIMEOUT -no-par -v0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507928-1751507096/watcher-4507928-1751507096 -o /tmp/evaluation-result-4507928-1751507096/solver-4507928-1751507096 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751503441-68460 --watchdog 3760  CASHWMaxSAT-DisjCom-S HOME/instance-4507928-1751507096.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=1550970174

nodeC002 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3492.743
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
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		: 3531.668
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
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.213
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
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		: 3700.000
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
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		: 3491.851
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
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		: 3491.935
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
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		: 3700.000
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
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.688
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        124739264 kB
MemAvailable:   125285156 kB
Buffers:            2128 kB
Cached:          1352088 kB
SwapCached:           28 kB
Active:          5013928 kB
Inactive:        1049000 kB
Active(anon):    4720240 kB
Inactive(anon):     6404 kB
Active(file):     293688 kB
Inactive(file):  1042596 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             27976 kB
Writeback:             0 kB
AnonPages:       4711768 kB
Mapped:           132892 kB
Shmem:             17932 kB
KReclaimable:      98472 kB
Slab:             181760 kB
SReclaimable:      98472 kB
SUnreclaim:        83288 kB
KernelStack:        4032 kB
PageTables:        12388 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    5147308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    790528 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432692 MiB
End job on nodeC002 at 2025-07-03 04:15:14