Trace number 4547659

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23SAT 1198.35 1202.58

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob4.opb
MD5SUM51f776679cf4368d72b5455aa221d9d6
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.036692
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint82
Maximum length of a constraint82
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 60575666
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 801239175
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1198.28/1202.52	c Exit code from Second Program: 30
1198.28/1202.55	c #vars 82 #constraints 2 0.0243902 1
1198.28/1202.55	c intsize: 30
1198.28/1202.55	c 2 constraints
1198.28/1202.55	c Finish cloning data from SAT to LS
1198.28/1202.55	c restart_num_ls  -100000 0
1198.28/1202.55	c Use LS-small
1198.28/1202.55	c SAT by LS-small
1198.28/1202.55	s SATISFIABLE
1198.28/1202.55	v x1 -x2 x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82

Verifier Data

OK	0

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: 63837 MiB (53343 MiB free)
  memory of node 1: 64465 MiB (47621 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4547659-1753272571/watcher-4547659-1753272571 -o /tmp/evaluation-result-4547659-1753272571/solver-4547659-1753272571 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753272569-170030 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4547659-1753272571.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=170091, runsolver pid=170081

[startup+0.100068 s]*
/proc/loadavg: 0.18 0.17 0.93 3/256 170094
/proc/meminfo: memFree=103383752/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=1776 memory=256 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) D 170081 170091 170010 0 -1 4456448 68 0 0 0 0 0 0 0 20 0 1 0 242935859 1818624 64 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 444 64 64 219 0 64 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 1776 KiB
Current children cumulated memory: 256 KiB

[startup+0.213294 s]*
/proc/loadavg: 0.18 0.17 0.93 3/257 170095
/proc/meminfo: memFree=103383752/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 242935859 4292608 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1048 736 672 219 0 110 0
[pid=170095] ppid=170091 vsize=464 memory=128 CPUtime=0 cores=5,7
/proc/170095/stat : 170095 (mkdir) D 170091 170091 170010 0 -1 4456448 48 0 0 0 0 0 0 0 20 0 1 0 242935875 475136 32 18446744073709551615 94686261362688 94686261405041 140735820440448 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94686261422480 94686261424280 94686262218752 140735820442104 140735820442148 140735820442148 140735820447721 0
/proc/170095/statm: 116 32 32 11 0 42 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4656 KiB
Current children cumulated memory: 3072 KiB

[startup+0.313014 s]*
/proc/loadavg: 0.18 0.17 0.93 2/256 170097
/proc/meminfo: memFree=103383500/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 242935859 4292608 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1048 736 672 219 0 110 0
[pid=170095] ppid=170091 vsize=464 memory=128 CPUtime=0 cores=5,7
/proc/170095/stat : 170095 (mkdir) D 170091 170091 170010 0 -1 4456448 48 0 0 0 0 0 0 0 20 0 1 0 242935875 475136 32 18446744073709551615 94686261362688 94686261405041 140735820440448 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94686261422480 94686261424280 94686262218752 140735820442104 140735820442148 140735820442148 140735820447721 0
/proc/170095/statm: 116 32 32 11 0 42 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4656 KiB
Current children cumulated memory: 3072 KiB

[startup+0.70033 s]
/proc/loadavg: 0.18 0.17 0.93 3/257 170100
/proc/meminfo: memFree=103383260/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170098] ppid=170091 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/170098/stat : 170098 (timeout) S 170091 170098 170010 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242935896 2723840 352 18446744073709551615 94556095811584 94556095828097 140736105501648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94556095842864 94556095844952 94556119478272 140736105503134 140736105503264 140736105503264 140736105508839 0
/proc/170098/statm: 665 352 352 5 0 90 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 6984 KiB
Current children cumulated memory: 4352 KiB

[startup+1.50041 s]
/proc/loadavg: 0.18 0.17 0.93 4/255 170105
/proc/meminfo: memFree=103383020/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170098] ppid=170091 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/170098/stat : 170098 (timeout) S 170091 170098 170010 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242935896 2723840 352 18446744073709551615 94556095811584 94556095828097 140736105501648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94556095842864 94556095844952 94556119478272 140736105503134 140736105503264 140736105503264 140736105508839 0
/proc/170098/statm: 665 352 352 5 0 90 0
[pid=170101] ppid=170098 vsize=24900 memory=10448 CPUtime=0.94 cores=5,7
/proc/170101/stat : 170101 (CASHWMaxSAT-Dis) R 170098 170098 170010 0 -1 4194304 2681 0 0 0 93 1 0 0 20 0 1 0 242935914 25497600 2612 18446744073709551615 4198400 14093885 140736190131312 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 31666176 140736190134692 140736190134809 140736190134809 140736190140384 0
/proc/170101/statm: 6225 2612 1024 2416 0 3327 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 31884 KiB
Current children cumulated memory: 14800 KiB

