Trace number 4544442

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 1423.82 1427.61

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat16_15_identity_complement.opb
MD5SUMec82efcd866f342a1f5f756e3ed31d43
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.10808
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints408375
Number of constraints which are clauses397971
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10404
Minimum length of a constraint2
Maximum length of a constraint17
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 33
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1423.69/1427.57	c Exit code from Second Program: 20
1423.69/1427.59	c #vars 5508 #constraints 408375 74.1422 1
1423.69/1427.59	c 408375 constraints
1423.69/1427.59	c Finish cloning data from SAT to LS
1423.69/1427.59	c restart_num_ls  -100000 0
1423.69/1427.59	c Use LS-small
1423.69/1427.59	c restart_num_ls  0 504
1423.69/1427.59	c LS 90 71
1423.69/1427.59	c Use LS-small
1423.69/1427.59	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (45203 MiB free)
  memory of node 1: 64465 MiB (37511 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544442-1753208745/watcher-4544442-1753208745 -o /tmp/evaluation-result-4544442-1753208745/solver-4544442-1753208745 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753198970-154980 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4544442-1753208745.opb 3600 HOME 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=156921, runsolver pid=156918
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.33 4.19 4.14 5/272 156925
/proc/meminfo: memFree=84679968/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=156924] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/156924/stat : 156924 (timeout) S 156921 156924 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236552097 2723840 352 18446744073709551615 93829665198080 93829665214593 140730085418880 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93829665229360 93829665231448 93829670989824 140730085427614 140730085427744 140730085427744 140730085433319 0
/proc/156924/statm: 665 352 352 5 0 90 0
[pid=156925] ppid=156924 vsize=38364 memory=19584 CPUtime=0.07 cores=0,2
/proc/156925/stat : 156925 (CASHWMaxSAT-Dis) R 156924 156924 154963 0 -1 4194304 4229 0 0 0 7 0 0 0 20 0 1 0 236552098 39284736 4896 18446744073709551615 4198400 14093885 140729164669392 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51191808 140729164675492 140729164675609 140729164675609 140729164681184 0
/proc/156925/statm: 9591 4896 736 2416 0 6693 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 45348 KiB
Current children cumulated memory: 23808 KiB

[startup+0.20567 s]*
/proc/loadavg: 4.33 4.19 4.14 5/272 156925
/proc/meminfo: memFree=84663840/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=156924] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/156924/stat : 156924 (timeout) S 156921 156924 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236552097 2723840 352 18446744073709551615 93829665198080 93829665214593 140730085418880 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93829665229360 93829665231448 93829670989824 140730085427614 140730085427744 140730085427744 140730085433319 0
/proc/156924/statm: 665 352 352 5 0 90 0
[pid=156925] ppid=156924 vsize=56124 memory=37376 CPUtime=0.19 cores=0,2
/proc/156925/stat : 156925 (CASHWMaxSAT-Dis) R 156924 156924 154963 0 -1 4194304 8700 0 0 0 18 1 0 0 20 0 1 0 236552098 57470976 9344 18446744073709551615 4198400 14093885 140729164669392 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51191808 140729164675492 140729164675609 140729164675609 140729164681184 0
/proc/156925/statm: 14031 9344 736 2416 0 11133 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 63108 KiB
Current children cumulated memory: 41600 KiB

[startup+0.30557 s]*
/proc/loadavg: 4.33 4.19 4.14 5/272 156925
/proc/meminfo: memFree=84647712/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=156924] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/156924/stat : 156924 (timeout) S 156921 156924 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236552097 2723840 352 18446744073709551615 93829665198080 93829665214593 140730085418880 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93829665229360 93829665231448 93829670989824 140730085427614 140730085427744 140730085427744 140730085433319 0
/proc/156924/statm: 665 352 352 5 0 90 0
[pid=156925] ppid=156924 vsize=73268 memory=54400 CPUtime=0.29 cores=0,2
/proc/156925/stat : 156925 (CASHWMaxSAT-Dis) R 156924 156924 154963 0 -1 4194304 12944 0 0 0 27 2 0 0 20 0 1 0 236552098 75026432 13600 18446744073709551615 4198400 14093885 140729164669392 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51191808 140729164675492 140729164675609 140729164675609 140729164681184 0
/proc/156925/statm: 18317 13600 736 2416 0 15419 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 80252 KiB
Current children cumulated memory: 58624 KiB

