Trace number 4436920

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 NameAnswerobjective functionCPU timeWall clock time
Hybrid-LSMabSP+CASHWMaxSATDisjCom 2024-07-11? 1868.97 1875.82

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_8_mh.opb
MD5SUM0e2b47ba7737bf0edcb2bcb32c5df9e4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20369123
Best CPU time to get the best result obtained on this benchmark2762.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 375466374216
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 375466374216
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1868.03/1874.96	c Memory allocation failed: std::bad_alloc
1791.58/1875.82	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1791.58/1875.82	c Setting memory limit to 29976MB.
1791.58/1875.82	c Do: 140737012976616 140737012976624
1791.58/1875.82	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1791.58/1875.82	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (59825 MiB free)
  memory of node 1: 64510 MiB (60126 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436920-1721245935/watcher-4436920-1721245935 -o /tmp/evaluation-result-4436920-1721245935/solver-4436920-1721245935 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721242348-945511 --watchdog 3760 ./Hybrid-LSMabSP+CASHWMaxSATDisjCom HOME/instance-4436920-1721245935.opb 3600 HOME 31000 

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


[startup+0.100091 s]*
/proc/loadavg: 4.08 4.12 4.10 5/260 947771
/proc/meminfo: memFree=122696740/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 233 101 0 0 0 0 0 0 20 0 1 0 176758979 10170368 697 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 697 619 264 0 134 0
[pid=947770] ppid=947767 vsize=8660 memory=988 CPUtime=0 cores=0,2
/proc/947770/stat : 947770 (timeout) S 947767 947770 945501 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 176758979 8867840 247 134679101440 93867557130240 93867557165256 140737037656208 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93867559262672 93867559264804 93867584208896 140737037661208 140737037661340 140737037661340 140737037668327 0
/proc/947770/statm: 2165 247 222 9 0 87 0
[pid=947771] ppid=947770 vsize=67576 memory=43796 CPUtime=0.09 cores=0,2
/proc/947771/stat : 947771 (CASHWMaxSAT-Dis) R 947770 947770 945501 0 -1 4194304 10941 0 0 0 7 2 0 0 20 0 1 0 176758979 69197824 10949 134679101440 4194304 14093885 140737012978976 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 15976432 16051504 28647424 140737012982814 140737012982933 140737012982933 140737012989920 0
/proc/947771/statm: 16894 10949 750 2417 0 13996 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 86168 KiB
Current children cumulated memory: 47572 KiB

[startup+0.205827 s]*
/proc/loadavg: 4.08 4.12 4.10 5/260 947771
/proc/meminfo: memFree=122610120/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 233 101 0 0 0 0 0 0 20 0 1 0 176758979 10170368 697 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 697 619 264 0 134 0
[pid=947770] ppid=947767 vsize=8660 memory=988 CPUtime=0 cores=0,2
/proc/947770/stat : 947770 (timeout) S 947767 947770 945501 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 176758979 8867840 247 134679101440 93867557130240 93867557165256 140737037656208 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93867559262672 93867559264804 93867584208896 140737037661208 140737037661340 140737037661340 140737037668327 0
/proc/947770/statm: 2165 247 222 9 0 87 0
[pid=947771] ppid=947770 vsize=120536 memory=85576 CPUtime=0.2 cores=0,2
/proc/947771/stat : 947771 (CASHWMaxSAT-Dis) R 947770 947770 945501 0 -1 4194304 21110 0 0 0 16 4 0 0 20 0 1 0 176758979 123428864 21394 134679101440 4194304 14093885 140737012978976 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 15976432 16051504 28647424 140737012982814 140737012982933 140737012982933 140737012989920 0
/proc/947771/statm: 30134 21394 750 2417 0 27236 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 139128 KiB
Current children cumulated memory: 89352 KiB

[startup+0.305763 s]*
/proc/loadavg: 4.08 4.12 4.10 5/260 947771
/proc/meminfo: memFree=122493408/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 233 101 0 0 0 0 0 0 20 0 1 0 176758979 10170368 697 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 697 619 264 0 134 0
[pid=947770] ppid=947767 vsize=8660 memory=988 CPUtime=0 cores=0,2
/proc/947770/stat : 947770 (timeout) S 947767 947770 945501 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 176758979 8867840 247 134679101440 93867557130240 93867557165256 140737037656208 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93867559262672 93867559264804 93867584208896 140737037661208 140737037661340 140737037661340 140737037668327 0
/proc/947770/statm: 2165 247 222 9 0 87 0
[pid=947771] ppid=947770 vsize=167164 memory=123776 CPUtime=0.29 cores=0,2
/proc/947771/stat : 947771 (CASHWMaxSAT-Dis) R 947770 947770 945501 0 -1 4194304 29766 0 0 0 24 5 0 0 20 0 1 0 176758979 171175936 30944 134679101440 4194304 14093885 140737012978976 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 15976432 16051504 28647424 140737012982814 140737012982933 140737012982933 140737012989920 0
/proc/947771/statm: 41791 30944 750 2417 0 38893 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 185756 KiB
Current children cumulated memory: 127552 KiB

[startup+0.700263 s]
/proc/loadavg: 4.08 4.12 4.10 4/253 947784
/proc/meminfo: memFree=122369324/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 233 101 0 0 0 0 0 0 20 0 1 0 176758979 10170368 697 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 697 619 264 0 134 0
[pid=947770] ppid=947767 vsize=8660 memory=988 CPUtime=0 cores=0,2
/proc/947770/stat : 947770 (timeout) S 947767 947770 945501 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 176758979 8867840 247 134679101440 93867557130240 93867557165256 140737037656208 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93867559262672 93867559264804 93867584208896 140737037661208 140737037661340 140737037661340 140737037668327 0
/proc/947770/statm: 2165 247 222 9 0 87 0
[pid=947771] ppid=947770 vsize=357796 memory=281992 CPUtime=0.68 cores=0,2
/proc/947771/stat : 947771 (CASHWMaxSAT-Dis) R 947770 947770 945501 0 -1 4194304 58753 0 0 0 58 10 0 0 20 0 1 0 176758979 366383104 70498 134679101440 4194304 14093885 140737012978976 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 15976432 16051504 28647424 140737012982814 140737012982933 140737012982933 140737012989920 0
/proc/947771/statm: 89449 70498 750 2417 0 86551 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 376388 KiB
Current children cumulated memory: 285768 KiB

[startup+1.50029 s]
/proc/loadavg: 4.08 4.12 4.10 5/260 947829
/proc/meminfo: memFree=122148656/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 233 101 0 0 0 0 0 0 20 0 1 0 176758979 10170368 697 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 697 619 264 0 134 0
[pid=947770] ppid=947767 vsize=8660 memory=988 CPUtime=0 cores=0,2
/proc/947770/stat : 947770 (timeout) S 947767 947770 945501 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 176758979 8867840 247 134679101440 93867557130240 93867557165256 140737037656208 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93867559262672 93867559264804 93867584208896 140737037661208 140737037661340 140737037661340 140737037668327 0
/proc/947770/statm: 2165 247 222 9 0 87 0
[pid=947771] ppid=947770 vsize=512384 memory=457848 CPUtime=1.49 cores=0,2
/proc/947771/stat : 947771 (CASHWMaxSAT-Dis) R 947770 947770 945501 0 -1 4194304 88934 0 0 0 132 17 0 0 20 0 1 0 176758979 524681216 114462 134679101440 4194304 14093885 140737012978976 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 15976432 16051504 28647424 140737012982814 140737012982933 140737012982933 140737012989920 0
/proc/947771/statm: 128096 114462 750 2417 0 125198 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 530976 KiB
Current children cumulated memory: 461624 KiB

[startup+3.10565 s]
/proc/loadavg: 4.08 4.12 4.10 5/266 947843
/proc/meminfo: memFree=121319832/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 233 101 0 0 0 0 0 0 20 0 1 0 176758979 10170368 697 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 697 619 264 0 134 0
[pid=947770] ppid=947767 vsize=8660 memory=988 CPUtime=0 cores=0,2
/proc/947770/stat : 947770 (timeout) S 947767 947770 945501 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 176758979 8867840 247 134679101440 93867557130240 93867557165256 140737037656208 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93867559262672 93867559264804 93867584208896 140737037661208 140737037661340 140737037661340 140737037668327 0
/proc/947770/statm: 2165 247 222 9 0 87 0
[pid=947771] ppid=947770 vsize=572052 memory=466232 CPUtime=3.08 cores=0,2
/proc/947771/stat : 947771 (CASHWMaxSAT-Dis) R 947770 947770 945501 0 -1 4194304 91018 0 0 0 291 17 0 0 20 0 1 0 176758979 585781248 116558 134679101440 4194304 14093885 140737012978976 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 15976432 16051504 28647424 140737012982814 140737012982933 140737012982933 140737012989920 0
/proc/947771/statm: 143013 116558 750 2417 0 140115 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 590644 KiB
Current children cumulated memory: 470008 KiB

[startup+6.30028 s]
/proc/loadavg: 4.08 4.11 4.10 5/266 947843
/proc/meminfo: memFree=119548208/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 233 101 0 0 0 0 0 0 20 0 1 0 176758979 10170368 697 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 697 619 264 0 134 0
[pid=947770] ppid=947767 vsize=8660 memory=988 CPUtime=0 cores=0,2
/proc/947770/stat : 947770 (timeout) S 947767 947770 945501 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 176758979 8867840 247 134679101440 93867557130240 93867557165256 140737037656208 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93867559262672 93867559264804 93867584208896 140737037661208 140737037661340 140737037661340 140737037668327 0
/proc/947770/statm: 2165 247 222 9 0 87 0
[pid=947771] ppid=947770 vsize=1271932 memory=1050824 CPUtime=6.26 cores=0,2
/proc/947771/stat : 947771 (CASHWMaxSAT-Dis) R 947770 947770 945501 0 -1 4194304 204981 0 0 0 588 38 0 0 20 0 1 0 176758979 1302458368 262706 134679101440 4194304 14093885 140737012978976 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 15976432 16051504 28647424 140737012982814 140737012982933 140737012982933 140737012989920 0
/proc/947771/statm: 317983 262706 750 2417 0 315085 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1290524 KiB
Current children cumulated memory: 1054600 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.13 4.11 5/266 947844
/proc/meminfo: memFree=116434916/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 233 101 0 0 0 0 0 0 20 0 1 0 176758979 10170368 697 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 697 619 264 0 134 0
[pid=947770] ppid=947767 vsize=8660 memory=988 CPUtime=0 cores=0,2
/proc/947770/stat : 947770 (timeout) S 947767 947770 945501 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 176758979 8867840 247 134679101440 93867557130240 93867557165256 140737037656208 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93867559262672 93867559264804 93867584208896 140737037661208 140737037661340 140737037661340 140737037668327 0
/proc/947770/statm: 2165 247 222 9 0 87 0
[pid=947771] ppid=947770 vsize=2438612 memory=2287512 CPUtime=12.65 cores=0,2
/proc/947771/stat : 947771 (CASHWMaxSAT-Dis) R 947770 947770 945501 0 -1 4194304 485555 0 0 0 1181 84 0 0 20 0 1 0 176758979 2497138688 571878 134679101440 4194304 14093885 140737012978976 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 15976432 16051504 28647424 140737012982814 140737012982933 140737012982933 140737012989920 0
/proc/947771/statm: 609653 571878 750 2417 0 606755 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2457204 KiB
Current children cumulated memory: 2291288 KiB

[startup+25.5003 s]
/proc/loadavg: 4.19 4.14 4.11 5/266 947846
/proc/meminfo: memFree=111804684/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 233 101 0 0 0 0 0 0 20 0 1 0 176758979 10170368 697 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 697 619 264 0 134 0
[pid=947770] ppid=947767 vsize=8660 memory=988 CPUtime=0 cores=0,2
/proc/947770/stat : 947770 (timeout) S 947767 947770 945501 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 176758979 8867840 247 134679101440 93867557130240 93867557165256 140737037656208 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93867559262672 93867559264804 93867584208896 140737037661208 140737037661340 140737037661340 140737037668327 0
/proc/947770/statm: 2165 247 222 9 0 87 0
[pid=947771] ppid=947770 vsize=4316872 memory=4168884 CPUtime=25.41 cores=0,2
/proc/947771/stat : 947771 (CASHWMaxSAT-Dis) R 947770 947770 945501 0 -1 4194304 952333 0 0 0 2383 158 0 0 20 0 1 0 176758979 4420476928 1042221 134679101440 4194304 14093885 140737012978976 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 15976432 16051504 28647424 140737012982814 140737012982933 140737012982933 140737012989920 0
/proc/947771/statm: 1079218 1042221 750 2417 0 1076320 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 4335464 KiB
Current children cumulated memory: 4172660 KiB

[startup+51.1057 s]
/proc/loadavg: 4.20 4.14 4.11 5/266 947852
/proc/meminfo: memFree=103128036/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 233 101 0 0 0 0 0 0 20 0 1 0 176758979 10170368 697 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 697 619 264 0 134 0
[pid=947770] ppid=947767 vsize=8660 memory=988 CPUtime=0 cores=0,2
/proc/947770/stat : 947770 (timeout) S 947767 947770 945501 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 176758979 8867840 247 134679101440 93867557130240 93867557165256 140737037656208 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93867559262672 93867559264804 93867584208896 140737037661208 140737037661340 140737037661340 140737037668327 0
/proc/947770/statm: 2165 247 222 9 0 87 0
[pid=947771] ppid=947770 vsize=7478304 memory=7106216 CPUtime=50.92 cores=0,2
/proc/947771/stat : 947771 (CASHWMaxSAT-Dis) R 947770 947770 945501 0 -1 4194304 1270671 0 0 0 4840 252 0 0 20 0 1 0 176758979 7657783296 1776554 134679101440 4194304 14093885 140737012978976 0 0 0 0 0 19490 0 0 0 17 0 0 0 0 0 0 15976432 16051504 28647424 140737012982814 140737012982933 140737012982933 140737012989920 0
/proc/947771/statm: 1869576 1776554 782 2417 0 1866678 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 7496896 KiB
Current children cumulated memory: 7109992 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.14 4.11 5/266 947861
/proc/meminfo: memFree=88020572/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 233 101 0 0 0 0 0 0 20 0 1 0 176758979 10170368 697 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 697 619 264 0 134 0

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

/proc/meminfo: memFree=89339320/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2788 CPUtime=0 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 233 101 0 0 0 0 0 0 20 0 1 0 176758979 10170368 697 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 697 619 264 0 134 0
[pid=947770] ppid=947767 vsize=8660 memory=988 CPUtime=0 cores=0,2
/proc/947770/stat : 947770 (timeout) S 947767 947770 945501 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 176758979 8867840 247 134679101440 93867557130240 93867557165256 140737037656208 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 93867559262672 93867559264804 93867584208896 140737037661208 140737037661340 140737037661340 140737037668327 0
/proc/947770/statm: 2165 247 222 9 0 87 0
[pid=947771] ppid=947770 vsize=15576760 memory=13713592 CPUtime=1775.7 cores=0,2
/proc/947771/stat : 947771 (CASHWMaxSAT-Dis) R 947770 947770 945501 0 -1 4194304 1746996 0 0 0 176874 696 0 0 20 0 1 0 176758979 15950602240 3428398 134679101440 4194304 14093885 140737012978976 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 15976432 16051504 28647424 140737012982814 140737012982933 140737012982933 140737012989920 0
/proc/947771/statm: 3894190 3428398 1070 2417 0 3891292 0
Current children cumulated CPU time: 1775.7 s
Current children cumulated vsize: 15595352 KiB
Current children cumulated memory: 13717368 KiB

[startup+1842.3 s]
/proc/loadavg: 4.27 4.23 4.14 5/266 948759
/proc/meminfo: memFree=103709104/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2836 CPUtime=1791.58 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 261 1747986 0 0 0 0 178438 720 20 0 1 0 176758979 10170368 709 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 709 619 264 0 134 0
[pid=948746] ppid=947767 vsize=8660 memory=1004 CPUtime=0 cores=0,2
/proc/948746/stat : 948746 (timeout) S 947767 948746 945501 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176938802 8867840 251 134679101440 94465818841088 94465818876104 140732660804560 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94465820973520 94465820975652 94465829711872 140732660810792 140732660810908 140732660810908 140732660817895 0
/proc/948746/statm: 2165 251 226 9 0 87 0
[pid=948747] ppid=948746 vsize=17476948 memory=16445892 CPUtime=43.93 cores=0,2
/proc/948747/stat : 948747 (LS-MabSP) R 948746 948746 945501 0 -1 4194304 4027388 0 0 0 3798 595 0 0 20 0 1 0 176938802 17896394752 4111473 134679101440 4194304 15467897 140733337971040 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 56528896 140733337977915 140733337978018 140733337978018 140733337985005 0
/proc/948747/statm: 4369237 4111473 1057 2753 0 4365890 0
Current children cumulated CPU time: 1835.51 s
Current children cumulated vsize: 17495540 KiB
Current children cumulated memory: 16449732 KiB

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

# cumulated CPU time of all completed processes:  user=1850.14 s, system=18.8366 s

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

[startup+1843.2 s]
/proc/loadavg: 4.27 4.23 4.14 5/266 948759
/proc/meminfo: memFree=103303604/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2836 CPUtime=1791.58 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 261 1747986 0 0 0 0 178438 720 20 0 1 0 176758979 10170368 709 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 709 619 264 0 134 0
[pid=948746] ppid=947767 vsize=8660 memory=1004 CPUtime=0 cores=0,2
/proc/948746/stat : 948746 (timeout) S 947767 948746 945501 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176938802 8867840 251 134679101440 94465818841088 94465818876104 140732660804560 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94465820973520 94465820975652 94465829711872 140732660810792 140732660810908 140732660810908 140732660817895 0
/proc/948746/statm: 2165 251 226 9 0 87 0
[pid=948747] ppid=948746 vsize=17839744 memory=16808628 CPUtime=44.83 cores=0,2
/proc/948747/stat : 948747 (LS-MabSP) R 948746 948746 945501 0 -1 4194304 4118078 0 0 0 3876 607 0 0 20 0 1 0 176938802 18267897856 4202157 134679101440 4194304 15467897 140733337971040 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 56528896 140733337977915 140733337978018 140733337978018 140733337985005 0
/proc/948747/statm: 4459936 4202157 1057 2753 0 4456589 0
Current children cumulated CPU time: 1836.41 s
Current children cumulated vsize: 17858336 KiB
Current children cumulated memory: 16812468 KiB

[startup+1856 s]*
/proc/loadavg: 4.29 4.24 4.14 5/266 948761
/proc/meminfo: memFree=98028656/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2836 CPUtime=1791.58 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 261 1747986 0 0 0 0 178438 720 20 0 1 0 176758979 10170368 709 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 709 619 264 0 134 0
[pid=948746] ppid=947767 vsize=8660 memory=1004 CPUtime=0 cores=0,2
/proc/948746/stat : 948746 (timeout) S 947767 948746 945501 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176938802 8867840 251 134679101440 94465818841088 94465818876104 140732660804560 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94465820973520 94465820975652 94465829711872 140732660810792 140732660810908 140732660810908 140732660817895 0
/proc/948746/statm: 2165 251 226 9 0 87 0
[pid=948747] ppid=948746 vsize=23026096 memory=21995640 CPUtime=57.61 cores=0,2
/proc/948747/stat : 948747 (LS-MabSP) R 948746 948746 945501 0 -1 4194304 5414817 0 0 0 4962 799 0 0 20 0 1 0 176938802 23578722304 5498910 134679101440 4194304 15467897 140733337971040 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 56528896 140733337977915 140733337978018 140733337978018 140733337985005 0
/proc/948747/statm: 5756524 5498910 1057 2753 0 5753177 0
Current children cumulated CPU time: 1849.19 s
Current children cumulated vsize: 23044688 KiB
Current children cumulated memory: 21999480 KiB

[startup+1868.8 s]
/proc/loadavg: 4.24 4.23 4.14 5/266 948765
/proc/meminfo: memFree=93133576/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2836 CPUtime=1791.58 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 261 1747986 0 0 0 0 178438 720 20 0 1 0 176758979 10170368 709 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 709 619 264 0 134 0
[pid=948746] ppid=947767 vsize=8660 memory=1004 CPUtime=0 cores=0,2
/proc/948746/stat : 948746 (timeout) S 947767 948746 945501 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176938802 8867840 251 134679101440 94465818841088 94465818876104 140732660804560 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94465820973520 94465820975652 94465829711872 140732660810792 140732660810908 140732660810908 140732660817895 0
/proc/948746/statm: 2165 251 226 9 0 87 0
[pid=948747] ppid=948746 vsize=28203604 memory=27173664 CPUtime=70.37 cores=0,2
/proc/948747/stat : 948747 (LS-MabSP) R 948746 948746 945501 0 -1 4194304 6709340 0 0 0 6048 989 0 0 20 0 1 0 176938802 28880490496 6793416 134679101440 4194304 15467897 140733337971040 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 56528896 140733337977915 140733337978018 140733337978018 140733337985005 0
/proc/948747/statm: 7050901 6793416 1057 2753 0 7047554 0
Current children cumulated CPU time: 1861.95 s
Current children cumulated vsize: 28222196 KiB
Current children cumulated memory: 27177504 KiB

[startup+1872 s]*
/proc/loadavg: 4.22 4.23 4.14 5/266 948765
/proc/meminfo: memFree=91487876/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2836 CPUtime=1791.58 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 261 1747986 0 0 0 0 178438 720 20 0 1 0 176758979 10170368 709 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 709 619 264 0 134 0
[pid=948746] ppid=947767 vsize=8660 memory=1004 CPUtime=0 cores=0,2
/proc/948746/stat : 948746 (timeout) S 947767 948746 945501 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176938802 8867840 251 134679101440 94465818841088 94465818876104 140732660804560 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94465820973520 94465820975652 94465829711872 140732660810792 140732660810908 140732660810908 140732660817895 0
/proc/948746/statm: 2165 251 226 9 0 87 0
[pid=948747] ppid=948746 vsize=29500548 memory=28470680 CPUtime=73.56 cores=0,2
/proc/948747/stat : 948747 (LS-MabSP) R 948746 948746 945501 0 -1 4194304 7033619 0 0 0 6322 1034 0 0 20 0 1 0 176938802 30208561152 7117670 134679101440 4194304 15467897 140733337971040 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 56528896 140733337977915 140733337978018 140733337978018 140733337985005 0
/proc/948747/statm: 7375137 7117670 1057 2753 0 7371790 0
Current children cumulated CPU time: 1865.14 s
Current children cumulated vsize: 29519140 KiB
Current children cumulated memory: 28474520 KiB

[startup+1873.6 s]
/proc/loadavg: 4.22 4.23 4.14 5/266 948765
/proc/meminfo: memFree=91079012/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2836 CPUtime=1791.58 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 261 1747986 0 0 0 0 178438 720 20 0 1 0 176758979 10170368 709 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 709 619 264 0 134 0
[pid=948746] ppid=947767 vsize=8660 memory=1004 CPUtime=0 cores=0,2
/proc/948746/stat : 948746 (timeout) S 947767 948746 945501 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176938802 8867840 251 134679101440 94465818841088 94465818876104 140732660804560 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94465820973520 94465820975652 94465829711872 140732660810792 140732660810908 140732660810908 140732660817895 0
/proc/948746/statm: 2165 251 226 9 0 87 0
[pid=948747] ppid=948746 vsize=30147676 memory=29117744 CPUtime=75.15 cores=0,2
/proc/948747/stat : 948747 (LS-MabSP) R 948746 948746 945501 0 -1 4194304 7195397 0 0 0 6459 1056 0 0 20 0 1 0 176938802 30871220224 7279436 134679101440 4194304 15467897 140733337971040 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 56528896 140733337977915 140733337978018 140733337978018 140733337985005 0
/proc/948747/statm: 7536919 7279436 1057 2753 0 7533572 0
Current children cumulated CPU time: 1866.73 s
Current children cumulated vsize: 30166268 KiB
Current children cumulated memory: 29121584 KiB

[startup+1875.2 s]
/proc/loadavg: 4.20 4.22 4.14 5/266 948765
/proc/meminfo: memFree=91133900/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2836 CPUtime=1791.58 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 261 1747986 0 0 0 0 178438 720 20 0 1 0 176758979 10170368 709 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 709 619 264 0 134 0
[pid=948746] ppid=947767 vsize=8660 memory=1004 CPUtime=0 cores=0,2
/proc/948746/stat : 948746 (timeout) S 947767 948746 945501 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176938802 8867840 251 134679101440 94465818841088 94465818876104 140732660804560 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94465820973520 94465820975652 94465829711872 140732660810792 140732660810908 140732660810908 140732660817895 0
/proc/948746/statm: 2165 251 226 9 0 87 0
Current children cumulated CPU time: 1791.58 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3840 KiB

[startup+1875.6 s]
/proc/loadavg: 4.20 4.22 4.14 5/266 948765
/proc/meminfo: memFree=91133900/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2836 CPUtime=1791.58 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 261 1747986 0 0 0 0 178438 720 20 0 1 0 176758979 10170368 709 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 709 619 264 0 134 0
[pid=948746] ppid=947767 vsize=8660 memory=1004 CPUtime=0 cores=0,2
/proc/948746/stat : 948746 (timeout) S 947767 948746 945501 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176938802 8867840 251 134679101440 94465818841088 94465818876104 140732660804560 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94465820973520 94465820975652 94465829711872 140732660810792 140732660810908 140732660810908 140732660817895 0
/proc/948746/statm: 2165 251 226 9 0 87 0
Current children cumulated CPU time: 1791.58 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3840 KiB

[startup+1875.8 s]
/proc/loadavg: 4.20 4.22 4.14 5/266 948765
/proc/meminfo: memFree=91133900/131524600 swapFree=131071996/131071996
[pid=947767] ppid=947764 vsize=9932 memory=2836 CPUtime=1791.58 cores=0,2
/proc/947767/stat : 947767 (Hybrid-LSMabSP+) S 947764 947767 945501 0 -1 4194304 261 1747986 0 0 0 0 178438 720 20 0 1 0 176758979 10170368 709 134679101440 94246594830336 94246595909656 140733263998080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94246598008112 94246598055300 94246625300480 140733264004045 140733264004204 140733264004204 140733264011220 0
/proc/947767/statm: 2483 709 619 264 0 134 0
[pid=948746] ppid=947767 vsize=8660 memory=1004 CPUtime=0 cores=0,2
/proc/948746/stat : 948746 (timeout) S 947767 948746 945501 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176938802 8867840 251 134679101440 94465818841088 94465818876104 140732660804560 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94465820973520 94465820975652 94465829711872 140732660810792 140732660810908 140732660810908 140732660817895 0
/proc/948746/statm: 2165 251 226 9 0 87 0
Current children cumulated CPU time: 1791.58 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3840 KiB

Child status: 0

Real time (s): 1875.82
CPU time (s): 1868.97
CPU user time (s): 1850.14
CPU system time (s): 18.8366
CPU usage (%): 99.6348
Max. virtual memory (cumulated for all children) (KiB): 30691364
Max. memory (cumulated for all children) (KiB): 29646944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1850.14
system time used= 18.8366
maximum resident set size= 29666764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9082284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 231
involuntary context switches= 12813


# summary of solver processes directly reported to runsolver:
#   pid: 947767
#   total CPU time (s): 1868.97
#   total CPU user time (s): 1850.14
#   total CPU system time (s): 18.8366

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.18517 second user time and 9.56634 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-17 21:52:29
IDJOB=4436920
IDBENCH=155744
IDSOLVER=3069
FILE ID=nodeC025/4436920-1721245935
RUNJOBID= nodeC025-1721242348-945511
SLURM_JOB_ID= 7508997
Free space on /tmp= 889744 MiB

SOLVER NAME= Hybrid-LSMabSP+CASHWMaxSATDisjCom 2024-07-11
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_8_mh.opb
COMMAND LINE= ./Hybrid-LSMabSP+CASHWMaxSATDisjCom BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436920-1721245935/watcher-4436920-1721245935 -o /tmp/evaluation-result-4436920-1721245935/solver-4436920-1721245935 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721242348-945511 --watchdog 3760  ./Hybrid-LSMabSP+CASHWMaxSATDisjCom HOME/instance-4436920-1721245935.opb 3600 HOME 31000

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

MD5SUM BENCH= 0e2b47ba7737bf0edcb2bcb32c5df9e4
RANDOM SEED=1447610063

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122839496 kB
MemAvailable:   129004004 kB
Buffers:          477324 kB
Cached:          6449952 kB
SwapCached:            0 kB
Active:           983660 kB
Inactive:        6931060 kB
Active(anon):       1552 kB
Inactive(anon):  1023632 kB
Active(file):     982108 kB
Inactive(file):  5907428 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            338484 kB
Writeback:             0 kB
AnonPages:        985516 kB
Mapped:           111608 kB
Shmem:             37720 kB
KReclaimable:     229240 kB
Slab:             353080 kB
SReclaimable:     229240 kB
SUnreclaim:       123840 kB
KernelStack:        4144 kB
PageTables:        11236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1338040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67520 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 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:      318164 kB
DirectMap2M:    43495424 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 889484 MiB
End job on nodeC025 at 2024-07-17 22:23:45