Trace number 4548025

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-CASHWMaxSATDisjComS+SynLSCD 2025-07-23UNSAT 1228.33 1232.14

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/
larger/domset_large_shuffle/normalized-domset-hexgrid_05_110.shuf-2.opb
MD5SUM73c63b112a71eb267c42688444d17031
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.10623
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables550
Total number of constraints551
Number of constraints which are clauses550
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint550
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 137
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1228.20/1232.09	c Exit code from Second Program: 20
1228.31/1232.12	c #vars 550 #constraints 551 1.00182 1
1228.31/1232.12	c intsize: 10
1228.31/1232.12	c 551 constraints
1228.31/1232.12	c Finish cloning data from SAT to LS
1228.31/1232.12	c restart_num_ls  -100000 0
1228.31/1232.12	c Use LS-small
1228.31/1232.12	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61687 MiB free)
  memory of node 1: 64465 MiB (62019 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4548025-1753273792/watcher-4548025-1753273792 -o /tmp/evaluation-result-4548025-1753273792/solver-4548025-1753273792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1753272569-168323 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548025-1753273792.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=168760, runsolver pid=168757

[startup+0.100062 s]*
/proc/loadavg: 4.08 4.09 3.27 5/272 168764
/proc/meminfo: memFree=126675328/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=168763] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/168763/stat : 168763 (timeout) S 168760 168763 168306 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243053762 2723840 320 18446744073709551615 94327156162560 94327156179073 140728781131488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94327156193840 94327156195928 94327157882880 140728781138334 140728781138464 140728781138464 140728781144039 0
/proc/168763/statm: 665 320 320 5 0 90 0
[pid=168764] ppid=168763 vsize=24924 memory=10400 CPUtime=0.08 cores=0,2
/proc/168764/stat : 168764 (CASHWMaxSAT-Dis) R 168763 168763 168306 0 -1 4194304 2467 0 0 0 8 0 0 0 20 0 1 0 243053763 25522176 2600 18446744073709551615 4198400 14093885 140736336041008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 23351296 140736336042404 140736336042521 140736336042521 140736336048096 0
/proc/168764/statm: 6231 2600 800 2416 0 3333 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 31908 KiB
Current children cumulated memory: 14752 KiB

[startup+0.205742 s]*
/proc/loadavg: 4.08 4.09 3.27 5/272 168764
/proc/meminfo: memFree=126675328/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=168763] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/168763/stat : 168763 (timeout) S 168760 168763 168306 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243053762 2723840 320 18446744073709551615 94327156162560 94327156179073 140728781131488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94327156193840 94327156195928 94327157882880 140728781138334 140728781138464 140728781138464 140728781144039 0
/proc/168763/statm: 665 320 320 5 0 90 0
[pid=168764] ppid=168763 vsize=24924 memory=10656 CPUtime=0.18 cores=0,2
/proc/168764/stat : 168764 (CASHWMaxSAT-Dis) R 168763 168763 168306 0 -1 4194304 2545 0 0 0 18 0 0 0 20 0 1 0 243053763 25522176 2664 18446744073709551615 4198400 14093885 140736336041008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 23351296 140736336042404 140736336042521 140736336042521 140736336048096 0
/proc/168764/statm: 6231 2664 800 2416 0 3333 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 31908 KiB
Current children cumulated memory: 15008 KiB

[startup+0.305621 s]*
/proc/loadavg: 4.08 4.09 3.27 5/272 168764
/proc/meminfo: memFree=126675084/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=168763] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/168763/stat : 168763 (timeout) S 168760 168763 168306 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243053762 2723840 320 18446744073709551615 94327156162560 94327156179073 140728781131488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94327156193840 94327156195928 94327157882880 140728781138334 140728781138464 140728781138464 140728781144039 0
/proc/168763/statm: 665 320 320 5 0 90 0
[pid=168764] ppid=168763 vsize=26576 memory=11040 CPUtime=0.28 cores=0,2
/proc/168764/stat : 168764 (CASHWMaxSAT-Dis) R 168763 168763 168306 0 -1 4194304 2627 0 0 0 28 0 0 0 20 0 1 0 243053763 27213824 2760 18446744073709551615 4198400 14093885 140736336041008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 23351296 140736336042404 140736336042521 140736336042521 140736336048096 0
/proc/168764/statm: 6644 2760 800 2416 0 3746 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 33560 KiB
Current children cumulated memory: 15392 KiB

