Trace number 4547595

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23UNSAT 2024.75 2029.73

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat16_15_identity_complement.opb
MD5SUMec82efcd866f342a1f5f756e3ed31d43
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 benchmark5.10808
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints408375
Number of constraints which are clauses397971
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10404
Minimum length of a constraint2
Maximum length of a constraint17
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 33
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2024.62/2029.69	c Exit code from Second Program: 20
2024.73/2029.72	c #vars 5508 #constraints 408375 74.1422 1
2024.73/2029.72	c intsize: 6
2024.73/2029.72	c 408375 constraints
2024.73/2029.72	c Finish cloning data from SAT to LS
2024.73/2029.72	c restart_num_ls  -100000 0
2024.73/2029.72	c Use LS-small
2024.73/2029.72	c restart_num_ls  0 504
2024.73/2029.72	c LS 90 71
2024.73/2029.72	c Use LS-small
2024.73/2029.72	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61774 MiB free)
  memory of node 1: 64507 MiB (63312 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547595-1753269295/watcher-4547595-1753269295 -o /tmp/evaluation-result-4547595-1753269295/solver-4547595-1753269295 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753268480-175630 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547595-1753269295.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=176079, runsolver pid=176076

[startup+0.100028 s]*
/proc/loadavg: 4.15 3.99 3.35 5/270 176083
/proc/meminfo: memFree=128080836/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176082] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176082/stat : 176082 (timeout) S 176079 176082 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242607428 2723840 352 18446744073709551615 94469568823296 94469568839809 140726378503024 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94469568854576 94469568856664 94469573582848 140726378510750 140726378510880 140726378510880 140726378516455 0
/proc/176082/statm: 665 352 352 5 0 90 0
[pid=176083] ppid=176082 vsize=33292 memory=18816 CPUtime=0.07 cores=5,7
/proc/176083/stat : 176083 (CASHWMaxSAT-Dis) R 176082 176082 174066 0 -1 4194304 3975 0 0 0 7 0 0 0 20 0 1 0 242607428 34091008 4704 18446744073709551615 4198400 14817773 140725459453920 0 0 0 0 0 19490 0 0 0 17 7 0 0 0 0 0 16829744 16914832 23363584 140725459458468 140725459458585 140725459458585 140725459464160 0
/proc/176083/statm: 8323 4704 864 2593 0 5216 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 40276 KiB
Current children cumulated memory: 23168 KiB

[startup+0.205819 s]*
/proc/loadavg: 4.15 3.99 3.35 5/270 176083
/proc/meminfo: memFree=128064708/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176082] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176082/stat : 176082 (timeout) S 176079 176082 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242607428 2723840 352 18446744073709551615 94469568823296 94469568839809 140726378503024 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94469568854576 94469568856664 94469573582848 140726378510750 140726378510880 140726378510880 140726378516455 0
/proc/176082/statm: 665 352 352 5 0 90 0
[pid=176083] ppid=176082 vsize=49980 memory=35456 CPUtime=0.17 cores=5,7
/proc/176083/stat : 176083 (CASHWMaxSAT-Dis) R 176082 176082 174066 0 -1 4194304 8151 0 0 0 16 1 0 0 20 0 1 0 242607428 51179520 8864 18446744073709551615 4198400 14817773 140725459453920 0 0 0 0 0 19490 0 0 0 17 7 0 0 0 0 0 16829744 16914832 23363584 140725459458468 140725459458585 140725459458585 140725459464160 0
/proc/176083/statm: 12495 8864 864 2593 0 9388 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 56964 KiB
Current children cumulated memory: 39808 KiB

[startup+0.3057 s]*
/proc/loadavg: 4.15 3.99 3.35 5/270 176083
/proc/meminfo: memFree=128048580/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176082] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176082/stat : 176082 (timeout) S 176079 176082 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242607428 2723840 352 18446744073709551615 94469568823296 94469568839809 140726378503024 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94469568854576 94469568856664 94469573582848 140726378510750 140726378510880 140726378510880 140726378516455 0
/proc/176082/statm: 665 352 352 5 0 90 0
[pid=176083] ppid=176082 vsize=66116 memory=51456 CPUtime=0.27 cores=5,7
/proc/176083/stat : 176083 (CASHWMaxSAT-Dis) R 176082 176082 174066 0 -1 4194304 12140 0 0 0 25 2 0 0 20 0 1 0 242607428 67702784 12864 18446744073709551615 4198400 14817773 140725459453920 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 23363584 140725459458468 140725459458585 140725459458585 140725459464160 0
/proc/176083/statm: 16529 12864 864 2593 0 13422 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 73100 KiB
Current children cumulated memory: 55808 KiB

