Trace number 4450184

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? 3586.24 3596.02

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
MD5SUM60aa0ac85dc632e57e54cb255f142331
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4830
Total number of constraints15140
Number of constraints which are clauses15140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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

3586.19/3596.01	c Filename:instance-4450184-1721408616.opb, Cutoff_time:1798, memory_limit_gb:29976
3586.19/3596.01	c Use Presolve
3586.19/3596.01	c Parse finsih
3586.19/3596.01	c Start Presolve
3586.19/3596.01	c After Reduce Vars: 4830 Clauses: 15140 Top clause weight: 1 Hard Clauses: 15140
3586.19/3596.01	c Use LS-small
3586.19/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 (61468 MiB free)
  memory of node 1: 64510 MiB (62127 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450184-1721408616/watcher-4450184-1721408616 -o /tmp/evaluation-result-4450184-1721408616/solver-4450184-1721408616 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721403220-1034120 --watchdog 3760 ./Hybrid-LSMabSP+Exact HOME/instance-4450184-1721408616.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=1037442, runsolver pid=1037439
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 4.31 4.17 4.13 5/264 1037446
/proc/meminfo: memFree=126550264/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2668 CPUtime=0 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 193029020 10170368 667 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 667 590 264 0 134 0
[pid=1037445] ppid=1037442 vsize=8660 memory=1000 CPUtime=0 cores=5,7
/proc/1037445/stat : 1037445 (timeout) S 1037442 1037445 1032016 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 193029021 8867840 250 134679101440 94691764506624 94691764541640 140730538799488 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94691766639056 94691766641188 94691773100032 140730538808359 140730538808475 140730538808475 140730538815463 0
/proc/1037445/statm: 2165 250 225 9 0 87 0
[pid=1037446] ppid=1037445 vsize=28032 memory=15720 CPUtime=0.09 cores=5,7
/proc/1037446/stat : 1037446 (LS-MabSP) R 1037445 1037445 1032016 0 -1 4194304 3042 0 0 0 9 0 0 0 20 0 1 0 193029021 28704768 3930 134679101440 4194304 15467897 140728516453680 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 54300672 140728516457530 140728516457633 140728516457633 140728516464621 0
/proc/1037446/statm: 7008 3930 1105 2753 0 3661 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 46624 KiB
Current children cumulated memory: 19388 KiB

[startup+0.205894 s]*
/proc/loadavg: 4.31 4.17 4.13 5/264 1037446
/proc/meminfo: memFree=126550112/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2668 CPUtime=0 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 193029020 10170368 667 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 667 590 264 0 134 0
[pid=1037445] ppid=1037442 vsize=8660 memory=1000 CPUtime=0 cores=5,7
/proc/1037445/stat : 1037445 (timeout) S 1037442 1037445 1032016 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 193029021 8867840 250 134679101440 94691764506624 94691764541640 140730538799488 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94691766639056 94691766641188 94691773100032 140730538808359 140730538808475 140730538808475 140730538815463 0
/proc/1037445/statm: 2165 250 225 9 0 87 0
[pid=1037446] ppid=1037445 vsize=28032 memory=15720 CPUtime=0.2 cores=5,7
/proc/1037446/stat : 1037446 (LS-MabSP) R 1037445 1037445 1032016 0 -1 4194304 3042 0 0 0 20 0 0 0 20 0 1 0 193029021 28704768 3930 134679101440 4194304 15467897 140728516453680 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 54300672 140728516457530 140728516457633 140728516457633 140728516464621 0
/proc/1037446/statm: 7008 3930 1105 2753 0 3661 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 46624 KiB
Current children cumulated memory: 19388 KiB

[startup+0.305849 s]*
/proc/loadavg: 4.31 4.17 4.13 5/264 1037446
/proc/meminfo: memFree=126547576/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2668 CPUtime=0 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 193029020 10170368 667 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 667 590 264 0 134 0
[pid=1037445] ppid=1037442 vsize=8660 memory=1000 CPUtime=0 cores=5,7
/proc/1037445/stat : 1037445 (timeout) S 1037442 1037445 1032016 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 193029021 8867840 250 134679101440 94691764506624 94691764541640 140730538799488 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94691766639056 94691766641188 94691773100032 140730538808359 140730538808475 140730538808475 140730538815463 0
/proc/1037445/statm: 2165 250 225 9 0 87 0
[pid=1037446] ppid=1037445 vsize=28032 memory=15720 CPUtime=0.3 cores=5,7
/proc/1037446/stat : 1037446 (LS-MabSP) R 1037445 1037445 1032016 0 -1 4194304 3042 0 0 0 30 0 0 0 20 0 1 0 193029021 28704768 3930 134679101440 4194304 15467897 140728516453680 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 54300672 140728516457530 140728516457633 140728516457633 140728516464621 0
/proc/1037446/statm: 7008 3930 1105 2753 0 3661 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 46624 KiB
Current children cumulated memory: 19388 KiB

[startup+0.700288 s]
/proc/loadavg: 4.31 4.17 4.13 5/264 1037446
/proc/meminfo: memFree=126512680/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2668 CPUtime=0 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 193029020 10170368 667 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 667 590 264 0 134 0
[pid=1037445] ppid=1037442 vsize=8660 memory=1000 CPUtime=0 cores=5,7
/proc/1037445/stat : 1037445 (timeout) S 1037442 1037445 1032016 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 193029021 8867840 250 134679101440 94691764506624 94691764541640 140730538799488 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94691766639056 94691766641188 94691773100032 140730538808359 140730538808475 140730538808475 140730538815463 0
/proc/1037445/statm: 2165 250 225 9 0 87 0
[pid=1037446] ppid=1037445 vsize=96556 memory=84720 CPUtime=0.69 cores=5,7
/proc/1037446/stat : 1037446 (LS-MabSP) R 1037445 1037445 1032016 0 -1 4194304 19452 0 0 0 66 3 0 0 20 0 1 0 193029021 98873344 21180 134679101440 4194304 15467897 140728516453680 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 54300672 140728516457530 140728516457633 140728516457633 140728516464621 0
/proc/1037446/statm: 24139 21180 2817 2753 0 20792 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 115148 KiB
Current children cumulated memory: 88388 KiB

[startup+1.50027 s]
/proc/loadavg: 4.28 4.16 4.13 5/264 1037446
/proc/meminfo: memFree=126483544/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2668 CPUtime=0 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 193029020 10170368 667 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 667 590 264 0 134 0
[pid=1037445] ppid=1037442 vsize=8660 memory=1000 CPUtime=0 cores=5,7
/proc/1037445/stat : 1037445 (timeout) S 1037442 1037445 1032016 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 193029021 8867840 250 134679101440 94691764506624 94691764541640 140730538799488 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94691766639056 94691766641188 94691773100032 140730538808359 140730538808475 140730538808475 140730538815463 0
/proc/1037445/statm: 2165 250 225 9 0 87 0
[pid=1037446] ppid=1037445 vsize=104168 memory=91428 CPUtime=1.48 cores=5,7
/proc/1037446/stat : 1037446 (LS-MabSP) R 1037445 1037445 1032016 0 -1 4194304 21142 0 0 0 145 3 0 0 20 0 1 0 193029021 106668032 22857 134679101440 4194304 15467897 140728516453680 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 54300672 140728516457530 140728516457633 140728516457633 140728516464621 0
/proc/1037446/statm: 26042 22857 2849 2753 0 22695 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 122760 KiB
Current children cumulated memory: 95096 KiB

[startup+3.10574 s]
/proc/loadavg: 4.28 4.16 4.13 5/264 1037446
/proc/meminfo: memFree=126468452/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2668 CPUtime=0 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 193029020 10170368 667 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 667 590 264 0 134 0
[pid=1037445] ppid=1037442 vsize=8660 memory=1000 CPUtime=0 cores=5,7
/proc/1037445/stat : 1037445 (timeout) S 1037442 1037445 1032016 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 193029021 8867840 250 134679101440 94691764506624 94691764541640 140730538799488 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94691766639056 94691766641188 94691773100032 140730538808359 140730538808475 140730538808475 140730538815463 0
/proc/1037445/statm: 2165 250 225 9 0 87 0
[pid=1037446] ppid=1037445 vsize=119736 memory=102408 CPUtime=3.08 cores=5,7
/proc/1037446/stat : 1037446 (LS-MabSP) R 1037445 1037445 1032016 0 -1 4194304 23859 0 0 0 305 3 0 0 20 0 1 0 193029021 122609664 25602 134679101440 4194304 15467897 140728516453680 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 54300672 140728516457530 140728516457633 140728516457633 140728516464621 0
/proc/1037446/statm: 29934 25602 2849 2753 0 26587 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 138328 KiB
Current children cumulated memory: 106076 KiB

[startup+6.30028 s]
/proc/loadavg: 4.26 4.16 4.13 5/264 1037447
/proc/meminfo: memFree=126416016/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2668 CPUtime=0 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 193029020 10170368 667 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 667 590 264 0 134 0
[pid=1037445] ppid=1037442 vsize=8660 memory=1000 CPUtime=0 cores=5,7
/proc/1037445/stat : 1037445 (timeout) S 1037442 1037445 1032016 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 193029021 8867840 250 134679101440 94691764506624 94691764541640 140730538799488 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94691766639056 94691766641188 94691773100032 140730538808359 140730538808475 140730538808475 140730538815463 0
/proc/1037445/statm: 2165 250 225 9 0 87 0
[pid=1037446] ppid=1037445 vsize=150392 memory=128360 CPUtime=6.27 cores=5,7
/proc/1037446/stat : 1037446 (LS-MabSP) R 1037445 1037445 1032016 0 -1 4194304 30746 0 0 0 622 5 0 0 20 0 1 0 193029021 154001408 32090 134679101440 4194304 15467897 140728516453680 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 54300672 140728516457530 140728516457633 140728516457633 140728516464621 0
/proc/1037446/statm: 37598 32090 2849 2753 0 34251 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 168984 KiB
Current children cumulated memory: 132028 KiB

[startup+12.7003 s]
/proc/loadavg: 4.24 4.16 4.13 5/264 1037447
/proc/meminfo: memFree=126406532/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2668 CPUtime=0 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 193029020 10170368 667 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 667 590 264 0 134 0
[pid=1037445] ppid=1037442 vsize=8660 memory=1000 CPUtime=0 cores=5,7
/proc/1037445/stat : 1037445 (timeout) S 1037442 1037445 1032016 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 193029021 8867840 250 134679101440 94691764506624 94691764541640 140730538799488 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94691766639056 94691766641188 94691773100032 140730538808359 140730538808475 140730538808475 140730538815463 0
/proc/1037445/statm: 2165 250 225 9 0 87 0
[pid=1037446] ppid=1037445 vsize=162064 memory=139932 CPUtime=12.65 cores=5,7
/proc/1037446/stat : 1037446 (LS-MabSP) R 1037445 1037445 1032016 0 -1 4194304 33674 0 0 0 1260 5 0 0 20 0 1 0 193029021 165953536 34983 134679101440 4194304 15467897 140728516453680 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 54300672 140728516457530 140728516457633 140728516457633 140728516464621 0
/proc/1037446/statm: 40516 34983 2849 2753 0 37169 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 180656 KiB
Current children cumulated memory: 143600 KiB

[startup+25.5003 s]
/proc/loadavg: 4.20 4.15 4.12 6/264 1037451
/proc/meminfo: memFree=126398472/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2668 CPUtime=0 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 193029020 10170368 667 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 667 590 264 0 134 0
[pid=1037445] ppid=1037442 vsize=8660 memory=1000 CPUtime=0 cores=5,7
/proc/1037445/stat : 1037445 (timeout) S 1037442 1037445 1032016 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 193029021 8867840 250 134679101440 94691764506624 94691764541640 140730538799488 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94691766639056 94691766641188 94691773100032 140730538808359 140730538808475 140730538808475 140730538815463 0
/proc/1037445/statm: 2165 250 225 9 0 87 0
[pid=1037446] ppid=1037445 vsize=162064 memory=139932 CPUtime=25.4 cores=5,7
/proc/1037446/stat : 1037446 (LS-MabSP) R 1037445 1037445 1032016 0 -1 4194304 33690 0 0 0 2535 5 0 0 20 0 1 0 193029021 165953536 34983 134679101440 4194304 15467897 140728516453680 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 54300672 140728516457530 140728516457633 140728516457633 140728516464621 0
/proc/1037446/statm: 40516 34983 2849 2753 0 37169 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 180656 KiB
Current children cumulated memory: 143600 KiB

[startup+51.1061 s]
/proc/loadavg: 4.12 4.14 4.12 5/264 1037454
/proc/meminfo: memFree=126346240/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2668 CPUtime=0 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 193029020 10170368 667 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 667 590 264 0 134 0
[pid=1037445] ppid=1037442 vsize=8660 memory=1000 CPUtime=0 cores=5,7
/proc/1037445/stat : 1037445 (timeout) S 1037442 1037445 1032016 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 193029021 8867840 250 134679101440 94691764506624 94691764541640 140730538799488 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94691766639056 94691766641188 94691773100032 140730538808359 140730538808475 140730538808475 140730538815463 0
/proc/1037445/statm: 2165 250 225 9 0 87 0
[pid=1037446] ppid=1037445 vsize=200424 memory=176084 CPUtime=50.9 cores=5,7
/proc/1037446/stat : 1037446 (LS-MabSP) R 1037445 1037445 1032016 0 -1 4194304 42720 0 0 0 5083 7 0 0 20 0 1 0 193029021 205234176 44021 134679101440 4194304 15467897 140728516453680 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 54300672 140728516457530 140728516457633 140728516457633 140728516464621 0
/proc/1037446/statm: 50106 44021 2849 2753 0 46759 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 219016 KiB
Current children cumulated memory: 179752 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.14 4.12 5/263 1037463
/proc/meminfo: memFree=126276668/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2668 CPUtime=0 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 193029020 10170368 667 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 667 590 264 0 134 0

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

/proc/1038471/statm: 11782 8118 748 737 0 10870 0
Current children cumulated CPU time: 3392.95 s
Current children cumulated vsize: 65720 KiB
Current children cumulated memory: 36204 KiB

[startup+3462.3 s]
/proc/loadavg: 2.15 2.10 2.41 3/246 1039344
/proc/meminfo: memFree=126777608/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2716 CPUtime=1792.42 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 267 76915 0 0 0 0 177143 2099 20 0 1 0 193029020 10170368 679 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 679 590 264 0 134 0
[pid=1038470] ppid=1037442 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1038470/stat : 1038470 (timeout) S 1037442 1038470 1032016 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 193208821 8867840 254 134679101440 93998045184000 93998045219016 140721606180368 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93998047316432 93998047318564 93998076768256 140721606181874 140721606182043 140721606182043 140721606189031 0
/proc/1038470/statm: 2165 254 230 9 0 87 0
[pid=1038471] ppid=1038470 vsize=47984 memory=33144 CPUtime=1660.38 cores=5,7
/proc/1038471/stat : 1038471 (Exact) R 1038470 1038470 1032016 0 -1 4194304 74652 0 0 0 166025 13 0 0 20 0 1 0 193208821 49135616 8286 134679101440 4194304 7210733 140724087047504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 33681408 140724087051278 140724087051428 140724087051428 140724087058416 0
/proc/1038471/statm: 11996 8286 748 737 0 11084 0
Current children cumulated CPU time: 3452.8 s
Current children cumulated vsize: 66576 KiB
Current children cumulated memory: 36876 KiB

[startup+3522.3 s]
/proc/loadavg: 2.05 2.08 2.38 3/246 1039354
/proc/meminfo: memFree=126777004/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2716 CPUtime=1792.42 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 267 76915 0 0 0 0 177143 2099 20 0 1 0 193029020 10170368 679 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 679 590 264 0 134 0
[pid=1038470] ppid=1037442 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1038470/stat : 1038470 (timeout) S 1037442 1038470 1032016 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 193208821 8867840 254 134679101440 93998045184000 93998045219016 140721606180368 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93998047316432 93998047318564 93998076768256 140721606181874 140721606182043 140721606182043 140721606189031 0
/proc/1038470/statm: 2165 254 230 9 0 87 0
[pid=1038471] ppid=1038470 vsize=48416 memory=33816 CPUtime=1720.24 cores=5,7
/proc/1038471/stat : 1038471 (Exact) R 1038470 1038470 1032016 0 -1 4194304 77673 0 0 0 172011 13 0 0 20 0 1 0 193208821 49577984 8454 134679101440 4194304 7210733 140724087047504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 33681408 140724087051278 140724087051428 140724087051428 140724087058416 0
/proc/1038471/statm: 12104 8454 748 737 0 11192 0
Current children cumulated CPU time: 3512.66 s
Current children cumulated vsize: 67008 KiB
Current children cumulated memory: 37548 KiB

[startup+3582.3 s]
/proc/loadavg: 2.06 2.08 2.36 3/247 1039366
/proc/meminfo: memFree=126775480/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2716 CPUtime=1792.42 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 267 76915 0 0 0 0 177143 2099 20 0 1 0 193029020 10170368 679 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 679 590 264 0 134 0
[pid=1038470] ppid=1037442 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1038470/stat : 1038470 (timeout) S 1037442 1038470 1032016 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 193208821 8867840 254 134679101440 93998045184000 93998045219016 140721606180368 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93998047316432 93998047318564 93998076768256 140721606181874 140721606182043 140721606182043 140721606189031 0
/proc/1038470/statm: 2165 254 230 9 0 87 0
[pid=1038471] ppid=1038470 vsize=48712 memory=33880 CPUtime=1780.1 cores=5,7
/proc/1038471/stat : 1038471 (Exact) R 1038470 1038470 1032016 0 -1 4194304 79597 0 0 0 177996 14 0 0 20 0 1 0 193208821 49881088 8470 134679101440 4194304 7210733 140724087047504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 33681408 140724087051278 140724087051428 140724087051428 140724087058416 0
/proc/1038471/statm: 12178 8470 748 737 0 11266 0
Current children cumulated CPU time: 3572.52 s
Current children cumulated vsize: 67304 KiB
Current children cumulated memory: 37612 KiB

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

# cumulated CPU time of all completed processes:  user=3565.09 s, system=21.1467 s

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

[startup+3584 s]*
/proc/loadavg: 2.06 2.08 2.36 2/238 1039408
/proc/meminfo: memFree=126830880/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2716 CPUtime=1792.42 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 267 76915 0 0 0 0 177143 2099 20 0 1 0 193029020 10170368 679 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 679 590 264 0 134 0
[pid=1038470] ppid=1037442 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1038470/stat : 1038470 (timeout) S 1037442 1038470 1032016 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 193208821 8867840 254 134679101440 93998045184000 93998045219016 140721606180368 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93998047316432 93998047318564 93998076768256 140721606181874 140721606182043 140721606182043 140721606189031 0
/proc/1038470/statm: 2165 254 230 9 0 87 0
[pid=1038471] ppid=1038470 vsize=48044 memory=33388 CPUtime=1781.8 cores=5,7
/proc/1038471/stat : 1038471 (Exact) R 1038470 1038470 1032016 0 -1 4194304 79693 0 0 0 178166 14 0 0 20 0 1 0 193208821 49197056 8347 134679101440 4194304 7210733 140724087047504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 33681408 140724087051278 140724087051428 140724087051428 140724087058416 0
/proc/1038471/statm: 12011 8347 748 737 0 11099 0
Current children cumulated CPU time: 3574.22 s
Current children cumulated vsize: 66636 KiB
Current children cumulated memory: 37120 KiB

[startup+3590.4 s]
/proc/loadavg: 2.05 2.08 2.36 2/238 1039410
/proc/meminfo: memFree=126830396/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2716 CPUtime=1792.42 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 267 76915 0 0 0 0 177143 2099 20 0 1 0 193029020 10170368 679 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 679 590 264 0 134 0
[pid=1038470] ppid=1037442 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1038470/stat : 1038470 (timeout) S 1037442 1038470 1032016 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 193208821 8867840 254 134679101440 93998045184000 93998045219016 140721606180368 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93998047316432 93998047318564 93998076768256 140721606181874 140721606182043 140721606182043 140721606189031 0
/proc/1038470/statm: 2165 254 230 9 0 87 0
[pid=1038471] ppid=1038470 vsize=48744 memory=33912 CPUtime=1788.18 cores=5,7
/proc/1038471/stat : 1038471 (Exact) R 1038470 1038470 1032016 0 -1 4194304 79869 0 0 0 178804 14 0 0 20 0 1 0 193208821 49913856 8478 134679101440 4194304 7210733 140724087047504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 33681408 140724087051278 140724087051428 140724087051428 140724087058416 0
/proc/1038471/statm: 12186 8478 748 737 0 11274 0
Current children cumulated CPU time: 3580.6 s
Current children cumulated vsize: 67336 KiB
Current children cumulated memory: 37644 KiB

[startup+3593.6 s]
/proc/loadavg: 1.97 2.06 2.35 2/238 1039410
/proc/meminfo: memFree=126830388/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2716 CPUtime=1792.42 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 267 76915 0 0 0 0 177143 2099 20 0 1 0 193029020 10170368 679 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 679 590 264 0 134 0
[pid=1038470] ppid=1037442 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1038470/stat : 1038470 (timeout) S 1037442 1038470 1032016 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 193208821 8867840 254 134679101440 93998045184000 93998045219016 140721606180368 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93998047316432 93998047318564 93998076768256 140721606181874 140721606182043 140721606182043 140721606189031 0
/proc/1038470/statm: 2165 254 230 9 0 87 0
[pid=1038471] ppid=1038470 vsize=48744 memory=33912 CPUtime=1791.38 cores=5,7
/proc/1038471/stat : 1038471 (Exact) R 1038470 1038470 1032016 0 -1 4194304 79869 0 0 0 179124 14 0 0 20 0 1 0 193208821 49913856 8478 134679101440 4194304 7210733 140724087047504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 33681408 140724087051278 140724087051428 140724087051428 140724087058416 0
/proc/1038471/statm: 12186 8478 748 737 0 11274 0
Current children cumulated CPU time: 3583.8 s
Current children cumulated vsize: 67336 KiB
Current children cumulated memory: 37644 KiB

[startup+3595.2 s]
/proc/loadavg: 1.97 2.06 2.35 2/238 1039411
/proc/meminfo: memFree=126830948/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2716 CPUtime=1792.42 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 267 76915 0 0 0 0 177143 2099 20 0 1 0 193029020 10170368 679 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 679 590 264 0 134 0
[pid=1038470] ppid=1037442 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1038470/stat : 1038470 (timeout) S 1037442 1038470 1032016 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 193208821 8867840 254 134679101440 93998045184000 93998045219016 140721606180368 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93998047316432 93998047318564 93998076768256 140721606181874 140721606182043 140721606182043 140721606189031 0
/proc/1038470/statm: 2165 254 230 9 0 87 0
[pid=1038471] ppid=1038470 vsize=48076 memory=33420 CPUtime=1792.97 cores=5,7
/proc/1038471/stat : 1038471 (Exact) R 1038470 1038470 1032016 0 -1 4194304 79967 0 0 0 179283 14 0 0 20 0 1 0 193208821 49229824 8355 134679101440 4194304 7210733 140724087047504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 33681408 140724087051278 140724087051428 140724087051428 140724087058416 0
/proc/1038471/statm: 12019 8355 748 737 0 11107 0
Current children cumulated CPU time: 3585.39 s
Current children cumulated vsize: 66668 KiB
Current children cumulated memory: 37152 KiB

[startup+3595.6 s]
/proc/loadavg: 1.97 2.06 2.35 2/238 1039411
/proc/meminfo: memFree=126830948/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2716 CPUtime=1792.42 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 267 76915 0 0 0 0 177143 2099 20 0 1 0 193029020 10170368 679 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 679 590 264 0 134 0
[pid=1038470] ppid=1037442 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1038470/stat : 1038470 (timeout) S 1037442 1038470 1032016 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 193208821 8867840 254 134679101440 93998045184000 93998045219016 140721606180368 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93998047316432 93998047318564 93998076768256 140721606181874 140721606182043 140721606182043 140721606189031 0
/proc/1038470/statm: 2165 254 230 9 0 87 0
[pid=1038471] ppid=1038470 vsize=48076 memory=33420 CPUtime=1793.37 cores=5,7
/proc/1038471/stat : 1038471 (Exact) R 1038470 1038470 1032016 0 -1 4194304 79967 0 0 0 179323 14 0 0 20 0 1 0 193208821 49229824 8355 134679101440 4194304 7210733 140724087047504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 33681408 140724087051278 140724087051428 140724087051428 140724087058416 0
/proc/1038471/statm: 12019 8355 748 737 0 11107 0
Current children cumulated CPU time: 3585.79 s
Current children cumulated vsize: 66668 KiB
Current children cumulated memory: 37152 KiB

[startup+3596 s]*
/proc/loadavg: 1.97 2.06 2.35 2/238 1039411
/proc/meminfo: memFree=126830360/131524600 swapFree=131071996/131071996
[pid=1037442] ppid=1037439 vsize=9932 memory=2716 CPUtime=1792.42 cores=5,7
/proc/1037442/stat : 1037442 (Hybrid-LSMabSP+) S 1037439 1037442 1032016 0 -1 4194304 267 76915 0 0 0 0 177143 2099 20 0 1 0 193029020 10170368 679 134679101440 93975688818688 93975689898008 140727332976480 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93975691996464 93975692043652 93975722688512 140727332983782 140727332983928 140727332983928 140727332990945 0
/proc/1037442/statm: 2483 679 590 264 0 134 0
[pid=1038470] ppid=1037442 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1038470/stat : 1038470 (timeout) S 1037442 1038470 1032016 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 193208821 8867840 254 134679101440 93998045184000 93998045219016 140721606180368 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 93998047316432 93998047318564 93998076768256 140721606181874 140721606182043 140721606182043 140721606189031 0
/proc/1038470/statm: 2165 254 230 9 0 87 0
[pid=1038471] ppid=1038470 vsize=48776 memory=33944 CPUtime=1793.77 cores=5,7
/proc/1038471/stat : 1038471 (Exact) R 1038470 1038470 1032016 0 -1 4194304 80140 0 0 0 179363 14 0 0 20 0 1 0 193208821 49946624 8486 134679101440 4194304 7210733 140724087047504 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7850304 7914896 33681408 140724087051278 140724087051428 140724087051428 140724087058416 0
/proc/1038471/statm: 12194 8486 748 737 0 11282 0
Current children cumulated CPU time: 3586.19 s
Current children cumulated vsize: 67368 KiB
Current children cumulated memory: 37676 KiB

Child status: 0

Real time (s): 3596.02
CPU time (s): 3586.24
CPU user time (s): 3565.09
CPU system time (s): 21.1467
CPU usage (%): 99.728
Max. virtual memory (cumulated for all children) (KiB): 311328
Max. memory (cumulated for all children) (KiB): 289416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3565.09
system time used= 21.1467
maximum resident set size= 285748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158907
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= 86
involuntary context switches= 3882


# summary of solver processes directly reported to runsolver:
#   pid: 1037442
#   total CPU time (s): 3586.24
#   total CPU user time (s): 3565.09
#   total CPU system time (s): 21.1467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.9339 second user time and 15.1205 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-19 19:03:49
IDJOB=4450184
IDBENCH=160409
IDSOLVER=3070
FILE ID=nodeC029/4450184-1721408616
RUNJOBID= nodeC029-1721403220-1034120
SLURM_JOB_ID= 7545452
Free space on /tmp= 890004 MiB

SOLVER NAME= Hybrid-LSMabSP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= ./Hybrid-LSMabSP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450184-1721408616/watcher-4450184-1721408616 -o /tmp/evaluation-result-4450184-1721408616/solver-4450184-1721408616 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721403220-1034120 --watchdog 3760  ./Hybrid-LSMabSP+Exact HOME/instance-4450184-1721408616.opb 3600 HOME 31000

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

MD5SUM BENCH= 60aa0ac85dc632e57e54cb255f142331
RANDOM SEED=1675948920

nodeC029.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		: 3671.010
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	: 7000.09
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		: 3669.164
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.98
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.067
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	: 7000.09
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.326
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.98
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		: 3671.081
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	: 7000.09
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		: 3667.601
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.98
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.298
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	: 7000.09
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.981
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.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126563508 kB
MemAvailable:   129437044 kB
Buffers:          520236 kB
Cached:          3168916 kB
SwapCached:            0 kB
Active:          1029952 kB
Inactive:        3250608 kB
Active(anon):       1520 kB
Inactive(anon):   635796 kB
Active(file):    1028432 kB
Inactive(file):  2614812 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             21388 kB
Writeback:             0 kB
AnonPages:        591520 kB
Mapped:           132848 kB
Shmem:             45912 kB
KReclaimable:     139876 kB
Slab:             257580 kB
SReclaimable:     139876 kB
SUnreclaim:       117704 kB
KernelStack:        4252 kB
PageTables:        10720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     923480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70624 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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:      281300 kB
DirectMap2M:    36192256 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC029 at 2024-07-19 20:03:45