[startup+0.700236 s]
/proc/loadavg: 4.08 4.09 3.27 5/272 168764
/proc/meminfo: memFree=126674328/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=168763] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/168763/stat : 168763 (timeout) S 168760 168763 168306 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243053762 2723840 320 18446744073709551615 94327156162560 94327156179073 140728781131488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94327156193840 94327156195928 94327157882880 140728781138334 140728781138464 140728781138464 140728781144039 0
/proc/168763/statm: 665 320 320 5 0 90 0
[pid=168764] ppid=168763 vsize=28240 memory=13600 CPUtime=0.67 cores=0,2
/proc/168764/stat : 168764 (CASHWMaxSAT-Dis) R 168763 168763 168306 0 -1 4194304 3278 0 0 0 67 0 0 0 20 0 1 0 243053763 28917760 3400 18446744073709551615 4198400 14093885 140736336041008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 23351296 140736336042404 140736336042521 140736336042521 140736336048096 0
/proc/168764/statm: 7060 3400 800 2416 0 4162 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 35224 KiB
Current children cumulated memory: 17952 KiB

[startup+1.50026 s]
/proc/loadavg: 4.08 4.09 3.27 5/272 168764
/proc/meminfo: memFree=126671304/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=168763] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/168763/stat : 168763 (timeout) S 168760 168763 168306 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243053762 2723840 320 18446744073709551615 94327156162560 94327156179073 140728781131488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94327156193840 94327156195928 94327157882880 140728781138334 140728781138464 140728781138464 140728781144039 0
/proc/168763/statm: 665 320 320 5 0 90 0
[pid=168764] ppid=168763 vsize=35660 memory=20128 CPUtime=1.47 cores=0,2
/proc/168764/stat : 168764 (CASHWMaxSAT-Dis) R 168763 168763 168306 0 -1 4194304 4381 0 0 0 147 0 0 0 20 0 1 0 243053763 36515840 5032 18446744073709551615 4198400 14093885 140736336041008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 23351296 140736336042404 140736336042521 140736336042521 140736336048096 0
/proc/168764/statm: 8915 5032 800 2416 0 6017 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 42644 KiB
Current children cumulated memory: 24480 KiB

[startup+3.1055 s]
/proc/loadavg: 4.08 4.09 3.27 5/271 168764
/proc/meminfo: memFree=126665808/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=168763] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/168763/stat : 168763 (timeout) S 168760 168763 168306 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243053762 2723840 320 18446744073709551615 94327156162560 94327156179073 140728781131488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94327156193840 94327156195928 94327157882880 140728781138334 140728781138464 140728781138464 140728781144039 0
/proc/168763/statm: 665 320 320 5 0 90 0
[pid=168764] ppid=168763 vsize=40052 memory=24656 CPUtime=3.07 cores=0,2
/proc/168764/stat : 168764 (CASHWMaxSAT-Dis) R 168763 168763 168306 0 -1 4194304 5007 0 0 0 307 0 0 0 20 0 1 0 243053763 41013248 6164 18446744073709551615 4198400 14093885 140736336041008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 23351296 140736336042404 140736336042521 140736336042521 140736336048096 0
/proc/168764/statm: 10013 6164 800 2416 0 7115 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 47036 KiB
Current children cumulated memory: 29008 KiB

