Trace number 4547554

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-07-23UNSAT 2047.46 2053.44

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-original/normalized-php_390_389.opb
MD5SUM8c310f5c6bc12dfd4cf754da21955474
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 benchmark1.43418
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables151710
Total number of constraints779
Number of constraints which are clauses390
Number of constraints which are cardinality constraints (but not clauses)389
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint389
Maximum length of a constraint390
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 391
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1792.77/2053.40	c Exit code from Second Program: 20
1792.77/2053.42	c #vars 151710 #constraints 779 0.0051348 1
1792.77/2053.42	c intsize: 9
1792.77/2053.42	c 779 constraints
1792.77/2053.42	c Finish cloning data from SAT to LS
1792.77/2053.42	c restart_num_ls  -100000 0
1792.77/2053.42	c Use LS-small
1792.77/2053.42	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: 63665 MiB (62388 MiB free)
  memory of node 1: 64507 MiB (63528 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547554-1753268485/watcher-4547554-1753268485 -o /tmp/evaluation-result-4547554-1753268485/solver-4547554-1753268485 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753268480-175627 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547554-1753268485.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
solver pid=175995, runsolver pid=175992
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.36 1.62 2.19 5/273 175999
/proc/meminfo: memFree=128911384/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=175998] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/175998/stat : 175998 (timeout) S 175995 175998 174066 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242526457 2723840 352 18446744073709551615 94129434992640 94129435009153 140727247524944 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94129435023920 94129435026008 94129459101696 140727247530398 140727247530528 140727247530528 140727247536103 0
/proc/175998/statm: 665 352 352 5 0 90 0
[pid=175999] ppid=175998 vsize=39856 memory=24740 CPUtime=0.07 cores=0,2
/proc/175999/stat : 175999 (CASHWMaxSAT-Dis) R 175998 175998 174066 0 -1 4194304 6370 0 0 0 7 0 0 0 20 0 1 0 242526458 40812544 6185 18446744073709551615 4198400 14817773 140735527642736 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 23781376 140735527647652 140735527647769 140735527647769 140735527653344 0
/proc/175999/statm: 9964 6185 864 2593 0 6857 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 46840 KiB
Current children cumulated memory: 29220 KiB

[startup+0.205712 s]*
/proc/loadavg: 1.36 1.62 2.19 5/273 175999
/proc/meminfo: memFree=128883284/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=175998] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/175998/stat : 175998 (timeout) S 175995 175998 174066 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242526457 2723840 352 18446744073709551615 94129434992640 94129435009153 140727247524944 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94129435023920 94129435026008 94129459101696 140727247530398 140727247530528 140727247530528 140727247536103 0
/proc/175998/statm: 665 352 352 5 0 90 0
[pid=175999] ppid=175998 vsize=64596 memory=48912 CPUtime=0.19 cores=0,2
/proc/175999/stat : 175999 (CASHWMaxSAT-Dis) R 175998 175998 174066 0 -1 4194304 11913 0 0 0 17 2 0 0 20 0 1 0 242526458 66146304 12228 18446744073709551615 4198400 14817773 140735527642736 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 23781376 140735527647652 140735527647769 140735527647769 140735527653344 0
/proc/175999/statm: 16149 12228 864 2593 0 13042 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 71580 KiB
Current children cumulated memory: 53392 KiB

[startup+0.305647 s]*
/proc/loadavg: 1.36 1.62 2.19 5/273 175999
/proc/meminfo: memFree=128855012/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=175998] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/175998/stat : 175998 (timeout) S 175995 175998 174066 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242526457 2723840 352 18446744073709551615 94129434992640 94129435009153 140727247524944 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94129435023920 94129435026008 94129459101696 140727247530398 140727247530528 140727247530528 140727247536103 0
/proc/175998/statm: 665 352 352 5 0 90 0
[pid=175999] ppid=175998 vsize=95460 memory=79528 CPUtime=0.28 cores=0,2
/proc/175999/stat : 175999 (CASHWMaxSAT-Dis) R 175998 175998 174066 0 -1 4194304 18007 0 0 0 25 3 0 0 20 0 1 0 242526458 97751040 19850 18446744073709551615 4198400 14817773 140735527642736 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 23781376 140735527647652 140735527647769 140735527647769 140735527653344 0
/proc/175999/statm: 23865 19850 864 2593 0 20758 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 102444 KiB
Current children cumulated memory: 84008 KiB

