Trace number 4515911

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 1858.67 1864.38

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-grids-v1_shuffle/normalized-grid8_161.shuf-2.opb
MD5SUM97ac09d7b638be47b4d5a322b09a2581
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.971775
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1288
Total number of constraints2577
Number of constraints which are clauses2576
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 constraint1288
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 7
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 1295
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1858.60/1864.33	c Exit code from Second Program: 20
1858.60/1864.36	c #vars 1288 #constraints 2577 2.00078 0
1858.60/1864.36	c 2577 constraints
1858.60/1864.36	c Finish cloning data from SAT to LS
1858.60/1864.36	c restart_num_ls  -100000 0
1858.60/1864.36	c Use LS-small
1858.60/1864.36	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 (45420 MiB free)
  memory of node 1: 64465 MiB (63910 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515911-1751139328/watcher-4515911-1751139328 -o /tmp/evaluation-result-4515911-1751139328/solver-4515911-1751139328 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751133631-11481 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4515911-1751139328.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=13106, runsolver pid=13103
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.17 4.17 4.10 5/272 13110
/proc/meminfo: memFree=111939816/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13109] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13109/stat : 13109 (timeout) S 13106 13109 11463 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29610297 2723840 352 18446744073709551615 94652606951424 94652606967937 140737359459440 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94652606982704 94652606984792 94652627464192 140737359464864 140737359464994 140737359464994 140737359470567 0
/proc/13109/statm: 665 352 352 5 0 90 0
[pid=13110] ppid=13109 vsize=39416 memory=24240 CPUtime=0.08 cores=5,7
/proc/13110/stat : 13110 (CASHWMaxSAT-Dis) R 13109 13109 11463 0 -1 4194304 6030 0 0 0 7 1 0 0 20 0 1 0 29610298 40361984 6060 18446744073709551615 4198400 14817773 140734656489088 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 32124928 140734656498086 140734656498203 140734656498203 140734656503776 0
/proc/13110/statm: 9854 6060 960 2593 0 6747 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 46400 KiB
Current children cumulated memory: 28592 KiB

[startup+0.205794 s]*
/proc/loadavg: 4.17 4.17 4.10 5/272 13110
/proc/meminfo: memFree=111939816/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13109] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13109/stat : 13109 (timeout) S 13106 13109 11463 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29610297 2723840 352 18446744073709551615 94652606951424 94652606967937 140737359459440 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94652606982704 94652606984792 94652627464192 140737359464864 140737359464994 140737359464994 140737359470567 0
/proc/13109/statm: 665 352 352 5 0 90 0
[pid=13110] ppid=13109 vsize=43844 memory=28492 CPUtime=0.19 cores=5,7
/proc/13110/stat : 13110 (CASHWMaxSAT-Dis) R 13109 13109 11463 0 -1 4194304 6736 0 0 0 18 1 0 0 20 0 1 0 29610298 44896256 7123 18446744073709551615 4198400 14817773 140734656489088 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 32124928 140734656498086 140734656498203 140734656498203 140734656503776 0
/proc/13110/statm: 10961 7123 960 2593 0 7854 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 50828 KiB
Current children cumulated memory: 32844 KiB

[startup+0.305757 s]*
/proc/loadavg: 4.17 4.17 4.10 5/272 13110
/proc/meminfo: memFree=111934964/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13109] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13109/stat : 13109 (timeout) S 13106 13109 11463 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29610297 2723840 352 18446744073709551615 94652606951424 94652606967937 140737359459440 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94652606982704 94652606984792 94652627464192 140737359464864 140737359464994 140737359464994 140737359470567 0
/proc/13109/statm: 665 352 352 5 0 90 0
[pid=13110] ppid=13109 vsize=43844 memory=28492 CPUtime=0.29 cores=5,7
/proc/13110/stat : 13110 (CASHWMaxSAT-Dis) R 13109 13109 11463 0 -1 4194304 6739 0 0 0 28 1 0 0 20 0 1 0 29610298 44896256 7123 18446744073709551615 4198400 14817773 140734656489088 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 32124928 140734656498086 140734656498203 140734656498203 140734656503776 0
/proc/13110/statm: 10961 7123 960 2593 0 7854 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 50828 KiB
Current children cumulated memory: 32844 KiB

