Trace number 4518386

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-01OPT1 2512.85 2521.54

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
linear/normalized-evencolouring_opt_linear_random6regular_nvert_021.opb
MD5SUM13aa29e786187b82093ba5acc80c7659
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.009484
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables84
Total number of constraints21
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 21
Biggest coefficient in the objective function 21
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 231
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 231
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
0.00/0.00	c Do: 140733154651400 140733154651408
0.00/0.00	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
0.00/0.00	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
0.00/0.00	c Starting SCIP solver  (with time-limit = 1800s) ...
1793.00/1800.00	c SCIP timeout with lower and upper bounds: [0, 1]
1793.00/1800.00	o 1
1793.10/1800.14	c Do: 140733154651400 140733154651408
2512.79/2521.54	s OPTIMUM FOUND
2512.79/2521.54	v x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 x9 -x10 x11 x12 x13 x14 -x15 -x16 -x17 x18 -x19 -x20 x21 x22 -x23 -x24 x25 x26 x27 x28 -x29 -x30 x31 -x32 x33 x34 -x35 -x36 x37 -x38 -x39 x40 -x41 x42 x43 -x44 -x45 x46 -x47 -x48 x49 -x50 x51 x52 x53 -x54 x55 x56 x57 -x58 -x59 x60 -x61 -x62 x63

Verifier Data