[startup+0.700187 s]
/proc/loadavg: 1.57 1.66 2.20 5/273 175999
/proc/meminfo: memFree=128831072/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=175998] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/175998/stat : 175998 (timeout) S 175995 175998 174066 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242526457 2723840 352 18446744073709551615 94129434992640 94129435009153 140727247524944 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94129435023920 94129435026008 94129459101696 140727247530398 140727247530528 140727247530528 140727247536103 0
/proc/175998/statm: 665 352 352 5 0 90 0
[pid=175999] ppid=175998 vsize=139484 memory=123264 CPUtime=0.68 cores=0,2
/proc/175999/stat : 175999 (CASHWMaxSAT-Dis) R 175998 175998 174066 0 -1 4194304 27429 0 0 0 63 5 0 0 20 0 1 0 242526458 142831616 30816 18446744073709551615 4198400 14817773 140735527642736 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 23781376 140735527647652 140735527647769 140735527647769 140735527653344 0
/proc/175999/statm: 34871 30816 864 2593 0 31764 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 146468 KiB
Current children cumulated memory: 127744 KiB

[startup+1.50024 s]
/proc/loadavg: 1.57 1.66 2.20 5/273 175999
/proc/meminfo: memFree=128750804/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=175998] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/175998/stat : 175998 (timeout) S 175995 175998 174066 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242526457 2723840 352 18446744073709551615 94129434992640 94129435009153 140727247524944 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94129435023920 94129435026008 94129459101696 140727247530398 140727247530528 140727247530528 140727247536103 0
/proc/175998/statm: 665 352 352 5 0 90 0
[pid=175999] ppid=175998 vsize=248864 memory=221612 CPUtime=1.47 cores=0,2
/proc/175999/stat : 175999 (CASHWMaxSAT-Dis) R 175998 175998 174066 0 -1 4194304 49310 0 0 0 137 10 0 0 20 0 1 0 242526458 254836736 55403 18446744073709551615 4198400 14817773 140735527642736 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 23781376 140735527647652 140735527647769 140735527647769 140735527653344 0
/proc/175999/statm: 62216 55403 960 2593 0 59109 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 255848 KiB
Current children cumulated memory: 226092 KiB

[startup+3.10554 s]
/proc/loadavg: 1.57 1.66 2.20 5/273 175999
/proc/meminfo: memFree=128647648/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=175998] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/175998/stat : 175998 (timeout) S 175995 175998 174066 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242526457 2723840 352 18446744073709551615 94129434992640 94129435009153 140727247524944 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94129435023920 94129435026008 94129459101696 140727247530398 140727247530528 140727247530528 140727247536103 0
/proc/175998/statm: 665 352 352 5 0 90 0
[pid=175999] ppid=175998 vsize=295124 memory=268692 CPUtime=3.07 cores=0,2
/proc/175999/stat : 175999 (CASHWMaxSAT-Dis) R 175998 175998 174066 0 -1 4194304 52448 0 0 0 296 11 0 0 20 0 1 0 242526458 302206976 67173 18446744073709551615 4198400 14817773 140735527642736 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 23781376 140735527647652 140735527647769 140735527647769 140735527653344 0
/proc/175999/statm: 73781 67173 992 2593 0 70674 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 302108 KiB
Current children cumulated memory: 273172 KiB

[startup+6.30019 s]
/proc/loadavg: 1.76 1.70 2.21 5/273 175999
/proc/meminfo: memFree=128624696/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=175998] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/175998/stat : 175998 (timeout) S 175995 175998 174066 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242526457 2723840 352 18446744073709551615 94129434992640 94129435009153 140727247524944 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94129435023920 94129435026008 94129459101696 140727247530398 140727247530528 140727247530528 140727247536103 0
/proc/175998/statm: 665 352 352 5 0 90 0
[pid=175999] ppid=175998 vsize=296380 memory=269996 CPUtime=6.26 cores=0,2
/proc/175999/stat : 175999 (CASHWMaxSAT-Dis) R 175998 175998 174066 0 -1 4194304 52871 0 0 0 614 12 0 0 20 0 1 0 242526458 303493120 67499 18446744073709551615 4198400 14817773 140735527642736 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 23781376 140735527647652 140735527647769 140735527647769 140735527653344 0
/proc/175999/statm: 74095 67499 992 2593 0 70988 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 303364 KiB
Current children cumulated memory: 274476 KiB