[startup+0.700234 s]
/proc/loadavg: 4.17 4.17 4.10 5/272 13110
/proc/meminfo: memFree=111927908/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13109] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13109/stat : 13109 (timeout) S 13106 13109 11463 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29610297 2723840 352 18446744073709551615 94652606951424 94652606967937 140737359459440 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94652606982704 94652606984792 94652627464192 140737359464864 140737359464994 140737359464994 140737359470567 0
/proc/13109/statm: 665 352 352 5 0 90 0
[pid=13110] ppid=13109 vsize=44632 memory=29780 CPUtime=0.67 cores=5,7
/proc/13110/stat : 13110 (CASHWMaxSAT-Dis) R 13109 13109 11463 0 -1 4194304 9916 0 0 0 66 1 0 0 20 0 1 0 29610298 45703168 7445 18446744073709551615 4198400 14817773 140734656489088 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 32124928 140734656498086 140734656498203 140734656498203 140734656503776 0
/proc/13110/statm: 11158 7445 992 2593 0 8051 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 51616 KiB
Current children cumulated memory: 34132 KiB

[startup+1.50018 s]
/proc/loadavg: 4.17 4.17 4.10 5/272 13110
/proc/meminfo: memFree=111915924/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13109] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13109/stat : 13109 (timeout) S 13106 13109 11463 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29610297 2723840 352 18446744073709551615 94652606951424 94652606967937 140737359459440 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94652606982704 94652606984792 94652627464192 140737359464864 140737359464994 140737359464994 140737359470567 0
/proc/13109/statm: 665 352 352 5 0 90 0
[pid=13110] ppid=13109 vsize=47368 memory=32596 CPUtime=1.47 cores=5,7
/proc/13110/stat : 13110 (CASHWMaxSAT-Dis) R 13109 13109 11463 0 -1 4194304 10602 0 0 0 146 1 0 0 20 0 1 0 29610298 48504832 8149 18446744073709551615 4198400 14817773 140734656489088 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 32124928 140734656498086 140734656498203 140734656498203 140734656503776 0
/proc/13110/statm: 11842 8149 992 2593 0 8735 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 54352 KiB
Current children cumulated memory: 36948 KiB

[startup+3.1055 s]
/proc/loadavg: 4.16 4.17 4.09 5/272 13110
/proc/meminfo: memFree=111908204/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13109] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13109/stat : 13109 (timeout) S 13106 13109 11463 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29610297 2723840 352 18446744073709551615 94652606951424 94652606967937 140737359459440 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94652606982704 94652606984792 94652627464192 140737359464864 140737359464994 140737359464994 140737359470567 0
/proc/13109/statm: 665 352 352 5 0 90 0
[pid=13110] ppid=13109 vsize=47280 memory=32496 CPUtime=3.06 cores=5,7
/proc/13110/stat : 13110 (CASHWMaxSAT-Dis) R 13109 13109 11463 0 -1 4194304 12028 0 0 0 305 1 0 0 20 0 1 0 29610298 48414720 8124 18446744073709551615 4198400 14817773 140734656489088 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 32124928 140734656498086 140734656498203 140734656498203 140734656503776 0
/proc/13110/statm: 11820 8124 992 2593 0 8713 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 54264 KiB
Current children cumulated memory: 36848 KiB

