Trace number 4443954

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Hybrid-LSMabSP+Exact 2024-07-11? 3588.08 3596.02

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUMf8e7200d7e9c4a7cfb6b4e6c5b6d430a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark8.6827
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3588.03/3596.01	c Filename:instance-4443954-1721307949.opb, Cutoff_time:1798, memory_limit_gb:29976
3588.03/3596.01	c Use Presolve
3588.03/3596.01	c Parse finsih
3588.03/3596.01	c Start Presolve
3588.03/3596.01	c After Reduce Vars: 1020 Clauses: 43180 Top clause weight: 1 Hard Clauses: 43180
3588.03/3596.01	c Use LS-small
3588.03/3596.01	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 (59418 MiB free)
  memory of node 1: 64510 MiB (62937 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443954-1721307949/watcher-4443954-1721307949 -o /tmp/evaluation-result-4443954-1721307949/solver-4443954-1721307949 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721305162-973806 --watchdog 3760 ./Hybrid-LSMabSP+Exact HOME/instance-4443954-1721307949.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=976780, runsolver pid=976777
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 4.22 4.16 4.08 5/263 976784
/proc/meminfo: memFree=125281992/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 182959070 10170368 676 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 676 598 264 0 134 0
[pid=976783] ppid=976780 vsize=8660 memory=1012 CPUtime=0 cores=5,7
/proc/976783/stat : 976783 (timeout) S 976780 976783 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 182959070 8867840 253 134679101440 94169805840384 94169805875400 140736797063728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94169807972816 94169807974948 94169821782016 140736797066280 140736797066396 140736797066396 140736797073383 0
/proc/976783/statm: 2165 253 229 9 0 87 0
[pid=976784] ppid=976783 vsize=25404 memory=11420 CPUtime=0.09 cores=5,7
/proc/976784/stat : 976784 (LS-MabSP) R 976783 976783 973793 0 -1 4194304 1843 0 0 0 9 0 0 0 20 0 1 0 182959070 26013696 2855 134679101440 4194304 15467897 140733901795600 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 31338496 140733901800507 140733901800610 140733901800610 140733901807597 0
/proc/976784/statm: 6351 2855 1073 2753 0 3004 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 43996 KiB
Current children cumulated memory: 15136 KiB

[startup+0.205672 s]*
/proc/loadavg: 4.20 4.16 4.08 5/263 976784
/proc/meminfo: memFree=125275048/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 182959070 10170368 676 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 676 598 264 0 134 0
[pid=976783] ppid=976780 vsize=8660 memory=1012 CPUtime=0 cores=5,7
/proc/976783/stat : 976783 (timeout) S 976780 976783 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 182959070 8867840 253 134679101440 94169805840384 94169805875400 140736797063728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94169807972816 94169807974948 94169821782016 140736797066280 140736797066396 140736797066396 140736797073383 0
/proc/976783/statm: 2165 253 229 9 0 87 0
[pid=976784] ppid=976783 vsize=33904 memory=21448 CPUtime=0.2 cores=5,7
/proc/976784/stat : 976784 (LS-MabSP) R 976783 976783 973793 0 -1 4194304 4355 0 0 0 20 0 0 0 20 0 1 0 182959070 34717696 5362 134679101440 4194304 15467897 140733901795600 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 31338496 140733901800507 140733901800610 140733901800610 140733901807597 0
/proc/976784/statm: 8476 5362 1073 2753 0 5129 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 52496 KiB
Current children cumulated memory: 25164 KiB

[startup+0.305775 s]*
/proc/loadavg: 4.20 4.16 4.08 5/263 976784
/proc/meminfo: memFree=125261492/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 182959070 10170368 676 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 676 598 264 0 134 0
[pid=976783] ppid=976780 vsize=8660 memory=1012 CPUtime=0 cores=5,7
/proc/976783/stat : 976783 (timeout) S 976780 976783 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 182959070 8867840 253 134679101440 94169805840384 94169805875400 140736797063728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94169807972816 94169807974948 94169821782016 140736797066280 140736797066396 140736797066396 140736797073383 0
/proc/976783/statm: 2165 253 229 9 0 87 0
[pid=976784] ppid=976783 vsize=46236 memory=33868 CPUtime=0.3 cores=5,7
/proc/976784/stat : 976784 (LS-MabSP) R 976783 976783 973793 0 -1 4194304 8459 0 0 0 29 1 0 0 20 0 1 0 182959070 47345664 8467 134679101440 4194304 15467897 140733901795600 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 31338496 140733901800507 140733901800610 140733901800610 140733901807597 0
/proc/976784/statm: 11559 8467 1105 2753 0 8212 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 64828 KiB
Current children cumulated memory: 37584 KiB

[startup+0.700221 s]
/proc/loadavg: 4.20 4.16 4.08 5/263 976784
/proc/meminfo: memFree=125261344/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 182959070 10170368 676 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 676 598 264 0 134 0
[pid=976783] ppid=976780 vsize=8660 memory=1012 CPUtime=0 cores=5,7
/proc/976783/stat : 976783 (timeout) S 976780 976783 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 182959070 8867840 253 134679101440 94169805840384 94169805875400 140736797063728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94169807972816 94169807974948 94169821782016 140736797066280 140736797066396 140736797066396 140736797073383 0
/proc/976783/statm: 2165 253 229 9 0 87 0
[pid=976784] ppid=976783 vsize=46236 memory=33868 CPUtime=0.69 cores=5,7
/proc/976784/stat : 976784 (LS-MabSP) R 976783 976783 973793 0 -1 4194304 8459 0 0 0 68 1 0 0 20 0 1 0 182959070 47345664 8467 134679101440 4194304 15467897 140733901795600 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 31338496 140733901800507 140733901800610 140733901800610 140733901807597 0
/proc/976784/statm: 11559 8467 1105 2753 0 8212 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 64828 KiB
Current children cumulated memory: 37584 KiB

[startup+1.5003 s]
/proc/loadavg: 4.20 4.16 4.08 5/263 976784
/proc/meminfo: memFree=125167076/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 182959070 10170368 676 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 676 598 264 0 134 0
[pid=976783] ppid=976780 vsize=8660 memory=1012 CPUtime=0 cores=5,7
/proc/976783/stat : 976783 (timeout) S 976780 976783 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 182959070 8867840 253 134679101440 94169805840384 94169805875400 140736797063728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94169807972816 94169807974948 94169821782016 140736797066280 140736797066396 140736797066396 140736797073383 0
/proc/976783/statm: 2165 253 229 9 0 87 0
[pid=976784] ppid=976783 vsize=279928 memory=254428 CPUtime=1.48 cores=5,7
/proc/976784/stat : 976784 (LS-MabSP) R 976783 976783 973793 0 -1 4194304 44685 0 0 0 140 8 0 0 20 0 1 0 182959070 286646272 63607 134679101440 4194304 15467897 140733901795600 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 31338496 140733901800507 140733901800610 140733901800610 140733901807597 0
/proc/976784/statm: 69982 63607 2721 2753 0 66635 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 298520 KiB
Current children cumulated memory: 258144 KiB

[startup+3.10584 s]
/proc/loadavg: 4.20 4.16 4.08 5/263 976784
/proc/meminfo: memFree=124949708/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 182959070 10170368 676 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 676 598 264 0 134 0
[pid=976783] ppid=976780 vsize=8660 memory=1012 CPUtime=0 cores=5,7
/proc/976783/stat : 976783 (timeout) S 976780 976783 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 182959070 8867840 253 134679101440 94169805840384 94169805875400 140736797063728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94169807972816 94169807974948 94169821782016 140736797066280 140736797066396 140736797066396 140736797073383 0
/proc/976783/statm: 2165 253 229 9 0 87 0
[pid=976784] ppid=976783 vsize=377996 memory=351372 CPUtime=3.08 cores=5,7
/proc/976784/stat : 976784 (LS-MabSP) R 976783 976783 973793 0 -1 4194304 57984 0 0 0 297 11 0 0 20 0 1 0 182959070 387067904 87843 134679101440 4194304 15467897 140733901795600 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 31338496 140733901800507 140733901800610 140733901800610 140733901807597 0
/proc/976784/statm: 94499 87843 2833 2753 0 91152 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 396588 KiB
Current children cumulated memory: 355088 KiB

[startup+6.3003 s]
/proc/loadavg: 4.18 4.16 4.08 6/263 976784
/proc/meminfo: memFree=124918512/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 182959070 10170368 676 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 676 598 264 0 134 0
[pid=976783] ppid=976780 vsize=8660 memory=1012 CPUtime=0 cores=5,7
/proc/976783/stat : 976783 (timeout) S 976780 976783 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 182959070 8867840 253 134679101440 94169805840384 94169805875400 140736797063728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94169807972816 94169807974948 94169821782016 140736797066280 140736797066396 140736797066396 140736797073383 0
/proc/976783/statm: 2165 253 229 9 0 87 0
[pid=976784] ppid=976783 vsize=448476 memory=383208 CPUtime=6.27 cores=5,7
/proc/976784/stat : 976784 (LS-MabSP) R 976783 976783 973793 0 -1 4194304 64952 0 0 0 614 13 0 0 20 0 1 0 182959070 459239424 95802 134679101440 4194304 15467897 140733901795600 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 31338496 140733901800507 140733901800610 140733901800610 140733901807597 0
/proc/976784/statm: 112119 95802 2849 2753 0 108772 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 467068 KiB
Current children cumulated memory: 386924 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.16 4.08 5/263 976786
/proc/meminfo: memFree=124919660/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 182959070 10170368 676 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 676 598 264 0 134 0
[pid=976783] ppid=976780 vsize=8660 memory=1012 CPUtime=0 cores=5,7
/proc/976783/stat : 976783 (timeout) S 976780 976783 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 182959070 8867840 253 134679101440 94169805840384 94169805875400 140736797063728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94169807972816 94169807974948 94169821782016 140736797066280 140736797066396 140736797066396 140736797073383 0
/proc/976783/statm: 2165 253 229 9 0 87 0
[pid=976784] ppid=976783 vsize=520736 memory=449984 CPUtime=12.65 cores=5,7
/proc/976784/stat : 976784 (LS-MabSP) R 976783 976783 973793 0 -1 4194304 81680 0 0 0 1250 15 0 0 20 0 1 0 182959070 533233664 112496 134679101440 4194304 15467897 140733901795600 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 31338496 140733901800507 140733901800610 140733901800610 140733901807597 0
/proc/976784/statm: 130184 112496 2849 2753 0 126837 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 539328 KiB
Current children cumulated memory: 453700 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.15 4.08 5/259 976803
/proc/meminfo: memFree=126310456/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 182959070 10170368 676 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 676 598 264 0 134 0
[pid=976783] ppid=976780 vsize=8660 memory=1012 CPUtime=0 cores=5,7
/proc/976783/stat : 976783 (timeout) S 976780 976783 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 182959070 8867840 253 134679101440 94169805840384 94169805875400 140736797063728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94169807972816 94169807974948 94169821782016 140736797066280 140736797066396 140736797066396 140736797073383 0
/proc/976783/statm: 2165 253 229 9 0 87 0
[pid=976784] ppid=976783 vsize=520736 memory=450488 CPUtime=25.42 cores=5,7
/proc/976784/stat : 976784 (LS-MabSP) R 976783 976783 973793 0 -1 4194304 81800 0 0 0 2526 16 0 0 20 0 1 0 182959070 533233664 112622 134679101440 4194304 15467897 140733901795600 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 31338496 140733901800507 140733901800610 140733901800610 140733901807597 0
/proc/976784/statm: 130184 112622 2849 2753 0 126837 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 539328 KiB
Current children cumulated memory: 454204 KiB

[startup+51.1056 s]
/proc/loadavg: 4.14 4.15 4.08 5/263 976843
/proc/meminfo: memFree=125757704/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 182959070 10170368 676 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 676 598 264 0 134 0
[pid=976783] ppid=976780 vsize=8660 memory=1012 CPUtime=0 cores=5,7
/proc/976783/stat : 976783 (timeout) S 976780 976783 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 182959070 8867840 253 134679101440 94169805840384 94169805875400 140736797063728 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94169807972816 94169807974948 94169821782016 140736797066280 140736797066396 140736797066396 140736797073383 0
/proc/976783/statm: 2165 253 229 9 0 87 0
[pid=976784] ppid=976783 vsize=520736 memory=450488 CPUtime=50.97 cores=5,7
/proc/976784/stat : 976784 (LS-MabSP) R 976783 976783 973793 0 -1 4194304 81803 0 0 0 5080 17 0 0 20 0 1 0 182959070 533233664 112622 134679101440 4194304 15467897 140733901795600 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 31338496 140733901800507 140733901800610 140733901800610 140733901807597 0
/proc/976784/statm: 130184 112622 2849 2753 0 126837 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 539328 KiB
Current children cumulated memory: 454204 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.14 4.08 6/263 976902
/proc/meminfo: memFree=126261156/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2704 CPUtime=0 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 182959070 10170368 676 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 676 598 264 0 134 0

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

/proc/977985/statm: 14176 10806 748 737 0 13264 0
Current children cumulated CPU time: 3394.75 s
Current children cumulated vsize: 75296 KiB
Current children cumulated memory: 47004 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.09 6/263 979076
/proc/meminfo: memFree=126915552/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2752 CPUtime=1794.08 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 265 108892 0 0 0 0 177139 2269 20 0 1 0 182959070 10170368 688 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 688 598 264 0 134 0
[pid=977984] ppid=976780 vsize=8660 memory=1028 CPUtime=0 cores=5,7
/proc/977984/stat : 977984 (timeout) S 976780 977984 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 183138871 8867840 257 134679101440 93937646235648 93937646270664 140721977421360 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93937648368080 93937648370212 93937681563648 140721977422835 140721977423004 140721977423004 140721977429991 0
/proc/977984/statm: 2165 257 233 9 0 87 0
[pid=977985] ppid=977984 vsize=57040 memory=43560 CPUtime=1660.55 cores=5,7
/proc/977985/stat : 977985 (Exact) R 977984 977984 973793 0 -1 4194304 389045 0 0 0 165988 67 0 0 20 0 1 0 183138871 58408960 10890 134679101440 4194304 7210733 140732308176032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 13905920 140732308177935 140732308178085 140732308178085 140732308185072 0
/proc/977985/statm: 14260 10890 748 737 0 13348 0
Current children cumulated CPU time: 3454.63 s
Current children cumulated vsize: 75632 KiB
Current children cumulated memory: 47340 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 979151
/proc/meminfo: memFree=126841120/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2752 CPUtime=1794.08 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 265 108892 0 0 0 0 177139 2269 20 0 1 0 182959070 10170368 688 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 688 598 264 0 134 0
[pid=977984] ppid=976780 vsize=8660 memory=1028 CPUtime=0 cores=5,7
/proc/977984/stat : 977984 (timeout) S 976780 977984 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 183138871 8867840 257 134679101440 93937646235648 93937646270664 140721977421360 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93937648368080 93937648370212 93937681563648 140721977422835 140721977423004 140721977423004 140721977429991 0
/proc/977984/statm: 2165 257 233 9 0 87 0
[pid=977985] ppid=977984 vsize=55728 memory=42628 CPUtime=1720.4 cores=5,7
/proc/977985/stat : 977985 (Exact) R 977984 977984 973793 0 -1 4194304 396510 0 0 0 171972 68 0 0 20 0 1 0 183138871 57065472 10657 134679101440 4194304 7210733 140732308176032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 13905920 140732308177935 140732308178085 140732308178085 140732308185072 0
/proc/977985/statm: 13932 10657 748 737 0 13020 0
Current children cumulated CPU time: 3514.48 s
Current children cumulated vsize: 74320 KiB
Current children cumulated memory: 46408 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/262 979161
/proc/meminfo: memFree=126839156/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2752 CPUtime=1794.08 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 265 108892 0 0 0 0 177139 2269 20 0 1 0 182959070 10170368 688 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 688 598 264 0 134 0
[pid=977984] ppid=976780 vsize=8660 memory=1028 CPUtime=0 cores=5,7
/proc/977984/stat : 977984 (timeout) S 976780 977984 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 183138871 8867840 257 134679101440 93937646235648 93937646270664 140721977421360 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93937648368080 93937648370212 93937681563648 140721977422835 140721977423004 140721977423004 140721977429991 0
/proc/977984/statm: 2165 257 233 9 0 87 0
[pid=977985] ppid=977984 vsize=57616 memory=44136 CPUtime=1780.28 cores=5,7
/proc/977985/stat : 977985 (Exact) R 977984 977984 973793 0 -1 4194304 404108 0 0 0 177958 70 0 0 20 0 1 0 183138871 58998784 11034 134679101440 4194304 7210733 140732308176032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 13905920 140732308177935 140732308178085 140732308178085 140732308185072 0
/proc/977985/statm: 14404 11034 748 737 0 13492 0
Current children cumulated CPU time: 3574.36 s
Current children cumulated vsize: 76208 KiB
Current children cumulated memory: 47916 KiB

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

# cumulated CPU time of all completed processes:  user=3564.67 s, system=23.4114 s

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

[startup+3584 s]*
/proc/loadavg: 4.10 4.11 4.09 5/262 979161
/proc/meminfo: memFree=126839184/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2752 CPUtime=1794.08 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 265 108892 0 0 0 0 177139 2269 20 0 1 0 182959070 10170368 688 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 688 598 264 0 134 0
[pid=977984] ppid=976780 vsize=8660 memory=1028 CPUtime=0 cores=5,7
/proc/977984/stat : 977984 (timeout) S 976780 977984 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 183138871 8867840 257 134679101440 93937646235648 93937646270664 140721977421360 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93937648368080 93937648370212 93937681563648 140721977422835 140721977423004 140721977423004 140721977429991 0
/proc/977984/statm: 2165 257 233 9 0 87 0
[pid=977985] ppid=977984 vsize=57616 memory=44136 CPUtime=1781.98 cores=5,7
/proc/977985/stat : 977985 (Exact) R 977984 977984 973793 0 -1 4194304 404113 0 0 0 178128 70 0 0 20 0 1 0 183138871 58998784 11034 134679101440 4194304 7210733 140732308176032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 13905920 140732308177935 140732308178085 140732308178085 140732308185072 0
/proc/977985/statm: 14404 11034 748 737 0 13492 0
Current children cumulated CPU time: 3576.06 s
Current children cumulated vsize: 76208 KiB
Current children cumulated memory: 47916 KiB

[startup+3590.4 s]
/proc/loadavg: 4.09 4.11 4.09 6/262 979163
/proc/meminfo: memFree=126839180/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2752 CPUtime=1794.08 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 265 108892 0 0 0 0 177139 2269 20 0 1 0 182959070 10170368 688 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 688 598 264 0 134 0
[pid=977984] ppid=976780 vsize=8660 memory=1028 CPUtime=0 cores=5,7
/proc/977984/stat : 977984 (timeout) S 976780 977984 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 183138871 8867840 257 134679101440 93937646235648 93937646270664 140721977421360 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93937648368080 93937648370212 93937681563648 140721977422835 140721977423004 140721977423004 140721977429991 0
/proc/977984/statm: 2165 257 233 9 0 87 0
[pid=977985] ppid=977984 vsize=57616 memory=44136 CPUtime=1788.36 cores=5,7
/proc/977985/stat : 977985 (Exact) R 977984 977984 973793 0 -1 4194304 404113 0 0 0 178766 70 0 0 20 0 1 0 183138871 58998784 11034 134679101440 4194304 7210733 140732308176032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 13905920 140732308177935 140732308178085 140732308178085 140732308185072 0
/proc/977985/statm: 14404 11034 748 737 0 13492 0
Current children cumulated CPU time: 3582.44 s
Current children cumulated vsize: 76208 KiB
Current children cumulated memory: 47916 KiB

[startup+3593.6 s]
/proc/loadavg: 4.16 4.13 4.09 5/262 979163
/proc/meminfo: memFree=126838968/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2752 CPUtime=1794.08 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 265 108892 0 0 0 0 177139 2269 20 0 1 0 182959070 10170368 688 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 688 598 264 0 134 0
[pid=977984] ppid=976780 vsize=8660 memory=1028 CPUtime=0 cores=5,7
/proc/977984/stat : 977984 (timeout) S 976780 977984 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 183138871 8867840 257 134679101440 93937646235648 93937646270664 140721977421360 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93937648368080 93937648370212 93937681563648 140721977422835 140721977423004 140721977423004 140721977429991 0
/proc/977984/statm: 2165 257 233 9 0 87 0
[pid=977985] ppid=977984 vsize=57616 memory=44136 CPUtime=1791.55 cores=5,7
/proc/977985/stat : 977985 (Exact) R 977984 977984 973793 0 -1 4194304 404122 0 0 0 179085 70 0 0 20 0 1 0 183138871 58998784 11034 134679101440 4194304 7210733 140732308176032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 13905920 140732308177935 140732308178085 140732308178085 140732308185072 0
/proc/977985/statm: 14404 11034 748 737 0 13492 0
Current children cumulated CPU time: 3585.63 s
Current children cumulated vsize: 76208 KiB
Current children cumulated memory: 47916 KiB

[startup+3595.2 s]
/proc/loadavg: 4.16 4.13 4.09 5/262 979163
/proc/meminfo: memFree=126840232/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2752 CPUtime=1794.08 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 265 108892 0 0 0 0 177139 2269 20 0 1 0 182959070 10170368 688 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 688 598 264 0 134 0
[pid=977984] ppid=976780 vsize=8660 memory=1028 CPUtime=0 cores=5,7
/proc/977984/stat : 977984 (timeout) S 976780 977984 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 183138871 8867840 257 134679101440 93937646235648 93937646270664 140721977421360 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93937648368080 93937648370212 93937681563648 140721977422835 140721977423004 140721977423004 140721977429991 0
/proc/977984/statm: 2165 257 233 9 0 87 0
[pid=977985] ppid=977984 vsize=56016 memory=42916 CPUtime=1793.15 cores=5,7
/proc/977985/stat : 977985 (Exact) R 977984 977984 973793 0 -1 4194304 404320 0 0 0 179245 70 0 0 20 0 1 0 183138871 57360384 10729 134679101440 4194304 7210733 140732308176032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 13905920 140732308177935 140732308178085 140732308178085 140732308185072 0
/proc/977985/statm: 14004 10729 748 737 0 13092 0
Current children cumulated CPU time: 3587.23 s
Current children cumulated vsize: 74608 KiB
Current children cumulated memory: 46696 KiB

[startup+3595.6 s]
/proc/loadavg: 4.16 4.13 4.09 5/262 979163
/proc/meminfo: memFree=126840232/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2752 CPUtime=1794.08 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 265 108892 0 0 0 0 177139 2269 20 0 1 0 182959070 10170368 688 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 688 598 264 0 134 0
[pid=977984] ppid=976780 vsize=8660 memory=1028 CPUtime=0 cores=5,7
/proc/977984/stat : 977984 (timeout) S 976780 977984 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 183138871 8867840 257 134679101440 93937646235648 93937646270664 140721977421360 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93937648368080 93937648370212 93937681563648 140721977422835 140721977423004 140721977423004 140721977429991 0
/proc/977984/statm: 2165 257 233 9 0 87 0
[pid=977985] ppid=977984 vsize=56016 memory=42916 CPUtime=1793.55 cores=5,7
/proc/977985/stat : 977985 (Exact) R 977984 977984 973793 0 -1 4194304 404320 0 0 0 179285 70 0 0 20 0 1 0 183138871 57360384 10729 134679101440 4194304 7210733 140732308176032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 13905920 140732308177935 140732308178085 140732308178085 140732308185072 0
/proc/977985/statm: 14004 10729 748 737 0 13092 0
Current children cumulated CPU time: 3587.63 s
Current children cumulated vsize: 74608 KiB
Current children cumulated memory: 46696 KiB

[startup+3596 s]*
/proc/loadavg: 4.15 4.12 4.09 5/262 979163
/proc/meminfo: memFree=126840240/131524600 swapFree=131071996/131071996
[pid=976780] ppid=976777 vsize=9932 memory=2752 CPUtime=1794.08 cores=5,7
/proc/976780/stat : 976780 (Hybrid-LSMabSP+) S 976777 976780 973793 0 -1 4194304 265 108892 0 0 0 0 177139 2269 20 0 1 0 182959070 10170368 688 134679101440 94303620640768 94303621720088 140728669797680 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94303623818544 94303623865732 94303653847040 140728669803495 140728669803641 140728669803641 140728669810657 0
/proc/976780/statm: 2483 688 598 264 0 134 0
[pid=977984] ppid=976780 vsize=8660 memory=1028 CPUtime=0 cores=5,7
/proc/977984/stat : 977984 (timeout) S 976780 977984 973793 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 183138871 8867840 257 134679101440 93937646235648 93937646270664 140721977421360 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93937648368080 93937648370212 93937681563648 140721977422835 140721977423004 140721977423004 140721977429991 0
/proc/977984/statm: 2165 257 233 9 0 87 0
[pid=977985] ppid=977984 vsize=56016 memory=42916 CPUtime=1793.95 cores=5,7
/proc/977985/stat : 977985 (Exact) R 977984 977984 973793 0 -1 4194304 404868 0 0 0 179325 70 0 0 20 0 1 0 183138871 57360384 10729 134679101440 4194304 7210733 140732308176032 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 13905920 140732308177935 140732308178085 140732308178085 140732308185072 0
/proc/977985/statm: 14004 10729 748 737 0 13092 0
Current children cumulated CPU time: 3588.03 s
Current children cumulated vsize: 74608 KiB
Current children cumulated memory: 46696 KiB

Child status: 0

Real time (s): 3596.02
CPU time (s): 3588.08
CPU user time (s): 3564.67
CPU system time (s): 23.4114
CPU usage (%): 99.7792
Max. virtual memory (cumulated for all children) (KiB): 654772
Max. memory (cumulated for all children) (KiB): 603832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3564.67
system time used= 23.4114
maximum resident set size= 600116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515602
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94
involuntary context switches= 2656


# summary of solver processes directly reported to runsolver:
#   pid: 976780
#   total CPU time (s): 3588.08
#   total CPU user time (s): 3564.67
#   total CPU system time (s): 23.4114

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.44845 second user time and 16.4149 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-18 15:06:02
IDJOB=4443954
IDBENCH=147891
IDSOLVER=3070
FILE ID=nodeC022/4443954-1721307949
RUNJOBID= nodeC022-1721305162-973806
SLURM_JOB_ID= 7542631
Free space on /tmp= 889932 MiB

SOLVER NAME= Hybrid-LSMabSP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= ./Hybrid-LSMabSP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443954-1721307949/watcher-4443954-1721307949 -o /tmp/evaluation-result-4443954-1721307949/solver-4443954-1721307949 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721305162-973806 --watchdog 3760  ./Hybrid-LSMabSP+Exact HOME/instance-4443954-1721307949.opb 3600 HOME 31000

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

MD5SUM BENCH= f8e7200d7e9c4a7cfb6b4e6c5b6d430a
RANDOM SEED=404028848

nodeC022.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		: 3667.192
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.66
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		: 3671.501
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.96
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		: 3600.055
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.66
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.262
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.96
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		: 3667.175
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.66
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		: 3664.529
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.96
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		: 3600.071
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.66
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		: 3669.522
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125292424 kB
MemAvailable:   127852384 kB
Buffers:          471820 kB
Cached:          2914856 kB
SwapCached:            0 kB
Active:          1240148 kB
Inactive:        4342556 kB
Active(anon):       1612 kB
Inactive(anon):  2240372 kB
Active(file):    1238536 kB
Inactive(file):  2102184 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             22136 kB
Writeback:             0 kB
AnonPages:       2195500 kB
Mapped:           127144 kB
Shmem:             45912 kB
KReclaimable:     117776 kB
Slab:             232532 kB
SReclaimable:     117776 kB
SUnreclaim:       114756 kB
KernelStack:        4208 kB
PageTables:        13584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2667284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67040 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1912832 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:      260820 kB
DirectMap2M:    28872704 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890000 MiB
End job on nodeC022 at 2024-07-18 16:05:58