[startup+3.11313 s]
/proc/loadavg: 0.48 0.24 0.95 2/243 170119
/proc/meminfo: memFree=103375700/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170098] ppid=170091 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/170098/stat : 170098 (timeout) S 170091 170098 170010 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242935896 2723840 352 18446744073709551615 94556095811584 94556095828097 140736105501648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94556095842864 94556095844952 94556119478272 140736105503134 140736105503264 140736105503264 140736105508839 0
/proc/170098/statm: 665 352 352 5 0 90 0
[pid=170101] ppid=170098 vsize=36520 memory=21928 CPUtime=2.54 cores=5,7
/proc/170101/stat : 170101 (CASHWMaxSAT-Dis) R 170098 170098 170010 0 -1 4194304 4529 0 0 0 253 1 0 0 20 0 1 0 242935914 37396480 5482 18446744073709551615 4198400 14093885 140736190131312 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 31666176 140736190134692 140736190134809 140736190134809 140736190140384 0
/proc/170101/statm: 9130 5482 1024 2416 0 6232 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 43504 KiB
Current children cumulated memory: 26280 KiB

[startup+6.3004 s]
/proc/loadavg: 0.48 0.24 0.95 3/244 170127
/proc/meminfo: memFree=103376604/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170098] ppid=170091 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/170098/stat : 170098 (timeout) S 170091 170098 170010 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242935896 2723840 352 18446744073709551615 94556095811584 94556095828097 140736105501648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94556095842864 94556095844952 94556119478272 140736105503134 140736105503264 140736105503264 140736105508839 0
/proc/170098/statm: 665 352 352 5 0 90 0
[pid=170101] ppid=170098 vsize=37452 memory=23720 CPUtime=5.72 cores=5,7
/proc/170101/stat : 170101 (CASHWMaxSAT-Dis) R 170098 170098 170010 0 -1 4194304 4987 0 0 0 571 1 0 0 20 0 1 0 242935914 38350848 5930 18446744073709551615 4198400 14093885 140736190131312 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 31666176 140736190134692 140736190134809 140736190134809 140736190140384 0
/proc/170101/statm: 9363 5930 1024 2416 0 6465 0
Current children cumulated CPU time: 5.72 s
Current children cumulated vsize: 44436 KiB
Current children cumulated memory: 28072 KiB

[startup+12.7004 s]
/proc/loadavg: 0.84 0.32 0.97 3/242 170131
/proc/meminfo: memFree=103353652/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170098] ppid=170091 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/170098/stat : 170098 (timeout) S 170091 170098 170010 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242935896 2723840 352 18446744073709551615 94556095811584 94556095828097 140736105501648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94556095842864 94556095844952 94556119478272 140736105503134 140736105503264 140736105503264 140736105508839 0
/proc/170098/statm: 665 352 352 5 0 90 0
[pid=170101] ppid=170098 vsize=51780 memory=35920 CPUtime=12.1 cores=5,7
/proc/170101/stat : 170101 (CASHWMaxSAT-Dis) R 170098 170098 170010 0 -1 4194304 7255 0 0 0 1208 2 0 0 20 0 1 0 242935914 53022720 8980 18446744073709551615 4198400 14093885 140736190131312 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 31666176 140736190134692 140736190134809 140736190134809 140736190140384 0
/proc/170101/statm: 12945 8980 1024 2416 0 10047 0
Current children cumulated CPU time: 12.1 s
Current children cumulated vsize: 58764 KiB
Current children cumulated memory: 40272 KiB

