Trace number 4517100

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-06-01UNSAT 1647.14 1651.69

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_diag/normalized-15array_diag_greater.opb
MD5SUMd43ecb7c1452ca8da1aa915bfc6a97e8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.014326
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1185
Total number of constraints1186
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints511
Minimum length of a constraint2
Maximum length of a constraint60
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 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147483647
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1647.06/1651.64	c Exit code from Second Program: 20
1647.06/1651.67	c #vars 1185 #constraints 1696 1.43122 1
1647.06/1651.67	c 1696 constraints
1647.06/1651.67	c Finish cloning data from SAT to LS
1647.06/1651.67	c restart_num_ls  -100000 0
1647.06/1651.67	c Use LS-small
1647.06/1651.67	restart_num  0 307
1647.06/1651.67	LS-restart 90 42
1647.06/1651.67	c Use LS-small
1647.06/1651.67	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: 63837 MiB (63082 MiB free)
  memory of node 1: 64465 MiB (63418 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517100-1751238304/watcher-4517100-1751238304 -o /tmp/evaluation-result-4517100-1751238304/solver-4517100-1751238304 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751230610-28099 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4517100-1751238304.opb 3600 HOME 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=31168, runsolver pid=31165

[startup+0.10007 s]*
/proc/loadavg: 4.08 4.10 4.14 5/259 31172
/proc/meminfo: memFree=129536948/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31171] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31171/stat : 31171 (timeout) S 31168 31171 28087 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 39509233 2723840 320 18446744073709551615 94097019539456 94097019555969 140722824149344 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94097019570736 94097019572824 94097019584512 140722824157600 140722824157730 140722824157730 140722824163303 0
/proc/31171/statm: 665 320 320 5 0 90 0
[pid=31172] ppid=31171 vsize=21176 memory=6988 CPUtime=0.08 cores=1,3
/proc/31172/stat : 31172 (CASHWMaxSAT-Dis) R 31171 31171 28087 0 -1 4194304 1252 0 0 0 8 0 0 0 20 0 1 0 39509233 21684224 1747 18446744073709551615 4198400 14093885 140732629714944 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 28745728 140732629719462 140732629719579 140732629719579 140732629725152 0
/proc/31172/statm: 5294 1747 768 2416 0 2396 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 28160 KiB
Current children cumulated memory: 11212 KiB

[startup+0.214344 s]*
/proc/loadavg: 4.08 4.10 4.14 5/259 31172
/proc/meminfo: memFree=129536948/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31171] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31171/stat : 31171 (timeout) S 31168 31171 28087 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 39509233 2723840 320 18446744073709551615 94097019539456 94097019555969 140722824149344 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94097019570736 94097019572824 94097019584512 140722824157600 140722824157730 140722824157730 140722824163303 0
/proc/31171/statm: 665 320 320 5 0 90 0
[pid=31172] ppid=31171 vsize=22580 memory=7884 CPUtime=0.2 cores=1,3
/proc/31172/stat : 31172 (CASHWMaxSAT-Dis) R 31171 31171 28087 0 -1 4194304 1457 0 0 0 20 0 0 0 20 0 1 0 39509233 23121920 1971 18446744073709551615 4198400 14093885 140732629714944 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 28745728 140732629719462 140732629719579 140732629719579 140732629725152 0
/proc/31172/statm: 5645 1971 768 2416 0 2747 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 29564 KiB
Current children cumulated memory: 12108 KiB

[startup+0.314061 s]*
/proc/loadavg: 4.08 4.10 4.14 5/259 31172
/proc/meminfo: memFree=129536192/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31171] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31171/stat : 31171 (timeout) S 31168 31171 28087 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 39509233 2723840 320 18446744073709551615 94097019539456 94097019555969 140722824149344 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94097019570736 94097019572824 94097019584512 140722824157600 140722824157730 140722824157730 140722824163303 0
/proc/31171/statm: 665 320 320 5 0 90 0
[pid=31172] ppid=31171 vsize=22580 memory=8268 CPUtime=0.29 cores=1,3
/proc/31172/stat : 31172 (CASHWMaxSAT-Dis) R 31171 31171 28087 0 -1 4194304 1550 0 0 0 29 0 0 0 20 0 1 0 39509233 23121920 2067 18446744073709551615 4198400 14093885 140732629714944 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 28745728 140732629719462 140732629719579 140732629719579 140732629725152 0
/proc/31172/statm: 5645 2067 768 2416 0 2747 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 29564 KiB
Current children cumulated memory: 12492 KiB