[startup+6.30023 s]
/proc/loadavg: 4.16 4.11 3.28 5/271 168764
/proc/meminfo: memFree=126655916/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=168763] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/168763/stat : 168763 (timeout) S 168760 168763 168306 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243053762 2723840 320 18446744073709551615 94327156162560 94327156179073 140728781131488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94327156193840 94327156195928 94327157882880 140728781138334 140728781138464 140728781138464 140728781144039 0
/proc/168763/statm: 665 320 320 5 0 90 0
[pid=168764] ppid=168763 vsize=35704 memory=20656 CPUtime=6.25 cores=0,2
/proc/168764/stat : 168764 (CASHWMaxSAT-Dis) R 168763 168763 168306 0 -1 4194304 5813 0 0 0 625 0 0 0 20 0 1 0 243053763 36560896 5164 18446744073709551615 4198400 14093885 140736336041008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 23351296 140736336042404 140736336042521 140736336042521 140736336048096 0
/proc/168764/statm: 8926 5164 800 2416 0 6028 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 42688 KiB
Current children cumulated memory: 25008 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.11 3.28 5/271 168766
/proc/meminfo: memFree=126697908/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=168763] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/168763/stat : 168763 (timeout) S 168760 168763 168306 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243053762 2723840 320 18446744073709551615 94327156162560 94327156179073 140728781131488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94327156193840 94327156195928 94327157882880 140728781138334 140728781138464 140728781138464 140728781144039 0
/proc/168763/statm: 665 320 320 5 0 90 0
[pid=168764] ppid=168763 vsize=47196 memory=31344 CPUtime=12.63 cores=0,2
/proc/168764/stat : 168764 (CASHWMaxSAT-Dis) R 168763 168763 168306 0 -1 4194304 7898 0 0 0 1262 1 0 0 20 0 1 0 243053763 48328704 7836 18446744073709551615 4198400 14093885 140736336041008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 23351296 140736336042404 140736336042521 140736336042521 140736336048096 0
/proc/168764/statm: 11799 7836 800 2416 0 8901 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 54180 KiB
Current children cumulated memory: 35696 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.10 3.29 5/266 169016
/proc/meminfo: memFree=127247388/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=168763] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/168763/stat : 168763 (timeout) S 168760 168763 168306 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243053762 2723840 320 18446744073709551615 94327156162560 94327156179073 140728781131488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94327156193840 94327156195928 94327157882880 140728781138334 140728781138464 140728781138464 140728781144039 0
/proc/168763/statm: 665 320 320 5 0 90 0
[pid=168764] ppid=168763 vsize=58780 memory=43032 CPUtime=25.37 cores=0,2
/proc/168764/stat : 168764 (CASHWMaxSAT-Dis) R 168763 168763 168306 0 -1 4194304 8274 0 0 0 2532 5 0 0 20 0 1 0 243053763 60190720 10758 18446744073709551615 4198400 14093885 140736336041008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 23351296 140736336042404 140736336042521 140736336042521 140736336048096 0
/proc/168764/statm: 14695 10758 800 2416 0 11797 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 65764 KiB
Current children cumulated memory: 47384 KiB

[startup+51.1054 s]
/proc/loadavg: 4.15 4.11 3.32 5/272 169029
/proc/meminfo: memFree=126791504/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=168763] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/168763/stat : 168763 (timeout) S 168760 168763 168306 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243053762 2723840 320 18446744073709551615 94327156162560 94327156179073 140728781131488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94327156193840 94327156195928 94327157882880 140728781138334 140728781138464 140728781138464 140728781144039 0
/proc/168763/statm: 665 320 320 5 0 90 0
[pid=168764] ppid=168763 vsize=70384 memory=56400 CPUtime=50.91 cores=0,2
/proc/168764/stat : 168764 (CASHWMaxSAT-Dis) R 168763 168763 168306 0 -1 4194304 11999 0 0 0 5083 8 0 0 20 0 1 0 243053763 72073216 14100 18446744073709551615 4198400 14093885 140736336041008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 23351296 140736336042404 140736336042521 140736336042521 140736336048096 0
/proc/168764/statm: 17596 14100 800 2416 0 14698 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 77368 KiB
Current children cumulated memory: 60752 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.10 3.36 5/273 169032
/proc/meminfo: memFree=126745620/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0

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

/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=168763] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/168763/stat : 168763 (timeout) S 168760 168763 168306 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 243053762 2723840 320 18446744073709551615 94327156162560 94327156179073 140728781131488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94327156193840 94327156195928 94327157882880 140728781138334 140728781138464 140728781138464 140728781144039 0
/proc/168763/statm: 665 320 320 5 0 90 0
[pid=168764] ppid=168763 vsize=176220 memory=139160 CPUtime=1178.67 cores=0,2
/proc/168764/stat : 168764 (CASHWMaxSAT-Dis) R 168763 168763 168306 0 -1 4194304 15230 0 0 0 117857 10 0 0 20 0 1 0 243053763 180449280 34790 18446744073709551615 4198400 14093885 140736336041008 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 23351296 140736336042404 140736336042521 140736336042521 140736336048096 0
/proc/168764/statm: 44055 34790 800 2416 0 41157 0
Current children cumulated CPU time: 1178.67 s
Current children cumulated vsize: 183204 KiB
Current children cumulated memory: 143512 KiB

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

# cumulated CPU time of all completed processes:  user=1226.62 s, system=1.71178 s

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

