Trace number 4517787

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
CASHWMaxSATDisjCad-S 2025-06-01OPT4 1794.34 1801.94

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=7-t=3.opb
MD5SUMad161e8f5b72ad1155ab92e93b5e74ca
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 benchmark4
Best CPU time to get the best result obtained on this benchmark0.150671
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables98
Total number of constraints966
Number of constraints which are clauses959
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint8
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.01	c Using cadical-2.0.0-2df7b7f SAT solver by Armin Biere (2022)
0.00/0.01	o 7
0.00/0.01	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
0.00/0.02	c Starting SCIP solver  (with time-limit = 1800s) ...
1792.41/1800.02	c SCIP timeout with lower and upper bounds: [1, 4]
1792.41/1800.02	o 4
1794.29/1801.93	s OPTIMUM FOUND
1794.29/1801.93	v x22 x23 x24 -x25 x26 -x27 -x28 -x29 -x36 -x43 -x50 -x57 -x64 -x71 -x30 -x37 -x44 -x51 -x58 -x65 -x72 -x31 -x38 -x45 -x52 -x59 -x66 -x73 -x32 -x39 -x46 -x53 -x60 x67 -x74 -x33 -x40 -x47 -x54 -x61 -x68 -x75 -x34 -x41 -x48 x55 -x62 -x69 -x76 -x35 x42 -x49 -x56 -x63 -x70 -x77 x1 -x2 -x3 x4 x5 -x6 x7 x8 -x9 x10 -x11 x12 x13 -x14 -x15 x16 x17 x18 x19 -x20 -x21 -x78 x79 -x80 -x81 -x82 x83 x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 x92 x93 -x94 -x95 -x96 -x97 x98

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517787-1751532382/watcher-4517787-1751532382 -o /tmp/evaluation-result-4517787-1751532382/solver-4517787-1751532382 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751523121-76677 --watchdog 3760 CASHWMaxSAT-DisjCad-S HOME/instance-4517787-1751532382.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=78033, runsolver pid=78030

[startup+0.100074 s]*
/proc/loadavg: 4.16 4.15 4.14 5/250 78034
/proc/meminfo: memFree=126300092/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=32388 memory=22272 CPUtime=0.1 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 3217 0 0 0 10 0 0 0 20 0 1 0 68916900 33165312 5568 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 8097 5568 2656 2593 0 4990 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32388 KiB
Current children cumulated memory: 22272 KiB

[startup+0.213184 s]*
/proc/loadavg: 4.16 4.15 4.14 5/250 78034
/proc/meminfo: memFree=126300092/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=30300 memory=21540 CPUtime=0.21 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 3237 0 0 0 21 0 0 0 20 0 1 0 68916900 31027200 5385 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 7575 5385 2656 2593 0 4468 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 30300 KiB
Current children cumulated memory: 21540 KiB

[startup+0.313146 s]*
/proc/loadavg: 4.16 4.15 4.14 5/250 78034
/proc/meminfo: memFree=126300092/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=30300 memory=21540 CPUtime=0.31 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 3239 0 0 0 31 0 0 0 20 0 1 0 68916900 31027200 5385 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 7575 5385 2656 2593 0 4468 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 30300 KiB
Current children cumulated memory: 21540 KiB

[startup+0.700282 s]
/proc/loadavg: 4.16 4.15 4.14 5/250 78034
/proc/meminfo: memFree=126300092/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=31000 memory=22180 CPUtime=0.68 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 3412 0 0 0 68 0 0 0 20 0 1 0 68916900 31744000 5545 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 7750 5545 2656 2593 0 4643 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 31000 KiB
Current children cumulated memory: 22180 KiB

[startup+1.50029 s]
/proc/loadavg: 4.16 4.15 4.14 5/250 78034
/proc/meminfo: memFree=126300440/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=36868 memory=27684 CPUtime=1.48 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 4794 0 0 0 147 1 0 0 20 0 1 0 68916900 37752832 6921 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 9217 6921 2656 2593 0 6110 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 36868 KiB
Current children cumulated memory: 27684 KiB

