Trace number 4449236

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-CASHWMaxSATDisjCadSP+Exact 2024-07-11? (problem) 691.46 703.317

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
MD5SUM8e74907d75b3430f44949ac6e798f9f2
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark7.93447
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2766336
Total number of constraints11830
Number of constraints which are clauses5402
Number of constraints which are cardinality constraints (but not clauses)5402
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5402
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 1983745
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4451165
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

688.85/690.75	terminate called after throwing an instance of 'std::bad_alloc'
688.85/690.75	  what():  std::bad_alloc
538.74/703.31	timeout: the monitored command dumped core
538.74/703.31	./Hybrid-CASHWMaxSATDisjCadSP+Exact: line 104: 994278 Aborted                 timeout -s 15 $TSECOND ./Exact $FNAME --verbosity=0 --format=opb --bits-overflow=0 --print-uniform=0 --print-sol > $TEMP_FILE_NAME2
538.74/703.31	c Exit code from Second Program: 134

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: 63968 MiB (62333 MiB free)
  memory of node 1: 64473 MiB (56967 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449236-1721357216/watcher-4449236-1721357216 -o /tmp/evaluation-result-4449236-1721357216/solver-4449236-1721357216 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721352143-989920 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadSP+Exact HOME/instance-4449236-1721357216.opb 3600 HOME 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=993728, runsolver pid=993725

[startup+0.100828 s]*
/proc/loadavg: 4.13 4.12 4.09 5/263 993732
/proc/meminfo: memFree=121996408/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0
[pid=993731] ppid=993728 vsize=8660 memory=980 CPUtime=0 cores=1,3
/proc/993731/stat : 993731 (timeout) S 993728 993731 989908 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 187885534 8867840 245 134679101440 94576568598528 94576568633544 140724482645664 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94576570730960 94576570733092 94576588390400 140724482647037 140724482647196 140724482647196 140724482654183 0
/proc/993731/statm: 2165 245 221 9 0 87 0
[pid=993732] ppid=993731 vsize=182368 memory=167076 CPUtime=0.09 cores=1,3
/proc/993732/stat : 993732 (CASHWMaxSAT-Dis) R 993731 993731 989908 0 -1 4194304 5704 0 0 0 6 3 0 0 20 0 1 0 187885534 186744832 41769 134679101440 4194304 15356333 140734830795120 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 23138304 140734830797826 140734830797972 140734830797972 140734830804959 0
/proc/993732/statm: 45592 41769 922 2726 0 42340 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 200960 KiB
Current children cumulated memory: 170816 KiB

[startup+0.205775 s]*
/proc/loadavg: 4.13 4.12 4.09 5/263 993732
/proc/meminfo: memFree=121979432/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0
[pid=993731] ppid=993728 vsize=8660 memory=980 CPUtime=0 cores=1,3
/proc/993731/stat : 993731 (timeout) S 993728 993731 989908 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 187885534 8867840 245 134679101440 94576568598528 94576568633544 140724482645664 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94576570730960 94576570733092 94576588390400 140724482647037 140724482647196 140724482647196 140724482654183 0
/proc/993731/statm: 2165 245 221 9 0 87 0
[pid=993732] ppid=993731 vsize=201700 memory=183848 CPUtime=0.2 cores=1,3
/proc/993732/stat : 993732 (CASHWMaxSAT-Dis) R 993731 993731 989908 0 -1 4194304 9903 0 0 0 16 4 0 0 20 0 1 0 187885534 206540800 45962 134679101440 4194304 15356333 140734830795120 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 23138304 140734830797826 140734830797972 140734830797972 140734830804959 0
/proc/993732/statm: 50425 45962 922 2726 0 47173 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 220292 KiB
Current children cumulated memory: 187588 KiB

[startup+0.305717 s]*
/proc/loadavg: 4.13 4.12 4.09 5/263 993732
/proc/meminfo: memFree=121964392/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0
[pid=993731] ppid=993728 vsize=8660 memory=980 CPUtime=0 cores=1,3
/proc/993731/stat : 993731 (timeout) S 993728 993731 989908 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 187885534 8867840 245 134679101440 94576568598528 94576568633544 140724482645664 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94576570730960 94576570733092 94576588390400 140724482647037 140724482647196 140724482647196 140724482654183 0
/proc/993731/statm: 2165 245 221 9 0 87 0
[pid=993732] ppid=993731 vsize=220584 memory=199616 CPUtime=0.29 cores=1,3
/proc/993732/stat : 993732 (CASHWMaxSAT-Dis) R 993731 993731 989908 0 -1 4194304 13288 0 0 0 25 4 0 0 20 0 1 0 187885534 225878016 49904 134679101440 4194304 15356333 140734830795120 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 23138304 140734830797826 140734830797972 140734830797972 140734830804959 0
/proc/993732/statm: 55146 49904 922 2726 0 51894 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 239176 KiB
Current children cumulated memory: 203356 KiB

[startup+0.700295 s]
/proc/loadavg: 4.12 4.12 4.09 5/263 993732
/proc/meminfo: memFree=121929480/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0
[pid=993731] ppid=993728 vsize=8660 memory=980 CPUtime=0 cores=1,3
/proc/993731/stat : 993731 (timeout) S 993728 993731 989908 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 187885534 8867840 245 134679101440 94576568598528 94576568633544 140724482645664 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94576570730960 94576570733092 94576588390400 140724482647037 140724482647196 140724482647196 140724482654183 0
/proc/993731/statm: 2165 245 221 9 0 87 0
[pid=993732] ppid=993731 vsize=284572 memory=254420 CPUtime=0.68 cores=1,3
/proc/993732/stat : 993732 (CASHWMaxSAT-Dis) R 993731 993731 989908 0 -1 4194304 23444 0 0 0 62 6 0 0 20 0 1 0 187885534 291401728 63605 134679101440 4194304 15356333 140734830795120 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 23138304 140734830797826 140734830797972 140734830797972 140734830804959 0
/proc/993732/statm: 71143 63605 922 2726 0 67891 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 303164 KiB
Current children cumulated memory: 258160 KiB

[startup+1.50029 s]
/proc/loadavg: 4.12 4.12 4.09 5/263 993732
/proc/meminfo: memFree=121851760/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0
[pid=993731] ppid=993728 vsize=8660 memory=980 CPUtime=0 cores=1,3
/proc/993731/stat : 993731 (timeout) S 993728 993731 989908 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 187885534 8867840 245 134679101440 94576568598528 94576568633544 140724482645664 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94576570730960 94576570733092 94576588390400 140724482647037 140724482647196 140724482647196 140724482654183 0
/proc/993731/statm: 2165 245 221 9 0 87 0
[pid=993732] ppid=993731 vsize=408752 memory=368460 CPUtime=1.48 cores=1,3
/proc/993732/stat : 993732 (CASHWMaxSAT-Dis) R 993731 993731 989908 0 -1 4194304 43267 0 0 0 137 11 0 0 20 0 1 0 187885534 418562048 92115 134679101440 4194304 15356333 140734830795120 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 23138304 140734830797826 140734830797972 140734830797972 140734830804959 0
/proc/993732/statm: 102188 92115 922 2726 0 98936 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 427344 KiB
Current children cumulated memory: 372200 KiB

[startup+3.10595 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 993733
/proc/meminfo: memFree=121519796/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0
[pid=993731] ppid=993728 vsize=8660 memory=980 CPUtime=0 cores=1,3
/proc/993731/stat : 993731 (timeout) S 993728 993731 989908 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 187885534 8867840 245 134679101440 94576568598528 94576568633544 140724482645664 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94576570730960 94576570733092 94576588390400 140724482647037 140724482647196 140724482647196 140724482654183 0
/proc/993731/statm: 2165 245 221 9 0 87 0
[pid=993732] ppid=993731 vsize=638664 memory=574688 CPUtime=3.08 cores=1,3
/proc/993732/stat : 993732 (CASHWMaxSAT-Dis) R 993731 993731 989908 0 -1 4194304 77513 0 0 0 289 19 0 0 20 0 1 0 187885534 653991936 143672 134679101440 4194304 15356333 140734830795120 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 23138304 140734830797826 140734830797972 140734830797972 140734830804959 0
/proc/993732/statm: 159666 143672 922 2726 0 156414 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 657256 KiB
Current children cumulated memory: 578428 KiB

[startup+6.30028 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 993734
/proc/meminfo: memFree=121315160/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0
[pid=993731] ppid=993728 vsize=8660 memory=980 CPUtime=0 cores=1,3
/proc/993731/stat : 993731 (timeout) S 993728 993731 989908 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 187885534 8867840 245 134679101440 94576568598528 94576568633544 140724482645664 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94576570730960 94576570733092 94576588390400 140724482647037 140724482647196 140724482647196 140724482654183 0
/proc/993731/statm: 2165 245 221 9 0 87 0
[pid=993732] ppid=993731 vsize=770924 memory=711080 CPUtime=6.26 cores=1,3
/proc/993732/stat : 993732 (CASHWMaxSAT-Dis) R 993731 993731 989908 0 -1 4194304 78641 0 0 0 600 26 0 0 20 0 1 0 187885534 789426176 177770 134679101440 4194304 15356333 140734830795120 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 23138304 140734830797826 140734830797972 140734830797972 140734830804959 0
/proc/993732/statm: 192731 177770 922 2726 0 189479 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 789516 KiB
Current children cumulated memory: 714820 KiB

[startup+12.7003 s]
/proc/loadavg: 4.18 4.13 4.10 5/264 993734
/proc/meminfo: memFree=119781400/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0
[pid=993731] ppid=993728 vsize=8660 memory=980 CPUtime=0 cores=1,3
/proc/993731/stat : 993731 (timeout) S 993728 993731 989908 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 187885534 8867840 245 134679101440 94576568598528 94576568633544 140724482645664 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94576570730960 94576570733092 94576588390400 140724482647037 140724482647196 140724482647196 140724482654183 0
/proc/993731/statm: 2165 245 221 9 0 87 0
[pid=993732] ppid=993731 vsize=2304784 memory=2085948 CPUtime=12.65 cores=1,3
/proc/993732/stat : 993732 (CASHWMaxSAT-Dis) R 993731 993731 989908 0 -1 4194304 95153 0 0 0 1180 85 0 0 20 0 1 0 187885534 2360098816 521487 134679101440 4194304 15356333 140734830795120 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 23138304 140734830797826 140734830797972 140734830797972 140734830804959 0
/proc/993732/statm: 576196 521487 970 2726 0 572944 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2323376 KiB
Current children cumulated memory: 2089688 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.13 4.09 5/264 993737
/proc/meminfo: memFree=116951796/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0
[pid=993731] ppid=993728 vsize=8660 memory=980 CPUtime=0 cores=1,3
/proc/993731/stat : 993731 (timeout) S 993728 993731 989908 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 187885534 8867840 245 134679101440 94576568598528 94576568633544 140724482645664 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94576570730960 94576570733092 94576588390400 140724482647037 140724482647196 140724482647196 140724482654183 0
/proc/993731/statm: 2165 245 221 9 0 87 0
[pid=993732] ppid=993731 vsize=2358820 memory=2140212 CPUtime=25.42 cores=1,3
/proc/993732/stat : 993732 (CASHWMaxSAT-Dis) R 993731 993731 989908 0 -1 4194304 96602 0 0 0 2456 86 0 0 20 0 1 0 187885534 2415431680 535053 134679101440 4194304 15356333 140734830795120 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 23138304 140734830797826 140734830797972 140734830797972 140734830804959 0
/proc/993732/statm: 589705 535053 1002 2726 0 586453 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2377412 KiB
Current children cumulated memory: 2143952 KiB

[startup+51.106 s]
/proc/loadavg: 4.29 4.16 4.10 5/264 993742
/proc/meminfo: memFree=118214408/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0
[pid=993731] ppid=993728 vsize=8660 memory=980 CPUtime=0 cores=1,3
/proc/993731/stat : 993731 (timeout) S 993728 993731 989908 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 187885534 8867840 245 134679101440 94576568598528 94576568633544 140724482645664 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94576570730960 94576570733092 94576588390400 140724482647037 140724482647196 140724482647196 140724482654183 0
/proc/993731/statm: 2165 245 221 9 0 87 0
[pid=993732] ppid=993731 vsize=2358820 memory=2140212 CPUtime=50.97 cores=1,3
/proc/993732/stat : 993732 (CASHWMaxSAT-Dis) R 993731 993731 989908 0 -1 4194304 97169 0 0 0 5010 87 0 0 20 0 1 0 187885534 2415431680 535053 134679101440 4194304 15356333 140734830795120 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 23138304 140734830797826 140734830797972 140734830797972 140734830804959 0
/proc/993732/statm: 589705 535053 1002 2726 0 586453 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2377412 KiB
Current children cumulated memory: 2143952 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/264 993751
/proc/meminfo: memFree=114668984/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0

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

/proc/meminfo: memFree=111580564/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0
[pid=993731] ppid=993728 vsize=8660 memory=980 CPUtime=0 cores=1,3
/proc/993731/stat : 993731 (timeout) S 993728 993731 989908 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 187885534 8867840 245 134679101440 94576568598528 94576568633544 140724482645664 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94576570730960 94576570733092 94576588390400 140724482647037 140724482647196 140724482647196 140724482654183 0
/proc/993731/statm: 2165 245 221 9 0 87 0
[pid=993732] ppid=993731 vsize=13451064 memory=11821956 CPUtime=401.22 cores=1,3
/proc/993732/stat : 993732 (CASHWMaxSAT-Dis) R 993731 993731 989908 0 -1 4194304 1073167 0 0 0 39658 464 0 0 20 0 1 0 187885534 13773889536 2955489 134679101440 4194304 15356333 140734830795120 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 23138304 140734830797826 140734830797972 140734830797972 140734830804959 0
/proc/993732/statm: 3362766 2955489 1066 2726 0 3359514 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 13469656 KiB
Current children cumulated memory: 11825696 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 993881
/proc/meminfo: memFree=109216744/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0
[pid=993731] ppid=993728 vsize=8660 memory=980 CPUtime=0 cores=1,3
/proc/993731/stat : 993731 (timeout) S 993728 993731 989908 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 187885534 8867840 245 134679101440 94576568598528 94576568633544 140724482645664 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94576570730960 94576570733092 94576588390400 140724482647037 140724482647196 140724482647196 140724482654183 0
/proc/993731/statm: 2165 245 221 9 0 87 0
[pid=993732] ppid=993731 vsize=13698736 memory=12347516 CPUtime=461.05 cores=1,3
/proc/993732/stat : 993732 (CASHWMaxSAT-Dis) R 993731 993731 989908 0 -1 4194304 1135728 0 0 0 45617 488 0 0 20 0 1 0 187885534 14027505664 3086879 134679101440 4194304 15356333 140734830795120 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 23138304 140734830797826 140734830797972 140734830797972 140734830804959 0
/proc/993732/statm: 3424684 3086879 1066 2726 0 3421432 0
Current children cumulated CPU time: 461.05 s
Current children cumulated vsize: 13717328 KiB
Current children cumulated memory: 12351256 KiB

[startup+522.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 994274
/proc/meminfo: memFree=107780536/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2760 CPUtime=0 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 240 102 0 0 0 0 0 0 20 0 1 0 187885534 10170368 690 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 690 613 264 0 134 0
[pid=993731] ppid=993728 vsize=8660 memory=980 CPUtime=0 cores=1,3
/proc/993731/stat : 993731 (timeout) S 993728 993731 989908 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 187885534 8867840 245 134679101440 94576568598528 94576568633544 140724482645664 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94576570730960 94576570733092 94576588390400 140724482647037 140724482647196 140724482647196 140724482654183 0
/proc/993731/statm: 2165 245 221 9 0 87 0
[pid=993732] ppid=993731 vsize=13923768 memory=12830736 CPUtime=520.88 cores=1,3
/proc/993732/stat : 993732 (CASHWMaxSAT-Dis) R 993731 993731 989908 0 -1 4194304 1194807 0 0 0 51578 510 0 0 20 0 1 0 187885534 14257938432 3207684 134679101440 4194304 15356333 140734830795120 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 23138304 140734830797826 140734830797972 140734830797972 140734830804959 0
/proc/993732/statm: 3480942 3207684 1066 2726 0 3477690 0
Current children cumulated CPU time: 520.88 s
Current children cumulated vsize: 13942360 KiB
Current children cumulated memory: 12834476 KiB

[startup+582.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 994287
/proc/meminfo: memFree=109292980/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2820 CPUtime=538.74 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 271 1205746 0 0 0 0 53335 539 20 0 1 0 187885534 10170368 705 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 705 613 264 0 134 0
[pid=994278] ppid=993728 vsize=8660 memory=1024 CPUtime=0 cores=1,3
/proc/994278/stat : 994278 (timeout) S 993728 994278 989908 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 187939553 8867840 256 134679101440 94121284620288 94121284655304 140732550168160 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 94121286752720 94121286754852 94121306509312 140732550169587 140732550169756 140732550169756 140732550176743 0
/proc/994278/statm: 2165 256 232 9 0 87 0
[pid=994279] ppid=994278 vsize=10522612 memory=9431996 CPUtime=41.98 cores=1,3
/proc/994279/stat : 994279 (Exact) R 994278 994278 989908 0 -1 4194304 1267167 0 0 0 3836 362 0 0 20 0 1 0 187939553 10775154688 2357999 134679101440 4194304 7243121 140723448884240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7942632 8006904 20639744 140723448886287 140723448886437 140723448886437 140723448893424 0
/proc/994279/statm: 2630653 2357999 788 745 0 2629718 0
Current children cumulated CPU time: 580.72 s
Current children cumulated vsize: 10541204 KiB
Current children cumulated memory: 9435840 KiB

[startup+642.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 994298
/proc/meminfo: memFree=97377412/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2820 CPUtime=538.74 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 271 1205746 0 0 0 0 53335 539 20 0 1 0 187885534 10170368 705 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 705 613 264 0 134 0
[pid=994278] ppid=993728 vsize=8660 memory=1024 CPUtime=0 cores=1,3
/proc/994278/stat : 994278 (timeout) S 993728 994278 989908 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 187939553 8867840 256 134679101440 94121284620288 94121284655304 140732550168160 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 94121286752720 94121286754852 94121306509312 140732550169587 140732550169756 140732550169756 140732550176743 0
/proc/994278/statm: 2165 256 232 9 0 87 0
[pid=994279] ppid=994278 vsize=21091448 memory=20641628 CPUtime=101.83 cores=1,3
/proc/994279/stat : 994279 (Exact) R 994278 994278 989908 0 -1 4194304 3116753 0 0 0 9394 789 0 0 20 0 1 0 187939553 21597642752 5160407 134679101440 4194304 7243121 140723448884240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7942632 8006904 20639744 140723448886287 140723448886437 140723448886437 140723448893424 0
/proc/994279/statm: 5272862 5160407 788 745 0 5271927 0
Current children cumulated CPU time: 640.57 s
Current children cumulated vsize: 21110040 KiB
Current children cumulated memory: 20645472 KiB

[startup+702.3 s]
/proc/loadavg: 4.09 4.11 4.09 4/266 994478
/proc/meminfo: memFree=84589112/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2820 CPUtime=538.74 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 271 1205746 0 0 0 0 53335 539 20 0 1 0 187885534 10170368 705 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 705 613 264 0 134 0
[pid=994278] ppid=993728 vsize=8660 memory=1024 CPUtime=0 cores=1,3
/proc/994278/stat : 994278 (timeout) S 993728 994278 989908 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 187939553 8867840 256 134679101440 94121284620288 94121284655304 140732550168160 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 94121286752720 94121286754852 94121306509312 140732550169587 140732550169756 140732550169756 140732550176743 0
/proc/994278/statm: 2165 256 232 9 0 87 0
[pid=994279] ppid=994278 vsize=31601052 memory=29819276 CPUtime=152.1 cores=1,3
/proc/994279/stat : 994279 (Exact) S 994278 994278 989908 0 -1 4195840 4465826 0 0 0 13814 1396 0 0 20 0 1 0 187939553 32359477248 7454819 134679101440 4194304 7243121 140723448884240 140723448858288 6712588 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7942632 8006904 20639744 140723448886287 140723448886437 140723448886437 140723448893424 0
/proc/994279/statm: 7900263 7454819 788 745 0 7899328 0
Current children cumulated CPU time: 690.84 s
Current children cumulated vsize: 31619644 KiB
Current children cumulated memory: 29823120 KiB

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

# cumulated CPU time of all completed processes:  user=671.501 s, system=19.9584 s

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

[startup+702.4 s]
/proc/loadavg: 4.09 4.11 4.09 4/266 994478
/proc/meminfo: memFree=84589112/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2820 CPUtime=538.74 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 271 1205746 0 0 0 0 53335 539 20 0 1 0 187885534 10170368 705 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 705 613 264 0 134 0
[pid=994278] ppid=993728 vsize=8660 memory=1024 CPUtime=0 cores=1,3
/proc/994278/stat : 994278 (timeout) S 993728 994278 989908 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 187939553 8867840 256 134679101440 94121284620288 94121284655304 140732550168160 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 94121286752720 94121286754852 94121306509312 140732550169587 140732550169756 140732550169756 140732550176743 0
/proc/994278/statm: 2165 256 232 9 0 87 0
[pid=994279] ppid=994278 vsize=31601052 memory=29819276 CPUtime=152.1 cores=1,3
/proc/994279/stat : 994279 (Exact) S 994278 994278 989908 0 -1 4195840 4465826 0 0 0 13814 1396 0 0 20 0 1 0 187939553 32359477248 7454819 134679101440 4194304 7243121 140723448884240 140723448858288 6712588 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7942632 8006904 20639744 140723448886287 140723448886437 140723448886437 140723448893424 0
/proc/994279/statm: 7900263 7454819 788 745 0 7899328 0
Current children cumulated CPU time: 690.84 s
Current children cumulated vsize: 31619644 KiB
Current children cumulated memory: 29823120 KiB

[startup+702.802 s]
/proc/loadavg: 4.09 4.11 4.09 4/266 994478
/proc/meminfo: memFree=84589112/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2820 CPUtime=538.74 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 271 1205746 0 0 0 0 53335 539 20 0 1 0 187885534 10170368 705 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 705 613 264 0 134 0
[pid=994278] ppid=993728 vsize=8660 memory=1024 CPUtime=0 cores=1,3
/proc/994278/stat : 994278 (timeout) S 993728 994278 989908 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 187939553 8867840 256 134679101440 94121284620288 94121284655304 140732550168160 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 94121286752720 94121286754852 94121306509312 140732550169587 140732550169756 140732550169756 140732550176743 0
/proc/994278/statm: 2165 256 232 9 0 87 0
Current children cumulated CPU time: 538.74 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3844 KiB

[startup+703.201 s]
/proc/loadavg: 4.09 4.11 4.09 5/266 994484
/proc/meminfo: memFree=94690380/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2820 CPUtime=538.74 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 271 1205746 0 0 0 0 53335 539 20 0 1 0 187885534 10170368 705 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 705 613 264 0 134 0
[pid=994278] ppid=993728 vsize=8660 memory=1024 CPUtime=0 cores=1,3
/proc/994278/stat : 994278 (timeout) S 993728 994278 989908 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 187939553 8867840 256 134679101440 94121284620288 94121284655304 140732550168160 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 94121286752720 94121286754852 94121306509312 140732550169587 140732550169756 140732550169756 140732550176743 0
/proc/994278/statm: 2165 256 232 9 0 87 0
Current children cumulated CPU time: 538.74 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3844 KiB

[startup+703.309 s]
/proc/loadavg: 4.09 4.11 4.09 5/266 994484
/proc/meminfo: memFree=94690380/131524600 swapFree=131071996/131071996
[pid=993728] ppid=993725 vsize=9932 memory=2820 CPUtime=538.74 cores=1,3
/proc/993728/stat : 993728 (Hybrid-CASHWMax) S 993725 993728 989908 0 -1 4194304 271 1205746 0 0 0 0 53335 539 20 0 1 0 187885534 10170368 705 134679101440 94864170496000 94864171575320 140735678617920 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94864173673776 94864173720964 94864197107712 140735678624717 140735678624876 140735678624876 140735678631892 0
/proc/993728/statm: 2483 705 613 264 0 134 0
[pid=994278] ppid=993728 vsize=8660 memory=1024 CPUtime=0 cores=1,3
/proc/994278/stat : 994278 (timeout) S 993728 994278 989908 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 187939553 8867840 256 134679101440 94121284620288 94121284655304 140732550168160 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 94121286752720 94121286754852 94121306509312 140732550169587 140732550169756 140732550169756 140732550176743 0
/proc/994278/statm: 2165 256 232 9 0 87 0
Current children cumulated CPU time: 538.74 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3844 KiB

Child status: 0

Real time (s): 703.317
CPU time (s): 691.46
CPU user time (s): 671.501
CPU system time (s): 19.9584
CPU usage (%): 98.3141
Max. virtual memory (cumulated for all children) (KiB): 31619644
Max. memory (cumulated for all children) (KiB): 29823120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 671.501
system time used= 19.9584
maximum resident set size= 29819488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5672619
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 100
involuntary context switches= 949


# summary of solver processes directly reported to runsolver:
#   pid: 993728
#   total CPU time (s): 691.46
#   total CPU user time (s): 671.501
#   total CPU system time (s): 19.9584

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49869 second user time and 3.5335 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-19 04:47:09
IDJOB=4449236
IDBENCH=160490
IDSOLVER=3072
FILE ID=nodeC021/4449236-1721357216
RUNJOBID= nodeC021-1721352143-989920
SLURM_JOB_ID= 7542757
Free space on /tmp= 889880 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadSP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadSP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449236-1721357216/watcher-4449236-1721357216 -o /tmp/evaluation-result-4449236-1721357216/solver-4449236-1721357216 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721352143-989920 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadSP+Exact HOME/instance-4449236-1721357216.opb 3600 HOME 31000

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

MD5SUM BENCH= 8e74907d75b3430f44949ac6e798f9f2
RANDOM SEED=1835685193

nodeC021.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3665.774
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.42
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		: 3651.897
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
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.868
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.42
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		: 3599.618
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
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		: 3665.417
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.42
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		: 3691.364
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
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		: 3600.294
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.540
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122163924 kB
MemAvailable:   123521568 kB
Buffers:          518616 kB
Cached:          1668640 kB
SwapCached:            0 kB
Active:          1033552 kB
Inactive:        7690508 kB
Active(anon):       1584 kB
Inactive(anon):  6572960 kB
Active(file):    1031968 kB
Inactive(file):  1117548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            155016 kB
Writeback:             0 kB
AnonPages:       6534144 kB
Mapped:           119496 kB
Shmem:             37720 kB
KReclaimable:      95900 kB
Slab:             207472 kB
SReclaimable:      95900 kB
SUnreclaim:       111572 kB
KernelStack:        4192 kB
PageTables:        22300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7201568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69760 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3121152 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      256724 kB
DirectMap2M:    23633920 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 889808 MiB
End job on nodeC021 at 2024-07-19 04:58:53