[startup+12.7002 s]
/proc/loadavg: 1.94 1.74 2.22 5/273 175999
/proc/meminfo: memFree=128582640/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=175998] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/175998/stat : 175998 (timeout) S 175995 175998 174066 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242526457 2723840 352 18446744073709551615 94129434992640 94129435009153 140727247524944 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94129435023920 94129435026008 94129459101696 140727247530398 140727247530528 140727247530528 140727247536103 0
/proc/175998/statm: 665 352 352 5 0 90 0
[pid=175999] ppid=175998 vsize=319384 memory=293144 CPUtime=12.64 cores=0,2
/proc/175999/stat : 175999 (CASHWMaxSAT-Dis) R 175998 175998 174066 0 -1 4194304 54813 0 0 0 1250 14 0 0 20 0 1 0 242526458 327049216 73286 18446744073709551615 4198400 14817773 140735527642736 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 23781376 140735527647652 140735527647769 140735527647769 140735527653344 0
/proc/175999/statm: 79846 73286 992 2593 0 76739 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 326368 KiB
Current children cumulated memory: 297624 KiB

[startup+25.5002 s]
/proc/loadavg: 2.26 1.81 2.24 5/273 175999
/proc/meminfo: memFree=128591116/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=175998] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/175998/stat : 175998 (timeout) S 175995 175998 174066 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242526457 2723840 352 18446744073709551615 94129434992640 94129435009153 140727247524944 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94129435023920 94129435026008 94129459101696 140727247530398 140727247530528 140727247530528 140727247536103 0
/proc/175998/statm: 665 352 352 5 0 90 0
[pid=175999] ppid=175998 vsize=307824 memory=281480 CPUtime=25.41 cores=0,2
/proc/175999/stat : 175999 (CASHWMaxSAT-Dis) R 175998 175998 174066 0 -1 4194304 55329 0 0 0 2526 15 0 0 20 0 1 0 242526458 315211776 70370 18446744073709551615 4198400 14817773 140735527642736 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 23781376 140735527647652 140735527647769 140735527647769 140735527653344 0
/proc/175999/statm: 76956 70370 992 2593 0 73849 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 314808 KiB
Current children cumulated memory: 285960 KiB

[startup+51.1055 s]
/proc/loadavg: 3.00 2.04 2.30 5/273 176000
/proc/meminfo: memFree=128550960/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=175998] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/175998/stat : 175998 (timeout) S 175995 175998 174066 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 242526457 2723840 352 18446744073709551615 94129434992640 94129435009153 140727247524944 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94129435023920 94129435026008 94129459101696 140727247530398 140727247530528 140727247530528 140727247536103 0
/proc/175998/statm: 665 352 352 5 0 90 0
[pid=175999] ppid=175998 vsize=286728 memory=260560 CPUtime=50.94 cores=0,2
/proc/175999/stat : 175999 (CASHWMaxSAT-Dis) R 175998 175998 174066 0 -1 4194304 60239 0 0 0 5072 22 0 0 20 0 1 0 242526458 293609472 65140 18446744073709551615 4198400 14817773 140735527642736 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 16829744 16914832 23781376 140735527647652 140735527647769 140735527647769 140735527653344 0
/proc/175999/statm: 71682 65140 992 2593 0 68575 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 293712 KiB
Current children cumulated memory: 265040 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 2.36 2.40 5/273 176002
/proc/meminfo: memFree=128477160/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 249 103 0 0 0 0 0 0 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0

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

/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=176176] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176176/stat : 176176 (timeout) S 175995 176176 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242706258 2723840 352 18446744073709551615 94903074955264 94903074971777 140729531897248 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94903074986544 94903074988632 94903098163200 140729531902342 140729531902496 140729531902496 140729531908071 0
/proc/176176/statm: 665 352 352 5 0 90 0
[pid=176177] ppid=176176 vsize=16318040 memory=14538956 CPUtime=163.8 cores=0,2
/proc/176177/stat : 176177 (SynLSCD) R 176176 176176 174066 0 -1 4194304 2046800 0 0 0 15811 569 0 0 20 0 1 0 242706259 16709672960 3634739 18446744073709551615 94616932388864 94616934823465 140727276642624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616935304440 94616935337472 94616958545920 140727276644768 140727276644903 140727276644903 140727276650478 0
/proc/176177/statm: 4079510 3634739 2528 595 0 4064177 0
Current children cumulated CPU time: 1956.57 s
Current children cumulated vsize: 16325024 KiB
Current children cumulated memory: 14543436 KiB