[startup+3.11299 s]
/proc/loadavg: 4.16 4.15 4.14 5/250 78034
/proc/meminfo: memFree=126260096/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=45912 memory=36024 CPUtime=3.09 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 7095 0 0 0 308 1 0 0 20 0 1 0 68916900 47013888 9006 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 11478 9006 2656 2593 0 8371 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 45912 KiB
Current children cumulated memory: 36024 KiB

[startup+6.3003 s]
/proc/loadavg: 4.15 4.14 4.13 5/250 78034
/proc/meminfo: memFree=126246048/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=53608 memory=44568 CPUtime=6.27 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 9523 0 0 0 625 2 0 0 20 0 1 0 68916900 54894592 11142 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 13402 11142 2656 2593 0 10295 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 53608 KiB
Current children cumulated memory: 44568 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.14 4.13 5/250 78034
/proc/meminfo: memFree=126205088/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=63852 memory=54424 CPUtime=12.64 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 11978 0 0 0 1262 2 0 0 20 0 1 0 68916900 65384448 13606 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 15963 13606 2656 2593 0 12856 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 63852 KiB
Current children cumulated memory: 54424 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 4.13 4.13 5/250 78034
/proc/meminfo: memFree=126179948/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=78212 memory=66880 CPUtime=25.38 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 15353 0 0 0 2535 3 0 0 20 0 1 0 68916900 80089088 16720 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 19553 16720 2656 2593 0 16446 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 78212 KiB
Current children cumulated memory: 66880 KiB

[startup+51.1127 s]
/proc/loadavg: 4.20 4.16 4.14 5/250 78035
/proc/meminfo: memFree=126102368/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=106432 memory=93452 CPUtime=50.89 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 22489 0 0 0 5085 4 0 0 20 0 1 0 68916900 108986368 23363 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 26608 23363 2656 2593 0 23501 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 106432 KiB
Current children cumulated memory: 93452 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.15 4.13 5/251 78038
/proc/meminfo: memFree=127035244/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=154356 memory=137096 CPUtime=101.86 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 34806 0 0 0 10181 5 0 0 20 0 1 0 68916900 158060544 34274 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 38589 34274 2912 2593 0 35482 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 154356 KiB
Current children cumulated memory: 137096 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.13 4.13 5/251 78040
/proc/meminfo: memFree=126904280/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=198036 memory=185856 CPUtime=161.62 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 47707 0 0 0 16154 8 0 0 20 0 1 0 68916900 202788864 46464 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 49509 46464 2912 2593 0 46402 0
Current children cumulated CPU time: 161.62 s
Current children cumulated vsize: 198036 KiB
Current children cumulated memory: 185856 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.14 4.13 5/251 78042
/proc/meminfo: memFree=126746248/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=277232 memory=259464 CPUtime=221.39 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 59291 0 0 0 22127 12 0 0 20 0 1 0 68916900 283885568 64866 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 69308 64866 2912 2593 0 66201 0
Current children cumulated CPU time: 221.39 s
Current children cumulated vsize: 277232 KiB
Current children cumulated memory: 259464 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.13 4.12 5/251 78045
/proc/meminfo: memFree=126666340/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=351536 memory=320212 CPUtime=281.14 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 70406 0 0 0 28100 14 0 0 20 0 1 0 68916900 359972864 80053 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 87884 80053 2912 2593 0 84777 0
Current children cumulated CPU time: 281.14 s
Current children cumulated vsize: 351536 KiB
Current children cumulated memory: 320212 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.12 4.12 5/251 78047
/proc/meminfo: memFree=126494324/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=411528 memory=387632 CPUtime=340.9 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 77943 0 0 0 34074 16 0 0 20 0 1 0 68916900 421404672 96908 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 102882 96908 2912 2593 0 99775 0
Current children cumulated CPU time: 340.9 s
Current children cumulated vsize: 411528 KiB
Current children cumulated memory: 387632 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.11 4.11 5/251 78049
/proc/meminfo: memFree=126325612/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=472720 memory=452704 CPUtime=400.66 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 85574 0 0 0 40047 19 0 0 20 0 1 0 68916900 484065280 113176 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 118180 113176 2912 2593 0 115073 0
Current children cumulated CPU time: 400.66 s
Current children cumulated vsize: 472720 KiB
Current children cumulated memory: 452704 KiB