[startup+6.30022 s]
/proc/loadavg: 4.16 4.17 4.09 5/272 13110
/proc/meminfo: memFree=111875880/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13109] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13109/stat : 13109 (timeout) S 13106 13109 11463 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29610297 2723840 352 18446744073709551615 94652606951424 94652606967937 140737359459440 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94652606982704 94652606984792 94652627464192 140737359464864 140737359464994 140737359464994 140737359470567 0
/proc/13109/statm: 665 352 352 5 0 90 0
[pid=13110] ppid=13109 vsize=45960 memory=31428 CPUtime=6.26 cores=5,7
/proc/13110/stat : 13110 (CASHWMaxSAT-Dis) R 13109 13109 11463 0 -1 4194304 13551 0 0 0 624 2 0 0 20 0 1 0 29610298 47063040 7857 18446744073709551615 4198400 14817773 140734656489088 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 32124928 140734656498086 140734656498203 140734656498203 140734656503776 0
/proc/13110/statm: 11490 7857 992 2593 0 8383 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 52944 KiB
Current children cumulated memory: 35780 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.16 4.09 5/272 13110
/proc/meminfo: memFree=111802544/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13109] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13109/stat : 13109 (timeout) S 13106 13109 11463 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29610297 2723840 352 18446744073709551615 94652606951424 94652606967937 140737359459440 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94652606982704 94652606984792 94652627464192 140737359464864 140737359464994 140737359464994 140737359470567 0
/proc/13109/statm: 665 352 352 5 0 90 0
[pid=13110] ppid=13109 vsize=51040 memory=36388 CPUtime=12.63 cores=5,7
/proc/13110/stat : 13110 (CASHWMaxSAT-Dis) R 13109 13109 11463 0 -1 4194304 15346 0 0 0 1261 2 0 0 20 0 1 0 29610298 52264960 9097 18446744073709551615 4198400 14817773 140734656489088 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 32124928 140734656498086 140734656498203 140734656498203 140734656503776 0
/proc/13110/statm: 12760 9097 992 2593 0 9653 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 58024 KiB
Current children cumulated memory: 40740 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.16 4.09 5/272 13110
/proc/meminfo: memFree=111685336/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13109] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13109/stat : 13109 (timeout) S 13106 13109 11463 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29610297 2723840 352 18446744073709551615 94652606951424 94652606967937 140737359459440 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94652606982704 94652606984792 94652627464192 140737359464864 140737359464994 140737359464994 140737359470567 0
/proc/13109/statm: 665 352 352 5 0 90 0
[pid=13110] ppid=13109 vsize=59240 memory=44632 CPUtime=25.39 cores=5,7
/proc/13110/stat : 13110 (CASHWMaxSAT-Dis) R 13109 13109 11463 0 -1 4194304 19211 0 0 0 2536 3 0 0 20 0 1 0 29610298 60661760 11158 18446744073709551615 4198400 14817773 140734656489088 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 32124928 140734656498086 140734656498203 140734656498203 140734656503776 0
/proc/13110/statm: 14810 11158 992 2593 0 11703 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 66224 KiB
Current children cumulated memory: 48984 KiB

[startup+51.1055 s]
/proc/loadavg: 4.15 4.16 4.09 5/272 13110
/proc/meminfo: memFree=111464024/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13109] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13109/stat : 13109 (timeout) S 13106 13109 11463 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29610297 2723840 352 18446744073709551615 94652606951424 94652606967937 140737359459440 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94652606982704 94652606984792 94652627464192 140737359464864 140737359464994 140737359464994 140737359470567 0
/proc/13109/statm: 665 352 352 5 0 90 0
[pid=13110] ppid=13109 vsize=61620 memory=47016 CPUtime=50.93 cores=5,7
/proc/13110/stat : 13110 (CASHWMaxSAT-Dis) R 13109 13109 11463 0 -1 4194304 21197 0 0 0 5089 4 0 0 20 0 1 0 29610298 63098880 11754 18446744073709551615 4198400 14817773 140734656489088 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 32124928 140734656498086 140734656498203 140734656498203 140734656503776 0
/proc/13110/statm: 15405 11754 992 2593 0 12298 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 68604 KiB
Current children cumulated memory: 51368 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.16 4.10 5/271 13112
/proc/meminfo: memFree=110519084/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 251 103 0 0 0 0 0 0 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0

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

/proc/13110/statm: 51267 47616 992 2593 0 48160 0
Current children cumulated CPU time: 1776.83 s
Current children cumulated vsize: 212052 KiB
Current children cumulated memory: 194816 KiB

[startup+1842.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/272 13325
/proc/meminfo: memFree=122657528/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=1792.5 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 285 39301 0 0 0 0 179223 27 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13322] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13322/stat : 13322 (timeout) S 13106 13322 11463 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29790098 2723840 352 18446744073709551615 94108356653056 94108356669569 140727183096320 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94108356684336 94108356686424 94108383043584 140727183104392 140727183104546 140727183104546 140727183110119 0
/proc/13322/statm: 665 352 352 5 0 90 0
[pid=13323] ppid=13322 vsize=95324 memory=22632 CPUtime=44.15 cores=5,7
/proc/13323/stat : 13323 (SynLSCD) R 13322 13322 11463 0 -1 4194304 3623 0 0 0 4329 86 0 0 20 0 1 0 29790099 97611776 5658 18446744073709551615 94417202188288 94417204622441 140734355674640 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94417205103864 94417205136896 94417238159360 140734355679650 140734355679785 140734355679785 140734355685358 0
/proc/13323/statm: 23831 5658 2496 595 0 8498 0
Current children cumulated CPU time: 1836.65 s
Current children cumulated vsize: 102308 KiB
Current children cumulated memory: 26984 KiB

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