[startup+2022.3 s]
/proc/loadavg: 2.21 3.17 3.56 3/256 176223
/proc/meminfo: memFree=113685132/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=1792.77 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 282 149216 0 0 0 0 178996 281 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=176176] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176176/stat : 176176 (timeout) S 175995 176176 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242706258 2723840 352 18446744073709551615 94903074955264 94903074971777 140729531897248 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94903074986544 94903074988632 94903098163200 140729531902342 140729531902496 140729531902496 140729531908071 0
/proc/176176/statm: 665 352 352 5 0 90 0
[pid=176177] ppid=176176 vsize=17650728 memory=14905780 CPUtime=223.63 cores=0,2
/proc/176177/stat : 176177 (SynLSCD) R 176176 176176 174066 0 -1 4194304 2097750 0 0 0 21754 609 0 0 20 0 1 0 242706259 18074345472 3726445 18446744073709551615 94616932388864 94616934823465 140727276642624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616935304440 94616935337472 94616958545920 140727276644768 140727276644903 140727276644903 140727276650478 0
/proc/176177/statm: 4412682 3726445 2560 595 0 4397349 0
Current children cumulated CPU time: 2016.4 s
Current children cumulated vsize: 17657712 KiB
Current children cumulated memory: 14910260 KiB

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

# cumulated CPU time of all completed processes:  user=2038.21 s, system=9.25223 s

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

[startup+2022.4 s]
/proc/loadavg: 2.21 3.17 3.56 3/256 176223
/proc/meminfo: memFree=113685132/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=1792.77 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 282 149216 0 0 0 0 178996 281 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=176176] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176176/stat : 176176 (timeout) S 175995 176176 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242706258 2723840 352 18446744073709551615 94903074955264 94903074971777 140729531897248 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94903074986544 94903074988632 94903098163200 140729531902342 140729531902496 140729531902496 140729531908071 0
/proc/176176/statm: 665 352 352 5 0 90 0
[pid=176177] ppid=176176 vsize=17650728 memory=14905780 CPUtime=223.73 cores=0,2
/proc/176177/stat : 176177 (SynLSCD) R 176176 176176 174066 0 -1 4194304 2097750 0 0 0 21764 609 0 0 20 0 1 0 242706259 18074345472 3726445 18446744073709551615 94616932388864 94616934823465 140727276642624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616935304440 94616935337472 94616958545920 140727276644768 140727276644903 140727276644903 140727276650478 0
/proc/176177/statm: 4412682 3726445 2560 595 0 4397349 0
Current children cumulated CPU time: 2016.5 s
Current children cumulated vsize: 17657712 KiB
Current children cumulated memory: 14910260 KiB

[startup+2035.2 s]
/proc/loadavg: 2.17 3.13 3.54 3/255 176223
/proc/meminfo: memFree=113660564/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=1792.77 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 282 149216 0 0 0 0 178996 281 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=176176] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176176/stat : 176176 (timeout) S 175995 176176 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242706258 2723840 352 18446744073709551615 94903074955264 94903074971777 140729531897248 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94903074986544 94903074988632 94903098163200 140729531902342 140729531902496 140729531902496 140729531908071 0
/proc/176176/statm: 665 352 352 5 0 90 0
[pid=176177] ppid=176176 vsize=17650728 memory=14930356 CPUtime=236.51 cores=0,2
/proc/176177/stat : 176177 (SynLSCD) R 176176 176176 174066 0 -1 4194304 2097785 0 0 0 23041 610 0 0 20 0 1 0 242706259 18074345472 3732589 18446744073709551615 94616932388864 94616934823465 140727276642624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616935304440 94616935337472 94616958545920 140727276644768 140727276644903 140727276644903 140727276650478 0
/proc/176177/statm: 4412682 3732589 2560 595 0 4397349 0
Current children cumulated CPU time: 2029.28 s
Current children cumulated vsize: 17657712 KiB
Current children cumulated memory: 14934836 KiB

