Trace number 4515947

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01UNSAT 1855.8 1860.66

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid4_121.shuf-1.opb
MD5SUMd9b74fe8ba5c70cce21a95ed96e09832
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.168827
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables484
Total number of constraints485
Number of constraints which are clauses484
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 constraint2
Maximum length of a constraint484
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 487
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

1855.75/1860.61	c Exit code from Second Program: 20
1855.75/1860.64	c #vars 484 #constraints 485 1.00207 1
1855.75/1860.64	c 485 constraints
1855.75/1860.64	c Finish cloning data from SAT to LS
1855.75/1860.64	c restart_num_ls  -100000 0
1855.75/1860.64	c Use LS-small
1855.75/1860.64	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 (62891 MiB free)
  memory of node 1: 64465 MiB (63780 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=13412, runsolver pid=13409
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 4.05 4.08 4.09 5/271 13416
/proc/meminfo: memFree=129706328/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13415] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13415/stat : 13415 (timeout) S 13412 13415 11578 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29563977 2723840 352 18446744073709551615 94510558306304 94510558322817 140724464188672 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94510558337584 94510558339672 94510574055424 140724464191904 140724464192034 140724464192034 140724464197607 0
/proc/13415/statm: 665 352 352 5 0 90 0
[pid=13416] ppid=13415 vsize=25068 memory=10748 CPUtime=0.08 cores=5,7
/proc/13416/stat : 13416 (CASHWMaxSAT-Dis) R 13415 13415 11578 0 -1 4194304 2059 0 0 0 8 0 0 0 20 0 1 0 29563977 25669632 2687 18446744073709551615 4198400 14817773 140726495029760 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 55320576 140726495033766 140726495033883 140726495033883 140726495039456 0
/proc/13416/statm: 6267 2687 960 2593 0 3160 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 32052 KiB
Current children cumulated memory: 15228 KiB

[startup+0.205945 s]*
/proc/loadavg: 4.05 4.08 4.09 5/271 13416
/proc/meminfo: memFree=129703304/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13415] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13415/stat : 13415 (timeout) S 13412 13415 11578 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29563977 2723840 352 18446744073709551615 94510558306304 94510558322817 140724464188672 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94510558337584 94510558339672 94510574055424 140724464191904 140724464192034 140724464192034 140724464197607 0
/proc/13415/statm: 665 352 352 5 0 90 0
[pid=13416] ppid=13415 vsize=25344 memory=11188 CPUtime=0.18 cores=5,7
/proc/13416/stat : 13416 (CASHWMaxSAT-Dis) R 13415 13415 11578 0 -1 4194304 2317 0 0 0 18 0 0 0 20 0 1 0 29563977 25952256 2797 18446744073709551615 4198400 14817773 140726495029760 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 55320576 140726495033766 140726495033883 140726495033883 140726495039456 0
/proc/13416/statm: 6336 2797 960 2593 0 3229 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 32328 KiB
Current children cumulated memory: 15668 KiB

[startup+0.30579 s]*
/proc/loadavg: 4.05 4.08 4.09 5/271 13416
/proc/meminfo: memFree=129703304/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13415] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13415/stat : 13415 (timeout) S 13412 13415 11578 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29563977 2723840 352 18446744073709551615 94510558306304 94510558322817 140724464188672 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94510558337584 94510558339672 94510574055424 140724464191904 140724464192034 140724464192034 140724464197607 0
/proc/13415/statm: 665 352 352 5 0 90 0
[pid=13416] ppid=13415 vsize=25892 memory=11824 CPUtime=0.28 cores=5,7
/proc/13416/stat : 13416 (CASHWMaxSAT-Dis) R 13415 13415 11578 0 -1 4194304 2561 0 0 0 28 0 0 0 20 0 1 0 29563977 26513408 2956 18446744073709551615 4198400 14817773 140726495029760 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 55320576 140726495033766 140726495033883 140726495033883 140726495039456 0
/proc/13416/statm: 6473 2956 992 2593 0 3366 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 32876 KiB
Current children cumulated memory: 16304 KiB

