Trace number 4445163

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
Exact_veripb2_no_SoPlex 2024-07-05SAT 462.416 472.204

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob5.opb
MD5SUMf4201f1ef8f74939600eabb6a2266017
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 benchmark1.14275
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables80
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 constraint80
Maximum length of a constraint80
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 62442885
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 803031860
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

462.26/471.84	s SATISFIABLE
462.26/471.84	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

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: 64096 MiB (51312 MiB free)
  memory of node 1: 64473 MiB (55559 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445163-1721802057/watcher-4445163-1721802057 -o /tmp/evaluation-result-4445163-1721802057/solver-4445163-1721802057 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721801547-159970 --watchdog 3760 HOME/Exact_veripb2_nosoplex --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4445163-1721802057 --seed=1537670862 HOME/instance-4445163-1721802057.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=161519, runsolver pid=161516

[startup+0.100635 s]*
/proc/loadavg: 4.20 3.78 2.92 5/248 161520
/proc/meminfo: memFree=109427716/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=25488 memory=5676 CPUtime=0.11 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 227 0 0 0 11 0 0 0 20 0 1 0 16194979 26099712 1419 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 6372 1419 834 747 0 5435 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 25488 KiB
Current children cumulated memory: 5676 KiB

[startup+0.21386 s]*
/proc/loadavg: 4.20 3.78 2.92 5/248 161520
/proc/meminfo: memFree=109422020/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=25628 memory=5996 CPUtime=0.21 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 254 0 0 0 21 0 0 0 20 0 1 0 16194979 26243072 1499 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 6407 1499 850 747 0 5470 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 25628 KiB
Current children cumulated memory: 5996 KiB

[startup+0.312721 s]*
/proc/loadavg: 4.20 3.78 2.92 5/248 161520
/proc/meminfo: memFree=109417848/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=25748 memory=6092 CPUtime=0.31 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 264 0 0 0 31 0 0 0 20 0 1 0 16194979 26365952 1523 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 6437 1523 850 747 0 5500 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 25748 KiB
Current children cumulated memory: 6092 KiB

[startup+0.700274 s]
/proc/loadavg: 4.20 3.78 2.92 5/248 161520
/proc/meminfo: memFree=109407964/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=25876 memory=6208 CPUtime=0.68 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 294 0 0 0 68 0 0 0 20 0 1 0 16194979 26497024 1552 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 6469 1552 850 747 0 5532 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 25876 KiB
Current children cumulated memory: 6208 KiB

[startup+1.50025 s]
/proc/loadavg: 4.20 3.78 2.92 6/248 161520
/proc/meminfo: memFree=109391232/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=27240 memory=7568 CPUtime=1.48 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 648 0 0 0 147 1 0 0 20 0 1 0 16194979 27893760 1892 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 6810 1892 850 747 0 5873 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 27240 KiB
Current children cumulated memory: 7568 KiB

[startup+3.11398 s]
/proc/loadavg: 4.18 3.78 2.93 5/248 161520
/proc/meminfo: memFree=109317908/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=28712 memory=10968 CPUtime=3.08 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 1027 0 0 0 306 2 0 0 20 0 1 0 16194979 29401088 2742 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 7178 2742 850 747 0 6241 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 28712 KiB
Current children cumulated memory: 10968 KiB

[startup+6.30029 s]
/proc/loadavg: 4.18 3.78 2.93 5/248 161520
/proc/meminfo: memFree=109227160/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=31340 memory=17456 CPUtime=6.26 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 1602 0 0 0 622 4 0 0 20 0 1 0 16194979 32092160 4364 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 7835 4364 850 747 0 6898 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 31340 KiB
Current children cumulated memory: 17456 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 3.79 2.93 5/248 161521
/proc/meminfo: memFree=109119860/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=31724 memory=17680 CPUtime=12.64 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 1714 0 0 0 1259 5 0 0 20 0 1 0 16194979 32485376 4420 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 7931 4420 850 747 0 6994 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 31724 KiB
Current children cumulated memory: 17680 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 3.80 2.95 5/248 161523
/proc/meminfo: memFree=108662112/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=32504 memory=18336 CPUtime=25.4 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 2021 0 0 0 2527 13 0 0 20 0 1 0 16194979 33284096 4584 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 8126 4584 850 747 0 7189 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 32504 KiB
Current children cumulated memory: 18336 KiB

[startup+51.1131 s]
/proc/loadavg: 4.24 3.85 2.99 6/248 161529
/proc/meminfo: memFree=107491732/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=32764 memory=18780 CPUtime=50.75 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 2386 0 0 0 5035 40 0 0 20 0 1 0 16194979 33550336 4695 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 16 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 8191 4695 850 747 0 7254 0
Current children cumulated CPU time: 50.75 s
Current children cumulated vsize: 32764 KiB
Current children cumulated memory: 18780 KiB

[startup+102.3 s]
/proc/loadavg: 4.28 3.92 3.06 5/275 161566
/proc/meminfo: memFree=105473452/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=33628 memory=19548 CPUtime=100.59 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 3568 0 0 0 9972 87 0 0 20 0 1 0 16194979 34435072 4887 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 133 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 8407 4887 850 747 0 7470 0
Current children cumulated CPU time: 100.59 s
Current children cumulated vsize: 33628 KiB
Current children cumulated memory: 19548 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 3.95 3.13 5/275 161576
/proc/meminfo: memFree=103238956/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=33820 memory=19768 CPUtime=158.05 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 5196 0 0 0 15657 148 0 0 20 0 1 0 16194979 34631680 4942 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 367 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 8455 4942 850 747 0 7518 0
Current children cumulated CPU time: 158.05 s
Current children cumulated vsize: 33820 KiB
Current children cumulated memory: 19768 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 3.98 3.19 5/274 161588
/proc/meminfo: memFree=101046656/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=34204 memory=20072 CPUtime=216.64 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 6495 0 0 0 21454 210 0 0 20 0 1 0 16194979 35024896 5018 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 488 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 8551 5018 850 747 0 7614 0
Current children cumulated CPU time: 216.64 s
Current children cumulated vsize: 34204 KiB
Current children cumulated memory: 20072 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.00 3.25 5/275 161982
/proc/meminfo: memFree=98637908/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=34460 memory=20344 CPUtime=276.15 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 8133 0 0 0 27356 259 0 0 20 0 1 0 16194979 35287040 5086 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 517 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 8615 5086 850 747 0 7678 0
Current children cumulated CPU time: 276.15 s
Current children cumulated vsize: 34460 KiB
Current children cumulated memory: 20344 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.01 3.31 5/275 161992
/proc/meminfo: memFree=96525568/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=34972 memory=21480 CPUtime=335.25 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 10102 0 0 0 33205 320 0 0 20 0 1 0 16194979 35811328 5370 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 587 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 8743 5370 850 747 0 7806 0
Current children cumulated CPU time: 335.25 s
Current children cumulated vsize: 34972 KiB
Current children cumulated memory: 21480 KiB

[startup+402.3 s]
/proc/loadavg: 4.51 4.14 3.39 5/258 162004
/proc/meminfo: memFree=94393116/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=35356 memory=21868 CPUtime=394.26 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 11947 0 0 0 39049 377 0 0 20 0 1 0 16194979 36204544 5467 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 667 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 8839 5467 850 747 0 7902 0
Current children cumulated CPU time: 394.26 s
Current children cumulated vsize: 35356 KiB
Current children cumulated memory: 21868 KiB

[startup+462.3 s]
/proc/loadavg: 4.66 4.26 3.49 5/260 162185
/proc/meminfo: memFree=92252376/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=35420 memory=21932 CPUtime=452.79 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 13624 0 0 0 44856 423 0 0 20 0 1 0 16194979 36270080 5483 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 795 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 8855 5483 850 747 0 7918 0
Current children cumulated CPU time: 452.79 s
Current children cumulated vsize: 35420 KiB
Current children cumulated memory: 21932 KiB

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

# cumulated CPU time of all completed processes:  user=458.001 s, system=4.41521 s

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

[startup+467.2 s]
/proc/loadavg: 4.61 4.26 3.49 5/260 162186
/proc/meminfo: memFree=92080636/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=35420 memory=21932 CPUtime=457.68 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 13711 0 0 0 45340 428 0 0 20 0 1 0 16194979 36270080 5483 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 795 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 8855 5483 850 747 0 7918 0
Current children cumulated CPU time: 457.68 s
Current children cumulated vsize: 35420 KiB
Current children cumulated memory: 21932 KiB

[startup+470.4 s]
/proc/loadavg: 4.56 4.25 3.49 5/260 162186
/proc/meminfo: memFree=91982024/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=35420 memory=21936 CPUtime=460.86 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 13799 0 0 0 45656 430 0 0 20 0 1 0 16194979 36270080 5484 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 795 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 8855 5484 850 747 0 7918 0
Current children cumulated CPU time: 460.86 s
Current children cumulated vsize: 35420 KiB
Current children cumulated memory: 21936 KiB

[startup+471.2 s]
/proc/loadavg: 4.56 4.25 3.49 5/260 162186
/proc/meminfo: memFree=91944916/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=35420 memory=21936 CPUtime=461.67 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 13799 0 0 0 45736 431 0 0 20 0 1 0 16194979 36270080 5484 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 795 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 8855 5484 850 747 0 7918 0
Current children cumulated CPU time: 461.67 s
Current children cumulated vsize: 35420 KiB
Current children cumulated memory: 21936 KiB

[startup+472 s]*
/proc/loadavg: 4.56 4.25 3.49 6/261 162187
/proc/meminfo: memFree=91920700/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=18164 memory=13628 CPUtime=462.36 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 13799 0 0 0 45799 437 0 0 20 0 1 0 16194979 18599936 3407 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 810 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 4541 3407 850 747 0 3604 0
Current children cumulated CPU time: 462.36 s
Current children cumulated vsize: 18164 KiB
Current children cumulated memory: 13628 KiB

[startup+472.2 s]
/proc/loadavg: 4.56 4.25 3.49 6/261 162187
/proc/meminfo: memFree=91920700/131655788 swapFree=131056320/131071996
[pid=161519] ppid=161516 vsize=18164 memory=13628 CPUtime=462.41 cores=0,2
/proc/161519/stat : 161519 (Exact_veripb2_n) R 161516 161519 159960 0 -1 4194304 13799 0 0 0 45800 441 0 0 20 0 1 0 16194979 18599936 3407 134679101440 4194304 7250417 140737251315136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 826 0 0 7950792 8015128 39616512 140737251316534 140737251316823 140737251316823 140737251323838 0
/proc/161519/statm: 4541 3407 850 747 0 3604 0
Current children cumulated CPU time: 462.41 s
Current children cumulated vsize: 18164 KiB
Current children cumulated memory: 13628 KiB

Child status: 30

Real time (s): 472.204
CPU time (s): 462.416
CPU user time (s): 458.001
CPU system time (s): 4.41521
CPU usage (%): 97.9271
Max. virtual memory (cumulated for all children) (KiB): 35432
Max. memory (cumulated for all children) (KiB): 21936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 458.001
system time used= 4.41521
maximum resident set size= 22192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13800
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12647824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16499
involuntary context switches= 3201


# summary of solver processes directly reported to runsolver:
#   pid: 161519
#   total CPU time (s): 462.416
#   total CPU user time (s): 458.001
#   total CPU system time (s): 4.41521

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.52297 second user time and 4.98559 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-24 08:20:57
IDJOB=4445163
IDBENCH=148101
IDSOLVER=3080
FILE ID=nodeC006/4445163-1721802057
RUNJOBID= nodeC006-1721801547-159970
SLURM_JOB_ID= 7770685
Free space on /tmp= 723756 MiB

SOLVER NAME= Exact_veripb2_no_SoPlex 2024-07-05
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob5.opb
COMMAND LINE= HOME/Exact_veripb2_nosoplex --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=CERTNAME --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445163-1721802057/watcher-4445163-1721802057 -o /tmp/evaluation-result-4445163-1721802057/solver-4445163-1721802057 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721801547-159970 --watchdog 3760  HOME/Exact_veripb2_nosoplex --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4445163-1721802057 --seed=1537670862 HOME/instance-4445163-1721802057.opb

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

MD5SUM BENCH= f4201f1ef8f74939600eabb6a2266017
RANDOM SEED=1537670862

nodeC006.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		: 1296.269
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	: 6983.06
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		: 3653.982
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.40
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.099
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	: 6983.06
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.152
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.40
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		: 3654.443
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	: 6983.06
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		: 3653.958
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.40
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.259
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	: 6983.06
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.292
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.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        109438060 kB
MemAvailable:   128929456 kB
Buffers:          224128 kB
Cached:         19808068 kB
SwapCached:          280 kB
Active:          2107556 kB
Inactive:       19098300 kB
Active(anon):       1728 kB
Inactive(anon):  1217304 kB
Active(file):    2105828 kB
Inactive(file): 17880996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056320 kB
Dirty:            483216 kB
Writeback:             0 kB
AnonPages:       1173512 kB
Mapped:           107088 kB
Shmem:             45244 kB
KReclaimable:     566480 kB
Slab:             691508 kB
SReclaimable:     566480 kB
SUnreclaim:       125028 kB
KernelStack:        3984 kB
PageTables:        11520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1668092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16576 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1034240 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:      420680 kB
DirectMap2M:    57155584 kB
DirectMap1G:    78643200 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC006 at 2024-07-24 08:28:50