[startup+25.5005 s]
/proc/loadavg: 1.62 0.52 1.02 5/260 170251
/proc/meminfo: memFree=103253460/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170098] ppid=170091 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/170098/stat : 170098 (timeout) S 170091 170098 170010 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242935896 2723840 352 18446744073709551615 94556095811584 94556095828097 140736105501648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94556095842864 94556095844952 94556119478272 140736105503134 140736105503264 140736105503264 140736105508839 0
/proc/170098/statm: 665 352 352 5 0 90 0
[pid=170101] ppid=170098 vsize=51780 memory=38092 CPUtime=24.84 cores=5,7
/proc/170101/stat : 170101 (CASHWMaxSAT-Dis) R 170098 170098 170010 0 -1 4194304 8143 0 0 0 2480 4 0 0 20 0 1 0 242935914 53022720 9523 18446744073709551615 4198400 14093885 140736190131312 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 31666176 140736190134692 140736190134809 140736190134809 140736190140384 0
/proc/170101/statm: 12945 9523 1024 2416 0 10047 0
Current children cumulated CPU time: 24.84 s
Current children cumulated vsize: 58764 KiB
Current children cumulated memory: 42444 KiB

[startup+51.1136 s]
/proc/loadavg: 2.43 0.80 1.10 5/260 170251
/proc/meminfo: memFree=103060520/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170098] ppid=170091 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/170098/stat : 170098 (timeout) S 170091 170098 170010 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242935896 2723840 352 18446744073709551615 94556095811584 94556095828097 140736105501648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94556095842864 94556095844952 94556119478272 140736105503134 140736105503264 140736105503264 140736105508839 0
/proc/170098/statm: 665 352 352 5 0 90 0
[pid=170101] ppid=170098 vsize=56196 memory=42444 CPUtime=50.36 cores=5,7
/proc/170101/stat : 170101 (CASHWMaxSAT-Dis) R 170098 170098 170010 0 -1 4194304 9563 0 0 0 5031 5 0 0 20 0 1 0 242935914 57544704 10611 18446744073709551615 4198400 14093885 140736190131312 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 31666176 140736190134692 140736190134809 140736190134809 140736190140384 0
/proc/170101/statm: 14049 10611 1024 2416 0 11151 0
Current children cumulated CPU time: 50.36 s
Current children cumulated vsize: 63180 KiB
Current children cumulated memory: 46796 KiB

[startup+102.3 s]
/proc/loadavg: 3.44 1.32 1.27 5/260 170253
/proc/meminfo: memFree=103015056/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170098] ppid=170091 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/170098/stat : 170098 (timeout) S 170091 170098 170010 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242935896 2723840 352 18446744073709551615 94556095811584 94556095828097 140736105501648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94556095842864 94556095844952 94556119478272 140736105503134 140736105503264 140736105503264 140736105508839 0
/proc/170098/statm: 665 352 352 5 0 90 0
[pid=170101] ppid=170098 vsize=75264 memory=61516 CPUtime=101.37 cores=5,7
/proc/170101/stat : 170101 (CASHWMaxSAT-Dis) R 170098 170098 170010 0 -1 4194304 11439 0 0 0 10130 7 0 0 20 0 1 0 242935914 77070336 15379 18446744073709551615 4198400 14093885 140736190131312 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 31666176 140736190134692 140736190134809 140736190134809 140736190140384 0
/proc/170101/statm: 18816 15379 1024 2416 0 15918 0
Current children cumulated CPU time: 101.37 s
Current children cumulated vsize: 82248 KiB
Current children cumulated memory: 65868 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 1.83 1.45 5/260 170255
/proc/meminfo: memFree=103003132/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0

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

/proc/170101/statm: 32940 28530 1024 2416 0 30042 0
Current children cumulated CPU time: 1058.59 s
Current children cumulated vsize: 138744 KiB
Current children cumulated memory: 118472 KiB

[startup+1122.3 s]
/proc/loadavg: 4.18 4.16 3.26 5/257 170294
/proc/meminfo: memFree=102872436/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170098] ppid=170091 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/170098/stat : 170098 (timeout) S 170091 170098 170010 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242935896 2723840 352 18446744073709551615 94556095811584 94556095828097 140736105501648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94556095842864 94556095844952 94556119478272 140736105503134 140736105503264 140736105503264 140736105508839 0
/proc/170098/statm: 665 352 352 5 0 90 0
[pid=170101] ppid=170098 vsize=131760 memory=114120 CPUtime=1118.42 cores=5,7
/proc/170101/stat : 170101 (CASHWMaxSAT-Dis) R 170098 170098 170010 0 -1 4194304 16738 0 0 0 111832 10 0 0 20 0 1 0 242935914 134922240 28530 18446744073709551615 4198400 14093885 140736190131312 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 31666176 140736190134692 140736190134809 140736190134809 140736190140384 0
/proc/170101/statm: 32940 28530 1024 2416 0 30042 0
Current children cumulated CPU time: 1118.42 s
Current children cumulated vsize: 138744 KiB
Current children cumulated memory: 118472 KiB

