Trace number 4496169

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 NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01SAT 145.296 145.815

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww1.opb
MD5SUMbddedf8ebdb59650607f6c0fa85806b6
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.005466
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables60
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint60
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 89643482
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 740339225
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

145.28/145.80	c Solved by First Program
145.28/145.80	c Using cadical-2.0.0-2df7b7f SAT solver by Armin Biere (2022)
145.28/145.80	s SATISFIABLE
145.28/145.80	v -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

Verifier Data

OK	0

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: 63665 MiB (63044 MiB free)
  memory of node 1: 64507 MiB (63798 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4496169-1751133704/watcher-4496169-1751133704 -o /tmp/evaluation-result-4496169-1751133704/solver-4496169-1751133704 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751133631-12205 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4496169-1751133704.opb 3600 HOME 

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

solver pid=12538, runsolver pid=12535

[startup+0.100055 s]*
/proc/loadavg: 2.92 0.95 0.39 5/274 12542
/proc/meminfo: memFree=129886568/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=18548 memory=4224 CPUtime=0.08 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 263 0 0 0 8 0 0 0 20 0 1 0 29048282 18993152 1056 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 4637 1056 896 2593 0 1530 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 25532 KiB
Current children cumulated memory: 8576 KiB

[startup+0.205376 s]*
/proc/loadavg: 2.92 0.95 0.39 5/274 12542
/proc/meminfo: memFree=129876992/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=27324 memory=12724 CPUtime=0.18 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 2632 0 0 0 18 0 0 0 20 0 1 0 29048282 27979776 3181 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 6831 3181 960 2593 0 3724 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 34308 KiB
Current children cumulated memory: 17076 KiB

[startup+0.305543 s]*
/proc/loadavg: 2.92 0.95 0.39 5/274 12542
/proc/meminfo: memFree=129876992/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=28604 memory=14084 CPUtime=0.28 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 3254 0 0 0 28 0 0 0 20 0 1 0 29048282 29290496 3521 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 7151 3521 960 2593 0 4044 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 35588 KiB
Current children cumulated memory: 18436 KiB

[startup+0.700192 s]
/proc/loadavg: 3.01 1.00 0.41 5/274 12542
/proc/meminfo: memFree=129876992/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=33128 memory=18564 CPUtime=0.67 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 5423 0 0 0 66 1 0 0 20 0 1 0 29048282 33923072 4641 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 8282 4641 992 2593 0 5175 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 40112 KiB
Current children cumulated memory: 22916 KiB

[startup+1.50018 s]
/proc/loadavg: 3.01 1.00 0.41 5/274 12542
/proc/meminfo: memFree=129868928/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=34208 memory=19968 CPUtime=1.47 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 6232 0 0 0 146 1 0 0 20 0 1 0 29048282 35028992 4992 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 8552 4992 992 2593 0 5445 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 41192 KiB
Current children cumulated memory: 24320 KiB

[startup+3.10588 s]
/proc/loadavg: 3.01 1.00 0.41 5/274 12542
/proc/meminfo: memFree=129868960/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=31980 memory=17940 CPUtime=3.07 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 6885 0 0 0 306 1 0 0 20 0 1 0 29048282 32747520 4485 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 7995 4485 992 2593 0 4888 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 38964 KiB
Current children cumulated memory: 22292 KiB

[startup+6.30017 s]
/proc/loadavg: 3.09 1.05 0.43 5/274 12542
/proc/meminfo: memFree=129868984/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=35924 memory=21732 CPUtime=6.25 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 9993 0 0 0 624 1 0 0 20 0 1 0 29048282 36786176 5433 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 8981 5433 992 2593 0 5874 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 42908 KiB
Current children cumulated memory: 26084 KiB

[startup+12.7002 s]
/proc/loadavg: 3.16 1.10 0.45 5/274 12542
/proc/meminfo: memFree=129859280/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=35660 memory=21012 CPUtime=12.64 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 13552 0 0 0 1262 2 0 0 20 0 1 0 29048282 36515840 5253 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 8915 5253 992 2593 0 5808 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 42644 KiB
Current children cumulated memory: 25364 KiB

[startup+25.5002 s]
/proc/loadavg: 3.36 1.22 0.50 5/275 12544
/proc/meminfo: memFree=129857544/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=42044 memory=27800 CPUtime=25.39 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 15584 0 0 0 2537 2 0 0 20 0 1 0 29048282 43053056 6950 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 10511 6950 992 2593 0 7404 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 49028 KiB
Current children cumulated memory: 32152 KiB

[startup+51.1056 s]
/proc/loadavg: 3.62 1.48 0.61 5/275 12594
/proc/meminfo: memFree=129645700/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=41304 memory=27144 CPUtime=50.92 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 20810 0 0 0 5088 4 0 0 20 0 1 0 29048282 42295296 6786 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 10326 6786 992 2593 0 7219 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 48288 KiB
Current children cumulated memory: 31496 KiB

[startup+102.3 s]
/proc/loadavg: 3.88 1.89 0.79 5/275 12596
/proc/meminfo: memFree=129633008/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=56176 memory=42008 CPUtime=101.93 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 28437 0 0 0 10187 6 0 0 20 0 1 0 29048282 57524224 10502 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 14044 10502 992 2593 0 10937 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 63160 KiB
Current children cumulated memory: 46360 KiB

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

# cumulated CPU time of all completed processes:  user=145.22 s, system=0.076498 s

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

[startup+102.4 s]
/proc/loadavg: 3.88 1.89 0.79 5/275 12596
/proc/meminfo: memFree=129633008/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=56176 memory=42008 CPUtime=102.03 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 28437 0 0 0 10197 6 0 0 20 0 1 0 29048282 57524224 10502 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 14044 10502 992 2593 0 10937 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 63160 KiB
Current children cumulated memory: 46360 KiB

[startup+128 s]*
/proc/loadavg: 3.92 2.06 0.88 5/275 12596
/proc/meminfo: memFree=129598932/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=59236 memory=44952 CPUtime=127.54 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 30188 0 0 0 12748 6 0 0 20 0 1 0 29048282 60657664 11238 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 14809 11238 992 2593 0 11702 0
Current children cumulated CPU time: 127.54 s
Current children cumulated vsize: 66220 KiB
Current children cumulated memory: 49304 KiB

[startup+134.4 s]
/proc/loadavg: 3.93 2.09 0.90 5/275 12596
/proc/meminfo: memFree=129589072/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=60140 memory=45976 CPUtime=133.92 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 30416 0 0 0 13386 6 0 0 20 0 1 0 29048282 61583360 11494 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 15035 11494 992 2593 0 11928 0
Current children cumulated CPU time: 133.92 s
Current children cumulated vsize: 67124 KiB
Current children cumulated memory: 50328 KiB

[startup+140.8 s]
/proc/loadavg: 3.93 2.12 0.91 5/275 12597
/proc/meminfo: memFree=129581700/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=60140 memory=45976 CPUtime=140.29 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 30416 0 0 0 14023 6 0 0 20 0 1 0 29048282 61583360 11494 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 15035 11494 992 2593 0 11928 0
Current children cumulated CPU time: 140.29 s
Current children cumulated vsize: 67124 KiB
Current children cumulated memory: 50328 KiB

[startup+144 s]*
/proc/loadavg: 4.02 2.17 0.94 5/275 12597
/proc/meminfo: memFree=129587316/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=52840 memory=37912 CPUtime=143.49 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 31473 0 0 0 14343 6 0 0 20 0 1 0 29048282 54108160 9478 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 13210 9478 992 2593 0 10103 0
Current children cumulated CPU time: 143.49 s
Current children cumulated vsize: 59824 KiB
Current children cumulated memory: 42264 KiB

[startup+144.8 s]
/proc/loadavg: 4.02 2.17 0.94 5/275 12597
/proc/meminfo: memFree=129587316/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=52840 memory=38036 CPUtime=144.28 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 31827 0 0 0 14421 7 0 0 20 0 1 0 29048282 54108160 9509 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 13210 9509 992 2593 0 10103 0
Current children cumulated CPU time: 144.28 s
Current children cumulated vsize: 59824 KiB
Current children cumulated memory: 42388 KiB

[startup+145.6 s]
/proc/loadavg: 4.02 2.17 0.94 5/275 12597
/proc/meminfo: memFree=129584048/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=52840 memory=38036 CPUtime=145.08 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 31827 0 0 0 14501 7 0 0 20 0 1 0 29048282 54108160 9509 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 13210 9509 992 2593 0 10103 0
Current children cumulated CPU time: 145.08 s
Current children cumulated vsize: 59824 KiB
Current children cumulated memory: 42388 KiB

[startup+145.8 s]
/proc/loadavg: 4.02 2.17 0.94 5/275 12597
/proc/meminfo: memFree=129584048/131250000 swapFree=33010684/33010684
[pid=12538] ppid=12535 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12538/stat : 12538 (Hybrid-CASHWMax) S 12535 12538 12190 0 -1 4194304 252 104 0 0 0 0 0 0 20 0 1 0 29048280 4427776 736 18446744073709551615 94878702141440 94878703035973 140729070961440 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94878703275024 94878703322768 94878704721920 140729070963031 140729070963185 140729070963185 140729070968787 0
/proc/12538/statm: 1081 736 672 219 0 143 0
[pid=12541] ppid=12538 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12541/stat : 12541 (timeout) S 12538 12541 12190 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29048281 2723840 352 18446744073709551615 94742478528512 94742478545025 140729144695840 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94742478559792 94742478561880 94742496235520 140729144703392 140729144703522 140729144703522 140729144709095 0
/proc/12541/statm: 665 352 352 5 0 90 0
[pid=12542] ppid=12541 vsize=52840 memory=38036 CPUtime=145.28 cores=0,2
/proc/12542/stat : 12542 (CASHWMaxSAT-Dis) R 12541 12541 12190 0 -1 4194304 31827 0 0 0 14521 7 0 0 20 0 1 0 29048282 54108160 9509 18446744073709551615 4198400 14817773 140729231084848 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 29200384 140729231088038 140729231088155 140729231088155 140729231093728 0
/proc/12542/statm: 13210 9509 992 2593 0 10103 0
Current children cumulated CPU time: 145.28 s
Current children cumulated vsize: 59824 KiB
Current children cumulated memory: 42388 KiB

Child status: 0

Real time (s): 145.815
CPU time (s): 145.296
CPU user time (s): 145.22
CPU system time (s): 0.076498
CPU usage (%): 99.6441
Max. virtual memory (cumulated for all children) (KiB): 70776
Max. memory (cumulated for all children) (KiB): 53912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.22
system time used= 0.076498
maximum resident set size= 53488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 326
involuntary context switches= 903


# summary of solver processes directly reported to runsolver:
#   pid: 12538
#   total CPU time (s): 145.296
#   total CPU user time (s): 145.22
#   total CPU system time (s): 0.076498

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.330779 second user time and 0.680448 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-28 20:01:44
IDJOB=4496169
IDBENCH=148109
IDSOLVER=3328
FILE ID=nodeC018/4496169-1751133704
RUNJOBID= nodeC018-1751133631-12205
SLURM_JOB_ID= 9587418
Free space on /tmp= 433004 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww1.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4496169-1751133704/watcher-4496169-1751133704 -o /tmp/evaluation-result-4496169-1751133704/solver-4496169-1751133704 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751133631-12205 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4496169-1751133704.opb 3600 HOME

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

MD5SUM BENCH= bddedf8ebdb59650607f6c0fa85806b6
RANDOM SEED=753056809

nodeC018 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		: 3608.819
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	: 6999.66
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		: 3599.834
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	: 6999.66
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		: 3599.829
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	: 6999.66
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		: 3593.771
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	: 6999.66
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		: 3599.804
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	: 6999.66
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		: 3599.787
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	: 6999.66
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		: 3606.678
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	: 6999.66
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		: 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 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	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129885604 kB
MemAvailable:   129503700 kB
Buffers:            3280 kB
Cached:           401956 kB
SwapCached:            0 kB
Active:           519844 kB
Inactive:         195352 kB
Active(anon):     328036 kB
Inactive(anon):        0 kB
Active(file):     191808 kB
Inactive(file):   195352 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17516 kB
Writeback:             0 kB
AnonPages:        312632 kB
Mapped:           114600 kB
Shmem:             18076 kB
KReclaimable:      83988 kB
Slab:             165692 kB
SReclaimable:      83988 kB
SUnreclaim:        81704 kB
KernelStack:        4384 kB
PageTables:         3796 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     666840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432980 MiB
End job on nodeC018 at 2025-06-28 20:04:10