[startup+0.700233 s]
/proc/loadavg: 4.33 4.19 4.14 5/272 156925
/proc/meminfo: memFree=84615456/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=156924] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/156924/stat : 156924 (timeout) S 156921 156924 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236552097 2723840 352 18446744073709551615 93829665198080 93829665214593 140730085418880 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93829665229360 93829665231448 93829670989824 140730085427614 140730085427744 140730085427744 140730085433319 0
/proc/156924/statm: 665 352 352 5 0 90 0
[pid=156925] ppid=156924 vsize=139760 memory=120832 CPUtime=0.67 cores=0,2
/proc/156925/stat : 156925 (CASHWMaxSAT-Dis) R 156924 156924 154963 0 -1 4194304 29545 0 0 0 63 4 0 0 20 0 1 0 236552098 143114240 30208 18446744073709551615 4198400 14093885 140729164669392 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51191808 140729164675492 140729164675609 140729164675609 140729164681184 0
/proc/156925/statm: 34940 30208 736 2416 0 32042 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 146744 KiB
Current children cumulated memory: 125056 KiB

[startup+1.50024 s]
/proc/loadavg: 4.33 4.19 4.14 5/272 156925
/proc/meminfo: memFree=84526976/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=156924] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/156924/stat : 156924 (timeout) S 156921 156924 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236552097 2723840 352 18446744073709551615 93829665198080 93829665214593 140730085418880 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93829665229360 93829665231448 93829670989824 140730085427614 140730085427744 140730085427744 140730085433319 0
/proc/156924/statm: 665 352 352 5 0 90 0
[pid=156925] ppid=156924 vsize=275848 memory=256512 CPUtime=1.47 cores=0,2
/proc/156925/stat : 156925 (CASHWMaxSAT-Dis) R 156924 156924 154963 0 -1 4194304 63469 0 0 0 138 9 0 0 20 0 1 0 236552098 282468352 64128 18446744073709551615 4198400 14093885 140729164669392 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51191808 140729164675492 140729164675609 140729164675609 140729164681184 0
/proc/156925/statm: 68962 64128 736 2416 0 66064 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 282832 KiB
Current children cumulated memory: 260736 KiB

[startup+3.10553 s]
/proc/loadavg: 4.38 4.21 4.14 5/272 156926
/proc/meminfo: memFree=84396616/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=156924] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/156924/stat : 156924 (timeout) S 156921 156924 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236552097 2723840 352 18446744073709551615 93829665198080 93829665214593 140730085418880 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93829665229360 93829665231448 93829670989824 140730085427614 140730085427744 140730085427744 140730085433319 0
/proc/156924/statm: 665 352 352 5 0 90 0
[pid=156925] ppid=156924 vsize=323120 memory=306808 CPUtime=3.07 cores=0,2
/proc/156925/stat : 156925 (CASHWMaxSAT-Dis) R 156924 156924 154963 0 -1 4194304 76072 0 0 0 295 12 0 0 20 0 1 0 236552098 330874880 76702 18446744073709551615 4198400 14093885 140729164669392 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51191808 140729164675492 140729164675609 140729164675609 140729164681184 0
/proc/156925/statm: 80780 76702 800 2416 0 77882 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 330104 KiB
Current children cumulated memory: 311032 KiB

[startup+6.30025 s]
/proc/loadavg: 4.38 4.21 4.14 5/272 156926
/proc/meminfo: memFree=84384328/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=156924] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/156924/stat : 156924 (timeout) S 156921 156924 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236552097 2723840 352 18446744073709551615 93829665198080 93829665214593 140730085418880 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93829665229360 93829665231448 93829670989824 140730085427614 140730085427744 140730085427744 140730085433319 0
/proc/156924/statm: 665 352 352 5 0 90 0
[pid=156925] ppid=156924 vsize=341396 memory=325932 CPUtime=6.26 cores=0,2
/proc/156925/stat : 156925 (CASHWMaxSAT-Dis) R 156924 156924 154963 0 -1 4194304 77111 0 0 0 613 13 0 0 20 0 1 0 236552098 349589504 81483 18446744073709551615 4198400 14093885 140729164669392 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51191808 140729164675492 140729164675609 140729164675609 140729164681184 0
/proc/156925/statm: 85349 81483 800 2416 0 82451 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 348380 KiB
Current children cumulated memory: 330156 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.20 4.14 5/272 156926
/proc/meminfo: memFree=84362384/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=156924] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/156924/stat : 156924 (timeout) S 156921 156924 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236552097 2723840 352 18446744073709551615 93829665198080 93829665214593 140730085418880 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93829665229360 93829665231448 93829670989824 140730085427614 140730085427744 140730085427744 140730085433319 0
/proc/156924/statm: 665 352 352 5 0 90 0
[pid=156925] ppid=156924 vsize=360252 memory=344528 CPUtime=12.64 cores=0,2
/proc/156925/stat : 156925 (CASHWMaxSAT-Dis) R 156924 156924 154963 0 -1 4194304 77938 0 0 0 1250 14 0 0 20 0 1 0 236552098 368898048 86132 18446744073709551615 4198400 14093885 140729164669392 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51191808 140729164675492 140729164675609 140729164675609 140729164681184 0
/proc/156925/statm: 90063 86132 800 2416 0 87165 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 367236 KiB
Current children cumulated memory: 348752 KiB