[startup+0.700232 s]
/proc/loadavg: 4.15 3.99 3.35 5/270 176083
/proc/meminfo: memFree=128016576/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176082] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176082/stat : 176082 (timeout) S 176079 176082 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242607428 2723840 352 18446744073709551615 94469568823296 94469568839809 140726378503024 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94469568854576 94469568856664 94469573582848 140726378510750 140726378510880 140726378510880 140726378516455 0
/proc/176082/statm: 665 352 352 5 0 90 0
[pid=176083] ppid=176082 vsize=131940 memory=117120 CPUtime=0.65 cores=5,7
/proc/176083/stat : 176083 (CASHWMaxSAT-Dis) R 176082 176082 174066 0 -1 4194304 28568 0 0 0 62 3 0 0 20 0 1 0 242607428 135106560 29280 18446744073709551615 4198400 14817773 140725459453920 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 23363584 140725459458468 140725459458585 140725459458585 140725459464160 0
/proc/176083/statm: 32985 29280 864 2593 0 29878 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 138924 KiB
Current children cumulated memory: 121472 KiB

[startup+1.50023 s]
/proc/loadavg: 4.14 3.99 3.36 5/270 176083
/proc/meminfo: memFree=127928236/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176082] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176082/stat : 176082 (timeout) S 176079 176082 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242607428 2723840 352 18446744073709551615 94469568823296 94469568839809 140726378503024 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94469568854576 94469568856664 94469573582848 140726378510750 140726378510880 140726378510880 140726378516455 0
/proc/176082/statm: 665 352 352 5 0 90 0
[pid=176083] ppid=176082 vsize=266764 memory=251648 CPUtime=1.45 cores=5,7
/proc/176083/stat : 176083 (CASHWMaxSAT-Dis) R 176082 176082 174066 0 -1 4194304 62179 0 0 0 136 9 0 0 20 0 1 0 242607428 273166336 62912 18446744073709551615 4198400 14817773 140725459453920 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 23363584 140725459458468 140725459458585 140725459458585 140725459464160 0
/proc/176083/statm: 66691 62912 864 2593 0 63584 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 273748 KiB
Current children cumulated memory: 256000 KiB

[startup+3.10561 s]
/proc/loadavg: 4.14 3.99 3.36 5/270 176083
/proc/meminfo: memFree=127755040/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176082] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176082/stat : 176082 (timeout) S 176079 176082 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242607428 2723840 352 18446744073709551615 94469568823296 94469568839809 140726378503024 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94469568854576 94469568856664 94469573582848 140726378510750 140726378510880 140726378510880 140726378516455 0
/proc/176082/statm: 665 352 352 5 0 90 0
[pid=176083] ppid=176082 vsize=359136 memory=343080 CPUtime=3.05 cores=5,7
/proc/176083/stat : 176083 (CASHWMaxSAT-Dis) R 176082 176082 174066 0 -1 4194304 85514 0 0 0 291 14 0 0 20 0 1 0 242607428 367755264 85770 18446744073709551615 4198400 14817773 140725459453920 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 23363584 140725459458468 140725459458585 140725459458585 140725459464160 0
/proc/176083/statm: 89784 85770 960 2593 0 86677 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 366120 KiB
Current children cumulated memory: 347432 KiB