[startup+0.700439 s]
/proc/loadavg: 4.08 4.10 4.14 5/259 31172
/proc/meminfo: memFree=129535184/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31171] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31171/stat : 31171 (timeout) S 31168 31171 28087 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 39509233 2723840 320 18446744073709551615 94097019539456 94097019555969 140722824149344 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94097019570736 94097019572824 94097019584512 140722824157600 140722824157730 140722824157730 140722824163303 0
/proc/31171/statm: 665 320 320 5 0 90 0
[pid=31172] ppid=31171 vsize=28044 memory=9676 CPUtime=0.67 cores=1,3
/proc/31172/stat : 31172 (CASHWMaxSAT-Dis) R 31171 31171 28087 0 -1 4194304 1903 0 0 0 67 0 0 0 20 0 1 0 39509233 28717056 2419 18446744073709551615 4198400 14093885 140732629714944 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 28745728 140732629719462 140732629719579 140732629719579 140732629725152 0
/proc/31172/statm: 7011 2419 768 2416 0 4113 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 35028 KiB
Current children cumulated memory: 13900 KiB

[startup+1.50042 s]
/proc/loadavg: 4.08 4.10 4.14 6/259 31172
/proc/meminfo: memFree=129528380/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31171] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31171/stat : 31171 (timeout) S 31168 31171 28087 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 39509233 2723840 320 18446744073709551615 94097019539456 94097019555969 140722824149344 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94097019570736 94097019572824 94097019584512 140722824157600 140722824157730 140722824157730 140722824163303 0
/proc/31171/statm: 665 320 320 5 0 90 0
[pid=31172] ppid=31171 vsize=30720 memory=16700 CPUtime=1.46 cores=1,3
/proc/31172/stat : 31172 (CASHWMaxSAT-Dis) R 31171 31171 28087 0 -1 4194304 2637 0 0 0 146 0 0 0 20 0 1 0 39509233 31457280 4175 18446744073709551615 4198400 14093885 140732629714944 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 28745728 140732629719462 140732629719579 140732629719579 140732629725152 0
/proc/31172/statm: 7680 4175 768 2416 0 4782 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 37704 KiB
Current children cumulated memory: 20924 KiB

[startup+3.1135 s]
/proc/loadavg: 4.08 4.10 4.14 6/259 31172
/proc/meminfo: memFree=129528884/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31171] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31171/stat : 31171 (timeout) S 31168 31171 28087 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 39509233 2723840 320 18446744073709551615 94097019539456 94097019555969 140722824149344 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94097019570736 94097019572824 94097019584512 140722824157600 140722824157730 140722824157730 140722824163303 0
/proc/31171/statm: 665 320 320 5 0 90 0
[pid=31172] ppid=31171 vsize=35116 memory=21012 CPUtime=3.07 cores=1,3
/proc/31172/stat : 31172 (CASHWMaxSAT-Dis) R 31171 31171 28087 0 -1 4194304 3217 0 0 0 307 0 0 0 20 0 1 0 39509233 35958784 5253 18446744073709551615 4198400 14093885 140732629714944 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 28745728 140732629719462 140732629719579 140732629719579 140732629725152 0
/proc/31172/statm: 8779 5253 768 2416 0 5881 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 42100 KiB
Current children cumulated memory: 25236 KiB

[startup+6.30042 s]
/proc/loadavg: 4.08 4.10 4.14 6/259 31172
/proc/meminfo: memFree=129529136/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31171] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31171/stat : 31171 (timeout) S 31168 31171 28087 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 39509233 2723840 320 18446744073709551615 94097019539456 94097019555969 140722824149344 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94097019570736 94097019572824 94097019584512 140722824157600 140722824157730 140722824157730 140722824163303 0
/proc/31171/statm: 665 320 320 5 0 90 0
[pid=31172] ppid=31171 vsize=35116 memory=21012 CPUtime=6.25 cores=1,3
/proc/31172/stat : 31172 (CASHWMaxSAT-Dis) R 31171 31171 28087 0 -1 4194304 3220 0 0 0 625 0 0 0 20 0 1 0 39509233 35958784 5253 18446744073709551615 4198400 14093885 140732629714944 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 28745728 140732629719462 140732629719579 140732629719579 140732629725152 0
/proc/31172/statm: 8779 5253 768 2416 0 5881 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 42100 KiB
Current children cumulated memory: 25236 KiB