[startup+1203.2 s]
/proc/loadavg: 4.08 4.10 3.92 5/272 169086
/proc/meminfo: memFree=126525488/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=1194.35 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 283 15451 0 0 0 0 119424 11 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=169085] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/169085/stat : 169085 (timeout) S 168760 169085 168306 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243173563 2723840 320 18446744073709551615 93899047370752 93899047387265 140736203135600 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93899047402032 93899047404120 93899053305856 140736203139462 140736203139616 140736203139616 140736203145191 0
/proc/169085/statm: 665 320 320 5 0 90 0
[pid=169086] ppid=169085 vsize=86696 memory=13824 CPUtime=5.14 cores=0,2
/proc/169086/stat : 169086 (SynLSCD) R 169085 169085 168306 0 -1 4194304 1306 0 0 0 455 59 0 0 20 0 1 0 243173563 88776704 3456 18446744073709551615 94573965807616 94573968242217 140735100431088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94573968723192 94573968756224 94573993738240 140735100438944 140735100439079 140735100439079 140735100444654 0
/proc/169086/statm: 21674 3456 2464 595 0 6341 0
Current children cumulated CPU time: 1199.49 s
Current children cumulated vsize: 93680 KiB
Current children cumulated memory: 18176 KiB

[startup+1216 s]*
/proc/loadavg: 4.13 4.11 3.93 5/271 169087
/proc/meminfo: memFree=126522216/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=1194.35 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 283 15451 0 0 0 0 119424 11 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=169085] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/169085/stat : 169085 (timeout) S 168760 169085 168306 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243173563 2723840 320 18446744073709551615 93899047370752 93899047387265 140736203135600 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93899047402032 93899047404120 93899053305856 140736203139462 140736203139616 140736203139616 140736203145191 0
/proc/169085/statm: 665 320 320 5 0 90 0
[pid=169086] ppid=169085 vsize=94696 memory=28372 CPUtime=17.91 cores=0,2
/proc/169086/stat : 169086 (SynLSCD) R 169085 169085 168306 0 -1 4194304 3399 0 0 0 1647 144 0 0 20 0 1 0 243173563 96968704 7093 18446744073709551615 94573965807616 94573968242217 140735100431088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94573968723192 94573968756224 94573993738240 140735100438944 140735100439079 140735100439079 140735100444654 0
/proc/169086/statm: 23674 7093 2528 595 0 8341 0
Current children cumulated CPU time: 1212.26 s
Current children cumulated vsize: 101680 KiB
Current children cumulated memory: 32724 KiB

[startup+1222.4 s]
/proc/loadavg: 4.12 4.11 3.93 5/271 169088
/proc/meminfo: memFree=126519160/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=1194.35 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 283 15451 0 0 0 0 119424 11 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=169085] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/169085/stat : 169085 (timeout) S 168760 169085 168306 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243173563 2723840 320 18446744073709551615 93899047370752 93899047387265 140736203135600 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93899047402032 93899047404120 93899053305856 140736203139462 140736203139616 140736203139616 140736203145191 0
/proc/169085/statm: 665 320 320 5 0 90 0
[pid=169086] ppid=169085 vsize=95832 memory=29352 CPUtime=24.28 cores=0,2
/proc/169086/stat : 169086 (SynLSCD) R 169085 169085 168306 0 -1 4194304 3757 0 0 0 2279 149 0 0 20 0 1 0 243173563 98131968 7338 18446744073709551615 94573965807616 94573968242217 140735100431088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94573968723192 94573968756224 94573993738240 140735100438944 140735100439079 140735100439079 140735100444654 0
/proc/169086/statm: 23958 7338 2528 595 0 8625 0
Current children cumulated CPU time: 1218.63 s
Current children cumulated vsize: 102816 KiB
Current children cumulated memory: 33704 KiB

[startup+1228.8 s]
/proc/loadavg: 4.11 4.11 3.93 5/272 169203
/proc/meminfo: memFree=125382872/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=1194.35 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 283 15451 0 0 0 0 119424 11 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=169085] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/169085/stat : 169085 (timeout) S 168760 169085 168306 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243173563 2723840 320 18446744073709551615 93899047370752 93899047387265 140736203135600 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93899047402032 93899047404120 93899053305856 140736203139462 140736203139616 140736203139616 140736203145191 0
/proc/169085/statm: 665 320 320 5 0 90 0
[pid=169086] ppid=169085 vsize=96404 memory=29804 CPUtime=30.66 cores=0,2
/proc/169086/stat : 169086 (SynLSCD) R 169085 169085 168306 0 -1 4194304 4052 0 0 0 2911 155 0 0 20 0 1 0 243173563 98717696 7451 18446744073709551615 94573965807616 94573968242217 140735100431088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94573968723192 94573968756224 94573993738240 140735100438944 140735100439079 140735100439079 140735100444654 0
/proc/169086/statm: 24101 7451 2528 595 0 8768 0
Current children cumulated CPU time: 1225.01 s
Current children cumulated vsize: 103388 KiB
Current children cumulated memory: 34156 KiB