[startup+6.30023 s]
/proc/loadavg: 4.13 3.99 3.36 5/270 176083
/proc/meminfo: memFree=127744896/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176082] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176082/stat : 176082 (timeout) S 176079 176082 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242607428 2723840 352 18446744073709551615 94469568823296 94469568839809 140726378503024 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94469568854576 94469568856664 94469573582848 140726378510750 140726378510880 140726378510880 140726378516455 0
/proc/176082/statm: 665 352 352 5 0 90 0
[pid=176083] ppid=176082 vsize=376352 memory=360820 CPUtime=6.24 cores=5,7
/proc/176083/stat : 176083 (CASHWMaxSAT-Dis) R 176082 176082 174066 0 -1 4194304 87533 0 0 0 609 15 0 0 20 0 1 0 242607428 385384448 90205 18446744073709551615 4198400 14817773 140725459453920 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 23363584 140725459458468 140725459458585 140725459458585 140725459464160 0
/proc/176083/statm: 94088 90205 992 2593 0 90981 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 383336 KiB
Current children cumulated memory: 365172 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 3.99 3.37 5/270 176083
/proc/meminfo: memFree=127748232/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176082] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176082/stat : 176082 (timeout) S 176079 176082 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242607428 2723840 352 18446744073709551615 94469568823296 94469568839809 140726378503024 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94469568854576 94469568856664 94469573582848 140726378510750 140726378510880 140726378510880 140726378516455 0
/proc/176082/statm: 665 352 352 5 0 90 0
[pid=176083] ppid=176082 vsize=376756 memory=361204 CPUtime=12.62 cores=5,7
/proc/176083/stat : 176083 (CASHWMaxSAT-Dis) R 176082 176082 174066 0 -1 4194304 87633 0 0 0 1247 15 0 0 20 0 1 0 242607428 385798144 90301 18446744073709551615 4198400 14817773 140725459453920 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 23363584 140725459458468 140725459458585 140725459458585 140725459464160 0
/proc/176083/statm: 94189 90301 992 2593 0 91082 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 383740 KiB
Current children cumulated memory: 365556 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 3.99 3.37 5/270 176083
/proc/meminfo: memFree=127749836/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176082] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176082/stat : 176082 (timeout) S 176079 176082 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242607428 2723840 352 18446744073709551615 94469568823296 94469568839809 140726378503024 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94469568854576 94469568856664 94469573582848 140726378510750 140726378510880 140726378510880 140726378516455 0
/proc/176082/statm: 665 352 352 5 0 90 0
[pid=176083] ppid=176082 vsize=376756 memory=361332 CPUtime=25.4 cores=5,7
/proc/176083/stat : 176083 (CASHWMaxSAT-Dis) R 176082 176082 174066 0 -1 4194304 87681 0 0 0 2524 16 0 0 20 0 1 0 242607428 385798144 90333 18446744073709551615 4198400 14817773 140725459453920 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 23363584 140725459458468 140725459458585 140725459458585 140725459464160 0
/proc/176083/statm: 94189 90333 992 2593 0 91082 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 383740 KiB
Current children cumulated memory: 365684 KiB

[startup+51.1056 s]
/proc/loadavg: 4.12 4.01 3.40 5/270 176084
/proc/meminfo: memFree=127748504/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176082] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176082/stat : 176082 (timeout) S 176079 176082 174066 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 242607428 2723840 352 18446744073709551615 94469568823296 94469568839809 140726378503024 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94469568854576 94469568856664 94469573582848 140726378510750 140726378510880 140726378510880 140726378516455 0
/proc/176082/statm: 665 352 352 5 0 90 0
[pid=176083] ppid=176082 vsize=376756 memory=361460 CPUtime=50.93 cores=5,7
/proc/176083/stat : 176083 (CASHWMaxSAT-Dis) R 176082 176082 174066 0 -1 4194304 87717 0 0 0 5077 16 0 0 20 0 1 0 242607428 385798144 90365 18446744073709551615 4198400 14817773 140725459453920 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 23363584 140725459458468 140725459458585 140725459458585 140725459464160 0
/proc/176083/statm: 94189 90365 992 2593 0 91082 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 383740 KiB
Current children cumulated memory: 365812 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.02 3.44 5/270 176086
/proc/meminfo: memFree=127726232/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176082] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7

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

/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176289] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176289/stat : 176289 (timeout) S 176079 176289 174066 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242787229 2723840 352 18446744073709551615 94812379435008 94812379451521 140725254088496 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94812379466288 94812379468376 94812396867584 140725254093190 140725254093344 140725254093344 140725254098919 0
/proc/176289/statm: 665 352 352 5 0 90 0
[pid=176290] ppid=176289 vsize=541116 memory=436184 CPUtime=104 cores=5,7
/proc/176290/stat : 176290 (SynLSCD) R 176289 176289 174066 0 -1 4194304 57451 0 0 0 10223 177 0 0 20 0 1 0 242787229 554102784 109046 18446744073709551615 94720744034304 94720746468905 140727657676144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94720746949880 94720746982912 94720758018048 140727657683360 140727657683495 140727657683495 140727657689070 0
/proc/176290/statm: 135279 109046 2528 595 0 119946 0
Current children cumulated CPU time: 1897.64 s
Current children cumulated vsize: 548100 KiB
Current children cumulated memory: 440536 KiB

