Trace number 4436915

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? 1869.61 1875.78

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_mh.opb
MD5SUMb903151821b4588cc22205dcfedeb810
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 benchmark21601492
Best CPU time to get the best result obtained on this benchmark3600.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 1019600
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 312913647916
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 312913647916
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.40/1874.64	c Memory allocation failed: std::bad_alloc
1792.24/1875.78	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1792.24/1875.78	c Setting memory limit to 29976MB.
1792.24/1875.78	c Do: 140721072282664 140721072282672
1792.24/1875.78	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1792.24/1875.78	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 (50025 MiB free)
  memory of node 1: 64510 MiB (56656 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436915-1721246230/watcher-4436915-1721246230 -o /tmp/evaluation-result-4436915-1721246230/solver-4436915-1721246230 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721242615-919597 --watchdog 3760 ./Hybrid-LSMabSP+CASHWMaxSATDisjCom HOME/instance-4436915-1721246230.opb 3600 HOME 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=921864, runsolver pid=921861
Current StackSize limit: 8192 KiB


[startup+0.1001 s]*
/proc/loadavg: 4.16 4.13 4.10 5/268 921868
/proc/meminfo: memFree=109202524/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2708 CPUtime=0 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 230 99 0 0 0 0 0 0 20 0 1 0 176783359 10170368 677 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 677 598 264 0 134 0
[pid=921867] ppid=921864 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/921867/stat : 921867 (timeout) S 921864 921867 919584 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 176783359 8867840 245 134679101440 94270085902336 94270085937352 140722958074880 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94270088034768 94270088036900 94270105182208 140722958083096 140722958083228 140722958083228 140722958090215 0
/proc/921867/statm: 2165 245 221 9 0 87 0
[pid=921868] ppid=921867 vsize=67444 memory=43532 CPUtime=0.09 cores=5,7
/proc/921868/stat : 921868 (CASHWMaxSAT-Dis) R 921867 921867 919584 0 -1 4194304 10862 0 0 0 7 2 0 0 20 0 1 0 176783359 69062656 10883 134679101440 4194304 14093885 140721072285024 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 15976432 16051504 51470336 140721072292894 140721072293013 140721072293013 140721072300000 0
/proc/921868/statm: 16861 10883 750 2417 0 13963 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 86036 KiB
Current children cumulated memory: 47220 KiB

[startup+0.206082 s]*
/proc/loadavg: 4.16 4.13 4.10 5/268 921868
/proc/meminfo: memFree=109153284/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2708 CPUtime=0 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 230 99 0 0 0 0 0 0 20 0 1 0 176783359 10170368 677 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 677 598 264 0 134 0
[pid=921867] ppid=921864 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/921867/stat : 921867 (timeout) S 921864 921867 919584 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 176783359 8867840 245 134679101440 94270085902336 94270085937352 140722958074880 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94270088034768 94270088036900 94270105182208 140722958083096 140722958083228 140722958083228 140722958090215 0
/proc/921867/statm: 2165 245 221 9 0 87 0
[pid=921868] ppid=921867 vsize=120536 memory=87356 CPUtime=0.19 cores=5,7
/proc/921868/stat : 921868 (CASHWMaxSAT-Dis) R 921867 921867 919584 0 -1 4194304 21086 0 0 0 16 3 0 0 20 0 1 0 176783359 123428864 21839 134679101440 4194304 14093885 140721072285024 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 15976432 16051504 51470336 140721072292894 140721072293013 140721072293013 140721072300000 0
/proc/921868/statm: 30134 21839 750 2417 0 27236 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 139128 KiB
Current children cumulated memory: 91044 KiB

[startup+0.306073 s]*
/proc/loadavg: 4.16 4.13 4.10 5/268 921868
/proc/meminfo: memFree=109104152/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2708 CPUtime=0 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 230 99 0 0 0 0 0 0 20 0 1 0 176783359 10170368 677 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 677 598 264 0 134 0
[pid=921867] ppid=921864 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/921867/stat : 921867 (timeout) S 921864 921867 919584 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 176783359 8867840 245 134679101440 94270085902336 94270085937352 140722958074880 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94270088034768 94270088036900 94270105182208 140722958083096 140722958083228 140722958083228 140722958090215 0
/proc/921867/statm: 2165 245 221 9 0 87 0
[pid=921868] ppid=921867 vsize=167164 memory=124836 CPUtime=0.3 cores=5,7
/proc/921868/stat : 921868 (CASHWMaxSAT-Dis) R 921867 921867 919584 0 -1 4194304 30027 0 0 0 25 5 0 0 20 0 1 0 176783359 171175936 31209 134679101440 4194304 14093885 140721072285024 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 15976432 16051504 51470336 140721072292894 140721072293013 140721072293013 140721072300000 0
/proc/921868/statm: 41791 31209 750 2417 0 38893 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 185756 KiB
Current children cumulated memory: 128524 KiB

[startup+0.70033 s]
/proc/loadavg: 4.16 4.13 4.10 5/268 921868
/proc/meminfo: memFree=109002408/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2708 CPUtime=0 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 230 99 0 0 0 0 0 0 20 0 1 0 176783359 10170368 677 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 677 598 264 0 134 0
[pid=921867] ppid=921864 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/921867/stat : 921867 (timeout) S 921864 921867 919584 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 176783359 8867840 245 134679101440 94270085902336 94270085937352 140722958074880 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94270088034768 94270088036900 94270105182208 140722958083096 140722958083228 140722958083228 140722958090215 0
/proc/921867/statm: 2165 245 221 9 0 87 0
[pid=921868] ppid=921867 vsize=357796 memory=282576 CPUtime=0.68 cores=5,7
/proc/921868/stat : 921868 (CASHWMaxSAT-Dis) R 921867 921867 919584 0 -1 4194304 57912 0 0 0 59 9 0 0 20 0 1 0 176783359 366383104 70644 134679101440 4194304 14093885 140721072285024 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 15976432 16051504 51470336 140721072292894 140721072293013 140721072293013 140721072300000 0
/proc/921868/statm: 89449 70644 750 2417 0 86551 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 376388 KiB
Current children cumulated memory: 286264 KiB

[startup+1.50031 s]
/proc/loadavg: 4.16 4.13 4.10 5/268 921868
/proc/meminfo: memFree=109338356/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2708 CPUtime=0 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 230 99 0 0 0 0 0 0 20 0 1 0 176783359 10170368 677 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 677 598 264 0 134 0
[pid=921867] ppid=921864 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/921867/stat : 921867 (timeout) S 921864 921867 919584 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 176783359 8867840 245 134679101440 94270085902336 94270085937352 140722958074880 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94270088034768 94270088036900 94270105182208 140722958083096 140722958083228 140722958083228 140722958090215 0
/proc/921867/statm: 2165 245 221 9 0 87 0
[pid=921868] ppid=921867 vsize=510452 memory=460092 CPUtime=1.49 cores=5,7
/proc/921868/stat : 921868 (CASHWMaxSAT-Dis) R 921867 921867 919584 0 -1 4194304 87459 0 0 0 134 15 0 0 20 0 1 0 176783359 522702848 115023 134679101440 4194304 14093885 140721072285024 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 15976432 16051504 51470336 140721072292894 140721072293013 140721072293013 140721072300000 0
/proc/921868/statm: 127613 115023 750 2417 0 124715 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 529044 KiB
Current children cumulated memory: 463780 KiB

[startup+3.10583 s]
/proc/loadavg: 4.16 4.13 4.10 5/268 921868
/proc/meminfo: memFree=108674424/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2708 CPUtime=0 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 230 99 0 0 0 0 0 0 20 0 1 0 176783359 10170368 677 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 677 598 264 0 134 0
[pid=921867] ppid=921864 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/921867/stat : 921867 (timeout) S 921864 921867 919584 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 176783359 8867840 245 134679101440 94270085902336 94270085937352 140722958074880 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94270088034768 94270088036900 94270105182208 140722958083096 140722958083228 140722958083228 140722958090215 0
/proc/921867/statm: 2165 245 221 9 0 87 0
[pid=921868] ppid=921867 vsize=572016 memory=468992 CPUtime=3.09 cores=5,7
/proc/921868/stat : 921868 (CASHWMaxSAT-Dis) R 921867 921867 919584 0 -1 4194304 89652 0 0 0 293 16 0 0 20 0 1 0 176783359 585744384 117248 134679101440 4194304 14093885 140721072285024 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 15976432 16051504 51470336 140721072292894 140721072293013 140721072293013 140721072300000 0
/proc/921868/statm: 143004 117248 750 2417 0 140106 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 590608 KiB
Current children cumulated memory: 472680 KiB

[startup+6.30029 s]
/proc/loadavg: 4.22 4.14 4.10 5/268 921868
/proc/meminfo: memFree=107415684/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2708 CPUtime=0 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 230 99 0 0 0 0 0 0 20 0 1 0 176783359 10170368 677 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 677 598 264 0 134 0
[pid=921867] ppid=921864 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/921867/stat : 921867 (timeout) S 921864 921867 919584 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 176783359 8867840 245 134679101440 94270085902336 94270085937352 140722958074880 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94270088034768 94270088036900 94270105182208 140722958083096 140722958083228 140722958083228 140722958090215 0
/proc/921867/statm: 2165 245 221 9 0 87 0
[pid=921868] ppid=921867 vsize=1276016 memory=1061644 CPUtime=6.27 cores=5,7
/proc/921868/stat : 921868 (CASHWMaxSAT-Dis) R 921867 921867 919584 0 -1 4194304 205103 0 0 0 591 36 0 0 20 0 1 0 176783359 1306640384 265411 134679101440 4194304 14093885 140721072285024 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 15976432 16051504 51470336 140721072292894 140721072293013 140721072293013 140721072300000 0
/proc/921868/statm: 319004 265411 750 2417 0 316106 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1294608 KiB
Current children cumulated memory: 1065332 KiB

[startup+12.7003 s]
/proc/loadavg: 4.21 4.14 4.10 5/268 921870
/proc/meminfo: memFree=101833184/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2708 CPUtime=0 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 230 99 0 0 0 0 0 0 20 0 1 0 176783359 10170368 677 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 677 598 264 0 134 0
[pid=921867] ppid=921864 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/921867/stat : 921867 (timeout) S 921864 921867 919584 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 176783359 8867840 245 134679101440 94270085902336 94270085937352 140722958074880 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94270088034768 94270088036900 94270105182208 140722958083096 140722958083228 140722958083228 140722958090215 0
/proc/921867/statm: 2165 245 221 9 0 87 0
[pid=921868] ppid=921867 vsize=2441332 memory=2290716 CPUtime=12.66 cores=5,7
/proc/921868/stat : 921868 (CASHWMaxSAT-Dis) R 921867 921867 919584 0 -1 4194304 484249 0 0 0 1184 82 0 0 20 0 1 0 176783359 2499923968 572679 134679101440 4194304 14093885 140721072285024 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 15976432 16051504 51470336 140721072292894 140721072293013 140721072293013 140721072300000 0
/proc/921868/statm: 610333 572679 750 2417 0 607435 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2459924 KiB
Current children cumulated memory: 2294404 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.15 4.10 5/268 921872
/proc/meminfo: memFree=98246092/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2708 CPUtime=0 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 230 99 0 0 0 0 0 0 20 0 1 0 176783359 10170368 677 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 677 598 264 0 134 0
[pid=921867] ppid=921864 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/921867/stat : 921867 (timeout) S 921864 921867 919584 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 176783359 8867840 245 134679101440 94270085902336 94270085937352 140722958074880 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94270088034768 94270088036900 94270105182208 140722958083096 140722958083228 140722958083228 140722958090215 0
/proc/921867/statm: 2165 245 221 9 0 87 0
[pid=921868] ppid=921867 vsize=4351788 memory=4204268 CPUtime=25.43 cores=5,7
/proc/921868/stat : 921868 (CASHWMaxSAT-Dis) R 921867 921867 919584 0 -1 4194304 959126 0 0 0 2389 154 0 0 20 0 1 0 176783359 4456230912 1051067 134679101440 4194304 14093885 140721072285024 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 15976432 16051504 51470336 140721072292894 140721072293013 140721072293013 140721072300000 0
/proc/921868/statm: 1087947 1051067 750 2417 0 1085049 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 4370380 KiB
Current children cumulated memory: 4207956 KiB

[startup+51.1059 s]
/proc/loadavg: 4.22 4.15 4.10 5/268 922046
/proc/meminfo: memFree=87230264/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2708 CPUtime=0 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 230 99 0 0 0 0 0 0 20 0 1 0 176783359 10170368 677 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 677 598 264 0 134 0
[pid=921867] ppid=921864 vsize=8660 memory=980 CPUtime=0 cores=5,7
/proc/921867/stat : 921867 (timeout) S 921864 921867 919584 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 176783359 8867840 245 134679101440 94270085902336 94270085937352 140722958074880 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94270088034768 94270088036900 94270105182208 140722958083096 140722958083228 140722958083228 140722958090215 0
/proc/921867/statm: 2165 245 221 9 0 87 0
[pid=921868] ppid=921867 vsize=7492720 memory=7138116 CPUtime=50.97 cores=5,7
/proc/921868/stat : 921868 (CASHWMaxSAT-Dis) R 921867 921867 919584 0 -1 4194304 1271417 0 0 0 4846 251 0 0 20 0 1 0 176783359 7672545280 1784529 134679101440 4194304 14093885 140721072285024 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 15976432 16051504 51470336 140721072292894 140721072293013 140721072293013 140721072300000 0
/proc/921868/statm: 1873180 1784529 782 2417 0 1870282 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 7511312 KiB
Current children cumulated memory: 7141804 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/268 922054
/proc/meminfo: memFree=75112864/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2708 CPUtime=0 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 230 99 0 0 0 0 0 0 20 0 1 0 176783359 10170368 677 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 677 598 264 0 134 0

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

/proc/meminfo: memFree=75302332/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2808 CPUtime=1792.24 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 259 1725864 0 0 0 0 178513 711 20 0 1 0 176783359 10170368 702 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 702 613 264 0 134 0
[pid=922767] ppid=921864 vsize=8660 memory=1032 CPUtime=0 cores=5,7
/proc/922767/stat : 922767 (timeout) S 921864 922767 919584 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176963185 8867840 258 134679101440 94671977852928 94671977887944 140728679305616 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94671979985360 94671979987492 94672002908160 140728679314472 140728679314588 140728679314588 140728679321575 0
/proc/922767/statm: 2165 258 233 9 0 87 0
[pid=922768] ppid=922767 vsize=17559340 memory=16526228 CPUtime=43.94 cores=5,7
/proc/922768/stat : 922768 (LS-MabSP) R 922767 922767 919584 0 -1 4194304 4046741 0 0 0 3811 583 0 0 20 0 1 0 176963185 17980764160 4131491 134679101440 4194304 15467897 140735241361712 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 41676800 140735241368635 140735241368738 140735241368738 140735241375725 0
/proc/922768/statm: 4389835 4131557 1057 2753 0 4386488 0
Current children cumulated CPU time: 1836.18 s
Current children cumulated vsize: 17577932 KiB
Current children cumulated memory: 16530068 KiB

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

# cumulated CPU time of all completed processes:  user=1850.86 s, system=18.7487 s

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

[startup+1843.2 s]
/proc/loadavg: 4.23 4.17 4.12 5/268 922947
/proc/meminfo: memFree=74496968/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2808 CPUtime=1792.24 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 259 1725864 0 0 0 0 178513 711 20 0 1 0 176783359 10170368 702 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 702 613 264 0 134 0
[pid=922767] ppid=921864 vsize=8660 memory=1032 CPUtime=0 cores=5,7
/proc/922767/stat : 922767 (timeout) S 921864 922767 919584 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176963185 8867840 258 134679101440 94671977852928 94671977887944 140728679305616 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94671979985360 94671979987492 94672002908160 140728679314472 140728679314588 140728679314588 140728679321575 0
/proc/922767/statm: 2165 258 233 9 0 87 0
[pid=922768] ppid=922767 vsize=17923244 memory=16890280 CPUtime=44.84 cores=5,7
/proc/922768/stat : 922768 (LS-MabSP) R 922767 922767 919584 0 -1 4194304 4137757 0 0 0 3888 596 0 0 20 0 1 0 176963185 18353401856 4222570 134679101440 4194304 15467897 140735241361712 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 41676800 140735241368635 140735241368738 140735241368738 140735241375725 0
/proc/922768/statm: 4480811 4222570 1057 2753 0 4477464 0
Current children cumulated CPU time: 1837.08 s
Current children cumulated vsize: 17941836 KiB
Current children cumulated memory: 16894120 KiB

[startup+1856 s]*
/proc/loadavg: 4.17 4.16 4.12 5/264 922974
/proc/meminfo: memFree=97482660/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2808 CPUtime=1792.24 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 259 1725864 0 0 0 0 178513 711 20 0 1 0 176783359 10170368 702 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 702 613 264 0 134 0
[pid=922767] ppid=921864 vsize=8660 memory=1032 CPUtime=0 cores=5,7
/proc/922767/stat : 922767 (timeout) S 921864 922767 919584 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176963185 8867840 258 134679101440 94671977852928 94671977887944 140728679305616 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94671979985360 94671979987492 94672002908160 140728679314472 140728679314588 140728679314588 140728679321575 0
/proc/922767/statm: 2165 258 233 9 0 87 0
[pid=922768] ppid=922767 vsize=23118908 memory=22086288 CPUtime=57.61 cores=5,7
/proc/922768/stat : 922768 (LS-MabSP) R 922767 922767 919584 0 -1 4194304 5436793 0 0 0 4975 786 0 0 20 0 1 0 176963185 23673761792 5521572 134679101440 4194304 15467897 140735241361712 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 41676800 140735241368635 140735241368738 140735241368738 140735241375725 0
/proc/922768/statm: 5779727 5521572 1057 2753 0 5776380 0
Current children cumulated CPU time: 1849.85 s
Current children cumulated vsize: 23137500 KiB
Current children cumulated memory: 22090128 KiB

[startup+1868.8 s]
/proc/loadavg: 4.15 4.16 4.12 5/263 922982
/proc/meminfo: memFree=92558320/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2808 CPUtime=1792.24 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 259 1725864 0 0 0 0 178513 711 20 0 1 0 176783359 10170368 702 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 702 613 264 0 134 0
[pid=922767] ppid=921864 vsize=8660 memory=1032 CPUtime=0 cores=5,7
/proc/922767/stat : 922767 (timeout) S 921864 922767 919584 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176963185 8867840 258 134679101440 94671977852928 94671977887944 140728679305616 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94671979985360 94671979987492 94672002908160 140728679314472 140728679314588 140728679314588 140728679321575 0
/proc/922767/statm: 2165 258 233 9 0 87 0
[pid=922768] ppid=922767 vsize=28328152 memory=27298052 CPUtime=70.38 cores=5,7
/proc/922768/stat : 922768 (LS-MabSP) R 922767 922767 919584 0 -1 4194304 6739234 0 0 0 6069 969 0 0 20 0 1 0 176963185 29008027648 6824513 134679101440 4194304 15467897 140735241361712 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 41676800 140735241368635 140735241368738 140735241368738 140735241375725 0
/proc/922768/statm: 7082038 6824513 1057 2753 0 7078691 0
Current children cumulated CPU time: 1862.62 s
Current children cumulated vsize: 28346744 KiB
Current children cumulated memory: 27301892 KiB

[startup+1872 s]*
/proc/loadavg: 4.14 4.15 4.12 5/269 923014
/proc/meminfo: memFree=90604508/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2808 CPUtime=1792.24 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 259 1725864 0 0 0 0 178513 711 20 0 1 0 176783359 10170368 702 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 702 613 264 0 134 0
[pid=922767] ppid=921864 vsize=8660 memory=1032 CPUtime=0 cores=5,7
/proc/922767/stat : 922767 (timeout) S 921864 922767 919584 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176963185 8867840 258 134679101440 94671977852928 94671977887944 140728679305616 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94671979985360 94671979987492 94672002908160 140728679314472 140728679314588 140728679314588 140728679321575 0
/proc/922767/statm: 2165 258 233 9 0 87 0
[pid=922768] ppid=922767 vsize=29646724 memory=28616688 CPUtime=73.58 cores=5,7
/proc/922768/stat : 922768 (LS-MabSP) R 922767 922767 919584 0 -1 4194304 7068912 0 0 0 6342 1016 0 0 20 0 1 0 176963185 30358245376 7154172 134679101440 4194304 15467897 140735241361712 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 41676800 140735241368635 140735241368738 140735241368738 140735241375725 0
/proc/922768/statm: 7411681 7154172 1057 2753 0 7408334 0
Current children cumulated CPU time: 1865.82 s
Current children cumulated vsize: 29665316 KiB
Current children cumulated memory: 28620528 KiB

[startup+1873.6 s]
/proc/loadavg: 4.14 4.15 4.12 5/269 923014
/proc/meminfo: memFree=89951588/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2808 CPUtime=1792.24 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 259 1725864 0 0 0 0 178513 711 20 0 1 0 176783359 10170368 702 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 702 613 264 0 134 0
[pid=922767] ppid=921864 vsize=8660 memory=1032 CPUtime=0 cores=5,7
/proc/922767/stat : 922767 (timeout) S 921864 922767 919584 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176963185 8867840 258 134679101440 94671977852928 94671977887944 140728679305616 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94671979985360 94671979987492 94672002908160 140728679314472 140728679314588 140728679314588 140728679321575 0
/proc/922767/statm: 2165 258 233 9 0 87 0
[pid=922768] ppid=922767 vsize=30284384 memory=29254508 CPUtime=75.17 cores=5,7
/proc/922768/stat : 922768 (LS-MabSP) R 922767 922767 919584 0 -1 4194304 7228345 0 0 0 6481 1036 0 0 20 0 1 0 176963185 31011209216 7313627 134679101440 4194304 15467897 140735241361712 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 41676800 140735241368635 140735241368738 140735241368738 140735241375725 0
/proc/922768/statm: 7571096 7313627 1057 2753 0 7567749 0
Current children cumulated CPU time: 1867.41 s
Current children cumulated vsize: 30302976 KiB
Current children cumulated memory: 29258348 KiB

[startup+1874.4 s]
/proc/loadavg: 4.14 4.15 4.12 5/269 923014
/proc/meminfo: memFree=89574244/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2808 CPUtime=1792.24 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 259 1725864 0 0 0 0 178513 711 20 0 1 0 176783359 10170368 702 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 702 613 264 0 134 0
[pid=922767] ppid=921864 vsize=8660 memory=1032 CPUtime=0 cores=5,7
/proc/922767/stat : 922767 (timeout) S 921864 922767 919584 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176963185 8867840 258 134679101440 94671977852928 94671977887944 140728679305616 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94671979985360 94671979987492 94672002908160 140728679314472 140728679314588 140728679314588 140728679321575 0
/proc/922767/statm: 2165 258 233 9 0 87 0
[pid=922768] ppid=922767 vsize=30602816 memory=29572892 CPUtime=75.96 cores=5,7
/proc/922768/stat : 922768 (LS-MabSP) R 922767 922767 919584 0 -1 4194304 7307971 0 0 0 6550 1046 0 0 20 0 1 0 176963185 31337283584 7393223 134679101440 4194304 15467897 140735241361712 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 41676800 140735241368635 140735241368738 140735241368738 140735241375725 0
/proc/922768/statm: 7650704 7393223 1057 2753 0 7647357 0
Current children cumulated CPU time: 1868.2 s
Current children cumulated vsize: 30621408 KiB
Current children cumulated memory: 29576732 KiB

[startup+1875.2 s]
/proc/loadavg: 4.14 4.15 4.12 5/269 923014
/proc/meminfo: memFree=100977188/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2808 CPUtime=1792.24 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 259 1725864 0 0 0 0 178513 711 20 0 1 0 176783359 10170368 702 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 702 613 264 0 134 0
[pid=922767] ppid=921864 vsize=8660 memory=1032 CPUtime=0 cores=5,7
/proc/922767/stat : 922767 (timeout) S 921864 922767 919584 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176963185 8867840 258 134679101440 94671977852928 94671977887944 140728679305616 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94671979985360 94671979987492 94672002908160 140728679314472 140728679314588 140728679314588 140728679321575 0
/proc/922767/statm: 2165 258 233 9 0 87 0
Current children cumulated CPU time: 1792.24 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3840 KiB

[startup+1875.6 s]
/proc/loadavg: 4.14 4.15 4.12 5/269 923014
/proc/meminfo: memFree=100977188/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2808 CPUtime=1792.24 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 259 1725864 0 0 0 0 178513 711 20 0 1 0 176783359 10170368 702 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 702 613 264 0 134 0
[pid=922767] ppid=921864 vsize=8660 memory=1032 CPUtime=0 cores=5,7
/proc/922767/stat : 922767 (timeout) S 921864 922767 919584 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176963185 8867840 258 134679101440 94671977852928 94671977887944 140728679305616 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94671979985360 94671979987492 94672002908160 140728679314472 140728679314588 140728679314588 140728679321575 0
/proc/922767/statm: 2165 258 233 9 0 87 0
Current children cumulated CPU time: 1792.24 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3840 KiB

[startup+1875.7 s]
/proc/loadavg: 4.14 4.15 4.12 5/269 923014
/proc/meminfo: memFree=100977188/131524600 swapFree=131071996/131071996
[pid=921864] ppid=921861 vsize=9932 memory=2808 CPUtime=1792.24 cores=5,7
/proc/921864/stat : 921864 (Hybrid-LSMabSP+) S 921861 921864 919584 0 -1 4194304 259 1725864 0 0 0 0 178513 711 20 0 1 0 176783359 10170368 702 134679101440 94890202701824 94890203781144 140737334045728 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94890205879600 94890205926788 94890219765760 140737334047693 140737334047852 140737334047852 140737334054868 0
/proc/921864/statm: 2483 702 613 264 0 134 0
[pid=922767] ppid=921864 vsize=8660 memory=1032 CPUtime=0 cores=5,7
/proc/922767/stat : 922767 (timeout) S 921864 922767 919584 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 176963185 8867840 258 134679101440 94671977852928 94671977887944 140728679305616 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94671979985360 94671979987492 94672002908160 140728679314472 140728679314588 140728679314588 140728679321575 0
/proc/922767/statm: 2165 258 233 9 0 87 0
Current children cumulated CPU time: 1792.24 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3840 KiB

Child status: 0

Real time (s): 1875.78
CPU time (s): 1869.61
CPU user time (s): 1850.86
CPU system time (s): 18.7487
CPU usage (%): 99.671
Max. virtual memory (cumulated for all children) (KiB): 30701924
Max. memory (cumulated for all children) (KiB): 29657252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1850.86
system time used= 18.7487
maximum resident set size= 29665556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9058944
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= 40
involuntary context switches= 1854


# summary of solver processes directly reported to runsolver:
#   pid: 921864
#   total CPU time (s): 1869.61
#   total CPU user time (s): 1850.86
#   total CPU system time (s): 18.7487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.41228 second user time and 9.85448 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-17 21:57:24
IDJOB=4436915
IDBENCH=155753
IDSOLVER=3069
FILE ID=nodeC015/4436915-1721246230
RUNJOBID= nodeC015-1721242615-919597
SLURM_JOB_ID= 7509001
Free space on /tmp= 889368 MiB

SOLVER NAME= Hybrid-LSMabSP+CASHWMaxSATDisjCom 2024-07-11
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_2_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-4436915-1721246230/watcher-4436915-1721246230 -o /tmp/evaluation-result-4436915-1721246230/solver-4436915-1721246230 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721242615-919597 --watchdog 3760  ./Hybrid-LSMabSP+CASHWMaxSATDisjCom HOME/instance-4436915-1721246230.opb 3600 HOME 31000

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

MD5SUM BENCH= b903151821b4588cc22205dcfedeb810
RANDOM SEED=1093000060

nodeC015.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		: 3682.966
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.61
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		: 3687.658
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	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.879
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.861
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	: 7006.25
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		: 3682.966
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.61
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		: 3671.402
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	: 7006.25
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		: 3599.981
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.61
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		: 3688.398
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	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        109242072 kB
MemAvailable:   116203112 kB
Buffers:          458084 kB
Cached:          7312404 kB
SwapCached:            0 kB
Active:          1919604 kB
Inactive:       19673068 kB
Active(anon):       1604 kB
Inactive(anon): 13858336 kB
Active(file):    1918000 kB
Inactive(file):  5814732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            760520 kB
Writeback:             0 kB
AnonPages:      13818488 kB
Mapped:           114816 kB
Shmem:             37724 kB
KReclaimable:     135912 kB
Slab:             249252 kB
SReclaimable:     135912 kB
SUnreclaim:       113340 kB
KernelStack:        4288 kB
PageTables:        37080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14855576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3536896 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:      258772 kB
DirectMap2M:    37263360 kB
DirectMap1G:    98566144 kB

Free space on /tmp at the end= 889520 MiB
End job on nodeC015 at 2024-07-17 22:28:39