[startup+1230.4 s]
/proc/loadavg: 4.10 4.11 3.93 4/266 169213
/proc/meminfo: memFree=124832068/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=1194.35 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 283 15451 0 0 0 0 119424 11 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=169085] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/169085/stat : 169085 (timeout) S 168760 169085 168306 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243173563 2723840 320 18446744073709551615 93899047370752 93899047387265 140736203135600 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93899047402032 93899047404120 93899053305856 140736203139462 140736203139616 140736203139616 140736203145191 0
/proc/169085/statm: 665 320 320 5 0 90 0
[pid=169086] ppid=169085 vsize=96496 memory=30064 CPUtime=32.26 cores=0,2
/proc/169086/stat : 169086 (SynLSCD) R 169085 169085 168306 0 -1 4194304 4178 0 0 0 3069 157 0 0 20 0 1 0 243173563 98811904 7516 18446744073709551615 94573965807616 94573968242217 140735100431088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94573968723192 94573968756224 94573993738240 140735100438944 140735100439079 140735100439079 140735100444654 0
/proc/169086/statm: 24124 7516 2528 595 0 8791 0
Current children cumulated CPU time: 1226.61 s
Current children cumulated vsize: 103480 KiB
Current children cumulated memory: 34416 KiB

[startup+1231.2 s]
/proc/loadavg: 4.10 4.11 3.93 5/266 169213
/proc/meminfo: memFree=124134752/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=1194.35 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 283 15451 0 0 0 0 119424 11 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=169085] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/169085/stat : 169085 (timeout) S 168760 169085 168306 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243173563 2723840 320 18446744073709551615 93899047370752 93899047387265 140736203135600 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93899047402032 93899047404120 93899053305856 140736203139462 140736203139616 140736203139616 140736203145191 0
/proc/169085/statm: 665 320 320 5 0 90 0
[pid=169086] ppid=169085 vsize=96496 memory=30064 CPUtime=33.05 cores=0,2
/proc/169086/stat : 169086 (SynLSCD) R 169085 169085 168306 0 -1 4194304 4178 0 0 0 3148 157 0 0 20 0 1 0 243173563 98811904 7516 18446744073709551615 94573965807616 94573968242217 140735100431088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94573968723192 94573968756224 94573993738240 140735100438944 140735100439079 140735100439079 140735100444654 0
/proc/169086/statm: 24124 7516 2528 595 0 8791 0
Current children cumulated CPU time: 1227.4 s
Current children cumulated vsize: 103480 KiB
Current children cumulated memory: 34416 KiB

[startup+1231.6 s]
/proc/loadavg: 4.10 4.11 3.93 5/266 169213
/proc/meminfo: memFree=124134752/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=1194.35 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 283 15451 0 0 0 0 119424 11 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=169085] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/169085/stat : 169085 (timeout) S 168760 169085 168306 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243173563 2723840 320 18446744073709551615 93899047370752 93899047387265 140736203135600 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93899047402032 93899047404120 93899053305856 140736203139462 140736203139616 140736203139616 140736203145191 0
/proc/169085/statm: 665 320 320 5 0 90 0
[pid=169086] ppid=169085 vsize=96496 memory=30064 CPUtime=33.45 cores=0,2
/proc/169086/stat : 169086 (SynLSCD) R 169085 169085 168306 0 -1 4194304 4178 0 0 0 3187 158 0 0 20 0 1 0 243173563 98811904 7516 18446744073709551615 94573965807616 94573968242217 140735100431088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94573968723192 94573968756224 94573993738240 140735100438944 140735100439079 140735100439079 140735100444654 0
/proc/169086/statm: 24124 7516 2528 595 0 8791 0
Current children cumulated CPU time: 1227.8 s
Current children cumulated vsize: 103480 KiB
Current children cumulated memory: 34416 KiB