OK	1

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: 63708 MiB (61752 MiB free)
  memory of node 1: 64465 MiB (62912 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4518386-1751543614/watcher-4518386-1751543614 -o /tmp/evaluation-result-4518386-1751543614/solver-4518386-1751543614 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751537885-78426 --watchdog 3760 CASHWMaxSAT-DisjCom-S HOME/instance-4518386-1751543614.opb -total-t=3600 -no-par -v0 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=79089, runsolver pid=79086
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 2.09 2.09 2.32 3/252 79090
/proc/meminfo: memFree=127648200/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=33416 memory=23296 CPUtime=0.09 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 3550 0 0 0 9 0 0 0 20 0 1 0 69983891 34217984 5824 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 8354 5824 2528 2416 0 5456 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 33416 KiB
Current children cumulated memory: 23296 KiB

[startup+0.205451 s]*
/proc/loadavg: 2.09 2.09 2.32 3/252 79090
/proc/meminfo: memFree=127640136/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=39780 memory=29696 CPUtime=0.2 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 5125 0 0 0 20 0 0 0 20 0 1 0 69983891 40734720 7424 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 9945 7424 2528 2416 0 7047 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39780 KiB
Current children cumulated memory: 29696 KiB

[startup+0.305356 s]*
/proc/loadavg: 2.09 2.09 2.32 3/252 79090
/proc/meminfo: memFree=127632072/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=46812 memory=35328 CPUtime=0.3 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 6531 0 0 0 30 0 0 0 20 0 1 0 69983891 47935488 8832 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 11703 8832 2528 2416 0 8805 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 46812 KiB
Current children cumulated memory: 35328 KiB

[startup+0.700172 s]
/proc/loadavg: 2.09 2.09 2.32 3/252 79090
/proc/meminfo: memFree=127632072/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=50672 memory=39296 CPUtime=0.68 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 7535 0 0 0 68 0 0 0 20 0 1 0 69983891 51888128 9824 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 12668 9824 2528 2416 0 9770 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 50672 KiB
Current children cumulated memory: 39296 KiB

[startup+1.50018 s]
/proc/loadavg: 2.09 2.09 2.32 3/252 79090
/proc/meminfo: memFree=127624336/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=51832 memory=41216 CPUtime=1.49 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 8019 0 0 0 148 1 0 0 20 0 1 0 69983891 53075968 10304 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 12958 10304 2528 2416 0 10060 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 51832 KiB
Current children cumulated memory: 41216 KiB

[startup+3.10525 s]
/proc/loadavg: 2.08 2.09 2.32 3/252 79090
/proc/meminfo: memFree=127624356/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=53572 memory=43136 CPUtime=3.09 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 8508 0 0 0 308 1 0 0 20 0 1 0 69983891 54857728 10784 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 13393 10784 2528 2416 0 10495 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 53572 KiB
Current children cumulated memory: 43136 KiB

[startup+6.30015 s]
/proc/loadavg: 2.08 2.09 2.32 3/252 79090
/proc/meminfo: memFree=127622592/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=59760 memory=49536 CPUtime=6.27 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 10101 0 0 0 626 1 0 0 20 0 1 0 69983891 61194240 12384 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 14940 12384 2528 2416 0 12042 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 59760 KiB
Current children cumulated memory: 49536 KiB

[startup+12.7001 s]
/proc/loadavg: 2.15 2.10 2.32 3/252 79090
/proc/meminfo: memFree=127614528/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=59760 memory=49664 CPUtime=12.64 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 10125 0 0 0 1263 1 0 0 20 0 1 0 69983891 61194240 12416 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 14940 12416 2528 2416 0 12042 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 59760 KiB
Current children cumulated memory: 49664 KiB

[startup+25.5002 s]
/proc/loadavg: 2.13 2.10 2.32 3/253 79092
/proc/meminfo: memFree=127609296/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=62196 memory=51200 CPUtime=25.39 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 10523 0 0 0 2538 1 0 0 20 0 1 0 69983891 63688704 12800 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 15549 12800 2528 2416 0 12651 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 62196 KiB
Current children cumulated memory: 51200 KiB

[startup+51.1053 s]
/proc/loadavg: 2.08 2.09 2.31 3/253 79092
/proc/meminfo: memFree=127596768/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=64988 memory=54016 CPUtime=50.89 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 11212 0 0 0 5088 1 0 0 20 0 1 0 69983891 66547712 13504 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 16247 13504 2528 2416 0 13349 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 64988 KiB
Current children cumulated memory: 54016 KiB

[startup+102.3 s]
/proc/loadavg: 2.14 2.10 2.30 3/253 79095
/proc/meminfo: memFree=127557176/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=70692 memory=59648 CPUtime=101.88 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 12623 0 0 0 10186 2 0 0 20 0 1 0 69983891 72388608 14912 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 17673 14912 2528 2416 0 14775 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 70692 KiB
Current children cumulated memory: 59648 KiB

[startup+162.3 s]
/proc/loadavg: 2.10 2.10 2.28 3/254 79098
/proc/meminfo: memFree=127522816/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=76908 memory=66048 CPUtime=161.62 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 14227 0 0 0 16160 2 0 0 20 0 1 0 69983891 78753792 16512 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 19227 16512 2528 2416 0 16329 0
Current children cumulated CPU time: 161.62 s
Current children cumulated vsize: 76908 KiB
Current children cumulated memory: 66048 KiB

[startup+222.3 s]
/proc/loadavg: 2.08 2.09 2.27 3/254 79100
/proc/meminfo: memFree=127497752/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=85488 memory=77952 CPUtime=221.35 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 16518 0 0 0 22133 2 0 0 20 0 1 0 69983891 87539712 19488 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 21372 19488 2528 2416 0 18474 0
Current children cumulated CPU time: 221.35 s
Current children cumulated vsize: 85488 KiB
Current children cumulated memory: 77952 KiB

[startup+282.3 s]
/proc/loadavg: 2.13 2.10 2.26 3/254 79103
/proc/meminfo: memFree=127455660/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=92016 memory=84096 CPUtime=281.13 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 17972 0 0 0 28110 3 0 0 20 0 1 0 69983891 94224384 21024 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 23004 21024 2528 2416 0 20106 0
Current children cumulated CPU time: 281.13 s
Current children cumulated vsize: 92016 KiB
Current children cumulated memory: 84096 KiB

[startup+342.3 s]
/proc/loadavg: 2.09 2.09 2.25 3/253 79105
/proc/meminfo: memFree=127440636/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=92564 memory=85248 CPUtime=340.91 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 18306 0 0 0 34088 3 0 0 20 0 1 0 69983891 94785536 21312 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 23141 21312 2528 2416 0 20243 0
Current children cumulated CPU time: 340.91 s
Current children cumulated vsize: 92564 KiB
Current children cumulated memory: 85248 KiB

[startup+402.3 s]
/proc/loadavg: 2.14 2.11 2.24 3/252 79107
/proc/meminfo: memFree=127425612/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=93248 memory=85760 CPUtime=400.69 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 18469 0 0 0 40066 3 0 0 20 0 1 0 69983891 95485952 21440 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 23312 21440 2528 2416 0 20414 0
Current children cumulated CPU time: 400.69 s
Current children cumulated vsize: 93248 KiB
Current children cumulated memory: 85760 KiB

[startup+462.3 s]
/proc/loadavg: 2.11 2.10 2.23 3/252 79120
/proc/meminfo: memFree=127402536/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=93472 memory=85760 CPUtime=460.47 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 18524 0 0 0 46044 3 0 0 20 0 1 0 69983891 95715328 21440 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 23368 21440 2528 2416 0 20470 0
Current children cumulated CPU time: 460.47 s

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

/proc/loadavg: 2.09 2.08 2.09 3/250 79204
/proc/meminfo: memFree=127044432/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=118692 memory=109884 CPUtime=2134.5 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 29803 0 0 0 213444 6 0 0 20 0 1 0 69983891 121540608 27471 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 29673 27471 2528 2416 0 26775 0
Current children cumulated CPU time: 2134.5 s
Current children cumulated vsize: 118692 KiB
Current children cumulated memory: 109884 KiB

[startup+2202.3 s]
/proc/loadavg: 2.07 2.08 2.09 3/250 79206
/proc/meminfo: memFree=127044024/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=118692 memory=110140 CPUtime=2194.35 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 29889 0 0 0 219429 6 0 0 20 0 1 0 69983891 121540608 27535 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 29673 27535 2528 2416 0 26775 0
Current children cumulated CPU time: 2194.35 s
Current children cumulated vsize: 118692 KiB
Current children cumulated memory: 110140 KiB

[startup+2262.3 s]
/proc/loadavg: 2.06 2.08 2.09 3/251 79209
/proc/meminfo: memFree=127044384/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=118692 memory=110268 CPUtime=2254.21 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 29923 0 0 0 225415 6 0 0 20 0 1 0 69983891 121540608 27567 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 29673 27567 2528 2416 0 26775 0
Current children cumulated CPU time: 2254.21 s
Current children cumulated vsize: 118692 KiB
Current children cumulated memory: 110268 KiB

[startup+2322.3 s]
/proc/loadavg: 2.06 2.08 2.09 3/251 79211
/proc/meminfo: memFree=127045468/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=125764 memory=116644 CPUtime=2314.07 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 32124 0 0 0 231400 7 0 0 20 0 1 0 69983891 128782336 29161 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 31441 29161 2528 2416 0 28543 0
Current children cumulated CPU time: 2314.07 s
Current children cumulated vsize: 125764 KiB
Current children cumulated memory: 116644 KiB

[startup+2382.3 s]
/proc/loadavg: 2.13 2.09 2.09 3/252 79216
/proc/meminfo: memFree=127046236/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=125764 memory=117676 CPUtime=2373.92 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 35111 0 0 0 237384 8 0 0 20 0 1 0 69983891 128782336 29419 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 31441 29419 2528 2416 0 28543 0
Current children cumulated CPU time: 2373.92 s
Current children cumulated vsize: 125764 KiB
Current children cumulated memory: 117676 KiB

[startup+2442.3 s]
/proc/loadavg: 2.10 2.09 2.09 3/252 79222
/proc/meminfo: memFree=127047436/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=125764 memory=118572 CPUtime=2433.79 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 35262 0 0 0 243370 9 0 0 20 0 1 0 69983891 128782336 29643 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 31441 29643 2528 2416 0 28543 0
Current children cumulated CPU time: 2433.79 s
Current children cumulated vsize: 125764 KiB
Current children cumulated memory: 118572 KiB

[startup+2502.3 s]
/proc/loadavg: 2.12 2.09 2.09 3/253 79225
/proc/meminfo: memFree=127046020/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=137260 memory=126244 CPUtime=2493.64 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 37082 0 0 0 249355 9 0 0 20 0 1 0 69983891 140554240 31561 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 34315 31561 2528 2416 0 31417 0
Current children cumulated CPU time: 2493.64 s
Current children cumulated vsize: 137260 KiB
Current children cumulated memory: 126244 KiB

[startup+2521.54 s]
# the end of solver process 79089 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=2512.75 s, system=0.099663 s

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

[startup+2508.8 s]
/proc/loadavg: 2.11 2.09 2.09 3/253 79225
/proc/meminfo: memFree=127046020/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=137260 memory=126244 CPUtime=2500.12 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 37082 0 0 0 250003 9 0 0 20 0 1 0 69983891 140554240 31561 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 34315 31561 2528 2416 0 31417 0
Current children cumulated CPU time: 2500.12 s
Current children cumulated vsize: 137260 KiB
Current children cumulated memory: 126244 KiB

[startup+2515.2 s]
/proc/loadavg: 2.10 2.08 2.09 3/253 79225
/proc/meminfo: memFree=127046020/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=137260 memory=126244 CPUtime=2506.51 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 37082 0 0 0 250642 9 0 0 20 0 1 0 69983891 140554240 31561 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 34315 31561 2528 2416 0 31417 0
Current children cumulated CPU time: 2506.51 s
Current children cumulated vsize: 137260 KiB
Current children cumulated memory: 126244 KiB

[startup+2518.4 s]
/proc/loadavg: 2.09 2.08 2.09 3/253 79225
/proc/meminfo: memFree=127046020/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=137260 memory=126244 CPUtime=2509.7 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 37082 0 0 0 250961 9 0 0 20 0 1 0 69983891 140554240 31561 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 34315 31561 2528 2416 0 31417 0
Current children cumulated CPU time: 2509.7 s
Current children cumulated vsize: 137260 KiB
Current children cumulated memory: 126244 KiB

[startup+2520 s]*
/proc/loadavg: 2.09 2.08 2.09 3/253 79225
/proc/meminfo: memFree=127046020/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=137260 memory=126244 CPUtime=2511.3 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 37082 0 0 0 251121 9 0 0 20 0 1 0 69983891 140554240 31561 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 34315 31561 2528 2416 0 31417 0
Current children cumulated CPU time: 2511.3 s
Current children cumulated vsize: 137260 KiB
Current children cumulated memory: 126244 KiB

[startup+2520.8 s]
/proc/loadavg: 2.09 2.08 2.09 3/253 79225
/proc/meminfo: memFree=127046020/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=137260 memory=126244 CPUtime=2512.09 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 37082 0 0 0 251200 9 0 0 20 0 1 0 69983891 140554240 31561 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 34315 31561 2528 2416 0 31417 0
Current children cumulated CPU time: 2512.09 s
Current children cumulated vsize: 137260 KiB
Current children cumulated memory: 126244 KiB

[startup+2521.2 s]
/proc/loadavg: 2.09 2.08 2.09 3/253 79225
/proc/meminfo: memFree=127046020/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=137260 memory=126244 CPUtime=2512.49 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 37082 0 0 0 251240 9 0 0 20 0 1 0 69983891 140554240 31561 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 34315 31561 2528 2416 0 31417 0
Current children cumulated CPU time: 2512.49 s
Current children cumulated vsize: 137260 KiB
Current children cumulated memory: 126244 KiB

[startup+2521.4 s]
/proc/loadavg: 2.09 2.08 2.09 3/253 79225
/proc/meminfo: memFree=127046020/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=137260 memory=126244 CPUtime=2512.69 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 37082 0 0 0 251260 9 0 0 20 0 1 0 69983891 140554240 31561 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 34315 31561 2528 2416 0 31417 0
Current children cumulated CPU time: 2512.69 s
Current children cumulated vsize: 137260 KiB
Current children cumulated memory: 126244 KiB

[startup+2521.5 s]
/proc/loadavg: 2.09 2.08 2.09 3/253 79225
/proc/meminfo: memFree=127046020/131250000 swapFree=33010684/33010684
[pid=79089] ppid=79086 vsize=137260 memory=126244 CPUtime=2512.79 cores=4,6
/proc/79089/stat : 79089 (CASHWMaxSAT-Dis) R 79086 79089 78415 0 -1 4194304 37082 0 0 0 251270 9 0 0 20 0 1 0 69983891 140554240 31561 18446744073709551615 4198400 14093885 140733154653760 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 15976432 16051504 42299392 140733154662762 140733154662877 140733154662877 140733154668479 0
/proc/79089/statm: 34315 31561 2528 2416 0 31417 0
Current children cumulated CPU time: 2512.79 s
Current children cumulated vsize: 137260 KiB
Current children cumulated memory: 126244 KiB

Child status: 30

Real time (s): 2521.54
CPU time (s): 2512.85
CPU user time (s): 2512.75
CPU system time (s): 0.099663
CPU usage (%): 99.6552
Max. virtual memory (cumulated for all children) (KiB): 137260
Max. memory (cumulated for all children) (KiB): 128640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.75
system time used= 0.099663
maximum resident set size= 128640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37083
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= 51
involuntary context switches= 2444


# summary of solver processes directly reported to runsolver:
#   pid: 79089
#   total CPU time (s): 2512.85
#   total CPU user time (s): 2512.75
#   total CPU system time (s): 0.099663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.72344 second user time and 10.5104 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-03 13:53:34
IDJOB=4518386
IDBENCH=177047
IDSOLVER=3323
FILE ID=nodeC028/4518386-1751543614
RUNJOBID= nodeC028-1751537885-78426
SLURM_JOB_ID= 9598691
Free space on /tmp= 431472 MiB

SOLVER NAME= CASHWMaxSATDisjCom-S 2025-06-01
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/linear/normalized-evencolouring_opt_linear_random6regular_nvert_021.opb
COMMAND LINE= CASHWMaxSAT-DisjCom-S BENCHNAME -total-t=TIMEOUT -no-par -v0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4518386-1751543614/watcher-4518386-1751543614 -o /tmp/evaluation-result-4518386-1751543614/solver-4518386-1751543614 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751537885-78426 --watchdog 3760  CASHWMaxSAT-DisjCom-S HOME/instance-4518386-1751543614.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= 13aa29e786187b82093ba5acc80c7659
RANDOM SEED=1356295000

nodeC028 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	: 0xb00002a
cpu MHz		: 3600.082
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 pti ibrs ibpb stibp 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	: 7000.16
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		: 1200.249
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 pti ibrs ibpb stibp 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	: 7000.16
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		: 3700.000
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 pti ibrs ibpb stibp 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	: 7000.16
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		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.16
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		: 3600.110
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 pti ibrs ibpb stibp 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	: 7000.16
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		: 3700.000
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 pti ibrs ibpb stibp 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	: 7000.16
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		: 3601.268
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 pti ibrs ibpb stibp 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	: 7000.16
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		: 1199.938
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 pti ibrs ibpb stibp 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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127656012 kB
MemAvailable:   129505660 kB
Buffers:            3280 kB
Cached:          2651516 kB
SwapCached:            0 kB
Active:           573324 kB
Inactive:        2342268 kB
Active(anon):     278864 kB
Inactive(anon):        0 kB
Active(file):     294460 kB
Inactive(file):  2342268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12648 kB
Writeback:             0 kB
AnonPages:        263984 kB
Mapped:           114304 kB
Shmem:             18068 kB
KReclaimable:     104316 kB
Slab:             193128 kB
SReclaimable:     104316 kB
SUnreclaim:        88812 kB
KernelStack:        4080 kB
PageTables:         3184 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     557872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431460 MiB
End job on nodeC028 at 2025-07-03 14:35:35