[startup+0.700195 s]
/proc/loadavg: 4.05 4.08 4.09 5/271 13416
/proc/meminfo: memFree=129662344/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13415] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13415/stat : 13415 (timeout) S 13412 13415 11578 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29563977 2723840 352 18446744073709551615 94510558306304 94510558322817 140724464188672 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94510558337584 94510558339672 94510574055424 140724464191904 140724464192034 140724464192034 140724464197607 0
/proc/13415/statm: 665 352 352 5 0 90 0
[pid=13416] ppid=13415 vsize=26408 memory=12304 CPUtime=0.67 cores=5,7
/proc/13416/stat : 13416 (CASHWMaxSAT-Dis) R 13415 13415 11578 0 -1 4194304 2921 0 0 0 67 0 0 0 20 0 1 0 29563977 27041792 3076 18446744073709551615 4198400 14817773 140726495029760 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 55320576 140726495033766 140726495033883 140726495033883 140726495039456 0
/proc/13416/statm: 6602 3076 992 2593 0 3495 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 33392 KiB
Current children cumulated memory: 16784 KiB

[startup+1.50024 s]
/proc/loadavg: 4.05 4.08 4.09 5/271 13416
/proc/meminfo: memFree=129701540/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13415] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13415/stat : 13415 (timeout) S 13412 13415 11578 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29563977 2723840 352 18446744073709551615 94510558306304 94510558322817 140724464188672 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94510558337584 94510558339672 94510574055424 140724464191904 140724464192034 140724464192034 140724464197607 0
/proc/13415/statm: 665 352 352 5 0 90 0
[pid=13416] ppid=13415 vsize=27832 memory=13716 CPUtime=1.46 cores=5,7
/proc/13416/stat : 13416 (CASHWMaxSAT-Dis) R 13415 13415 11578 0 -1 4194304 4279 0 0 0 146 0 0 0 20 0 1 0 29563977 28499968 3429 18446744073709551615 4198400 14817773 140726495029760 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 55320576 140726495033766 140726495033883 140726495033883 140726495039456 0
/proc/13416/statm: 6958 3429 992 2593 0 3851 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 34816 KiB
Current children cumulated memory: 18196 KiB

[startup+3.10551 s]
/proc/loadavg: 4.05 4.08 4.09 5/271 13416
/proc/meminfo: memFree=129699904/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13415] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13415/stat : 13415 (timeout) S 13412 13415 11578 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29563977 2723840 352 18446744073709551615 94510558306304 94510558322817 140724464188672 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94510558337584 94510558339672 94510574055424 140724464191904 140724464192034 140724464192034 140724464197607 0
/proc/13415/statm: 665 352 352 5 0 90 0
[pid=13416] ppid=13415 vsize=27484 memory=13588 CPUtime=3.06 cores=5,7
/proc/13416/stat : 13416 (CASHWMaxSAT-Dis) R 13415 13415 11578 0 -1 4194304 5127 0 0 0 306 0 0 0 20 0 1 0 29563977 28143616 3397 18446744073709551615 4198400 14817773 140726495029760 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 55320576 140726495033766 140726495033883 140726495033883 140726495039456 0
/proc/13416/statm: 6871 3397 992 2593 0 3764 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 34468 KiB
Current children cumulated memory: 18068 KiB

[startup+6.30022 s]
/proc/loadavg: 4.05 4.08 4.09 5/271 13416
/proc/meminfo: memFree=129699908/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13415] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13415/stat : 13415 (timeout) S 13412 13415 11578 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29563977 2723840 352 18446744073709551615 94510558306304 94510558322817 140724464188672 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94510558337584 94510558339672 94510574055424 140724464191904 140724464192034 140724464192034 140724464197607 0
/proc/13415/statm: 665 352 352 5 0 90 0
[pid=13416] ppid=13415 vsize=30420 memory=16088 CPUtime=6.25 cores=5,7
/proc/13416/stat : 13416 (CASHWMaxSAT-Dis) R 13415 13415 11578 0 -1 4194304 8119 0 0 0 624 1 0 0 20 0 1 0 29563977 31150080 4022 18446744073709551615 4198400 14817773 140726495029760 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 55320576 140726495033766 140726495033883 140726495033883 140726495039456 0
/proc/13416/statm: 7605 4022 992 2593 0 4498 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 37404 KiB
Current children cumulated memory: 20568 KiB

