Trace number 4445069

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
CASHWMaxSAT-DisjCad-S 2024-07-10SAT 592.72 594.444

General information on the benchmark

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

Solver Data

592.67/594.44	c Using cadical-2.0.0-2df7b7f SAT solver by Armin Biere (2022)
592.67/594.44	s SATISFIABLE
592.67/594.44	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 x13 x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 x32 x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82

Verifier Data

OK	0

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (62528 MiB free)
  memory of node 1: 64510 MiB (63120 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445069-1721309707/watcher-4445069-1721309707 -o /tmp/evaluation-result-4445069-1721309707/solver-4445069-1721309707 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721305198-946540 --watchdog 3760 CASHWMaxSAT-DisjCad-S HOME/instance-4445069-1721309707.opb -total-t=3600 -no-par -v0 

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=952472, runsolver pid=952469

[startup+0.100901 s]*
/proc/loadavg: 4.20 4.18 4.23 5/244 952473
/proc/meminfo: memFree=128663292/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=18548 memory=3812 CPUtime=0.1 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 304 0 0 0 10 0 0 0 20 0 1 0 183130291 18993152 953 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 4637 953 814 2594 0 1530 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18548 KiB
Current children cumulated memory: 3812 KiB

[startup+0.213605 s]*
/proc/loadavg: 4.20 4.18 4.23 5/244 952473
/proc/meminfo: memFree=128663032/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=18548 memory=3812 CPUtime=0.21 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 304 0 0 0 21 0 0 0 20 0 1 0 183130291 18993152 953 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 4637 953 814 2594 0 1530 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18548 KiB
Current children cumulated memory: 3812 KiB

[startup+0.313033 s]*
/proc/loadavg: 4.20 4.18 4.23 5/244 952473
/proc/meminfo: memFree=128662892/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=18548 memory=3812 CPUtime=0.31 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 304 0 0 0 31 0 0 0 20 0 1 0 183130291 18993152 953 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 4637 953 814 2594 0 1530 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18548 KiB
Current children cumulated memory: 3812 KiB

[startup+0.700266 s]
/proc/loadavg: 4.20 4.18 4.23 5/244 952473
/proc/meminfo: memFree=128656992/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=26300 memory=12436 CPUtime=0.68 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 2994 0 0 0 67 1 0 0 20 0 1 0 183130291 26931200 3109 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 6575 3109 1246 2594 0 3468 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 26300 KiB
Current children cumulated memory: 12436 KiB

[startup+1.50031 s]
/proc/loadavg: 4.20 4.18 4.23 5/244 952473
/proc/meminfo: memFree=128655780/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=28272 memory=14608 CPUtime=1.48 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 3499 0 0 0 147 1 0 0 20 0 1 0 183130291 28950528 3652 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 7068 3652 1262 2594 0 3961 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 28272 KiB
Current children cumulated memory: 14608 KiB

[startup+3.11346 s]
/proc/loadavg: 4.20 4.18 4.23 5/244 952473
/proc/meminfo: memFree=128633648/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=31176 memory=17676 CPUtime=3.09 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 5256 0 0 0 308 1 0 0 20 0 1 0 183130291 31924224 4419 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 7794 4419 1262 2594 0 4687 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 31176 KiB
Current children cumulated memory: 17676 KiB

[startup+6.30029 s]
/proc/loadavg: 4.18 4.18 4.23 5/244 952473
/proc/meminfo: memFree=128629376/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=34708 memory=21144 CPUtime=6.26 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 7310 0 0 0 625 1 0 0 20 0 1 0 183130291 35540992 5286 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 8677 5286 1262 2594 0 5570 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 34708 KiB
Current children cumulated memory: 21144 KiB

[startup+12.7003 s]
/proc/loadavg: 4.16 4.17 4.23 5/242 952475
/proc/meminfo: memFree=128621736/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=39144 memory=25752 CPUtime=12.64 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 11742 0 0 0 1262 2 0 0 20 0 1 0 183130291 40083456 6438 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 9786 6438 1262 2594 0 6679 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 39144 KiB
Current children cumulated memory: 25752 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 4.17 4.22 5/242 952476
/proc/meminfo: memFree=128592368/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=50376 memory=36816 CPUtime=25.41 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 15054 0 0 0 2538 3 0 0 20 0 1 0 183130291 51585024 9204 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 12594 9204 1262 2594 0 9487 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 50376 KiB
Current children cumulated memory: 36816 KiB

[startup+51.1135 s]
/proc/loadavg: 4.14 4.17 4.22 5/242 952482
/proc/meminfo: memFree=128554608/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=46580 memory=33088 CPUtime=50.94 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 21012 0 0 0 5089 5 0 0 20 0 1 0 183130291 47697920 8272 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 11645 8272 1262 2594 0 8538 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 46580 KiB
Current children cumulated memory: 33088 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.17 4.22 5/242 952490
/proc/meminfo: memFree=128527244/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=78436 memory=64952 CPUtime=101.97 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 26032 0 0 0 10190 7 0 0 20 0 1 0 183130291 80318464 16238 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 19609 16238 1262 2594 0 16502 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 78436 KiB
Current children cumulated memory: 64952 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.15 4.21 5/241 952500
/proc/meminfo: memFree=128525568/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=66968 memory=53596 CPUtime=161.77 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 30730 0 0 0 16168 9 0 0 20 0 1 0 183130291 68575232 13399 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 16742 13399 1262 2594 0 13635 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 66968 KiB
Current children cumulated memory: 53596 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.15 4.20 5/241 952510
/proc/meminfo: memFree=128521108/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=87920 memory=74420 CPUtime=221.58 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 33164 0 0 0 22147 11 0 0 20 0 1 0 183130291 90030080 18605 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 21980 18605 1262 2594 0 18873 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 87920 KiB
Current children cumulated memory: 74420 KiB

[startup+282.301 s]
/proc/loadavg: 4.16 4.15 4.19 5/241 952521
/proc/meminfo: memFree=128478164/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=79328 memory=65736 CPUtime=281.38 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 38326 0 0 0 28125 13 0 0 20 0 1 0 183130291 81231872 16434 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 19832 16434 1262 2594 0 16725 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 79328 KiB
Current children cumulated memory: 65736 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 4.15 4.19 5/243 952535
/proc/meminfo: memFree=128452856/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=93988 memory=80444 CPUtime=341.21 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 43436 0 0 0 34104 17 0 0 20 0 1 0 183130291 96243712 20111 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 23497 20111 1262 2594 0 20390 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 93988 KiB
Current children cumulated memory: 80444 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.14 4.18 5/243 952546
/proc/meminfo: memFree=128479432/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=79624 memory=66256 CPUtime=401.06 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 45250 0 0 0 40087 19 0 0 20 0 1 0 183130291 81534976 16564 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 19906 16564 1262 2594 0 16799 0
Current children cumulated CPU time: 401.06 s
Current children cumulated vsize: 79624 KiB
Current children cumulated memory: 66256 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.14 4.18 5/244 952558
/proc/meminfo: memFree=128362984/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=98324 memory=84828 CPUtime=460.9 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 47249 0 0 0 46069 21 0 0 20 0 1 0 183130291 100683776 21207 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 24581 21207 1262 2594 0 21474 0
Current children cumulated CPU time: 460.9 s
Current children cumulated vsize: 98324 KiB
Current children cumulated memory: 84828 KiB

[startup+522.3 s]
/proc/loadavg: 4.12 4.13 4.17 5/244 952568
/proc/meminfo: memFree=128302820/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=141464 memory=127952 CPUtime=520.75 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 48862 0 0 0 52052 23 0 0 20 0 1 0 183130291 144859136 31988 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 35366 31988 1262 2594 0 32259 0
Current children cumulated CPU time: 520.75 s
Current children cumulated vsize: 141464 KiB
Current children cumulated memory: 127952 KiB

[startup+582.3 s]
/proc/loadavg: 4.09 4.12 4.17 5/244 952579
/proc/meminfo: memFree=128382488/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=121104 memory=107504 CPUtime=580.6 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 50523 0 0 0 58035 25 0 0 20 0 1 0 183130291 124010496 26876 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 30276 26876 1262 2594 0 27169 0
Current children cumulated CPU time: 580.6 s
Current children cumulated vsize: 121104 KiB
Current children cumulated memory: 107504 KiB

[startup+594.444 s]
# the end of solver process 952472 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=592.465 s, system=0.254901 s

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

[startup+582.4 s]
/proc/loadavg: 4.09 4.12 4.17 5/244 952579
/proc/meminfo: memFree=128382488/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=121104 memory=107504 CPUtime=580.7 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 50523 0 0 0 58045 25 0 0 20 0 1 0 183130291 124010496 26876 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 30276 26876 1262 2594 0 27169 0
Current children cumulated CPU time: 580.7 s
Current children cumulated vsize: 121104 KiB
Current children cumulated memory: 107504 KiB

[startup+588.8 s]
/proc/loadavg: 4.08 4.12 4.17 5/244 952579
/proc/meminfo: memFree=128382504/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=121104 memory=107504 CPUtime=587.08 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 50523 0 0 0 58683 25 0 0 20 0 1 0 183130291 124010496 26876 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 30276 26876 1262 2594 0 27169 0
Current children cumulated CPU time: 587.08 s
Current children cumulated vsize: 121104 KiB
Current children cumulated memory: 107504 KiB

[startup+592 s]*
/proc/loadavg: 4.08 4.12 4.17 5/244 952581
/proc/meminfo: memFree=128349072/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=121104 memory=107608 CPUtime=590.29 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 50531 0 0 0 59004 25 0 0 20 0 1 0 183130291 124010496 26902 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 30276 26902 1262 2594 0 27169 0
Current children cumulated CPU time: 590.29 s
Current children cumulated vsize: 121104 KiB
Current children cumulated memory: 107608 KiB

[startup+593.6 s]
/proc/loadavg: 4.08 4.12 4.17 5/244 952581
/proc/meminfo: memFree=128349072/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=121104 memory=107608 CPUtime=591.87 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 50531 0 0 0 59162 25 0 0 20 0 1 0 183130291 124010496 26902 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 30276 26902 1262 2594 0 27169 0
Current children cumulated CPU time: 591.87 s
Current children cumulated vsize: 121104 KiB
Current children cumulated memory: 107608 KiB

[startup+594 s]*
/proc/loadavg: 4.15 4.13 4.17 5/244 952581
/proc/meminfo: memFree=128346292/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=121104 memory=107608 CPUtime=592.28 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 50531 0 0 0 59203 25 0 0 20 0 1 0 183130291 124010496 26902 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 30276 26902 1262 2594 0 27169 0
Current children cumulated CPU time: 592.28 s
Current children cumulated vsize: 121104 KiB
Current children cumulated memory: 107608 KiB

[startup+594.4 s]
/proc/loadavg: 4.15 4.13 4.17 5/244 952581
/proc/meminfo: memFree=128346292/131655788 swapFree=131071996/131071996
[pid=952472] ppid=952469 vsize=121104 memory=107608 CPUtime=592.67 cores=1,3
/proc/952472/stat : 952472 (CASHWMaxSAT-Dis) R 952469 952472 946528 0 -1 4194304 50531 0 0 0 59242 25 0 0 20 0 1 0 183130291 124010496 26902 134679101440 4194304 14817773 140734981716848 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 16829744 16914832 43159552 140734981719012 140734981719127 140734981719127 140734981726143 0
/proc/952472/statm: 30276 26902 1262 2594 0 27169 0
Current children cumulated CPU time: 592.67 s
Current children cumulated vsize: 121104 KiB
Current children cumulated memory: 107608 KiB

Child status: 30

Real time (s): 594.444
CPU time (s): 592.72
CPU user time (s): 592.465
CPU system time (s): 0.254901
CPU usage (%): 99.7098
Max. virtual memory (cumulated for all children) (KiB): 141464
Max. memory (cumulated for all children) (KiB): 127952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 592.465
system time used= 0.254901
maximum resident set size= 131580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50531
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 384


# summary of solver processes directly reported to runsolver:
#   pid: 952472
#   total CPU time (s): 592.72
#   total CPU user time (s): 592.465
#   total CPU system time (s): 0.254901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.05979 second user time and 6.05853 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-18 15:35:19
IDJOB=4445069
IDBENCH=148098
IDSOLVER=3075
FILE ID=nodeC009/4445069-1721309707
RUNJOBID= nodeC009-1721305198-946540
SLURM_JOB_ID= 7542632
Free space on /tmp= 723724 MiB

SOLVER NAME= CASHWMaxSAT-DisjCad-S 2024-07-10
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob4.opb
COMMAND LINE= CASHWMaxSAT-DisjCad-S BENCHNAME -total-t=TIMEOUT -no-par -v0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445069-1721309707/watcher-4445069-1721309707 -o /tmp/evaluation-result-4445069-1721309707/solver-4445069-1721309707 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721305198-946540 --watchdog 3760  CASHWMaxSAT-DisjCad-S HOME/instance-4445069-1721309707.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= 51f776679cf4368d72b5455aa221d9d6
RANDOM SEED=316628694

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3492.181
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.539
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.320
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3526.985
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3658.037
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.468
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.423
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128664720 kB
MemAvailable:   129419508 kB
Buffers:          508792 kB
Cached:          1084192 kB
SwapCached:            0 kB
Active:          1003472 kB
Inactive:        1445060 kB
Active(anon):       1460 kB
Inactive(anon):   891456 kB
Active(file):    1002012 kB
Inactive(file):   553604 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             13784 kB
Writeback:             4 kB
AnonPages:        848736 kB
Mapped:           120080 kB
Shmem:             37700 kB
KReclaimable:      78404 kB
Slab:             177640 kB
SReclaimable:      78404 kB
SUnreclaim:        99236 kB
KernelStack:        3968 kB
PageTables:        11224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1423660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57888 kB
HardwareCorrupted:     0 kB
AnonHugePages:    679936 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:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723712 MiB
End job on nodeC009 at 2024-07-18 15:45:13