[startup+1182.3 s]
/proc/loadavg: 4.17 4.16 3.32 5/257 170296
/proc/meminfo: memFree=102822860/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170098] ppid=170091 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/170098/stat : 170098 (timeout) S 170091 170098 170010 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242935896 2723840 352 18446744073709551615 94556095811584 94556095828097 140736105501648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94556095842864 94556095844952 94556119478272 140736105503134 140736105503264 140736105503264 140736105508839 0
/proc/170098/statm: 665 352 352 5 0 90 0
[pid=170101] ppid=170098 vsize=143724 memory=126412 CPUtime=1178.26 cores=5,7
/proc/170101/stat : 170101 (CASHWMaxSAT-Dis) R 170098 170098 170010 0 -1 4194304 16800 0 0 0 117815 11 0 0 20 0 1 0 242935914 147173376 31603 18446744073709551615 4198400 14093885 140736190131312 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 31666176 140736190134692 140736190134809 140736190134809 140736190140384 0
/proc/170101/statm: 35931 31603 1024 2416 0 33033 0
Current children cumulated CPU time: 1178.26 s
Current children cumulated vsize: 150708 KiB
Current children cumulated memory: 130764 KiB

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

# cumulated CPU time of all completed processes:  user=1197.57 s, system=0.778889 s

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

[startup+1190.4 s]
/proc/loadavg: 4.15 4.16 3.33 5/257 170296
/proc/meminfo: memFree=102816736/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170098] ppid=170091 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/170098/stat : 170098 (timeout) S 170091 170098 170010 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242935896 2723840 352 18446744073709551615 94556095811584 94556095828097 140736105501648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94556095842864 94556095844952 94556119478272 140736105503134 140736105503264 140736105503264 140736105508839 0
/proc/170098/statm: 665 352 352 5 0 90 0
[pid=170101] ppid=170098 vsize=143724 memory=126412 CPUtime=1186.34 cores=5,7
/proc/170101/stat : 170101 (CASHWMaxSAT-Dis) R 170098 170098 170010 0 -1 4194304 16800 0 0 0 118623 11 0 0 20 0 1 0 242935914 147173376 31603 18446744073709551615 4198400 14093885 140736190131312 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 31666176 140736190134692 140736190134809 140736190134809 140736190140384 0
/proc/170101/statm: 35931 31603 1024 2416 0 33033 0
Current children cumulated CPU time: 1186.34 s
Current children cumulated vsize: 150708 KiB
Current children cumulated memory: 130764 KiB

[startup+1196.8 s]
/proc/loadavg: 4.13 4.15 3.33 5/257 170296
/proc/meminfo: memFree=102805608/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=0 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170098] ppid=170091 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/170098/stat : 170098 (timeout) S 170091 170098 170010 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 242935896 2723840 352 18446744073709551615 94556095811584 94556095828097 140736105501648 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94556095842864 94556095844952 94556119478272 140736105503134 140736105503264 140736105503264 140736105508839 0
/proc/170098/statm: 665 352 352 5 0 90 0
[pid=170101] ppid=170098 vsize=143724 memory=126412 CPUtime=1192.72 cores=5,7
/proc/170101/stat : 170101 (CASHWMaxSAT-Dis) R 170098 170098 170010 0 -1 4194304 16800 0 0 0 119261 11 0 0 20 0 1 0 242935914 147173376 31603 18446744073709551615 4198400 14093885 140736190131312 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 15976432 16051504 31666176 140736190134692 140736190134809 140736190134809 140736190140384 0
/proc/170101/statm: 35931 31603 1024 2416 0 33033 0
Current children cumulated CPU time: 1192.72 s
Current children cumulated vsize: 150708 KiB
Current children cumulated memory: 130764 KiB