[startup+12.7002 s]
/proc/loadavg: 4.05 4.08 4.08 5/271 13416
/proc/meminfo: memFree=129683780/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13415] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13415/stat : 13415 (timeout) S 13412 13415 11578 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29563977 2723840 352 18446744073709551615 94510558306304 94510558322817 140724464188672 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94510558337584 94510558339672 94510574055424 140724464191904 140724464192034 140724464192034 140724464197607 0
/proc/13415/statm: 665 352 352 5 0 90 0
[pid=13416] ppid=13415 vsize=40400 memory=26408 CPUtime=12.64 cores=5,7
/proc/13416/stat : 13416 (CASHWMaxSAT-Dis) R 13415 13415 11578 0 -1 4194304 10658 0 0 0 1262 2 0 0 20 0 1 0 29563977 41369600 6602 18446744073709551615 4198400 14817773 140726495029760 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 55320576 140726495033766 140726495033883 140726495033883 140726495039456 0
/proc/13416/statm: 10100 6602 992 2593 0 6993 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 47384 KiB
Current children cumulated memory: 30888 KiB

[startup+25.5002 s]
/proc/loadavg: 4.03 4.07 4.08 5/271 13416
/proc/meminfo: memFree=129658852/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13415] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13415/stat : 13415 (timeout) S 13412 13415 11578 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29563977 2723840 352 18446744073709551615 94510558306304 94510558322817 140724464188672 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94510558337584 94510558339672 94510574055424 140724464191904 140724464192034 140724464192034 140724464197607 0
/proc/13415/statm: 665 352 352 5 0 90 0
[pid=13416] ppid=13415 vsize=47924 memory=33900 CPUtime=25.41 cores=5,7
/proc/13416/stat : 13416 (CASHWMaxSAT-Dis) R 13415 13415 11578 0 -1 4194304 13971 0 0 0 2538 3 0 0 20 0 1 0 29563977 49074176 8475 18446744073709551615 4198400 14817773 140726495029760 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 55320576 140726495033766 140726495033883 140726495033883 140726495039456 0
/proc/13416/statm: 11981 8475 992 2593 0 8874 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 54908 KiB
Current children cumulated memory: 38380 KiB

[startup+51.1057 s]
/proc/loadavg: 4.02 4.06 4.08 5/271 13416
/proc/meminfo: memFree=129641840/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13415] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13415/stat : 13415 (timeout) S 13412 13415 11578 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29563977 2723840 352 18446744073709551615 94510558306304 94510558322817 140724464188672 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94510558337584 94510558339672 94510574055424 140724464191904 140724464192034 140724464192034 140724464197607 0
/proc/13415/statm: 665 352 352 5 0 90 0
[pid=13416] ppid=13415 vsize=57012 memory=43004 CPUtime=50.95 cores=5,7
/proc/13416/stat : 13416 (CASHWMaxSAT-Dis) R 13415 13415 11578 0 -1 4194304 16734 0 0 0 5091 4 0 0 20 0 1 0 29563977 58380288 10751 18446744073709551615 4198400 14817773 140726495029760 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 55320576 140726495033766 140726495033883 140726495033883 140726495039456 0
/proc/13416/statm: 14253 10751 992 2593 0 11146 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 63996 KiB
Current children cumulated memory: 47484 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.07 4.08 5/270 13418
/proc/meminfo: memFree=129646640/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0

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

/proc/13416/statm: 43142 39651 992 2593 0 40035 0
Current children cumulated CPU time: 1717.86 s
Current children cumulated vsize: 179552 KiB
Current children cumulated memory: 163084 KiB

[startup+1782.3 s]
/proc/loadavg: 3.58 3.96 4.04 5/265 13606
/proc/meminfo: memFree=129584472/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 253 104 0 0 0 0 0 0 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13415] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13415/stat : 13415 (timeout) S 13412 13415 11578 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29563977 2723840 352 18446744073709551615 94510558306304 94510558322817 140724464188672 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94510558337584 94510558339672 94510574055424 140724464191904 140724464192034 140724464192034 140724464197607 0
/proc/13415/statm: 665 352 352 5 0 90 0
[pid=13416] ppid=13415 vsize=174244 memory=160280 CPUtime=1777.68 cores=5,7
/proc/13416/stat : 13416 (CASHWMaxSAT-Dis) R 13415 13415 11578 0 -1 4194304 66505 0 0 0 177700 68 0 0 20 0 1 0 29563977 178425856 40070 18446744073709551615 4198400 14817773 140726495029760 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 55320576 140726495033766 140726495033883 140726495033883 140726495039456 0
/proc/13416/statm: 43561 40070 992 2593 0 40454 0
Current children cumulated CPU time: 1777.68 s
Current children cumulated vsize: 181228 KiB
Current children cumulated memory: 164760 KiB