[startup+12.7004 s]
/proc/loadavg: 4.06 4.09 4.14 6/259 31172
/proc/meminfo: memFree=129530684/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31171] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31171/stat : 31171 (timeout) S 31168 31171 28087 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 39509233 2723840 320 18446744073709551615 94097019539456 94097019555969 140722824149344 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94097019570736 94097019572824 94097019584512 140722824157600 140722824157730 140722824157730 140722824163303 0
/proc/31171/statm: 665 320 320 5 0 90 0
[pid=31172] ppid=31171 vsize=42208 memory=27444 CPUtime=12.64 cores=1,3
/proc/31172/stat : 31172 (CASHWMaxSAT-Dis) R 31171 31171 28087 0 -1 4194304 4800 0 0 0 1263 1 0 0 20 0 1 0 39509233 43220992 6861 18446744073709551615 4198400 14093885 140732629714944 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 28745728 140732629719462 140732629719579 140732629719579 140732629725152 0
/proc/31172/statm: 10552 6861 768 2416 0 7654 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 49192 KiB
Current children cumulated memory: 31668 KiB

[startup+25.5005 s]
/proc/loadavg: 4.13 4.10 4.14 6/259 31172
/proc/meminfo: memFree=129529304/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31171] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31171/stat : 31171 (timeout) S 31168 31171 28087 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 39509233 2723840 320 18446744073709551615 94097019539456 94097019555969 140722824149344 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94097019570736 94097019572824 94097019584512 140722824157600 140722824157730 140722824157730 140722824163303 0
/proc/31171/statm: 665 320 320 5 0 90 0
[pid=31172] ppid=31171 vsize=49348 memory=35092 CPUtime=25.4 cores=1,3
/proc/31172/stat : 31172 (CASHWMaxSAT-Dis) R 31171 31171 28087 0 -1 4194304 5688 0 0 0 2539 1 0 0 20 0 1 0 39509233 50532352 8773 18446744073709551615 4198400 14093885 140732629714944 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 28745728 140732629719462 140732629719579 140732629719579 140732629725152 0
/proc/31172/statm: 12337 8773 768 2416 0 9439 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 56332 KiB
Current children cumulated memory: 39316 KiB

[startup+51.1138 s]
/proc/loadavg: 4.09 4.09 4.14 6/259 31172
/proc/meminfo: memFree=129533044/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31171] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31171/stat : 31171 (timeout) S 31168 31171 28087 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 39509233 2723840 320 18446744073709551615 94097019539456 94097019555969 140722824149344 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94097019570736 94097019572824 94097019584512 140722824157600 140722824157730 140722824157730 140722824163303 0
/proc/31171/statm: 665 320 320 5 0 90 0
[pid=31172] ppid=31171 vsize=49348 memory=35348 CPUtime=50.95 cores=1,3
/proc/31172/stat : 31172 (CASHWMaxSAT-Dis) R 31171 31171 28087 0 -1 4194304 5736 0 0 0 5094 1 0 0 20 0 1 0 39509233 50532352 8837 18446744073709551615 4198400 14093885 140732629714944 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 28745728 140732629719462 140732629719579 140732629719579 140732629725152 0
/proc/31172/statm: 12337 8837 768 2416 0 9439 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 56332 KiB
Current children cumulated memory: 39572 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.13 6/259 31174
/proc/meminfo: memFree=129502484/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31171] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3

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

/proc/31447/statm: 40475 23635 2592 595 0 25142 0
Current children cumulated CPU time: 1538.1 s
Current children cumulated vsize: 168884 KiB
Current children cumulated memory: 98764 KiB

[startup+1602.3 s]
/proc/loadavg: 4.10 4.17 4.17 5/259 31518
/proc/meminfo: memFree=129693020/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=1194.82 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 282 11314 0 0 0 0 119468 14 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31446] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31446/stat : 31446 (timeout) S 31168 31446 28087 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 39629033 2723840 320 18446744073709551615 94897861140480 94897861156993 140720851723392 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94897861171760 94897861173848 94897884078080 140720851728776 140720851728930 140720851728930 140720851734503 0
/proc/31446/statm: 665 320 320 5 0 90 0
[pid=31447] ppid=31446 vsize=162744 memory=95436 CPUtime=403.08 cores=1,3
/proc/31447/stat : 31447 (SynLSCD) R 31446 31446 28087 0 -1 4194304 12301 0 0 0 39820 488 0 0 20 0 1 0 39629034 166649856 23859 18446744073709551615 94683492630528 94683495064681 140727867345328 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94683495546104 94683495579136 94683523682304 140727867353506 140727867353641 140727867353641 140727867359214 0
/proc/31447/statm: 40686 23859 2592 595 0 25353 0
Current children cumulated CPU time: 1597.9 s
Current children cumulated vsize: 169728 KiB
Current children cumulated memory: 99660 KiB

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