[startup+1200 s]*
/proc/loadavg: 4.12 4.15 3.34 5/257 170298
/proc/meminfo: memFree=102928244/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=1194.48 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 281 17023 0 0 0 0 119436 12 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170297] ppid=170091 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/170297/stat : 170297 (timeout) S 170091 170297 170010 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243055714 2723840 320 18446744073709551615 94080833146880 94080833163393 140731724167536 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94080833178160 94080833180248 94080835186688 140731724171654 140731724171808 140731724171808 140731724177383 0
/proc/170297/statm: 665 320 320 5 0 90 0
[pid=170298] ppid=170297 vsize=83552 memory=10752 CPUtime=1.33 cores=5,7
/proc/170298/stat : 170298 (SynLSCD) R 170297 170297 170010 0 -1 4194304 486 0 0 0 111 22 0 0 20 0 1 0 243055718 85557248 2688 18446744073709551615 93862236217344 93862238651945 140728766995744 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93862239132920 93862239165952 93862264860672 140728766998944 140728766999079 140728766999079 140728767004654 0
/proc/170298/statm: 20888 2688 2464 595 0 5555 0
Current children cumulated CPU time: 1195.81 s
Current children cumulated vsize: 90536 KiB
Current children cumulated memory: 14976 KiB

[startup+1201.6 s]
/proc/loadavg: 4.12 4.15 3.34 5/257 170298
/proc/meminfo: memFree=102940044/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=1194.48 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 281 17023 0 0 0 0 119436 12 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170297] ppid=170091 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/170297/stat : 170297 (timeout) S 170091 170297 170010 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243055714 2723840 320 18446744073709551615 94080833146880 94080833163393 140731724167536 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94080833178160 94080833180248 94080835186688 140731724171654 140731724171808 140731724171808 140731724177383 0
/proc/170297/statm: 665 320 320 5 0 90 0
[pid=170298] ppid=170297 vsize=83552 memory=10752 CPUtime=2.91 cores=5,7
/proc/170298/stat : 170298 (SynLSCD) R 170297 170297 170010 0 -1 4194304 486 0 0 0 244 47 0 0 20 0 1 0 243055718 85557248 2688 18446744073709551615 93862236217344 93862238651945 140728766995744 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93862239132920 93862239165952 93862264860672 140728766998944 140728766999079 140728766999079 140728767004654 0
/proc/170298/statm: 20888 2688 2464 595 0 5555 0
Current children cumulated CPU time: 1197.39 s
Current children cumulated vsize: 90536 KiB
Current children cumulated memory: 14976 KiB

[startup+1202 s]*
/proc/loadavg: 4.12 4.15 3.34 5/257 170298
/proc/meminfo: memFree=102938280/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=1194.48 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 281 17023 0 0 0 0 119436 12 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170297] ppid=170091 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/170297/stat : 170297 (timeout) S 170091 170297 170010 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243055714 2723840 320 18446744073709551615 94080833146880 94080833163393 140731724167536 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94080833178160 94080833180248 94080835186688 140731724171654 140731724171808 140731724171808 140731724177383 0
/proc/170297/statm: 665 320 320 5 0 90 0
[pid=170298] ppid=170297 vsize=83552 memory=10752 CPUtime=3.32 cores=5,7
/proc/170298/stat : 170298 (SynLSCD) R 170297 170297 170010 0 -1 4194304 486 0 0 0 278 54 0 0 20 0 1 0 243055718 85557248 2688 18446744073709551615 93862236217344 93862238651945 140728766995744 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93862239132920 93862239165952 93862264860672 140728766998944 140728766999079 140728766999079 140728767004654 0
/proc/170298/statm: 20888 2688 2464 595 0 5555 0
Current children cumulated CPU time: 1197.8 s
Current children cumulated vsize: 90536 KiB
Current children cumulated memory: 14976 KiB

[startup+1202.4 s]
/proc/loadavg: 4.12 4.15 3.34 5/257 170298
/proc/meminfo: memFree=102938280/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=1194.48 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 281 17023 0 0 0 0 119436 12 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170297] ppid=170091 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/170297/stat : 170297 (timeout) S 170091 170297 170010 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243055714 2723840 320 18446744073709551615 94080833146880 94080833163393 140731724167536 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94080833178160 94080833180248 94080835186688 140731724171654 140731724171808 140731724171808 140731724177383 0
/proc/170297/statm: 665 320 320 5 0 90 0
[pid=170298] ppid=170297 vsize=83552 memory=10752 CPUtime=3.71 cores=5,7
/proc/170298/stat : 170298 (SynLSCD) R 170297 170297 170010 0 -1 4194304 486 0 0 0 310 61 0 0 20 0 1 0 243055718 85557248 2688 18446744073709551615 93862236217344 93862238651945 140728766995744 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93862239132920 93862239165952 93862264860672 140728766998944 140728766999079 140728766999079 140728767004654 0
/proc/170298/statm: 20888 2688 2464 595 0 5555 0
Current children cumulated CPU time: 1198.19 s
Current children cumulated vsize: 90536 KiB
Current children cumulated memory: 14976 KiB