[startup+1842.3 s]
/proc/loadavg: 3.40 3.83 3.99 5/265 13610
/proc/meminfo: memFree=129733376/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=1793.35 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 285 67595 0 0 0 0 179266 69 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13608] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13608/stat : 13608 (timeout) S 13412 13608 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29743777 2723840 352 18446744073709551615 94612477104128 94612477120641 140733732931920 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94612477135408 94612477137496 94612481708032 140733732940168 140733732940322 140733732940322 140733732945895 0
/proc/13608/statm: 665 352 352 5 0 90 0
[pid=13609] ppid=13608 vsize=85912 memory=13440 CPUtime=44.15 cores=5,7
/proc/13609/stat : 13609 (SynLSCD) R 13608 13608 11578 0 -1 4194304 1092 0 0 0 4302 113 0 0 20 0 1 0 29743778 87973888 3360 18446744073709551615 93970087600128 93970090034281 140737254116976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93970090515704 93970090548736 93970103996416 140737254119842 140737254119977 140737254119977 140737254125550 0
/proc/13609/statm: 21478 3360 2496 595 0 6145 0
Current children cumulated CPU time: 1837.5 s
Current children cumulated vsize: 92896 KiB
Current children cumulated memory: 17920 KiB

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

# cumulated CPU time of all completed processes:  user=1853.57 s, system=2.22892 s

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

[startup+1843.2 s]
/proc/loadavg: 3.40 3.83 3.99 5/265 13610
/proc/meminfo: memFree=129733408/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=1793.35 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 285 67595 0 0 0 0 179266 69 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13608] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13608/stat : 13608 (timeout) S 13412 13608 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29743777 2723840 352 18446744073709551615 94612477104128 94612477120641 140733732931920 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94612477135408 94612477137496 94612481708032 140733732940168 140733732940322 140733732940322 140733732945895 0
/proc/13608/statm: 665 352 352 5 0 90 0
[pid=13609] ppid=13608 vsize=85912 memory=13440 CPUtime=45.05 cores=5,7
/proc/13609/stat : 13609 (SynLSCD) R 13608 13608 11578 0 -1 4194304 1092 0 0 0 4390 115 0 0 20 0 1 0 29743778 87973888 3360 18446744073709551615 93970087600128 93970090034281 140737254116976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93970090515704 93970090548736 93970103996416 140737254119842 140737254119977 140737254119977 140737254125550 0
/proc/13609/statm: 21478 3360 2496 595 0 6145 0
Current children cumulated CPU time: 1838.4 s
Current children cumulated vsize: 92896 KiB
Current children cumulated memory: 17920 KiB

[startup+1849.6 s]
/proc/loadavg: 3.37 3.81 3.99 5/265 13610
/proc/meminfo: memFree=129719292/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=1793.35 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 285 67595 0 0 0 0 179266 69 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13608] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13608/stat : 13608 (timeout) S 13412 13608 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29743777 2723840 352 18446744073709551615 94612477104128 94612477120641 140733732931920 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94612477135408 94612477137496 94612481708032 140733732940168 140733732940322 140733732940322 140733732945895 0
/proc/13608/statm: 665 352 352 5 0 90 0
[pid=13609] ppid=13608 vsize=85912 memory=13440 CPUtime=51.43 cores=5,7
/proc/13609/stat : 13609 (SynLSCD) R 13608 13608 11578 0 -1 4194304 1092 0 0 0 5010 133 0 0 20 0 1 0 29743778 87973888 3360 18446744073709551615 93970087600128 93970090034281 140737254116976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93970090515704 93970090548736 93970103996416 140737254119842 140737254119977 140737254119977 140737254125550 0
/proc/13609/statm: 21478 3360 2496 595 0 6145 0
Current children cumulated CPU time: 1844.78 s
Current children cumulated vsize: 92896 KiB
Current children cumulated memory: 17920 KiB