# cumulated CPU time of all completed processes:  user=1857.16 s, system=1.5081 s

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

[startup+1843.2 s]
/proc/loadavg: 4.09 4.13 4.10 5/272 13325
/proc/meminfo: memFree=122660716/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=1792.5 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 285 39301 0 0 0 0 179223 27 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13322] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13322/stat : 13322 (timeout) S 13106 13322 11463 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29790098 2723840 352 18446744073709551615 94108356653056 94108356669569 140727183096320 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94108356684336 94108356686424 94108383043584 140727183104392 140727183104546 140727183104546 140727183110119 0
/proc/13322/statm: 665 352 352 5 0 90 0
[pid=13323] ppid=13322 vsize=95324 memory=22632 CPUtime=45.04 cores=5,7
/proc/13323/stat : 13323 (SynLSCD) R 13322 13322 11463 0 -1 4194304 3623 0 0 0 4417 87 0 0 20 0 1 0 29790099 97611776 5658 18446744073709551615 94417202188288 94417204622441 140734355674640 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94417205103864 94417205136896 94417238159360 140734355679650 140734355679785 140734355679785 140734355685358 0
/proc/13323/statm: 23831 5658 2496 595 0 8498 0
Current children cumulated CPU time: 1837.54 s
Current children cumulated vsize: 102308 KiB
Current children cumulated memory: 26984 KiB

[startup+1856 s]*
/proc/loadavg: 4.07 4.13 4.10 5/272 13325
/proc/meminfo: memFree=122660368/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=1792.5 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 285 39301 0 0 0 0 179223 27 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13322] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13322/stat : 13322 (timeout) S 13106 13322 11463 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29790098 2723840 352 18446744073709551615 94108356653056 94108356669569 140727183096320 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94108356684336 94108356686424 94108383043584 140727183104392 140727183104546 140727183104546 140727183110119 0
/proc/13322/statm: 665 352 352 5 0 90 0
[pid=13323] ppid=13322 vsize=95324 memory=22632 CPUtime=57.83 cores=5,7
/proc/13323/stat : 13323 (SynLSCD) R 13322 13322 11463 0 -1 4194304 3623 0 0 0 5666 117 0 0 20 0 1 0 29790099 97611776 5658 18446744073709551615 94417202188288 94417204622441 140734355674640 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94417205103864 94417205136896 94417238159360 140734355679650 140734355679785 140734355679785 140734355685358 0
/proc/13323/statm: 23831 5658 2496 595 0 8498 0
Current children cumulated CPU time: 1850.33 s
Current children cumulated vsize: 102308 KiB
Current children cumulated memory: 26984 KiB

[startup+1859.2 s]
/proc/loadavg: 4.07 4.12 4.10 5/272 13325
/proc/meminfo: memFree=122648272/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=1792.5 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 285 39301 0 0 0 0 179223 27 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13322] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13322/stat : 13322 (timeout) S 13106 13322 11463 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29790098 2723840 352 18446744073709551615 94108356653056 94108356669569 140727183096320 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94108356684336 94108356686424 94108383043584 140727183104392 140727183104546 140727183104546 140727183110119 0
/proc/13322/statm: 665 352 352 5 0 90 0
[pid=13323] ppid=13322 vsize=105128 memory=41044 CPUtime=61.01 cores=5,7
/proc/13323/stat : 13323 (SynLSCD) R 13322 13322 11463 0 -1 4194304 6141 0 0 0 5981 120 0 0 20 0 1 0 29790099 107651072 10261 18446744073709551615 94417202188288 94417204622441 140734355674640 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94417205103864 94417205136896 94417238159360 140734355679650 140734355679785 140734355679785 140734355685358 0
/proc/13323/statm: 26282 10261 2528 595 0 10949 0
Current children cumulated CPU time: 1853.51 s
Current children cumulated vsize: 112112 KiB
Current children cumulated memory: 45396 KiB