[startup+1202.5 s]
/proc/loadavg: 4.12 4.15 3.34 5/257 170298
/proc/meminfo: memFree=102938280/131382120 swapFree=33010160/33010684
[pid=170091] ppid=170081 vsize=4324 memory=2944 CPUtime=1194.48 cores=5,7
/proc/170091/stat : 170091 (Hybrid-CASHWMax) S 170081 170091 170010 0 -1 4194304 281 17023 0 0 0 0 119436 12 20 0 1 0 242935859 4427776 736 18446744073709551615 94301766844416 94301767738949 140722544899776 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301767978000 94301768025744 94301797961728 140722544908629 140722544908783 140722544908783 140722544914387 0
/proc/170091/statm: 1081 736 672 219 0 143 0
[pid=170297] ppid=170091 vsize=2660 memory=1280 CPUtime=0 cores=5,7
/proc/170297/stat : 170297 (timeout) S 170091 170297 170010 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243055714 2723840 320 18446744073709551615 94080833146880 94080833163393 140731724167536 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94080833178160 94080833180248 94080835186688 140731724171654 140731724171808 140731724171808 140731724177383 0
/proc/170297/statm: 665 320 320 5 0 90 0
[pid=170298] ppid=170297 vsize=83552 memory=10752 CPUtime=3.8 cores=5,7
/proc/170298/stat : 170298 (SynLSCD) R 170297 170297 170010 0 -1 4194304 486 0 0 0 318 62 0 0 20 0 1 0 243055718 85557248 2688 18446744073709551615 93862236217344 93862238651945 140728766995744 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93862239132920 93862239165952 93862264860672 140728766998944 140728766999079 140728766999079 140728767004654 0
/proc/170298/statm: 20888 2688 2464 595 0 5555 0
Current children cumulated CPU time: 1198.28 s
Current children cumulated vsize: 90536 KiB
Current children cumulated memory: 14976 KiB

Child status: 0

Real time (s): 1202.58
CPU time (s): 1198.35
CPU user time (s): 1197.57
CPU system time (s): 0.778889
CPU usage (%): 99.6485
Max. virtual memory (cumulated for all children) (KiB): 150708
Max. memory (cumulated for all children) (KiB): 130764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.57
system time used= 0.778889
maximum resident set size= 126412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18662
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 778
involuntary context switches= 433


# summary of solver processes directly reported to runsolver:
#   pid: 170091
#   total CPU time (s): 1198.35
#   total CPU user time (s): 1197.57
#   total CPU system time (s): 0.778889

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.04713 second user time and 11.7638 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-23 14:09:31
IDJOB=4547659
IDBENCH=148098
IDSOLVER=3425
FILE ID=nodeC003/4547659-1753272571
RUNJOBID= nodeC003-1753272569-170030
SLURM_JOB_ID= 9690011
Free space on /tmp= 432224 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob4.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4547659-1753272571/watcher-4547659-1753272571 -o /tmp/evaluation-result-4547659-1753272571/solver-4547659-1753272571 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753272569-170030 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4547659-1753272571.opb 3600 HOME

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

MD5SUM BENCH= 51f776679cf4368d72b5455aa221d9d6
RANDOM SEED=1947358602

nodeC003 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	: 0xb00001f
cpu MHz		: 1197.037
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.873
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.173
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.231
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.275
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.212
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.016
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        103386888 kB
MemAvailable:   129803636 kB
Buffers:            2736 kB
Cached:         27176384 kB
SwapCached:           36 kB
Active:          1176992 kB
Inactive:       26071080 kB
Active(anon):      87464 kB
Inactive(anon):     7604 kB
Active(file):    1089528 kB
Inactive(file): 26063476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             65608 kB
Writeback:            28 kB
AnonPages:         72040 kB
Mapped:           108156 kB
Shmem:             26116 kB
KReclaimable:     206740 kB
Slab:             298164 kB
SReclaimable:     206740 kB
SUnreclaim:        91424 kB
KernelStack:        3860 kB
PageTables:         2868 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     342960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432196 MiB
End job on nodeC003 at 2025-07-23 14:29:35