# cumulated CPU time of all completed processes:  user=1641.64 s, system=5.4972 s

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

[startup+1612.8 s]
/proc/loadavg: 4.08 4.17 4.17 5/258 31518
/proc/meminfo: memFree=129689712/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=1194.82 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 282 11314 0 0 0 0 119468 14 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31446] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31446/stat : 31446 (timeout) S 31168 31446 28087 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 39629033 2723840 320 18446744073709551615 94897861140480 94897861156993 140720851723392 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94897861171760 94897861173848 94897884078080 140720851728776 140720851728930 140720851728930 140720851734503 0
/proc/31446/statm: 665 320 320 5 0 90 0
[pid=31447] ppid=31446 vsize=162964 memory=95692 CPUtime=413.56 cores=1,3
/proc/31447/stat : 31447 (SynLSCD) R 31446 31446 28087 0 -1 4194304 12356 0 0 0 40858 498 0 0 20 0 1 0 39629034 166875136 23923 18446744073709551615 94683492630528 94683495064681 140727867345328 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94683495546104 94683495579136 94683523682304 140727867353506 140727867353641 140727867353641 140727867359214 0
/proc/31447/statm: 40741 23923 2592 595 0 25408 0
Current children cumulated CPU time: 1608.38 s
Current children cumulated vsize: 169948 KiB
Current children cumulated memory: 99916 KiB

[startup+1638.4 s]
/proc/loadavg: 4.11 4.17 4.17 5/258 31519
/proc/meminfo: memFree=129683356/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=1194.82 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 282 11314 0 0 0 0 119468 14 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31446] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31446/stat : 31446 (timeout) S 31168 31446 28087 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 39629033 2723840 320 18446744073709551615 94897861140480 94897861156993 140720851723392 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94897861171760 94897861173848 94897884078080 140720851728776 140720851728930 140720851728930 140720851734503 0
/proc/31446/statm: 665 320 320 5 0 90 0
[pid=31447] ppid=31446 vsize=162964 memory=95692 CPUtime=439.08 cores=1,3
/proc/31447/stat : 31447 (SynLSCD) R 31446 31446 28087 0 -1 4194304 12375 0 0 0 43387 521 0 0 20 0 1 0 39629034 166875136 23923 18446744073709551615 94683492630528 94683495064681 140727867345328 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94683495546104 94683495579136 94683523682304 140727867353506 140727867353641 140727867353641 140727867359214 0
/proc/31447/statm: 40741 23923 2592 595 0 25408 0
Current children cumulated CPU time: 1633.9 s
Current children cumulated vsize: 169948 KiB
Current children cumulated memory: 99916 KiB

[startup+1644.8 s]
/proc/loadavg: 4.10 4.16 4.17 5/258 31519
/proc/meminfo: memFree=129683356/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=1194.82 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 282 11314 0 0 0 0 119468 14 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31446] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31446/stat : 31446 (timeout) S 31168 31446 28087 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 39629033 2723840 320 18446744073709551615 94897861140480 94897861156993 140720851723392 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94897861171760 94897861173848 94897884078080 140720851728776 140720851728930 140720851728930 140720851734503 0
/proc/31446/statm: 665 320 320 5 0 90 0
[pid=31447] ppid=31446 vsize=163120 memory=95948 CPUtime=445.46 cores=1,3
/proc/31447/stat : 31447 (SynLSCD) R 31446 31446 28087 0 -1 4194304 12448 0 0 0 44019 527 0 0 20 0 1 0 39629034 167034880 23987 18446744073709551615 94683492630528 94683495064681 140727867345328 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94683495546104 94683495579136 94683523682304 140727867353506 140727867353641 140727867353641 140727867359214 0
/proc/31447/statm: 40780 23987 2592 595 0 25447 0
Current children cumulated CPU time: 1640.28 s
Current children cumulated vsize: 170104 KiB
Current children cumulated memory: 100172 KiB