[startup+1862.4 s]
/proc/loadavg: 4.06 4.12 4.10 5/272 13325
/proc/meminfo: memFree=122636556/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=1792.5 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 285 39301 0 0 0 0 179223 27 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13322] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13322/stat : 13322 (timeout) S 13106 13322 11463 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29790098 2723840 352 18446744073709551615 94108356653056 94108356669569 140727183096320 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94108356684336 94108356686424 94108383043584 140727183104392 140727183104546 140727183104546 140727183110119 0
/proc/13322/statm: 665 352 352 5 0 90 0
[pid=13323] ppid=13322 vsize=110948 memory=50252 CPUtime=64.2 cores=5,7
/proc/13323/stat : 13323 (SynLSCD) R 13322 13322 11463 0 -1 4194304 7418 0 0 0 6299 121 0 0 20 0 1 0 29790099 113610752 12563 18446744073709551615 94417202188288 94417204622441 140734355674640 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94417205103864 94417205136896 94417238159360 140734355679650 140734355679785 140734355679785 140734355685358 0
/proc/13323/statm: 27737 12563 2528 595 0 12404 0
Current children cumulated CPU time: 1856.7 s
Current children cumulated vsize: 117932 KiB
Current children cumulated memory: 54604 KiB

[startup+1863.2 s]
/proc/loadavg: 4.06 4.12 4.10 5/272 13325
/proc/meminfo: memFree=122636564/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=1792.5 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 285 39301 0 0 0 0 179223 27 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13322] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13322/stat : 13322 (timeout) S 13106 13322 11463 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29790098 2723840 352 18446744073709551615 94108356653056 94108356669569 140727183096320 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94108356684336 94108356686424 94108383043584 140727183104392 140727183104546 140727183104546 140727183110119 0
/proc/13322/statm: 665 352 352 5 0 90 0
[pid=13323] ppid=13322 vsize=111332 memory=52560 CPUtime=65 cores=5,7
/proc/13323/stat : 13323 (SynLSCD) R 13322 13322 11463 0 -1 4194304 7490 0 0 0 6379 121 0 0 20 0 1 0 29790099 114003968 13140 18446744073709551615 94417202188288 94417204622441 140734355674640 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94417205103864 94417205136896 94417238159360 140734355679650 140734355679785 140734355679785 140734355685358 0
/proc/13323/statm: 27833 13140 2528 595 0 12500 0
Current children cumulated CPU time: 1857.5 s
Current children cumulated vsize: 118316 KiB
Current children cumulated memory: 56912 KiB

[startup+1864 s]*
/proc/loadavg: 4.06 4.12 4.10 5/272 13325
/proc/meminfo: memFree=122632720/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=1792.5 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 285 39301 0 0 0 0 179223 27 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13322] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13322/stat : 13322 (timeout) S 13106 13322 11463 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29790098 2723840 352 18446744073709551615 94108356653056 94108356669569 140727183096320 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94108356684336 94108356686424 94108383043584 140727183104392 140727183104546 140727183104546 140727183110119 0
/proc/13322/statm: 665 352 352 5 0 90 0
[pid=13323] ppid=13322 vsize=112372 memory=53200 CPUtime=65.8 cores=5,7
/proc/13323/stat : 13323 (SynLSCD) R 13322 13322 11463 0 -1 4194304 7664 0 0 0 6459 121 0 0 20 0 1 0 29790099 115068928 13300 18446744073709551615 94417202188288 94417204622441 140734355674640 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94417205103864 94417205136896 94417238159360 140734355679650 140734355679785 140734355679785 140734355685358 0
/proc/13323/statm: 28093 13300 2528 595 0 12760 0
Current children cumulated CPU time: 1858.3 s
Current children cumulated vsize: 119356 KiB
Current children cumulated memory: 57552 KiB

[startup+1864.2 s]
/proc/loadavg: 4.06 4.12 4.10 5/272 13325
/proc/meminfo: memFree=122632720/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=1792.5 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 285 39301 0 0 0 0 179223 27 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13322] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13322/stat : 13322 (timeout) S 13106 13322 11463 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29790098 2723840 352 18446744073709551615 94108356653056 94108356669569 140727183096320 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94108356684336 94108356686424 94108383043584 140727183104392 140727183104546 140727183104546 140727183110119 0
/proc/13322/statm: 665 352 352 5 0 90 0
[pid=13323] ppid=13322 vsize=112612 memory=55620 CPUtime=66 cores=5,7
/proc/13323/stat : 13323 (SynLSCD) R 13322 13322 11463 0 -1 4194304 7751 0 0 0 6478 122 0 0 20 0 1 0 29790099 115314688 13905 18446744073709551615 94417202188288 94417204622441 140734355674640 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94417205103864 94417205136896 94417238159360 140734355679650 140734355679785 140734355679785 140734355685358 0
/proc/13323/statm: 28153 13905 2528 595 0 12820 0
Current children cumulated CPU time: 1858.5 s
Current children cumulated vsize: 119596 KiB
Current children cumulated memory: 59972 KiB