[startup+462.3 s]
/proc/loadavg: 4.52 4.21 4.14 5/249 78057
/proc/meminfo: memFree=126184328/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=542172 memory=519324 CPUtime=460.39 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 92012 0 0 0 46018 21 0 0 20 0 1 0 68916900 555184128 129831 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 135543 129831 2912 2593 0 132436 0
Current children cumulated CPU time: 460.39 s

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

/proc/loadavg: 3.09 3.36 3.77 4/243 78180
/proc/meminfo: memFree=127224692/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=1549824 memory=1455200 CPUtime=1356.59 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 148806 0 0 0 135608 51 0 0 20 0 1 0 68916900 1587019776 363800 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 387456 363800 2912 2593 0 384349 0
Current children cumulated CPU time: 1356.59 s
Current children cumulated vsize: 1549824 KiB
Current children cumulated memory: 1455200 KiB

[startup+1422.3 s]
/proc/loadavg: 3.07 3.31 3.72 4/243 78182
/proc/meminfo: memFree=127163004/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=1552628 memory=1503264 CPUtime=1416.33 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 150103 0 0 0 141581 52 0 0 20 0 1 0 68916900 1589891072 375816 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 388157 375816 2912 2593 0 385050 0
Current children cumulated CPU time: 1416.33 s
Current children cumulated vsize: 1552628 KiB
Current children cumulated memory: 1503264 KiB

[startup+1482.3 s]
/proc/loadavg: 3.06 3.26 3.68 4/243 78184
/proc/meminfo: memFree=127076116/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=1798056 memory=1567416 CPUtime=1476.08 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 154897 0 0 0 147553 55 0 0 20 0 1 0 68916900 1841209344 391854 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 449514 391854 2912 2593 0 446407 0
Current children cumulated CPU time: 1476.08 s
Current children cumulated vsize: 1798056 KiB
Current children cumulated memory: 1567416 KiB

[startup+1542.3 s]
/proc/loadavg: 3.06 3.23 3.64 4/243 78186
/proc/meminfo: memFree=126994580/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=1801500 memory=1628992 CPUtime=1535.81 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 156433 0 0 0 153525 56 0 0 20 0 1 0 68916900 1844736000 407248 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 450375 407248 2912 2593 0 447268 0
Current children cumulated CPU time: 1535.81 s
Current children cumulated vsize: 1801500 KiB
Current children cumulated memory: 1628992 KiB

[startup+1602.3 s]
/proc/loadavg: 3.13 3.21 3.61 4/242 78188
/proc/meminfo: memFree=126910648/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=1804332 memory=1697360 CPUtime=1595.55 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 157954 0 0 0 159498 57 0 0 20 0 1 0 68916900 1847635968 424340 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 451083 424340 2912 2593 0 447976 0
Current children cumulated CPU time: 1595.55 s
Current children cumulated vsize: 1804332 KiB
Current children cumulated memory: 1697360 KiB

[startup+1662.3 s]
/proc/loadavg: 3.10 3.19 3.58 4/243 78197
/proc/meminfo: memFree=126836408/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=1805348 memory=1747668 CPUtime=1655.29 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 158761 0 0 0 165471 58 0 0 20 0 1 0 68916900 1848676352 436917 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 451337 436917 2912 2593 0 448230 0
Current children cumulated CPU time: 1655.29 s
Current children cumulated vsize: 1805348 KiB
Current children cumulated memory: 1747668 KiB