[startup+25.5003 s]
/proc/loadavg: 4.27 4.19 4.14 5/272 156926
/proc/meminfo: memFree=84348168/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=156924] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/156924/stat : 156924 (timeout) S 156921 156924 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236552097 2723840 352 18446744073709551615 93829665198080 93829665214593 140730085418880 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93829665229360 93829665231448 93829670989824 140730085427614 140730085427744 140730085427744 140730085433319 0
/proc/156924/statm: 665 352 352 5 0 90 0
[pid=156925] ppid=156924 vsize=390684 memory=349904 CPUtime=25.4 cores=0,2
/proc/156925/stat : 156925 (CASHWMaxSAT-Dis) R 156924 156924 154963 0 -1 4194304 78249 0 0 0 2526 14 0 0 20 0 1 0 236552098 400060416 87476 18446744073709551615 4198400 14093885 140729164669392 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51191808 140729164675492 140729164675609 140729164675609 140729164681184 0
/proc/156925/statm: 97671 87476 800 2416 0 94773 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 397668 KiB
Current children cumulated memory: 354128 KiB

[startup+51.1056 s]
/proc/loadavg: 4.26 4.19 4.14 5/272 156926
/proc/meminfo: memFree=84350224/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=156924] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/156924/stat : 156924 (timeout) S 156921 156924 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236552097 2723840 352 18446744073709551615 93829665198080 93829665214593 140730085418880 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93829665229360 93829665231448 93829670989824 140730085427614 140730085427744 140730085427744 140730085433319 0
/proc/156924/statm: 665 352 352 5 0 90 0
[pid=156925] ppid=156924 vsize=390684 memory=349904 CPUtime=50.93 cores=0,2
/proc/156925/stat : 156925 (CASHWMaxSAT-Dis) R 156924 156924 154963 0 -1 4194304 78259 0 0 0 5079 14 0 0 20 0 1 0 236552098 400060416 87476 18446744073709551615 4198400 14093885 140729164669392 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51191808 140729164675492 140729164675609 140729164675609 140729164681184 0
/proc/156925/statm: 97671 87476 800 2416 0 94773 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 397668 KiB
Current children cumulated memory: 354128 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.18 4.14 5/272 156928
/proc/meminfo: memFree=84309112/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=0 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 250 103 0 0 0 0 0 0 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=156924] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2

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

/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=156924] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/156924/stat : 156924 (timeout) S 156921 156924 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236552097 2723840 352 18446744073709551615 93829665198080 93829665214593 140730085418880 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93829665229360 93829665231448 93829670989824 140730085427614 140730085427744 140730085427744 140730085433319 0
/proc/156924/statm: 665 352 352 5 0 90 0
[pid=156925] ppid=156924 vsize=409868 memory=394720 CPUtime=1179.14 cores=0,2
/proc/156925/stat : 156925 (CASHWMaxSAT-Dis) R 156924 156924 154963 0 -1 4194304 80014 0 0 0 117898 16 0 0 20 0 1 0 236552098 419704832 98680 18446744073709551615 4198400 14093885 140729164669392 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 51191808 140729164675492 140729164675609 140729164675609 140729164681184 0
/proc/156925/statm: 102467 98680 800 2416 0 99569 0
Current children cumulated CPU time: 1179.14 s
Current children cumulated vsize: 416852 KiB
Current children cumulated memory: 398944 KiB

