Trace number 4445246

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-11SAT 301.722 302.56

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww5.opb
MD5SUMf50ea280ec2253a5ba14d185d456771a
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.009094
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
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 constraint86
Maximum length of a constraint86
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 45094584
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 553509859
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

301.64/302.55	c Solved by First Program
301.64/302.55	c Using cadical-2.0.0-2df7b7f SAT solver by Armin Biere (2022)
301.64/302.55	c Setting memory limit to 29976MB.
301.64/302.55	s SATISFIABLE
301.64/302.55	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 -x83 -x84 -x85 -x86

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 (58880 MiB free)
  memory of node 1: 64510 MiB (61660 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445246-1721316146/watcher-4445246-1721316146 -o /tmp/evaluation-result-4445246-1721316146/solver-4445246-1721316146 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721315784-961572 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadSP+Exact HOME/instance-4445246-1721316146.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=965123, runsolver pid=965120

[startup+0.100095 s]*
/proc/loadavg: 4.15 3.79 3.61 6/251 965127
/proc/meminfo: memFree=123431388/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=19132 memory=4964 CPUtime=0.1 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 295 0 0 0 10 0 0 0 20 0 1 0 183773279 19591168 1241 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 4783 1241 1050 2726 0 1531 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 37724 KiB
Current children cumulated memory: 8724 KiB

[startup+0.212524 s]*
/proc/loadavg: 4.15 3.79 3.61 5/251 965127
/proc/meminfo: memFree=123431220/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=19132 memory=4964 CPUtime=0.21 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 295 0 0 0 21 0 0 0 20 0 1 0 183773279 19591168 1241 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 4783 1241 1050 2726 0 1531 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 37724 KiB
Current children cumulated memory: 8724 KiB

[startup+0.312336 s]*
/proc/loadavg: 4.15 3.79 3.61 5/251 965127
/proc/meminfo: memFree=123431052/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=19132 memory=4964 CPUtime=0.31 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 295 0 0 0 31 0 0 0 20 0 1 0 183773279 19591168 1241 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 4783 1241 1050 2726 0 1531 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 37724 KiB
Current children cumulated memory: 8724 KiB

[startup+0.70047 s]
/proc/loadavg: 4.15 3.79 3.61 5/251 965127
/proc/meminfo: memFree=123413996/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=36048 memory=20708 CPUtime=0.68 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 4824 0 0 0 67 1 0 0 20 0 1 0 183773279 36913152 5177 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 9012 5177 1146 2726 0 5760 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 54640 KiB
Current children cumulated memory: 24468 KiB

[startup+1.50049 s]
/proc/loadavg: 4.15 3.79 3.61 6/251 965127
/proc/meminfo: memFree=123411296/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=39832 memory=24772 CPUtime=1.48 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 7165 0 0 0 146 2 0 0 20 0 1 0 183773279 40787968 6193 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 9958 6193 1146 2726 0 6706 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 58424 KiB
Current children cumulated memory: 28532 KiB

[startup+3.11331 s]
/proc/loadavg: 4.15 3.79 3.61 6/251 965129
/proc/meminfo: memFree=123384356/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=44672 memory=29788 CPUtime=3.09 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 8407 0 0 0 307 2 0 0 20 0 1 0 183773279 45744128 7447 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 11168 7447 1146 2726 0 7916 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 63264 KiB
Current children cumulated memory: 33548 KiB

[startup+6.30049 s]
/proc/loadavg: 4.22 3.81 3.62 5/251 965129
/proc/meminfo: memFree=123406260/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=42296 memory=26888 CPUtime=6.26 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 9169 0 0 0 624 2 0 0 20 0 1 0 183773279 43311104 6722 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 10574 6722 1146 2726 0 7322 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 60888 KiB
Current children cumulated memory: 30648 KiB

[startup+12.7005 s]
/proc/loadavg: 4.20 3.82 3.62 6/251 965129
/proc/meminfo: memFree=123367404/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=46840 memory=32044 CPUtime=12.65 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 11317 0 0 0 1262 3 0 0 20 0 1 0 183773279 47964160 8011 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 11710 8011 1146 2726 0 8458 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 65432 KiB
Current children cumulated memory: 35804 KiB

[startup+25.5005 s]
/proc/loadavg: 4.16 3.83 3.63 5/251 965132
/proc/meminfo: memFree=123354504/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=54500 memory=39524 CPUtime=25.4 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 15336 0 0 0 2536 4 0 0 20 0 1 0 183773279 55808000 9881 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 13625 9881 1146 2726 0 10373 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 73092 KiB
Current children cumulated memory: 43284 KiB

[startup+51.1143 s]
/proc/loadavg: 4.10 3.84 3.64 5/251 965135
/proc/meminfo: memFree=123317244/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=62624 memory=48104 CPUtime=50.95 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 18820 0 0 0 5089 6 0 0 20 0 1 0 183773279 64126976 12026 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 15656 12026 1146 2726 0 12404 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 81216 KiB
Current children cumulated memory: 51864 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 3.90 3.67 5/251 965143
/proc/meminfo: memFree=123307324/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0

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

/proc/965127/statm: 19430 15730 1146 2726 0 16178 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 96312 KiB
Current children cumulated memory: 66680 KiB

[startup+222.3 s]
/proc/loadavg: 4.21 4.00 3.74 5/251 965601
/proc/meminfo: memFree=123274688/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=84168 memory=69444 CPUtime=221.67 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 29680 0 0 0 22157 10 0 0 20 0 1 0 183773279 86188032 17361 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 21042 17361 1146 2726 0 17790 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 102760 KiB
Current children cumulated memory: 73204 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.02 3.76 5/251 965611
/proc/meminfo: memFree=123300536/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=89968 memory=75364 CPUtime=281.5 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 30642 0 0 0 28139 11 0 0 20 0 1 0 183773279 92127232 18841 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 22492 18841 1146 2726 0 19240 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 108560 KiB
Current children cumulated memory: 79124 KiB

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

# cumulated CPU time of all completed processes:  user=301.586 s, system=0.136122 s

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

[startup+294.4 s]
/proc/loadavg: 4.13 4.02 3.76 5/251 965614
/proc/meminfo: memFree=123306352/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=71676 memory=57240 CPUtime=293.58 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 31535 0 0 0 29346 12 0 0 20 0 1 0 183773279 73396224 14310 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 17919 14310 1146 2726 0 14667 0
Current children cumulated CPU time: 293.58 s
Current children cumulated vsize: 90268 KiB
Current children cumulated memory: 61000 KiB

[startup+297.6 s]
/proc/loadavg: 4.12 4.02 3.76 5/251 965614
/proc/meminfo: memFree=123307364/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=72116 memory=57680 CPUtime=296.76 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 32027 0 0 0 29664 12 0 0 20 0 1 0 183773279 73846784 14420 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 18029 14420 1146 2726 0 14777 0
Current children cumulated CPU time: 296.76 s
Current children cumulated vsize: 90708 KiB
Current children cumulated memory: 61440 KiB

[startup+300.8 s]
/proc/loadavg: 4.19 4.03 3.77 5/251 965614
/proc/meminfo: memFree=123295996/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=72116 memory=57680 CPUtime=299.95 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 32027 0 0 0 29983 12 0 0 20 0 1 0 183773279 73846784 14420 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 18029 14420 1146 2726 0 14777 0
Current children cumulated CPU time: 299.95 s
Current children cumulated vsize: 90708 KiB
Current children cumulated memory: 61440 KiB

[startup+301.6 s]
/proc/loadavg: 4.19 4.03 3.77 5/251 965614
/proc/meminfo: memFree=123295996/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=72116 memory=57680 CPUtime=300.75 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 32027 0 0 0 30063 12 0 0 20 0 1 0 183773279 73846784 14420 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 18029 14420 1146 2726 0 14777 0
Current children cumulated CPU time: 300.75 s
Current children cumulated vsize: 90708 KiB
Current children cumulated memory: 61440 KiB

[startup+302 s]*
/proc/loadavg: 4.19 4.03 3.77 5/251 965614
/proc/meminfo: memFree=123307884/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=71208 memory=56644 CPUtime=301.16 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 32260 0 0 0 30104 12 0 0 20 0 1 0 183773279 72916992 14161 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 17802 14161 1146 2726 0 14550 0
Current children cumulated CPU time: 301.16 s
Current children cumulated vsize: 89800 KiB
Current children cumulated memory: 60404 KiB

[startup+302.4 s]
/proc/loadavg: 4.19 4.03 3.77 5/251 965614
/proc/meminfo: memFree=123307884/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=71208 memory=56644 CPUtime=301.54 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 32260 0 0 0 30142 12 0 0 20 0 1 0 183773279 72916992 14161 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 17802 14161 1146 2726 0 14550 0
Current children cumulated CPU time: 301.54 s
Current children cumulated vsize: 89800 KiB
Current children cumulated memory: 60404 KiB

[startup+302.5 s]
/proc/loadavg: 4.19 4.03 3.77 5/251 965614
/proc/meminfo: memFree=123307884/131655788 swapFree=131071996/131071996
[pid=965123] ppid=965120 vsize=9932 memory=2732 CPUtime=0 cores=1,3
/proc/965123/stat : 965123 (Hybrid-CASHWMax) S 965120 965123 961560 0 -1 4194304 241 100 0 0 0 0 0 0 20 0 1 0 183773278 10170368 683 134679101440 94482372988928 94482374068248 140721968146624 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94482376166704 94482376213892 94482380742656 140721968149453 140721968149612 140721968149612 140721968156628 0
/proc/965123/statm: 2483 683 605 264 0 134 0
[pid=965126] ppid=965123 vsize=8660 memory=1028 CPUtime=0 cores=1,3
/proc/965126/stat : 965126 (timeout) S 965123 965126 961560 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 183773279 8867840 257 134679101440 93834529374208 93834529409224 140736730670752 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93834531506640 93834531508772 93834557497344 140736730678269 140736730678428 140736730678428 140736730685415 0
/proc/965126/statm: 2165 257 233 9 0 87 0
[pid=965127] ppid=965126 vsize=71208 memory=56644 CPUtime=301.64 cores=1,3
/proc/965127/stat : 965127 (CASHWMaxSAT-Dis) R 965126 965126 961560 0 -1 4194304 32260 0 0 0 30152 12 0 0 20 0 1 0 183773279 72916992 14161 134679101440 4194304 15356333 140729840074160 0 0 0 0 0 19490 0 0 0 17 1 0 0 0 0 0 17424944 17514448 34988032 140729840075778 140729840075924 140729840075924 140729840082911 0
/proc/965127/statm: 17802 14161 1146 2726 0 14550 0
Current children cumulated CPU time: 301.64 s
Current children cumulated vsize: 89800 KiB
Current children cumulated memory: 60404 KiB

Child status: 0

Real time (s): 302.56
CPU time (s): 301.722
CPU user time (s): 301.586
CPU system time (s): 0.136122
CPU usage (%): 99.7232
Max. virtual memory (cumulated for all children) (KiB): 122352
Max. memory (cumulated for all children) (KiB): 80624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 301.586
system time used= 0.136122
maximum resident set size= 88932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32947
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= 23
involuntary context switches= 191


# summary of solver processes directly reported to runsolver:
#   pid: 965123
#   total CPU time (s): 301.722
#   total CPU user time (s): 301.586
#   total CPU system time (s): 0.136122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.83216 second user time and 3.17139 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-18 17:22:38
IDJOB=4445246
IDBENCH=148104
IDSOLVER=3072
FILE ID=nodeC006/4445246-1721316146
RUNJOBID= nodeC006-1721315784-961572
SLURM_JOB_ID= 7542651
Free space on /tmp= 723720 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadSP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww5.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadSP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445246-1721316146/watcher-4445246-1721316146 -o /tmp/evaluation-result-4445246-1721316146/solver-4445246-1721316146 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721315784-961572 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadSP+Exact HOME/instance-4445246-1721316146.opb 3600 HOME 31000

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

MD5SUM BENCH= f50ea280ec2253a5ba14d185d456771a
RANDOM SEED=770358731

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		: 3635.267
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.94
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		: 3491.989
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.26
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.397
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.94
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.248
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.26
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		: 3674.649
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.94
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		: 3669.266
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.26
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.342
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.94
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.429
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.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123433768 kB
MemAvailable:   129678648 kB
Buffers:          497332 kB
Cached:          6509536 kB
SwapCached:            0 kB
Active:           962004 kB
Inactive:        6539548 kB
Active(anon):       1508 kB
Inactive(anon):   530880 kB
Active(file):     960496 kB
Inactive(file):  6008668 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             38648 kB
Writeback:            20 kB
AnonPages:        493528 kB
Mapped:           120368 kB
Shmem:             37704 kB
KReclaimable:     231496 kB
Slab:             349560 kB
SReclaimable:     231496 kB
SUnreclaim:       118064 kB
KernelStack:        4000 kB
PageTables:        10400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     827000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58400 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 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:      310088 kB
DirectMap2M:    40488960 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723700 MiB
End job on nodeC006 at 2024-07-18 17:27:40