[startup+1962.3 s]
/proc/loadavg: 1.09 1.26 2.18 2/246 176295
/proc/meminfo: memFree=128558984/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=1793.64 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 281 125963 0 0 0 0 179318 46 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176289] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176289/stat : 176289 (timeout) S 176079 176289 174066 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242787229 2723840 352 18446744073709551615 94812379435008 94812379451521 140725254088496 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94812379466288 94812379468376 94812396867584 140725254093190 140725254093344 140725254093344 140725254098919 0
/proc/176289/statm: 665 352 352 5 0 90 0
[pid=176290] ppid=176289 vsize=546024 memory=461208 CPUtime=163.85 cores=5,7
/proc/176290/stat : 176290 (SynLSCD) R 176289 176289 174066 0 -1 4194304 57792 0 0 0 16108 277 0 0 20 0 1 0 242787229 559128576 115302 18446744073709551615 94720744034304 94720746468905 140727657676144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94720746949880 94720746982912 94720758018048 140727657683360 140727657683495 140727657683495 140727657689070 0
/proc/176290/statm: 136506 115302 2560 595 0 121173 0
Current children cumulated CPU time: 1957.49 s
Current children cumulated vsize: 553008 KiB
Current children cumulated memory: 465560 KiB

[startup+2022.3 s]
/proc/loadavg: 1.10 1.23 2.11 2/246 176297
/proc/meminfo: memFree=128559188/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=1793.64 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 281 125963 0 0 0 0 179318 46 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176289] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176289/stat : 176289 (timeout) S 176079 176289 174066 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242787229 2723840 352 18446744073709551615 94812379435008 94812379451521 140725254088496 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94812379466288 94812379468376 94812396867584 140725254093190 140725254093344 140725254093344 140725254098919 0
/proc/176289/statm: 665 352 352 5 0 90 0
[pid=176290] ppid=176289 vsize=547720 memory=463256 CPUtime=223.7 cores=5,7
/proc/176290/stat : 176290 (SynLSCD) R 176289 176289 174066 0 -1 4194304 58301 0 0 0 22030 340 0 0 20 0 1 0 242787229 560865280 115814 18446744073709551615 94720744034304 94720746468905 140727657676144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94720746949880 94720746982912 94720758018048 140727657683360 140727657683495 140727657683495 140727657689070 0
/proc/176290/statm: 136930 115814 2560 595 0 121597 0
Current children cumulated CPU time: 2017.34 s
Current children cumulated vsize: 554704 KiB
Current children cumulated memory: 467608 KiB

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

# cumulated CPU time of all completed processes:  user=2020.87 s, system=3.88293 s

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

[startup+2022.4 s]
/proc/loadavg: 1.10 1.23 2.11 2/246 176297
/proc/meminfo: memFree=128559188/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=1793.64 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 281 125963 0 0 0 0 179318 46 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176289] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176289/stat : 176289 (timeout) S 176079 176289 174066 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242787229 2723840 352 18446744073709551615 94812379435008 94812379451521 140725254088496 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94812379466288 94812379468376 94812396867584 140725254093190 140725254093344 140725254093344 140725254098919 0
/proc/176289/statm: 665 352 352 5 0 90 0
[pid=176290] ppid=176289 vsize=547720 memory=463256 CPUtime=223.8 cores=5,7
/proc/176290/stat : 176290 (SynLSCD) R 176289 176289 174066 0 -1 4194304 58301 0 0 0 22040 340 0 0 20 0 1 0 242787229 560865280 115814 18446744073709551615 94720744034304 94720746468905 140727657676144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94720746949880 94720746982912 94720758018048 140727657683360 140727657683495 140727657683495 140727657689070 0
/proc/176290/statm: 136930 115814 2560 595 0 121597 0
Current children cumulated CPU time: 2017.44 s
Current children cumulated vsize: 554704 KiB
Current children cumulated memory: 467608 KiB