[startup+1722.3 s]
/proc/loadavg: 3.51 3.27 3.58 4/244 78200
/proc/meminfo: memFree=126752544/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=1899476 memory=1810804 CPUtime=1715.04 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 160932 0 0 0 171443 61 0 0 20 0 1 0 68916900 1945063424 452701 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 474869 452701 2912 2593 0 471762 0
Current children cumulated CPU time: 1715.04 s
Current children cumulated vsize: 1899476 KiB
Current children cumulated memory: 1810804 KiB

[startup+1782.3 s]
/proc/loadavg: 3.54 3.34 3.58 4/244 78202
/proc/meminfo: memFree=126679956/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=2093712 memory=1864824 CPUtime=1774.78 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 162397 0 0 0 177416 62 0 0 20 0 1 0 68916900 2143961088 466206 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 523428 466206 2912 2593 0 520321 0
Current children cumulated CPU time: 1774.78 s
Current children cumulated vsize: 2093712 KiB
Current children cumulated memory: 1864824 KiB

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

# cumulated CPU time of all completed processes:  user=1793.68 s, system=0.656514 s

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

[startup+1792 s]*
/proc/loadavg: 3.46 3.33 3.57 4/244 78202
/proc/meminfo: memFree=126663824/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=2093712 memory=1879160 CPUtime=1784.45 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 162404 0 0 0 178383 62 0 0 20 0 1 0 68916900 2143961088 469790 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 523428 469790 2912 2593 0 520321 0
Current children cumulated CPU time: 1784.45 s
Current children cumulated vsize: 2093712 KiB
Current children cumulated memory: 1879160 KiB

[startup+1798.4 s]
/proc/loadavg: 3.42 3.32 3.57 4/244 78202
/proc/meminfo: memFree=126643852/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=2093712 memory=1885304 CPUtime=1790.81 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 162407 0 0 0 179019 62 0 0 20 0 1 0 68916900 2143961088 471326 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 523428 471326 2912 2593 0 520321 0
Current children cumulated CPU time: 1790.81 s
Current children cumulated vsize: 2093712 KiB
Current children cumulated memory: 1885304 KiB

[startup+1800 s]*
/proc/loadavg: 3.39 3.31 3.57 4/244 78202
/proc/meminfo: memFree=126639756/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=2093712 memory=1889400 CPUtime=1792.41 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 162409 0 0 0 179179 62 0 0 20 0 1 0 68916900 2143961088 472350 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 523428 472350 2912 2593 0 520321 0
Current children cumulated CPU time: 1792.41 s
Current children cumulated vsize: 2093712 KiB
Current children cumulated memory: 1889400 KiB

[startup+1800.8 s]
/proc/loadavg: 3.39 3.31 3.57 4/244 78202
/proc/meminfo: memFree=126639756/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=257696 memory=251696 CPUtime=1793.2 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 162412 0 0 0 179255 65 0 0 20 0 1 0 68916900 263880704 62924 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 64424 62924 2944 2593 0 61317 0
Current children cumulated CPU time: 1793.2 s
Current children cumulated vsize: 257696 KiB
Current children cumulated memory: 251696 KiB

[startup+1801.6 s]
/proc/loadavg: 3.39 3.31 3.57 4/244 78202
/proc/meminfo: memFree=128264516/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=257696 memory=251696 CPUtime=1794 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 162412 0 0 0 179335 65 0 0 20 0 1 0 68916900 263880704 62924 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 64424 62924 2944 2593 0 61317 0
Current children cumulated CPU time: 1794 s
Current children cumulated vsize: 257696 KiB
Current children cumulated memory: 251696 KiB