[startup+1856 s]*
/proc/loadavg: 3.31 3.79 3.97 5/265 13610
/proc/meminfo: memFree=129728132/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=1793.35 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 285 67595 0 0 0 0 179266 69 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13608] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13608/stat : 13608 (timeout) S 13412 13608 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29743777 2723840 352 18446744073709551615 94612477104128 94612477120641 140733732931920 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94612477135408 94612477137496 94612481708032 140733732940168 140733732940322 140733732940322 140733732945895 0
/proc/13608/statm: 665 352 352 5 0 90 0
[pid=13609] ppid=13608 vsize=85912 memory=13440 CPUtime=57.82 cores=5,7
/proc/13609/stat : 13609 (SynLSCD) R 13608 13608 11578 0 -1 4194304 1092 0 0 0 5632 150 0 0 20 0 1 0 29743778 87973888 3360 18446744073709551615 93970087600128 93970090034281 140737254116976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93970090515704 93970090548736 93970103996416 140737254119842 140737254119977 140737254119977 140737254125550 0
/proc/13609/statm: 21478 3360 2496 595 0 6145 0
Current children cumulated CPU time: 1851.17 s
Current children cumulated vsize: 92896 KiB
Current children cumulated memory: 17920 KiB

[startup+1859.2 s]
/proc/loadavg: 3.31 3.79 3.97 5/265 13611
/proc/meminfo: memFree=129725020/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=1793.35 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 285 67595 0 0 0 0 179266 69 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13608] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13608/stat : 13608 (timeout) S 13412 13608 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29743777 2723840 352 18446744073709551615 94612477104128 94612477120641 140733732931920 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94612477135408 94612477137496 94612481708032 140733732940168 140733732940322 140733732940322 140733732945895 0
/proc/13608/statm: 665 352 352 5 0 90 0
[pid=13609] ppid=13608 vsize=91672 memory=23696 CPUtime=61 cores=5,7
/proc/13609/stat : 13609 (SynLSCD) R 13608 13608 11578 0 -1 4194304 2612 0 0 0 5948 152 0 0 20 0 1 0 29743778 93872128 5924 18446744073709551615 93970087600128 93970090034281 140737254116976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93970090515704 93970090548736 93970103996416 140737254119842 140737254119977 140737254119977 140737254125550 0
/proc/13609/statm: 22918 5924 2560 595 0 7585 0
Current children cumulated CPU time: 1854.35 s
Current children cumulated vsize: 98656 KiB
Current children cumulated memory: 28176 KiB

[startup+1860 s]*
/proc/loadavg: 3.28 3.77 3.97 5/265 13611
/proc/meminfo: memFree=129725020/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=1793.35 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 285 67595 0 0 0 0 179266 69 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13608] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13608/stat : 13608 (timeout) S 13412 13608 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29743777 2723840 352 18446744073709551615 94612477104128 94612477120641 140733732931920 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94612477135408 94612477137496 94612481708032 140733732940168 140733732940322 140733732940322 140733732945895 0
/proc/13608/statm: 665 352 352 5 0 90 0
[pid=13609] ppid=13608 vsize=91992 memory=26092 CPUtime=61.81 cores=5,7
/proc/13609/stat : 13609 (SynLSCD) R 13608 13608 11578 0 -1 4194304 2685 0 0 0 6029 152 0 0 20 0 1 0 29743778 94199808 6523 18446744073709551615 93970087600128 93970090034281 140737254116976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93970090515704 93970090548736 93970103996416 140737254119842 140737254119977 140737254119977 140737254125550 0
/proc/13609/statm: 22998 6523 2560 595 0 7665 0
Current children cumulated CPU time: 1855.16 s
Current children cumulated vsize: 98976 KiB
Current children cumulated memory: 30572 KiB

[startup+1860.4 s]
/proc/loadavg: 3.28 3.77 3.97 5/265 13611
/proc/meminfo: memFree=129725020/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=1793.35 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 285 67595 0 0 0 0 179266 69 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13608] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13608/stat : 13608 (timeout) S 13412 13608 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29743777 2723840 352 18446744073709551615 94612477104128 94612477120641 140733732931920 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94612477135408 94612477137496 94612481708032 140733732940168 140733732940322 140733732940322 140733732945895 0
/proc/13608/statm: 665 352 352 5 0 90 0
[pid=13609] ppid=13608 vsize=92152 memory=26220 CPUtime=62.2 cores=5,7
/proc/13609/stat : 13609 (SynLSCD) R 13608 13608 11578 0 -1 4194304 2705 0 0 0 6068 152 0 0 20 0 1 0 29743778 94363648 6555 18446744073709551615 93970087600128 93970090034281 140737254116976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93970090515704 93970090548736 93970103996416 140737254119842 140737254119977 140737254119977 140737254125550 0
/proc/13609/statm: 23038 6555 2560 595 0 7705 0
Current children cumulated CPU time: 1855.55 s
Current children cumulated vsize: 99136 KiB
Current children cumulated memory: 30700 KiB