[startup+2025.6 s]
/proc/loadavg: 1.10 1.23 2.11 2/246 176297
/proc/meminfo: memFree=128555092/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=1793.64 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 281 125963 0 0 0 0 179318 46 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176289] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176289/stat : 176289 (timeout) S 176079 176289 174066 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242787229 2723840 352 18446744073709551615 94812379435008 94812379451521 140725254088496 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94812379466288 94812379468376 94812396867584 140725254093190 140725254093344 140725254093344 140725254098919 0
/proc/176289/statm: 665 352 352 5 0 90 0
[pid=176290] ppid=176289 vsize=547720 memory=465308 CPUtime=226.99 cores=5,7
/proc/176290/stat : 176290 (SynLSCD) R 176289 176289 174066 0 -1 4194304 58302 0 0 0 22359 340 0 0 20 0 1 0 242787229 560865280 116327 18446744073709551615 94720744034304 94720746468905 140727657676144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94720746949880 94720746982912 94720758018048 140727657683360 140727657683495 140727657683495 140727657689070 0
/proc/176290/statm: 136930 116327 2560 595 0 121597 0
Current children cumulated CPU time: 2020.63 s
Current children cumulated vsize: 554704 KiB
Current children cumulated memory: 469660 KiB

[startup+2027.2 s]
/proc/loadavg: 1.09 1.22 2.11 2/246 176298
/proc/meminfo: memFree=128583460/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=1793.64 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 281 125963 0 0 0 0 179318 46 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176289] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176289/stat : 176289 (timeout) S 176079 176289 174066 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242787229 2723840 352 18446744073709551615 94812379435008 94812379451521 140725254088496 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94812379466288 94812379468376 94812396867584 140725254093190 140725254093344 140725254093344 140725254098919 0
/proc/176289/statm: 665 352 352 5 0 90 0
[pid=176290] ppid=176289 vsize=547720 memory=465308 CPUtime=228.59 cores=5,7
/proc/176290/stat : 176290 (SynLSCD) R 176289 176289 174066 0 -1 4194304 58302 0 0 0 22519 340 0 0 20 0 1 0 242787229 560865280 116327 18446744073709551615 94720744034304 94720746468905 140727657676144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94720746949880 94720746982912 94720758018048 140727657683360 140727657683495 140727657683495 140727657689070 0
/proc/176290/statm: 136930 116327 2560 595 0 121597 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 554704 KiB
Current children cumulated memory: 469660 KiB

[startup+2028.8 s]
/proc/loadavg: 1.09 1.22 2.11 2/246 176298
/proc/meminfo: memFree=128583460/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=1793.64 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 281 125963 0 0 0 0 179318 46 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176289] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176289/stat : 176289 (timeout) S 176079 176289 174066 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242787229 2723840 352 18446744073709551615 94812379435008 94812379451521 140725254088496 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94812379466288 94812379468376 94812396867584 140725254093190 140725254093344 140725254093344 140725254098919 0
/proc/176289/statm: 665 352 352 5 0 90 0
[pid=176290] ppid=176289 vsize=547720 memory=465308 CPUtime=230.19 cores=5,7
/proc/176290/stat : 176290 (SynLSCD) R 176289 176289 174066 0 -1 4194304 58302 0 0 0 22679 340 0 0 20 0 1 0 242787229 560865280 116327 18446744073709551615 94720744034304 94720746468905 140727657676144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94720746949880 94720746982912 94720758018048 140727657683360 140727657683495 140727657683495 140727657689070 0
/proc/176290/statm: 136930 116327 2560 595 0 121597 0
Current children cumulated CPU time: 2023.83 s
Current children cumulated vsize: 554704 KiB
Current children cumulated memory: 469660 KiB

[startup+2029.2 s]
/proc/loadavg: 1.09 1.22 2.11 2/246 176298
/proc/meminfo: memFree=128583460/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=1793.64 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 281 125963 0 0 0 0 179318 46 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176289] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176289/stat : 176289 (timeout) S 176079 176289 174066 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242787229 2723840 352 18446744073709551615 94812379435008 94812379451521 140725254088496 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94812379466288 94812379468376 94812396867584 140725254093190 140725254093344 140725254093344 140725254098919 0
/proc/176289/statm: 665 352 352 5 0 90 0
[pid=176290] ppid=176289 vsize=547720 memory=465308 CPUtime=230.59 cores=5,7
/proc/176290/stat : 176290 (SynLSCD) R 176289 176289 174066 0 -1 4194304 58302 0 0 0 22719 340 0 0 20 0 1 0 242787229 560865280 116327 18446744073709551615 94720744034304 94720746468905 140727657676144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94720746949880 94720746982912 94720758018048 140727657683360 140727657683495 140727657683495 140727657689070 0
/proc/176290/statm: 136930 116327 2560 595 0 121597 0
Current children cumulated CPU time: 2024.23 s
Current children cumulated vsize: 554704 KiB
Current children cumulated memory: 469660 KiB