[startup+1242.3 s]
/proc/loadavg: 1.43 2.00 2.79 2/247 157101
/proc/meminfo: memFree=89956124/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=1194.82 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 284 80234 0 0 0 0 119466 16 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=157098] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/157098/stat : 157098 (timeout) S 156921 157098 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236671898 2723840 352 18446744073709551615 94227390730240 94227390746753 140722966156688 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94227390761520 94227390763608 94227415445504 140722966165894 140722966166048 140722966166048 140722966171623 0
/proc/157098/statm: 665 352 352 5 0 90 0
[pid=157099] ppid=157098 vsize=482192 memory=385812 CPUtime=44.15 cores=0,2
/proc/157099/stat : 157099 (SynLSCD) R 157098 157098 154963 0 -1 4194304 53152 0 0 0 4248 167 0 0 20 0 1 0 236671898 493764608 96453 18446744073709551615 94229150076928 94229152511081 140735764799056 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94229152992504 94229153025536 94229160169472 140735764801952 140735764802087 140735764802087 140735764807662 0
/proc/157099/statm: 120548 96453 2464 595 0 105215 0
Current children cumulated CPU time: 1238.97 s
Current children cumulated vsize: 489176 KiB
Current children cumulated memory: 390036 KiB

[startup+1302.3 s]
/proc/loadavg: 1.23 1.83 2.68 2/247 157103
/proc/meminfo: memFree=89915960/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=1194.82 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 284 80234 0 0 0 0 119466 16 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=157098] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/157098/stat : 157098 (timeout) S 156921 157098 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236671898 2723840 352 18446744073709551615 94227390730240 94227390746753 140722966156688 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94227390761520 94227390763608 94227415445504 140722966165894 140722966166048 140722966166048 140722966171623 0
/proc/157098/statm: 665 352 352 5 0 90 0
[pid=157099] ppid=157098 vsize=541116 memory=435884 CPUtime=103.99 cores=0,2
/proc/157099/stat : 157099 (SynLSCD) R 157098 157098 154963 0 -1 4194304 60977 0 0 0 10226 173 0 0 20 0 1 0 236671898 554102784 108971 18446744073709551615 94229150076928 94229152511081 140735764799056 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94229152992504 94229153025536 94229160169472 140735764801952 140735764802087 140735764802087 140735764807662 0
/proc/157099/statm: 135279 108971 2496 595 0 119946 0
Current children cumulated CPU time: 1298.81 s
Current children cumulated vsize: 548100 KiB
Current children cumulated memory: 440108 KiB

[startup+1362.3 s]
/proc/loadavg: 1.14 1.69 2.58 2/247 157105
/proc/meminfo: memFree=89912224/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=1194.82 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 284 80234 0 0 0 0 119466 16 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=157098] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/157098/stat : 157098 (timeout) S 156921 157098 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236671898 2723840 352 18446744073709551615 94227390730240 94227390746753 140722966156688 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94227390761520 94227390763608 94227415445504 140722966165894 140722966166048 140722966166048 140722966171623 0
/proc/157098/statm: 665 352 352 5 0 90 0
[pid=157099] ppid=157098 vsize=546024 memory=443332 CPUtime=163.84 cores=0,2
/proc/157099/stat : 157099 (SynLSCD) R 157098 157098 154963 0 -1 4194304 61336 0 0 0 16107 277 0 0 20 0 1 0 236671898 559128576 110833 18446744073709551615 94229150076928 94229152511081 140735764799056 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94229152992504 94229153025536 94229160169472 140735764801952 140735764802087 140735764802087 140735764807662 0
/proc/157099/statm: 136506 110833 2528 595 0 121173 0
Current children cumulated CPU time: 1358.66 s
Current children cumulated vsize: 553008 KiB
Current children cumulated memory: 447556 KiB

[startup+1422.3 s]
/proc/loadavg: 1.10 1.58 2.48 2/246 157113
/proc/meminfo: memFree=89906736/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=1194.82 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 284 80234 0 0 0 0 119466 16 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=157098] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/157098/stat : 157098 (timeout) S 156921 157098 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236671898 2723840 352 18446744073709551615 94227390730240 94227390746753 140722966156688 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94227390761520 94227390763608 94227415445504 140722966165894 140722966166048 140722966166048 140722966171623 0
/proc/157098/statm: 665 352 352 5 0 90 0
[pid=157099] ppid=157098 vsize=547720 memory=447064 CPUtime=223.69 cores=0,2
/proc/157099/stat : 157099 (SynLSCD) R 157098 157098 154963 0 -1 4194304 61807 0 0 0 22032 337 0 0 20 0 1 0 236671898 560865280 111766 18446744073709551615 94229150076928 94229152511081 140735764799056 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94229152992504 94229153025536 94229160169472 140735764801952 140735764802087 140735764802087 140735764807662 0
/proc/157099/statm: 136930 111766 2528 595 0 121597 0
Current children cumulated CPU time: 1418.51 s
Current children cumulated vsize: 554704 KiB
Current children cumulated memory: 451288 KiB

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