[startup+2041.6 s]
/proc/loadavg: 2.15 3.09 3.53 3/255 176223
/proc/meminfo: memFree=113648276/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=1792.77 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 282 149216 0 0 0 0 178996 281 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=176176] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176176/stat : 176176 (timeout) S 175995 176176 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242706258 2723840 352 18446744073709551615 94903074955264 94903074971777 140729531897248 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94903074986544 94903074988632 94903098163200 140729531902342 140729531902496 140729531902496 140729531908071 0
/proc/176176/statm: 665 352 352 5 0 90 0
[pid=176177] ppid=176176 vsize=17650728 memory=14940596 CPUtime=242.89 cores=0,2
/proc/176177/stat : 176177 (SynLSCD) R 176176 176176 174066 0 -1 4194304 2097806 0 0 0 23679 610 0 0 20 0 1 0 242706259 18074345472 3735149 18446744073709551615 94616932388864 94616934823465 140727276642624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616935304440 94616935337472 94616958545920 140727276644768 140727276644903 140727276644903 140727276650478 0
/proc/176177/statm: 4412682 3735149 2560 595 0 4397349 0
Current children cumulated CPU time: 2035.66 s
Current children cumulated vsize: 17657712 KiB
Current children cumulated memory: 14945076 KiB

[startup+2048 s]*
/proc/loadavg: 2.14 3.07 3.52 3/255 176223
/proc/meminfo: memFree=113631892/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=1792.77 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 282 149216 0 0 0 0 178996 281 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=176176] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176176/stat : 176176 (timeout) S 175995 176176 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242706258 2723840 352 18446744073709551615 94903074955264 94903074971777 140729531897248 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94903074986544 94903074988632 94903098163200 140729531902342 140729531902496 140729531902496 140729531908071 0
/proc/176176/statm: 665 352 352 5 0 90 0
[pid=176177] ppid=176176 vsize=17650728 memory=14954932 CPUtime=249.27 cores=0,2
/proc/176177/stat : 176177 (SynLSCD) R 176176 176176 174066 0 -1 4194304 2097832 0 0 0 24317 610 0 0 20 0 1 0 242706259 18074345472 3738733 18446744073709551615 94616932388864 94616934823465 140727276642624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616935304440 94616935337472 94616958545920 140727276644768 140727276644903 140727276644903 140727276650478 0
/proc/176177/statm: 4412682 3738733 2560 595 0 4397349 0
Current children cumulated CPU time: 2042.04 s
Current children cumulated vsize: 17657712 KiB
Current children cumulated memory: 14959412 KiB

[startup+2051.2 s]
/proc/loadavg: 2.20 3.07 3.52 3/255 176223
/proc/meminfo: memFree=115332044/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=1792.77 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 282 149216 0 0 0 0 178996 281 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=176176] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176176/stat : 176176 (timeout) S 175995 176176 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242706258 2723840 352 18446744073709551615 94903074955264 94903074971777 140729531897248 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94903074986544 94903074988632 94903098163200 140729531902342 140729531902496 140729531902496 140729531908071 0
/proc/176176/statm: 665 352 352 5 0 90 0
[pid=176177] ppid=176176 vsize=14928880 memory=13237364 CPUtime=252.46 cores=0,2
/proc/176177/stat : 176177 (SynLSCD) R 176176 176176 174066 0 -1 4194304 2099316 0 0 0 24635 611 0 0 20 0 1 0 242706259 15287173120 3309341 18446744073709551615 94616932388864 94616934823465 140727276642624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616935304440 94616935337472 94616958545920 140727276644768 140727276644903 140727276644903 140727276650478 0
/proc/176177/statm: 3732220 3309341 2656 595 0 3716887 0
Current children cumulated CPU time: 2045.23 s
Current children cumulated vsize: 14935864 KiB
Current children cumulated memory: 13241844 KiB

[startup+2052.8 s]
/proc/loadavg: 2.20 3.07 3.52 3/255 176223
/proc/meminfo: memFree=116125388/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=1792.77 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 282 149216 0 0 0 0 178996 281 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=176176] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176176/stat : 176176 (timeout) S 175995 176176 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242706258 2723840 352 18446744073709551615 94903074955264 94903074971777 140729531897248 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94903074986544 94903074988632 94903098163200 140729531902342 140729531902496 140729531902496 140729531908071 0
/proc/176176/statm: 665 352 352 5 0 90 0
[pid=176177] ppid=176176 vsize=14136116 memory=12444600 CPUtime=254.05 cores=0,2
/proc/176177/stat : 176177 (SynLSCD) R 176176 176176 174066 0 -1 4194304 2099705 0 0 0 24794 611 0 0 20 0 1 0 242706259 14475382784 3111150 18446744073709551615 94616932388864 94616934823465 140727276642624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94616935304440 94616935337472 94616958545920 140727276644768 140727276644903 140727276644903 140727276650478 0
/proc/176177/statm: 3534029 3111150 2656 595 0 3518696 0
Current children cumulated CPU time: 2046.82 s
Current children cumulated vsize: 14143100 KiB
Current children cumulated memory: 12449080 KiB