[startup+1801.8 s]
/proc/loadavg: 3.39 3.31 3.57 4/244 78202
/proc/meminfo: memFree=128264516/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=257696 memory=251696 CPUtime=1794.2 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 162412 0 0 0 179355 65 0 0 20 0 1 0 68916900 263880704 62924 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 64424 62924 2944 2593 0 61317 0
Current children cumulated CPU time: 1794.2 s
Current children cumulated vsize: 257696 KiB
Current children cumulated memory: 251696 KiB

[startup+1801.9 s]
/proc/loadavg: 3.39 3.31 3.57 4/244 78202
/proc/meminfo: memFree=128264516/131382120 swapFree=33010416/33010684
[pid=78033] ppid=78030 vsize=257696 memory=251696 CPUtime=1794.29 cores=0,2
/proc/78033/stat : 78033 (CASHWMaxSAT-Dis) R 78030 78033 76667 0 -1 4194304 162412 0 0 0 179364 65 0 0 20 0 1 0 68916900 263880704 62924 18446744073709551615 4198400 14817773 140732315789568 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 16829744 16914832 22749184 140732315793770 140732315793885 140732315793885 140732315799487 0
/proc/78033/statm: 64424 62924 2944 2593 0 61317 0
Current children cumulated CPU time: 1794.29 s
Current children cumulated vsize: 257696 KiB
Current children cumulated memory: 251696 KiB

Child status: 30

Real time (s): 1801.94
CPU time (s): 1794.34
CPU user time (s): 1793.68
CPU system time (s): 0.656514
CPU usage (%): 99.5784
Max. virtual memory (cumulated for all children) (KiB): 2095656
Max. memory (cumulated for all children) (KiB): 1889400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.68
system time used= 0.656514
maximum resident set size= 1889400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162412
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= 69
involuntary context switches= 4020


# summary of solver processes directly reported to runsolver:
#   pid: 78033
#   total CPU time (s): 1794.34
#   total CPU user time (s): 1793.68
#   total CPU system time (s): 0.656514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.12759 second user time and 17.5023 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-03 10:46:22
IDJOB=4517787
IDBENCH=176187
IDSOLVER=3322
FILE ID=nodeC003/4517787-1751532382
RUNJOBID= nodeC003-1751523121-76677
SLURM_JOB_ID= 9598648
Free space on /tmp= 431980 MiB

SOLVER NAME= CASHWMaxSATDisjCad-S 2025-06-01
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=7-t=3.opb
COMMAND LINE= CASHWMaxSAT-DisjCad-S BENCHNAME -total-t=TIMEOUT -no-par -v0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517787-1751532382/watcher-4517787-1751532382 -o /tmp/evaluation-result-4517787-1751532382/solver-4517787-1751532382 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751523121-76677 --watchdog 3760  CASHWMaxSAT-DisjCad-S HOME/instance-4517787-1751532382.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= ad161e8f5b72ad1155ab92e93b5e74ca
RANDOM SEED=1334590620

nodeC003 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		: 1197.378
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.44
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		: 3619.430
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.44
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.165
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.44
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.517
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.44
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		: 3662.233
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.44
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.745
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.44
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.466
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.44
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		: 3700.000
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        126299876 kB
MemAvailable:   126339224 kB
Buffers:            2736 kB
Cached:           836224 kB
SwapCached:           36 kB
Active:          4148356 kB
Inactive:         344188 kB
Active(anon):    3663900 kB
Inactive(anon):     7608 kB
Active(file):     484456 kB
Inactive(file):   336580 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13832 kB
Writeback:             0 kB
AnonPages:       3652452 kB
Mapped:           139020 kB
Shmem:             17924 kB
KReclaimable:     115876 kB
Slab:             201292 kB
SReclaimable:     115876 kB
SUnreclaim:        85416 kB
KernelStack:        4032 kB
PageTables:        10204 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    4237804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1433600 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431980 MiB
End job on nodeC003 at 2025-07-03 11:16:24