Trace number 4495881

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 175.744 176.34

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob5.opb
MD5SUMf4201f1ef8f74939600eabb6a2266017
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.017181
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables80
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 constraint80
Maximum length of a constraint80
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 62442885
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 803031860
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

175.69/176.32	c Solved by First Program
175.69/176.33	c Using cadical-2.0.0-2df7b7f SAT solver by Armin Biere (2022)
175.69/176.33	s SATISFIABLE
175.69/176.33	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 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80

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: 63794 MiB (62231 MiB free)
  memory of node 1: 64507 MiB (60675 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495881-1751133700/watcher-4495881-1751133700 -o /tmp/evaluation-result-4495881-1751133700/solver-4495881-1751133700 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751133631-11418 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4495881-1751133700.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=12086, runsolver pid=12082
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 3.04 0.98 0.40 5/254 12094
/proc/meminfo: memFree=125842360/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=18548 memory=4352 CPUtime=0.07 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 272 0 0 0 7 0 0 0 20 0 1 0 29049765 18993152 1088 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 4637 1088 896 2593 0 1530 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 25532 KiB
Current children cumulated memory: 8704 KiB

[startup+0.213699 s]*
/proc/loadavg: 3.04 0.98 0.40 4/260 12104
/proc/meminfo: memFree=125849260/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=18548 memory=4352 CPUtime=0.19 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 273 0 0 0 19 0 0 0 20 0 1 0 29049765 18993152 1088 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 4637 1088 896 2593 0 1530 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 25532 KiB
Current children cumulated memory: 8704 KiB

[startup+0.313733 s]*
/proc/loadavg: 3.04 0.98 0.40 7/261 12106
/proc/meminfo: memFree=125848252/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=18548 memory=4352 CPUtime=0.29 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 273 0 0 0 29 0 0 0 20 0 1 0 29049765 18993152 1088 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 4637 1088 896 2593 0 1530 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 25532 KiB
Current children cumulated memory: 8704 KiB

[startup+0.700424 s]
/proc/loadavg: 3.04 0.98 0.40 4/257 12108
/proc/meminfo: memFree=125840944/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=18548 memory=4352 CPUtime=0.66 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 284 0 0 0 66 0 0 0 20 0 1 0 29049765 18993152 1088 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 4637 1088 896 2593 0 1530 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 25532 KiB
Current children cumulated memory: 8704 KiB

[startup+1.5005 s]
/proc/loadavg: 3.12 1.03 0.42 5/255 12138
/proc/meminfo: memFree=125808700/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=36188 memory=20940 CPUtime=1.45 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 5643 0 0 0 144 1 0 0 20 0 1 0 29049765 37056512 5235 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 9047 5235 960 2593 0 5940 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 43172 KiB
Current children cumulated memory: 25292 KiB

[startup+3.11353 s]
/proc/loadavg: 3.12 1.03 0.42 5/261 12156
/proc/meminfo: memFree=125501576/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=47528 memory=32216 CPUtime=3.06 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 9855 0 0 0 304 2 0 0 20 0 1 0 29049765 48668672 8054 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 11882 8054 992 2593 0 8775 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 54512 KiB
Current children cumulated memory: 36568 KiB

[startup+6.30048 s]
/proc/loadavg: 3.19 1.08 0.44 5/261 12156
/proc/meminfo: memFree=125388752/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=43424 memory=28936 CPUtime=6.23 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 10752 0 0 0 621 2 0 0 20 0 1 0 29049765 44466176 7234 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 10856 7234 992 2593 0 7749 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 50408 KiB
Current children cumulated memory: 33288 KiB

[startup+12.7005 s]
/proc/loadavg: 3.25 1.13 0.46 5/258 12172
/proc/meminfo: memFree=128986744/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=49640 memory=34876 CPUtime=12.61 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 14334 0 0 0 1258 3 0 0 20 0 1 0 29049765 50831360 8719 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 12410 8719 992 2593 0 9303 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 56624 KiB
Current children cumulated memory: 39228 KiB

[startup+25.5005 s]
/proc/loadavg: 3.37 1.22 0.50 5/262 12258
/proc/meminfo: memFree=129260624/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=44952 memory=30336 CPUtime=25.37 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 19808 0 0 0 2532 5 0 0 20 0 1 0 29049765 46030848 7584 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 11238 7584 992 2593 0 8131 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 51936 KiB
Current children cumulated memory: 34688 KiB

[startup+51.1137 s]
/proc/loadavg: 3.73 1.52 0.62 5/262 12258
/proc/meminfo: memFree=129628568/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=56056 memory=41360 CPUtime=50.9 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 21577 0 0 0 5084 6 0 0 20 0 1 0 29049765 57401344 10340 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 14014 10340 992 2593 0 10907 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 63040 KiB
Current children cumulated memory: 45712 KiB

[startup+102.301 s]
/proc/loadavg: 3.94 1.92 0.80 5/261 12310
/proc/meminfo: memFree=129715984/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=73288 memory=58640 CPUtime=101.93 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 30363 0 0 0 10184 9 0 0 20 0 1 0 29049765 75046912 14660 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 18322 14660 992 2593 0 15215 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 80272 KiB
Current children cumulated memory: 62992 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 2.33 1.02 5/262 12313
/proc/meminfo: memFree=129679136/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=71252 memory=57232 CPUtime=161.73 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 33312 0 0 0 16164 9 0 0 20 0 1 0 29049765 72962048 14308 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 17813 14308 992 2593 0 14706 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 78236 KiB
Current children cumulated memory: 61584 KiB

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

# cumulated CPU time of all completed processes:  user=175.627 s, system=0.116159 s

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

[startup+166.4 s]
/proc/loadavg: 4.11 2.36 1.03 5/262 12313
/proc/meminfo: memFree=129677124/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=71252 memory=57232 CPUtime=165.82 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 33312 0 0 0 16573 9 0 0 20 0 1 0 29049765 72962048 14308 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 17813 14308 992 2593 0 14706 0
Current children cumulated CPU time: 165.82 s
Current children cumulated vsize: 78236 KiB
Current children cumulated memory: 61584 KiB

[startup+172.8 s]
/proc/loadavg: 4.10 2.39 1.05 5/262 12313
/proc/meminfo: memFree=129683284/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=71252 memory=57232 CPUtime=172.2 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 33312 0 0 0 17211 9 0 0 20 0 1 0 29049765 72962048 14308 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 17813 14308 992 2593 0 14706 0
Current children cumulated CPU time: 172.2 s
Current children cumulated vsize: 78236 KiB
Current children cumulated memory: 61584 KiB

[startup+174.4 s]
/proc/loadavg: 4.10 2.39 1.05 5/262 12313
/proc/meminfo: memFree=129679756/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=71252 memory=57232 CPUtime=173.79 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 33312 0 0 0 17370 9 0 0 20 0 1 0 29049765 72962048 14308 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 17813 14308 992 2593 0 14706 0
Current children cumulated CPU time: 173.79 s
Current children cumulated vsize: 78236 KiB
Current children cumulated memory: 61584 KiB

[startup+175.2 s]
/proc/loadavg: 4.10 2.39 1.05 5/262 12313
/proc/meminfo: memFree=129649320/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=71252 memory=57232 CPUtime=174.59 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 33312 0 0 0 17450 9 0 0 20 0 1 0 29049765 72962048 14308 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 17813 14308 992 2593 0 14706 0
Current children cumulated CPU time: 174.59 s
Current children cumulated vsize: 78236 KiB
Current children cumulated memory: 61584 KiB

[startup+176 s]*
/proc/loadavg: 4.09 2.42 1.07 5/262 12313
/proc/meminfo: memFree=129649336/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=71252 memory=57232 CPUtime=175.4 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 33312 0 0 0 17531 9 0 0 20 0 1 0 29049765 72962048 14308 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 17813 14308 992 2593 0 14706 0
Current children cumulated CPU time: 175.4 s
Current children cumulated vsize: 78236 KiB
Current children cumulated memory: 61584 KiB

[startup+176.2 s]
/proc/loadavg: 4.09 2.42 1.07 5/262 12313
/proc/meminfo: memFree=129649336/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=71252 memory=57232 CPUtime=175.59 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 33312 0 0 0 17550 9 0 0 20 0 1 0 29049765 72962048 14308 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 17813 14308 992 2593 0 14706 0
Current children cumulated CPU time: 175.59 s
Current children cumulated vsize: 78236 KiB
Current children cumulated memory: 61584 KiB

[startup+176.3 s]
/proc/loadavg: 4.09 2.42 1.07 5/262 12313
/proc/meminfo: memFree=129649336/131382116 swapFree=33010684/33010684
[pid=12086] ppid=12082 vsize=4324 memory=2944 CPUtime=0 cores=0,2
/proc/12086/stat : 12086 (Hybrid-CASHWMax) S 12082 12086 11404 0 -1 4194304 251 106 0 0 0 0 0 0 20 0 1 0 29049762 4427776 736 18446744073709551615 94019125944320 94019126838853 140724244420176 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94019127077904 94019127125648 94019138351104 140724244429143 140724244429297 140724244429297 140724244434899 0
/proc/12086/statm: 1081 736 672 219 0 143 0
[pid=12091] ppid=12086 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/12091/stat : 12091 (timeout) S 12086 12091 11404 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 29049764 2723840 352 18446744073709551615 94708875296768 94708875313281 140736266529808 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94708875328048 94708875330136 94708887556096 140736266537376 140736266537506 140736266537506 140736266543079 0
/proc/12091/statm: 665 352 352 5 0 90 0
[pid=12093] ppid=12091 vsize=71252 memory=57232 CPUtime=175.69 cores=0,2
/proc/12093/stat : 12093 (CASHWMaxSAT-Dis) R 12091 12091 11404 0 -1 4194304 33312 0 0 0 17560 9 0 0 20 0 1 0 29049765 72962048 14308 18446744073709551615 4198400 14817773 140729625223136 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 37842944 140729625225638 140729625225755 140729625225755 140729625231328 0
/proc/12093/statm: 17813 14308 992 2593 0 14706 0
Current children cumulated CPU time: 175.69 s
Current children cumulated vsize: 78236 KiB
Current children cumulated memory: 61584 KiB

Child status: 0

Real time (s): 176.34
CPU time (s): 175.744
CPU user time (s): 175.627
CPU system time (s): 0.116159
CPU usage (%): 99.6616
Max. virtual memory (cumulated for all children) (KiB): 80272
Max. memory (cumulated for all children) (KiB): 62992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.627
system time used= 0.116159
maximum resident set size= 67632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34039
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= 354
involuntary context switches= 406


# summary of solver processes directly reported to runsolver:
#   pid: 12086
#   total CPU time (s): 175.744
#   total CPU user time (s): 175.627
#   total CPU system time (s): 0.116159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17182 second user time and 1.84556 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-28 20:01:40
IDJOB=4495881
IDBENCH=148101
IDSOLVER=3328
FILE ID=nodeC011/4495881-1751133700
RUNJOBID= nodeC011-1751133631-11418
SLURM_JOB_ID= 9587411
Free space on /tmp= 432896 MiB

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

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

MD5SUM BENCH= f4201f1ef8f74939600eabb6a2266017
RANDOM SEED=1434631096

nodeC011 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.415
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	: 6984.20
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		: 3592.351
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	: 6984.20
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.693
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	: 6984.20
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.289
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	: 6984.20
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.106
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	: 6984.20
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		: 3492.031
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.424
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        125833528 kB
MemAvailable:   125518592 kB
Buffers:            3280 kB
Cached:           497660 kB
SwapCached:            0 kB
Active:          4149952 kB
Inactive:         299676 kB
Active(anon):    3966648 kB
Inactive(anon):        0 kB
Active(file):     183304 kB
Inactive(file):   299676 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            178528 kB
Writeback:            24 kB
AnonPages:       3951884 kB
Mapped:           109756 kB
Shmem:             17960 kB
KReclaimable:      83036 kB
Slab:             160944 kB
SReclaimable:      83036 kB
SUnreclaim:        77908 kB
KernelStack:        4192 kB
PageTables:        10784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4372720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    655360 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:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432968 MiB
End job on nodeC011 at 2025-06-28 20:04:37