[startup+1864.3 s]
/proc/loadavg: 4.06 4.12 4.10 5/272 13325
/proc/meminfo: memFree=122632720/131250000 swapFree=33010684/33010684
[pid=13106] ppid=13103 vsize=4324 memory=2944 CPUtime=1792.5 cores=5,7
/proc/13106/stat : 13106 (Hybrid-CASHWMax) S 13103 13106 11463 0 -1 4194304 285 39301 0 0 0 0 179223 27 20 0 1 0 29610296 4427776 736 18446744073709551615 94398862163968 94398863058501 140728553280240 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94398863297552 94398863345296 94398896156672 140728553281879 140728553282033 140728553282033 140728553287635 0
/proc/13106/statm: 1081 736 672 219 0 143 0
[pid=13322] ppid=13106 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/13322/stat : 13322 (timeout) S 13106 13322 11463 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29790098 2723840 352 18446744073709551615 94108356653056 94108356669569 140727183096320 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94108356684336 94108356686424 94108383043584 140727183104392 140727183104546 140727183104546 140727183110119 0
/proc/13322/statm: 665 352 352 5 0 90 0
[pid=13323] ppid=13322 vsize=112612 memory=55620 CPUtime=66.1 cores=5,7
/proc/13323/stat : 13323 (SynLSCD) R 13322 13322 11463 0 -1 4194304 7751 0 0 0 6488 122 0 0 20 0 1 0 29790099 115314688 13905 18446744073709551615 94417202188288 94417204622441 140734355674640 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94417205103864 94417205136896 94417238159360 140734355679650 140734355679785 140734355679785 140734355685358 0
/proc/13323/statm: 28153 13905 2528 595 0 12820 0
Current children cumulated CPU time: 1858.6 s
Current children cumulated vsize: 119596 KiB
Current children cumulated memory: 59972 KiB

Child status: 0

Real time (s): 1864.38
CPU time (s): 1858.67
CPU user time (s): 1857.16
CPU system time (s): 1.5081
CPU usage (%): 99.6941
Max. virtual memory (cumulated for all children) (KiB): 269672
Max. memory (cumulated for all children) (KiB): 252324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1857.16
system time used= 1.5081
maximum resident set size= 247972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48433
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= 905
involuntary context switches= 1871


# summary of solver processes directly reported to runsolver:
#   pid: 13106
#   total CPU time (s): 1858.67
#   total CPU user time (s): 1857.16
#   total CPU system time (s): 1.5081

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.78179 second user time and 8.90008 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-28 21:35:28
IDJOB=4515911
IDBENCH=167132
IDSOLVER=3328
FILE ID=nodeC019/4515911-1751139328
RUNJOBID= nodeC019-1751133631-11481
SLURM_JOB_ID= 9587419
Free space on /tmp= 432580 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-grids-v1_shuffle/normalized-grid8_161.shuf-2.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515911-1751139328/watcher-4515911-1751139328 -o /tmp/evaluation-result-4515911-1751139328/solver-4515911-1751139328 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751133631-11481 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4515911-1751139328.opb 3600 HOME

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

MD5SUM BENCH= 97ac09d7b638be47b4d5a322b09a2581
RANDOM SEED=89245473

nodeC019 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.692
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.37
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.727
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.851
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.37
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		: 3605.238
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.37
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.672
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.37
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.656
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.37
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		: 3601.255
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.37
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		: 3600.470
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        111955616 kB
MemAvailable:   112009784 kB
Buffers:            3280 kB
Cached:           874780 kB
SwapCached:            0 kB
Active:         18024752 kB
Inactive:         652720 kB
Active(anon):   17817492 kB
Inactive(anon):        0 kB
Active(file):     207260 kB
Inactive(file):   652720 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17496 kB
Writeback:             4 kB
AnonPages:      17802320 kB
Mapped:           116420 kB
Shmem:             18064 kB
KReclaimable:      66852 kB
Slab:             148500 kB
SReclaimable:      66852 kB
SUnreclaim:        81648 kB
KernelStack:        4352 kB
PageTables:        38428 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   18594884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4067328 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432560 MiB
End job on nodeC019 at 2025-06-28 22:06:32