[startup+1648 s]*
/proc/loadavg: 4.09 4.16 4.17 5/258 31519
/proc/meminfo: memFree=129694344/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=1194.82 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 282 11314 0 0 0 0 119468 14 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31446] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31446/stat : 31446 (timeout) S 31168 31446 28087 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 39629033 2723840 320 18446744073709551615 94897861140480 94897861156993 140720851723392 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94897861171760 94897861173848 94897884078080 140720851728776 140720851728930 140720851728930 140720851734503 0
/proc/31446/statm: 665 320 320 5 0 90 0
[pid=31447] ppid=31446 vsize=163120 memory=95948 CPUtime=448.66 cores=1,3
/proc/31447/stat : 31447 (SynLSCD) R 31446 31446 28087 0 -1 4194304 12448 0 0 0 44336 530 0 0 20 0 1 0 39629034 167034880 23987 18446744073709551615 94683492630528 94683495064681 140727867345328 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94683495546104 94683495579136 94683523682304 140727867353506 140727867353641 140727867353641 140727867359214 0
/proc/31447/statm: 40780 23987 2592 595 0 25447 0
Current children cumulated CPU time: 1643.48 s
Current children cumulated vsize: 170104 KiB
Current children cumulated memory: 100172 KiB

[startup+1649.6 s]
/proc/loadavg: 4.09 4.16 4.17 5/258 31519
/proc/meminfo: memFree=129694344/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=1194.82 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 282 11314 0 0 0 0 119468 14 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31446] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31446/stat : 31446 (timeout) S 31168 31446 28087 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 39629033 2723840 320 18446744073709551615 94897861140480 94897861156993 140720851723392 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94897861171760 94897861173848 94897884078080 140720851728776 140720851728930 140720851728930 140720851734503 0
/proc/31446/statm: 665 320 320 5 0 90 0
[pid=31447] ppid=31446 vsize=163120 memory=95948 CPUtime=450.24 cores=1,3
/proc/31447/stat : 31447 (SynLSCD) R 31446 31446 28087 0 -1 4194304 12451 0 0 0 44493 531 0 0 20 0 1 0 39629034 167034880 23987 18446744073709551615 94683492630528 94683495064681 140727867345328 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94683495546104 94683495579136 94683523682304 140727867353506 140727867353641 140727867353641 140727867359214 0
/proc/31447/statm: 40780 23987 2592 595 0 25447 0
Current children cumulated CPU time: 1645.06 s
Current children cumulated vsize: 170104 KiB
Current children cumulated memory: 100172 KiB

[startup+1650.4 s]
/proc/loadavg: 4.09 4.16 4.17 5/258 31519
/proc/meminfo: memFree=129694596/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=1194.82 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 282 11314 0 0 0 0 119468 14 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31446] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31446/stat : 31446 (timeout) S 31168 31446 28087 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 39629033 2723840 320 18446744073709551615 94897861140480 94897861156993 140720851723392 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94897861171760 94897861173848 94897884078080 140720851728776 140720851728930 140720851728930 140720851734503 0
/proc/31446/statm: 665 320 320 5 0 90 0
[pid=31447] ppid=31446 vsize=163500 memory=96204 CPUtime=451.04 cores=1,3
/proc/31447/stat : 31447 (SynLSCD) R 31446 31446 28087 0 -1 4194304 12537 0 0 0 44572 532 0 0 20 0 1 0 39629034 167424000 24051 18446744073709551615 94683492630528 94683495064681 140727867345328 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94683495546104 94683495579136 94683523682304 140727867353506 140727867353641 140727867353641 140727867359214 0
/proc/31447/statm: 40875 24051 2592 595 0 25542 0
Current children cumulated CPU time: 1645.86 s
Current children cumulated vsize: 170484 KiB
Current children cumulated memory: 100428 KiB

[startup+1651.2 s]
/proc/loadavg: 4.09 4.16 4.17 5/258 31519
/proc/meminfo: memFree=129694596/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=1194.82 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 282 11314 0 0 0 0 119468 14 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31446] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31446/stat : 31446 (timeout) S 31168 31446 28087 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 39629033 2723840 320 18446744073709551615 94897861140480 94897861156993 140720851723392 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94897861171760 94897861173848 94897884078080 140720851728776 140720851728930 140720851728930 140720851734503 0
/proc/31446/statm: 665 320 320 5 0 90 0
[pid=31447] ppid=31446 vsize=163500 memory=96204 CPUtime=451.83 cores=1,3
/proc/31447/stat : 31447 (SynLSCD) R 31446 31446 28087 0 -1 4194304 12537 0 0 0 44651 532 0 0 20 0 1 0 39629034 167424000 24051 18446744073709551615 94683492630528 94683495064681 140727867345328 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94683495546104 94683495579136 94683523682304 140727867353506 140727867353641 140727867353641 140727867359214 0
/proc/31447/statm: 40875 24051 2592 595 0 25542 0
Current children cumulated CPU time: 1646.65 s
Current children cumulated vsize: 170484 KiB
Current children cumulated memory: 100428 KiB