[startup+2053.2 s]
/proc/loadavg: 2.20 3.07 3.52 3/255 176223
/proc/meminfo: memFree=116128952/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=1792.77 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 282 149216 0 0 0 0 178996 281 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=176176] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176176/stat : 176176 (timeout) S 175995 176176 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242706258 2723840 352 18446744073709551615 94903074955264 94903074971777 140729531897248 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94903074986544 94903074988632 94903098163200 140729531902342 140729531902496 140729531902496 140729531908071 0
/proc/176176/statm: 665 352 352 5 0 90 0
Current children cumulated CPU time: 1792.77 s
Current children cumulated vsize: 6984 KiB
Current children cumulated memory: 4480 KiB

[startup+2053.4 s]
/proc/loadavg: 2.20 3.07 3.52 3/255 176223
/proc/meminfo: memFree=116128952/131249996 swapFree=33010672/33010684
[pid=175995] ppid=175992 vsize=4324 memory=3072 CPUtime=1792.77 cores=0,2
/proc/175995/stat : 175995 (Hybrid-CASHWMax) S 175992 175995 174066 0 -1 4194304 282 149216 0 0 0 0 178996 281 20 0 1 0 242526456 4427776 768 18446744073709551615 93954649698304 93954650592837 140723805683568 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93954650831888 93954650879632 93954651418624 140723805686101 140723805686255 140723805686255 140723805691859 0
/proc/175995/statm: 1081 768 704 219 0 143 0
[pid=176176] ppid=175995 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/176176/stat : 176176 (timeout) S 175995 176176 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242706258 2723840 352 18446744073709551615 94903074955264 94903074971777 140729531897248 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94903074986544 94903074988632 94903098163200 140729531902342 140729531902496 140729531902496 140729531908071 0
/proc/176176/statm: 665 352 352 5 0 90 0
Current children cumulated CPU time: 1792.77 s
Current children cumulated vsize: 6984 KiB
Current children cumulated memory: 4480 KiB

Child status: 0

Real time (s): 2053.44
CPU time (s): 2047.46
CPU user time (s): 2038.21
CPU system time (s): 9.25223
CPU usage (%): 99.7089
Max. virtual memory (cumulated for all children) (KiB): 19128056
Max. memory (cumulated for all children) (KiB): 16269916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2038.21
system time used= 9.25223
maximum resident set size= 16292060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2250250
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= 966
involuntary context switches= 4615


# summary of solver processes directly reported to runsolver:
#   pid: 175995
#   total CPU time (s): 2047.46
#   total CPU user time (s): 2038.21
#   total CPU system time (s): 9.25223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.37027 second user time and 9.12837 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 13:01:26
IDJOB=4547554
IDBENCH=171748
IDSOLVER=3424
FILE ID=nodeC024/4547554-1753268485
RUNJOBID= nodeC024-1753268480-175627
SLURM_JOB_ID= 9689179
Free space on /tmp= 432984 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-original/normalized-php_390_389.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547554-1753268485/watcher-4547554-1753268485 -o /tmp/evaluation-result-4547554-1753268485/solver-4547554-1753268485 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753268480-175627 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547554-1753268485.opb 3600 HOME

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

MD5SUM BENCH= 8c310f5c6bc12dfd4cf754da21955474
RANDOM SEED=158714258

nodeC024 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		: 3599.672
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.36
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.666
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.36
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		: 3378.431
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.36
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.922
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.36
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.694
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.36
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.591
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.36
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		: 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 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.36
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		: 3614.407
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128938912 kB
MemAvailable:   129602648 kB
Buffers:            2128 kB
Cached:          1425260 kB
SwapCached:            8 kB
Active:          1330288 kB
Inactive:         298024 kB
Active(anon):     225592 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):   296436 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             73708 kB
Writeback:             0 kB
AnonPages:        202064 kB
Mapped:           121140 kB
Shmem:             26248 kB
KReclaimable:     203284 kB
Slab:             299724 kB
SReclaimable:     203284 kB
SUnreclaim:        96440 kB
KernelStack:        4364 kB
PageTables:         3828 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     575608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC024 at 2025-07-23 13:35:39