[startup+1232 s]*
/proc/loadavg: 4.10 4.11 3.93 5/269 169219
/proc/meminfo: memFree=123949116/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=1194.35 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 283 15451 0 0 0 0 119424 11 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
[pid=169085] ppid=168760 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/169085/stat : 169085 (timeout) S 168760 169085 168306 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243173563 2723840 320 18446744073709551615 93899047370752 93899047387265 140736203135600 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93899047402032 93899047404120 93899053305856 140736203139462 140736203139616 140736203139616 140736203145191 0
/proc/169085/statm: 665 320 320 5 0 90 0
[pid=169086] ppid=169085 vsize=96496 memory=30064 CPUtime=33.85 cores=0,2
/proc/169086/stat : 169086 (SynLSCD) R 169085 169085 168306 0 -1 4194304 4178 0 0 0 3227 158 0 0 20 0 1 0 243173563 98811904 7516 18446744073709551615 94573965807616 94573968242217 140735100431088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94573968723192 94573968756224 94573993738240 140735100438944 140735100439079 140735100439079 140735100444654 0
/proc/169086/statm: 24124 7516 2528 595 0 8791 0
Current children cumulated CPU time: 1228.2 s
Current children cumulated vsize: 103480 KiB
Current children cumulated memory: 34416 KiB

[startup+1232.11 s]
/proc/loadavg: 4.10 4.11 3.93 5/269 169219
/proc/meminfo: memFree=123949116/131249992 swapFree=33009392/33010684
[pid=168760] ppid=168757 vsize=4324 memory=3072 CPUtime=1228.31 cores=0,2
/proc/168760/stat : 168760 (Hybrid-CASHWMax) S 168757 168760 168306 0 -1 4194304 301 19775 0 0 0 0 122661 170 20 0 1 0 243053761 4427776 768 18446744073709551615 94756964544512 94756965439045 140731149317184 0 0 0 2 4 65536 1 0 0 17 0 0 0 0 0 0 94756965678096 94756965725840 94756977975296 140731149318485 140731149318639 140731149318639 140731149324243 0
/proc/168760/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 1228.31 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 1232.14
CPU time (s): 1228.33
CPU user time (s): 1226.62
CPU system time (s): 1.71178
CPU usage (%): 99.691
Max. virtual memory (cumulated for all children) (KiB): 183204
Max. memory (cumulated for all children) (KiB): 143512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1226.62
system time used= 1.71178
maximum resident set size= 139160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20934
page faults= 0
swaps= 0
block input operations= 0
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 914
involuntary context switches= 2910


# summary of solver processes directly reported to runsolver:
#   pid: 168760
#   total CPU time (s): 1228.33
#   total CPU user time (s): 1226.62
#   total CPU system time (s): 1.71178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.64303 second user time and 5.35014 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-23 14:29:52
IDJOB=4548025
IDBENCH=172169
IDSOLVER=3425
FILE ID=nodeC035/4548025-1753273792
RUNJOBID= nodeC035-1753272569-168323
SLURM_JOB_ID= 9690002
Free space on /tmp= 432416 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/larger/domset_large_shuffle/normalized-domset-hexgrid_05_110.shuf-2.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4548025-1753273792/watcher-4548025-1753273792 -o /tmp/evaluation-result-4548025-1753273792/solver-4548025-1753273792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1753272569-168323 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548025-1753273792.opb 3600 HOME

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

MD5SUM BENCH= 73c63b112a71eb267c42688444d17031
RANDOM SEED=1395824971

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.190
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.51
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.749
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.51
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.945
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.51
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		: 3597.161
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.51
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.673
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.51
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.152
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.51
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		: 3613.643
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.51
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        126676084 kB
MemAvailable:   129013036 kB
Buffers:             664 kB
Cached:          3087084 kB
SwapCached:          336 kB
Active:          1560596 kB
Inactive:        2216828 kB
Active(anon):     696672 kB
Inactive(anon):    18908 kB
Active(file):     863924 kB
Inactive(file):  2197920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009392 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16628 kB
Writeback:             0 kB
AnonPages:        692296 kB
Mapped:           121256 kB
Shmem:             25904 kB
KReclaimable:     228696 kB
Slab:             325064 kB
SReclaimable:     228696 kB
SUnreclaim:        96368 kB
KernelStack:        4396 kB
PageTables:         4848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1139640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432388 MiB
End job on nodeC035 at 2025-07-23 14:50:25