# cumulated CPU time of all completed processes:  user=1420.25 s, system=3.56737 s

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

[startup+1424 s]*
/proc/loadavg: 1.09 1.57 2.48 2/246 157113
/proc/meminfo: memFree=89906736/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=1194.82 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 284 80234 0 0 0 0 119466 16 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=157098] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/157098/stat : 157098 (timeout) S 156921 157098 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236671898 2723840 352 18446744073709551615 94227390730240 94227390746753 140722966156688 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94227390761520 94227390763608 94227415445504 140722966165894 140722966166048 140722966166048 140722966171623 0
/proc/157098/statm: 665 352 352 5 0 90 0
[pid=157099] ppid=157098 vsize=547720 memory=447064 CPUtime=225.39 cores=0,2
/proc/157099/stat : 157099 (SynLSCD) R 157098 157098 154963 0 -1 4194304 61807 0 0 0 22202 337 0 0 20 0 1 0 236671898 560865280 111766 18446744073709551615 94229150076928 94229152511081 140735764799056 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94229152992504 94229153025536 94229160169472 140735764801952 140735764802087 140735764802087 140735764807662 0
/proc/157099/statm: 136930 111766 2528 595 0 121597 0
Current children cumulated CPU time: 1420.21 s
Current children cumulated vsize: 554704 KiB
Current children cumulated memory: 451288 KiB

[startup+1425.6 s]
/proc/loadavg: 1.09 1.57 2.48 2/246 157113
/proc/meminfo: memFree=89906736/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=1194.82 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 284 80234 0 0 0 0 119466 16 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=157098] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/157098/stat : 157098 (timeout) S 156921 157098 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236671898 2723840 352 18446744073709551615 94227390730240 94227390746753 140722966156688 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94227390761520 94227390763608 94227415445504 140722966165894 140722966166048 140722966166048 140722966171623 0
/proc/157098/statm: 665 352 352 5 0 90 0
[pid=157099] ppid=157098 vsize=547720 memory=447064 CPUtime=226.98 cores=0,2
/proc/157099/stat : 157099 (SynLSCD) R 157098 157098 154963 0 -1 4194304 61807 0 0 0 22361 337 0 0 20 0 1 0 236671898 560865280 111766 18446744073709551615 94229150076928 94229152511081 140735764799056 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94229152992504 94229153025536 94229160169472 140735764801952 140735764802087 140735764802087 140735764807662 0
/proc/157099/statm: 136930 111766 2528 595 0 121597 0
Current children cumulated CPU time: 1421.8 s
Current children cumulated vsize: 554704 KiB
Current children cumulated memory: 451288 KiB

[startup+1426.4 s]
/proc/loadavg: 1.09 1.57 2.48 2/246 157113
/proc/meminfo: memFree=89906736/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=1194.82 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 284 80234 0 0 0 0 119466 16 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=157098] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/157098/stat : 157098 (timeout) S 156921 157098 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236671898 2723840 352 18446744073709551615 94227390730240 94227390746753 140722966156688 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94227390761520 94227390763608 94227415445504 140722966165894 140722966166048 140722966166048 140722966171623 0
/proc/157098/statm: 665 352 352 5 0 90 0
[pid=157099] ppid=157098 vsize=547720 memory=447064 CPUtime=227.78 cores=0,2
/proc/157099/stat : 157099 (SynLSCD) R 157098 157098 154963 0 -1 4194304 61807 0 0 0 22441 337 0 0 20 0 1 0 236671898 560865280 111766 18446744073709551615 94229150076928 94229152511081 140735764799056 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94229152992504 94229153025536 94229160169472 140735764801952 140735764802087 140735764802087 140735764807662 0
/proc/157099/statm: 136930 111766 2528 595 0 121597 0
Current children cumulated CPU time: 1422.6 s
Current children cumulated vsize: 554704 KiB
Current children cumulated memory: 451288 KiB