[startup+1651.6 s]
/proc/loadavg: 4.09 4.16 4.17 5/258 31519
/proc/meminfo: memFree=129694596/131382120 swapFree=33010684/33010684
[pid=31168] ppid=31165 vsize=4324 memory=2944 CPUtime=1194.82 cores=1,3
/proc/31168/stat : 31168 (Hybrid-CASHWMax) S 31165 31168 28087 0 -1 4194304 282 11314 0 0 0 0 119468 14 20 0 1 0 39509231 4427776 736 18446744073709551615 94726457274368 94726458168901 140721848404784 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94726458407952 94726458455696 94726480396288 140721848412503 140721848412657 140721848412657 140721848418259 0
/proc/31168/statm: 1081 736 672 219 0 143 0
[pid=31446] ppid=31168 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/31446/stat : 31446 (timeout) S 31168 31446 28087 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 39629033 2723840 320 18446744073709551615 94897861140480 94897861156993 140720851723392 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94897861171760 94897861173848 94897884078080 140720851728776 140720851728930 140720851728930 140720851734503 0
/proc/31446/statm: 665 320 320 5 0 90 0
[pid=31447] ppid=31446 vsize=163500 memory=96204 CPUtime=452.24 cores=1,3
/proc/31447/stat : 31447 (SynLSCD) R 31446 31446 28087 0 -1 4194304 12537 0 0 0 44691 533 0 0 20 0 1 0 39629034 167424000 24051 18446744073709551615 94683492630528 94683495064681 140727867345328 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94683495546104 94683495579136 94683523682304 140727867353506 140727867353641 140727867353641 140727867359214 0
/proc/31447/statm: 40875 24051 2592 595 0 25542 0
Current children cumulated CPU time: 1647.06 s
Current children cumulated vsize: 170484 KiB
Current children cumulated memory: 100428 KiB

Child status: 0

Real time (s): 1651.69
CPU time (s): 1647.14
CPU user time (s): 1641.64
CPU system time (s): 5.4972
CPU usage (%): 99.7246
Max. virtual memory (cumulated for all children) (KiB): 170484
Max. memory (cumulated for all children) (KiB): 102672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1641.64
system time used= 5.4972
maximum resident set size= 101920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25165
page faults= 0
swaps= 0
block input operations= 0
block output operations= 48
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 870
involuntary context switches= 792


# summary of solver processes directly reported to runsolver:
#   pid: 31168
#   total CPU time (s): 1647.14
#   total CPU user time (s): 1641.64
#   total CPU system time (s): 5.4972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.73698 second user time and 17.827 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-30 01:05:04
IDJOB=4517100
IDBENCH=176016
IDSOLVER=3331
FILE ID=nodeC002/4517100-1751238304
RUNJOBID= nodeC002-1751230610-28099
SLURM_JOB_ID= 9587702
Free space on /tmp= 433012 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_diag/normalized-15array_diag_greater.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517100-1751238304/watcher-4517100-1751238304 -o /tmp/evaluation-result-4517100-1751238304/solver-4517100-1751238304 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751230610-28099 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4517100-1751238304.opb 3600 HOME

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

MD5SUM BENCH= d43ecb7c1452ca8da1aa915bfc6a97e8
RANDOM SEED=888523729

nodeC002 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		: 3691.452
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.81
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		: 3492.573
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.81
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.434
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.81
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.223
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.81
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		: 3691.465
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.81
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		: 3591.666
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.81
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.81
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.220
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129536948 kB
MemAvailable:   129348460 kB
Buffers:            3280 kB
Cached:           621776 kB
SwapCached:            0 kB
Active:           872380 kB
Inactive:         373144 kB
Active(anon):     638428 kB
Inactive(anon):        0 kB
Active(file):     233952 kB
Inactive(file):   373144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16568 kB
Writeback:             4 kB
AnonPages:        617384 kB
Mapped:           112296 kB
Shmem:             17960 kB
KReclaimable:      88088 kB
Slab:             170644 kB
SReclaimable:      88088 kB
SUnreclaim:        82556 kB
KernelStack:        4144 kB
PageTables:         4384 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     998068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    495616 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC002 at 2025-06-30 01:32:36