[startup+1860.6 s]
/proc/loadavg: 3.28 3.77 3.97 5/265 13611
/proc/meminfo: memFree=129725020/131250000 swapFree=33010684/33010684
[pid=13412] ppid=13409 vsize=4324 memory=3072 CPUtime=1793.35 cores=5,7
/proc/13412/stat : 13412 (Hybrid-CASHWMax) S 13409 13412 11578 0 -1 4194304 285 67595 0 0 0 0 179266 69 20 0 1 0 29563975 4427776 768 18446744073709551615 94524221145088 94524222039621 140733405263344 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94524222278672 94524222326416 94524250656768 140733405272407 140733405272561 140733405272561 140733405278163 0
/proc/13412/statm: 1081 768 704 219 0 143 0
[pid=13608] ppid=13412 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13608/stat : 13608 (timeout) S 13412 13608 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29743777 2723840 352 18446744073709551615 94612477104128 94612477120641 140733732931920 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94612477135408 94612477137496 94612481708032 140733732940168 140733732940322 140733732940322 140733732945895 0
/proc/13608/statm: 665 352 352 5 0 90 0
[pid=13609] ppid=13608 vsize=92412 memory=28688 CPUtime=62.4 cores=5,7
/proc/13609/stat : 13609 (SynLSCD) R 13608 13608 11578 0 -1 4194304 2814 0 0 0 6088 152 0 0 20 0 1 0 29743778 94629888 7172 18446744073709551615 93970087600128 93970090034281 140737254116976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93970090515704 93970090548736 93970103996416 140737254119842 140737254119977 140737254119977 140737254125550 0
/proc/13609/statm: 23103 7172 2560 595 0 7770 0
Current children cumulated CPU time: 1855.75 s
Current children cumulated vsize: 99396 KiB
Current children cumulated memory: 33168 KiB

Child status: 0

Real time (s): 1860.66
CPU time (s): 1855.8
CPU user time (s): 1853.57
CPU system time (s): 2.22892
CPU usage (%): 99.739
Max. virtual memory (cumulated for all children) (KiB): 259708
Max. memory (cumulated for all children) (KiB): 243168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1853.57
system time used= 2.22892
maximum resident set size= 238688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 913
involuntary context switches= 856


# summary of solver processes directly reported to runsolver:
#   pid: 13412
#   total CPU time (s): 1855.8
#   total CPU user time (s): 1853.57
#   total CPU system time (s): 2.22892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.89589 second user time and 8.86335 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-06-28 21:36:55
IDJOB=4515947
IDBENCH=168324
IDSOLVER=3328
FILE ID=nodeC028/4515947-1751139414
RUNJOBID= nodeC028-1751133631-11596
SLURM_JOB_ID= 9587428
Free space on /tmp= 433012 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid4_121.shuf-1.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515947-1751139414/watcher-4515947-1751139414 -o /tmp/evaluation-result-4515947-1751139414/solver-4515947-1751139414 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751133631-11596 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4515947-1751139414.opb 3600 HOME

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

MD5SUM BENCH= d9b74fe8ba5c70cce21a95ed96e09832
RANDOM SEED=1132775857

nodeC028 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.087
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	: 7000.16
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		: 3600.086
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	: 7000.16
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		: 3602.846
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	: 7000.16
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		: 3600.618
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	: 7000.16
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		: 3600.079
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	: 7000.16
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		: 3600.067
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	: 7000.16
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		: 3617.877
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	: 7000.16
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		: 3716.547
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129711860 kB
MemAvailable:   129339160 kB
Buffers:            3280 kB
Cached:           420136 kB
SwapCached:            0 kB
Active:           756424 kB
Inactive:         198392 kB
Active(anon):     549468 kB
Inactive(anon):        0 kB
Active(file):     206956 kB
Inactive(file):   198392 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17192 kB
Writeback:             0 kB
AnonPages:        534476 kB
Mapped:           116868 kB
Shmem:             18068 kB
KReclaimable:      84608 kB
Slab:             166780 kB
SReclaimable:      84608 kB
SUnreclaim:        82172 kB
KernelStack:        4364 kB
PageTables:         4264 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     891200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC028 at 2025-06-28 22:07:55