[startup+1427.2 s]
/proc/loadavg: 1.09 1.57 2.48 2/246 157113
/proc/meminfo: memFree=89906736/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2816 CPUtime=1194.82 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) S 156918 156921 154963 0 -1 4194304 284 80234 0 0 0 0 119466 16 20 0 1 0 236552096 4427776 704 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 704 672 219 0 143 0
[pid=157098] ppid=156921 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/157098/stat : 157098 (timeout) S 156921 157098 154963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 236671898 2723840 352 18446744073709551615 94227390730240 94227390746753 140722966156688 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94227390761520 94227390763608 94227415445504 140722966165894 140722966166048 140722966166048 140722966171623 0
/proc/157098/statm: 665 352 352 5 0 90 0
[pid=157099] ppid=157098 vsize=547720 memory=447064 CPUtime=228.57 cores=0,2
/proc/157099/stat : 157099 (SynLSCD) R 157098 157098 154963 0 -1 4194304 61807 0 0 0 22520 337 0 0 20 0 1 0 236671898 560865280 111766 18446744073709551615 94229150076928 94229152511081 140735764799056 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94229152992504 94229153025536 94229160169472 140735764801952 140735764802087 140735764802087 140735764807662 0
/proc/157099/statm: 136930 111766 2528 595 0 121597 0
Current children cumulated CPU time: 1423.39 s
Current children cumulated vsize: 554704 KiB
Current children cumulated memory: 451288 KiB

[startup+1427.6 s]
/proc/loadavg: 1.09 1.57 2.48 2/246 157113
/proc/meminfo: memFree=89906736/131249988 swapFree=33010160/33010684
[pid=156921] ppid=156918 vsize=4324 memory=2944 CPUtime=1423.8 cores=0,2
/proc/156921/stat : 156921 (Hybrid-CASHWMax) R 156918 156921 154963 0 -1 4194304 384 142771 0 0 0 0 142024 356 20 0 1 0 236552096 4427776 736 18446744073709551615 93998381187072 93998382081605 140733334454288 0 0 0 81922 4 65536 0 0 0 17 0 0 0 0 0 0 93998382320656 93998382368400 93998405955584 140733334460757 140733334460911 140733334460911 140733334466515 0
/proc/156921/statm: 1081 736 672 219 0 143 0
Current children cumulated CPU time: 1423.8 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 1427.61
CPU time (s): 1423.82
CPU user time (s): 1420.25
CPU system time (s): 3.56737
CPU usage (%): 99.7342
Max. virtual memory (cumulated for all children) (KiB): 554704
Max. memory (cumulated for all children) (KiB): 451288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1420.25
system time used= 3.56737
maximum resident set size= 448412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143389
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= 998
involuntary context switches= 1860


# summary of solver processes directly reported to runsolver:
#   pid: 156921
#   total CPU time (s): 1423.82
#   total CPU user time (s): 1420.25
#   total CPU system time (s): 3.56737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.85979 second user time and 6.63059 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-22 20:25:45
IDJOB=4544442
IDBENCH=180672
IDSOLVER=3331
FILE ID=nodeC020/4544442-1753208745
RUNJOBID= nodeC020-1753198970-154980
SLURM_JOB_ID= 9687753
Free space on /tmp= 432828 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-06-01
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat16_15_identity_complement.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544442-1753208745/watcher-4544442-1753208745 -o /tmp/evaluation-result-4544442-1753208745/solver-4544442-1753208745 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753198970-154980 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4544442-1753208745.opb 3600 HOME

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

MD5SUM BENCH= ec82efcd866f342a1f5f756e3ed31d43
RANDOM SEED=259938934

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        84699940 kB
MemAvailable:   123998800 kB
Buffers:            2128 kB
Cached:         40056096 kB
SwapCached:            4 kB
Active:          6603880 kB
Inactive:       39201884 kB
Active(anon):    5749248 kB
Inactive(anon):    24536 kB
Active(file):     854632 kB
Inactive(file): 39177348 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             27124 kB
Writeback:             4 kB
AnonPages:       5750644 kB
Mapped:           121052 kB
Shmem:             26244 kB
KReclaimable:     212236 kB
Slab:             308128 kB
SReclaimable:     212236 kB
SUnreclaim:        95892 kB
KernelStack:        4368 kB
PageTables:        14668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    6748740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2588672 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432868 MiB
End job on nodeC020 at 2025-07-22 20:49:33