[startup+2029.6 s]
/proc/loadavg: 1.09 1.22 2.11 2/246 176298
/proc/meminfo: memFree=128583460/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=1793.64 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 281 125963 0 0 0 0 179318 46 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
[pid=176289] ppid=176079 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/176289/stat : 176289 (timeout) S 176079 176289 174066 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242787229 2723840 352 18446744073709551615 94812379435008 94812379451521 140725254088496 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94812379466288 94812379468376 94812396867584 140725254093190 140725254093344 140725254093344 140725254098919 0
/proc/176289/statm: 665 352 352 5 0 90 0
[pid=176290] ppid=176289 vsize=547720 memory=465308 CPUtime=230.98 cores=5,7
/proc/176290/stat : 176290 (SynLSCD) R 176289 176289 174066 0 -1 4194304 58302 0 0 0 22758 340 0 0 20 0 1 0 242787229 560865280 116327 18446744073709551615 94720744034304 94720746468905 140727657676144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94720746949880 94720746982912 94720758018048 140727657683360 140727657683495 140727657683495 140727657689070 0
/proc/176290/statm: 136930 116327 2560 595 0 121597 0
Current children cumulated CPU time: 2024.62 s
Current children cumulated vsize: 554704 KiB
Current children cumulated memory: 469660 KiB

[startup+2029.7 s]
/proc/loadavg: 1.09 1.22 2.11 2/246 176298
/proc/meminfo: memFree=128583460/131249996 swapFree=33010672/33010684
[pid=176079] ppid=176076 vsize=4324 memory=2944 CPUtime=2024.73 cores=5,7
/proc/176079/stat : 176079 (Hybrid-CASHWMax) S 176076 176079 174066 0 -1 4194304 301 184441 0 0 0 0 202086 387 20 0 1 0 242607427 4427776 736 18446744073709551615 94649527533568 94649528428101 140722849722208 0 0 0 2 4 65536 1 0 0 17 5 0 0 0 0 0 94649528667152 94649528714896 94649561387008 140722849724757 140722849724911 140722849724911 140722849730515 0
/proc/176079/statm: 1081 736 672 219 0 143 0
Current children cumulated CPU time: 2024.73 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 2029.73
CPU time (s): 2024.75
CPU user time (s): 2020.87
CPU system time (s): 3.88293
CPU usage (%): 99.7546
Max. virtual memory (cumulated for all children) (KiB): 563104
Max. memory (cumulated for all children) (KiB): 469660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2020.87
system time used= 3.88293
maximum resident set size= 465692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185620
page faults= 0
swaps= 0
block input operations= 0
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1078
involuntary context switches= 999


# summary of solver processes directly reported to runsolver:
#   pid: 176079
#   total CPU time (s): 2024.75
#   total CPU user time (s): 2020.87
#   total CPU system time (s): 3.88293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.12635 second user time and 9.40378 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 13:14:55
IDJOB=4547595
IDBENCH=180672
IDSOLVER=3424
FILE ID=nodeC024/4547595-1753269295
RUNJOBID= nodeC024-1753268480-175630
SLURM_JOB_ID= 9689179
Free space on /tmp= 432976 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-07-23
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat16_15_identity_complement.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547595-1753269295/watcher-4547595-1753269295 -o /tmp/evaluation-result-4547595-1753269295/solver-4547595-1753269295 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753268480-175630 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4547595-1753269295.opb 3600 HOME

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

MD5SUM BENCH= ec82efcd866f342a1f5f756e3ed31d43
RANDOM SEED=1321052462

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128089580 kB
MemAvailable:   128764752 kB
Buffers:            2128 kB
Cached:          1436688 kB
SwapCached:            8 kB
Active:          2043388 kB
Inactive:         309460 kB
Active(anon):     938692 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):   307872 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             28060 kB
Writeback:            40 kB
AnonPages:        913584 kB
Mapped:           121060 kB
Shmem:             26248 kB
KReclaimable:     203284 kB
Slab:             300072 kB
SReclaimable:     203284 kB
SUnreclaim:        96788 kB
KernelStack:        4320 kB
PageTables:         5080 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1289340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    831488 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC024 at 2025-07-23 13:48:45