Trace number 4449235

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-LSMabP+Exact 2024-07-11? (problem) 493.556 504.348

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
MD5SUM8e74907d75b3430f44949ac6e798f9f2
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 benchmark7.93447
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2766336
Total number of constraints11830
Number of constraints which are clauses5402
Number of constraints which are cardinality constraints (but not clauses)5402
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5402
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 1983745
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4451165
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

339.20/339.95	c Memory allocation failed: std::bad_alloc
490.95/492.04	terminate called after throwing an instance of 'std::bad_alloc'
490.95/492.04	  what():  std::bad_alloc
340.13/504.33	timeout: the monitored command dumped core
340.13/504.33	./Hybrid-LSMabP+Exact: line 98: 1002142 Aborted                 timeout -s 15 $TSECOND ./Exact $FNAME --verbosity=0 --format=opb --bits-overflow=0 --print-uniform=0 --print-sol > $TEMP_FILE_NAME2

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: 63968 MiB (62325 MiB free)
  memory of node 1: 64473 MiB (62870 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449235-1721368653/watcher-4449235-1721368653 -o /tmp/evaluation-result-4449235-1721368653/solver-4449235-1721368653 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721364992-999205 --watchdog 3760 ./Hybrid-LSMabP+Exact HOME/instance-4449235-1721368653.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
Current StackSize limit: 8192 KiB

solver pid=1001618, runsolver pid=1001615

[startup+0.100133 s]*
/proc/loadavg: 4.09 4.11 4.09 5/265 1001622
/proc/meminfo: memFree=128028268/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 234 101 0 0 0 0 0 0 20 0 1 0 189036333 10170368 666 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 666 588 264 0 134 0
[pid=1001621] ppid=1001618 vsize=8660 memory=1020 CPUtime=0 cores=5,7
/proc/1001621/stat : 1001621 (timeout) S 1001618 1001621 999191 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 189036334 8867840 255 134679101440 94583807807488 94583807842504 140722365984336 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94583809939920 94583809942052 94583822307328 140722365989922 140722365990044 140722365990044 140722365997031 0
/proc/1001621/statm: 2165 255 230 9 0 87 0
[pid=1001622] ppid=1001621 vsize=173588 memory=161272 CPUtime=0.09 cores=5,7
/proc/1001622/stat : 1001622 (LS-MabP) R 1001621 1001621 999191 0 -1 4194304 3058 0 0 0 7 2 0 0 20 0 1 0 189036334 177754112 40318 134679101440 4194304 15467897 140724959814128 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 48316416 140724959822902 140724959823011 140724959823011 140724959829998 0
/proc/1001622/statm: 43397 40318 1073 2753 0 40050 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 192180 KiB
Current children cumulated memory: 164956 KiB

[startup+0.206278 s]*
/proc/loadavg: 4.09 4.11 4.09 5/265 1001622
/proc/meminfo: memFree=127998028/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 234 101 0 0 0 0 0 0 20 0 1 0 189036333 10170368 666 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 666 588 264 0 134 0
[pid=1001621] ppid=1001618 vsize=8660 memory=1020 CPUtime=0 cores=5,7
/proc/1001621/stat : 1001621 (timeout) S 1001618 1001621 999191 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 189036334 8867840 255 134679101440 94583807807488 94583807842504 140722365984336 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94583809939920 94583809942052 94583822307328 140722365989922 140722365990044 140722365990044 140722365997031 0
/proc/1001621/statm: 2165 255 230 9 0 87 0
[pid=1001622] ppid=1001621 vsize=173588 memory=161272 CPUtime=0.19 cores=5,7
/proc/1001622/stat : 1001622 (LS-MabP) R 1001621 1001621 999191 0 -1 4194304 3058 0 0 0 17 2 0 0 20 0 1 0 189036334 177754112 40318 134679101440 4194304 15467897 140724959814128 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 48316416 140724959822902 140724959823011 140724959823011 140724959829998 0
/proc/1001622/statm: 43397 40318 1073 2753 0 40050 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 192180 KiB
Current children cumulated memory: 164956 KiB

[startup+0.30629 s]*
/proc/loadavg: 4.09 4.11 4.09 5/265 1001622
/proc/meminfo: memFree=127970140/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 234 101 0 0 0 0 0 0 20 0 1 0 189036333 10170368 666 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 666 588 264 0 134 0
[pid=1001621] ppid=1001618 vsize=8660 memory=1020 CPUtime=0 cores=5,7
/proc/1001621/stat : 1001621 (timeout) S 1001618 1001621 999191 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 189036334 8867840 255 134679101440 94583807807488 94583807842504 140722365984336 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94583809939920 94583809942052 94583822307328 140722365989922 140722365990044 140722365990044 140722365997031 0
/proc/1001621/statm: 2165 255 230 9 0 87 0
[pid=1001622] ppid=1001621 vsize=173588 memory=161272 CPUtime=0.29 cores=5,7
/proc/1001622/stat : 1001622 (LS-MabP) R 1001621 1001621 999191 0 -1 4194304 3058 0 0 0 27 2 0 0 20 0 1 0 189036334 177754112 40318 134679101440 4194304 15467897 140724959814128 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 48316416 140724959822902 140724959823011 140724959823011 140724959829998 0
/proc/1001622/statm: 43397 40318 1073 2753 0 40050 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 192180 KiB
Current children cumulated memory: 164956 KiB

[startup+0.700219 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 1001622
/proc/meminfo: memFree=127909384/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 234 101 0 0 0 0 0 0 20 0 1 0 189036333 10170368 666 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 666 588 264 0 134 0
[pid=1001621] ppid=1001618 vsize=8660 memory=1020 CPUtime=0 cores=5,7
/proc/1001621/stat : 1001621 (timeout) S 1001618 1001621 999191 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 189036334 8867840 255 134679101440 94583807807488 94583807842504 140722365984336 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94583809939920 94583809942052 94583822307328 140722365989922 140722365990044 140722365990044 140722365997031 0
/proc/1001621/statm: 2165 255 230 9 0 87 0
[pid=1001622] ppid=1001621 vsize=184816 memory=171628 CPUtime=0.69 cores=5,7
/proc/1001622/stat : 1001622 (LS-MabP) R 1001621 1001621 999191 0 -1 4194304 6167 0 0 0 66 3 0 0 20 0 1 0 189036334 189251584 42907 134679101440 4194304 15467897 140724959814128 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 48316416 140724959822902 140724959823011 140724959823011 140724959829998 0
/proc/1001622/statm: 46204 42907 1073 2753 0 42857 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 203408 KiB
Current children cumulated memory: 175312 KiB

[startup+1.50027 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 1001622
/proc/meminfo: memFree=127755880/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 234 101 0 0 0 0 0 0 20 0 1 0 189036333 10170368 666 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 666 588 264 0 134 0
[pid=1001621] ppid=1001618 vsize=8660 memory=1020 CPUtime=0 cores=5,7
/proc/1001621/stat : 1001621 (timeout) S 1001618 1001621 999191 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 189036334 8867840 255 134679101440 94583807807488 94583807842504 140722365984336 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94583809939920 94583809942052 94583822307328 140722365989922 140722365990044 140722365990044 140722365997031 0
/proc/1001621/statm: 2165 255 230 9 0 87 0
[pid=1001622] ppid=1001621 vsize=213208 memory=193932 CPUtime=1.48 cores=5,7
/proc/1001622/stat : 1001622 (LS-MabP) R 1001621 1001621 999191 0 -1 4194304 11217 0 0 0 145 3 0 0 20 0 1 0 189036334 218324992 48483 134679101440 4194304 15467897 140724959814128 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 48316416 140724959822902 140724959823011 140724959823011 140724959829998 0
/proc/1001622/statm: 53302 48483 1073 2753 0 49955 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 231800 KiB
Current children cumulated memory: 197616 KiB

[startup+3.106 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 1001622
/proc/meminfo: memFree=127136992/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 234 101 0 0 0 0 0 0 20 0 1 0 189036333 10170368 666 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 666 588 264 0 134 0
[pid=1001621] ppid=1001618 vsize=8660 memory=1020 CPUtime=0 cores=5,7
/proc/1001621/stat : 1001621 (timeout) S 1001618 1001621 999191 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 189036334 8867840 255 134679101440 94583807807488 94583807842504 140722365984336 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94583809939920 94583809942052 94583822307328 140722365989922 140722365990044 140722365990044 140722365997031 0
/proc/1001621/statm: 2165 255 230 9 0 87 0
[pid=1001622] ppid=1001621 vsize=260084 memory=236716 CPUtime=3.09 cores=5,7
/proc/1001622/stat : 1001622 (LS-MabP) R 1001621 1001621 999191 0 -1 4194304 19389 0 0 0 304 5 0 0 20 0 1 0 189036334 266326016 59179 134679101440 4194304 15467897 140724959814128 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 48316416 140724959822902 140724959823011 140724959823011 140724959829998 0
/proc/1001622/statm: 65021 59179 1073 2753 0 61674 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 278676 KiB
Current children cumulated memory: 240400 KiB

[startup+6.3002 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 1001624
/proc/meminfo: memFree=126213876/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 234 101 0 0 0 0 0 0 20 0 1 0 189036333 10170368 666 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 666 588 264 0 134 0
[pid=1001621] ppid=1001618 vsize=8660 memory=1020 CPUtime=0 cores=5,7
/proc/1001621/stat : 1001621 (timeout) S 1001618 1001621 999191 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 189036334 8867840 255 134679101440 94583807807488 94583807842504 140722365984336 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94583809939920 94583809942052 94583822307328 140722365989922 140722365990044 140722365990044 140722365997031 0
/proc/1001621/statm: 2165 255 230 9 0 87 0
[pid=1001622] ppid=1001621 vsize=352648 memory=320960 CPUtime=6.28 cores=5,7
/proc/1001622/stat : 1001622 (LS-MabP) R 1001621 1001621 999191 0 -1 4194304 34902 0 0 0 619 9 0 0 20 0 1 0 189036334 361111552 80240 134679101440 4194304 15467897 140724959814128 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 48316416 140724959822902 140724959823011 140724959823011 140724959829998 0
/proc/1001622/statm: 88162 80240 1073 2753 0 84815 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 371240 KiB
Current children cumulated memory: 324644 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.11 4.09 5/259 1001661
/proc/meminfo: memFree=127986928/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 234 101 0 0 0 0 0 0 20 0 1 0 189036333 10170368 666 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 666 588 264 0 134 0
[pid=1001621] ppid=1001618 vsize=8660 memory=1020 CPUtime=0 cores=5,7
/proc/1001621/stat : 1001621 (timeout) S 1001618 1001621 999191 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 189036334 8867840 255 134679101440 94583807807488 94583807842504 140722365984336 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94583809939920 94583809942052 94583822307328 140722365989922 140722365990044 140722365990044 140722365997031 0
/proc/1001621/statm: 2165 255 230 9 0 87 0
[pid=1001622] ppid=1001621 vsize=519956 memory=472016 CPUtime=12.66 cores=5,7
/proc/1001622/stat : 1001622 (LS-MabP) R 1001621 1001621 999191 0 -1 4194304 60994 0 0 0 1251 15 0 0 20 0 1 0 189036334 532434944 118004 134679101440 4194304 15467897 140724959814128 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 48316416 140724959822902 140724959823011 140724959823011 140724959829998 0
/proc/1001622/statm: 129989 118004 1073 2753 0 126642 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 538548 KiB
Current children cumulated memory: 475700 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.12 4.09 5/267 1001848
/proc/meminfo: memFree=127069748/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 234 101 0 0 0 0 0 0 20 0 1 0 189036333 10170368 666 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 666 588 264 0 134 0
[pid=1001621] ppid=1001618 vsize=8660 memory=1020 CPUtime=0 cores=5,7
/proc/1001621/stat : 1001621 (timeout) S 1001618 1001621 999191 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 189036334 8867840 255 134679101440 94583807807488 94583807842504 140722365984336 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94583809939920 94583809942052 94583822307328 140722365989922 140722365990044 140722365990044 140722365997031 0
/proc/1001621/statm: 2165 255 230 9 0 87 0
[pid=1001622] ppid=1001621 vsize=914096 memory=647056 CPUtime=25.43 cores=5,7
/proc/1001622/stat : 1001622 (LS-MabP) R 1001621 1001621 999191 0 -1 4194304 62648 0 0 0 2514 29 0 0 20 0 1 0 189036334 936034304 161764 134679101440 4194304 15467897 140724959814128 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 48316416 140724959822902 140724959823011 140724959823011 140724959829998 0
/proc/1001622/statm: 228524 161764 1073 2753 0 225177 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 932688 KiB
Current children cumulated memory: 650740 KiB

[startup+51.1062 s]
/proc/loadavg: 4.14 4.12 4.09 5/267 1001851
/proc/meminfo: memFree=124992036/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 234 101 0 0 0 0 0 0 20 0 1 0 189036333 10170368 666 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 666 588 264 0 134 0
[pid=1001621] ppid=1001618 vsize=8660 memory=1020 CPUtime=0 cores=5,7
/proc/1001621/stat : 1001621 (timeout) S 1001618 1001621 999191 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 189036334 8867840 255 134679101440 94583807807488 94583807842504 140722365984336 0 0 0 0 3145728 90119 0 0 0 17 5 0 0 0 0 0 94583809939920 94583809942052 94583822307328 140722365989922 140722365990044 140722365990044 140722365997031 0
/proc/1001621/statm: 2165 255 230 9 0 87 0
[pid=1001622] ppid=1001621 vsize=2025284 memory=1818380 CPUtime=50.99 cores=5,7
/proc/1001622/stat : 1001622 (LS-MabP) R 1001621 1001621 999191 0 -1 4194304 77918 0 0 0 5011 88 0 0 20 0 1 0 189036334 2073890816 454595 134679101440 4194304 15467897 140724959814128 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 17807032 17896208 48316416 140724959822902 140724959823011 140724959823011 140724959829998 0
/proc/1001622/statm: 506321 454595 1153 2753 0 502974 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 2043876 KiB
Current children cumulated memory: 1822064 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.13 4.10 5/267 1001923
/proc/meminfo: memFree=123928952/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 234 101 0 0 0 0 0 0 20 0 1 0 189036333 10170368 666 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 666 588 264 0 134 0

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

/proc/meminfo: memFree=97319676/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2708 CPUtime=340.13 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 266 7271518 0 0 0 0 32765 1248 20 0 1 0 189036333 10170368 677 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 677 588 264 0 134 0
[pid=1002142] ppid=1001618 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1002142/stat : 1002142 (timeout) S 1001618 1002142 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189070416 8867840 254 134679101440 94298356256768 94298356291784 140733705868784 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94298358389200 94298358391332 94298374909952 140733705872371 140733705872540 140733705872540 140733705879527 0
/proc/1002142/statm: 2165 254 230 9 0 87 0
[pid=1002143] ppid=1002142 vsize=14368084 memory=14088812 CPUtime=61.32 cores=5,7
/proc/1002143/stat : 1002143 (Exact) R 1002142 1002142 999191 0 -1 4194304 1796784 0 0 0 5634 498 0 0 20 0 1 0 189070416 14712918016 3522203 134679101440 4194304 7243121 140735314677392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7942632 8006904 18976768 140735314682895 140735314683045 140735314683045 140735314690032 0
/proc/1002143/statm: 3592021 3522203 788 745 0 3591086 0
Current children cumulated CPU time: 401.45 s
Current children cumulated vsize: 14386676 KiB
Current children cumulated memory: 14092536 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/262 1002166
/proc/meminfo: memFree=62786028/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2708 CPUtime=340.13 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 266 7271518 0 0 0 0 32765 1248 20 0 1 0 189036333 10170368 677 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 677 588 264 0 134 0
[pid=1002142] ppid=1001618 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1002142/stat : 1002142 (timeout) S 1001618 1002142 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189070416 8867840 254 134679101440 94298356256768 94298356291784 140733705868784 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94298358389200 94298358391332 94298374909952 140733705872371 140733705872540 140733705872540 140733705879527 0
/proc/1002142/statm: 2165 254 230 9 0 87 0
[pid=1002143] ppid=1002142 vsize=27423440 memory=24122128 CPUtime=121.19 cores=5,7
/proc/1002143/stat : 1002143 (Exact) R 1002142 1002142 999191 0 -1 4194304 3420561 0 0 0 11112 1007 0 0 20 0 1 0 189070416 28081602560 6030532 134679101440 4194304 7243121 140735314677392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7942632 8006904 18976768 140735314682895 140735314683045 140735314683045 140735314690032 0
/proc/1002143/statm: 6855860 6030532 788 745 0 6854925 0
Current children cumulated CPU time: 461.32 s
Current children cumulated vsize: 27442032 KiB
Current children cumulated memory: 24125852 KiB

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

# cumulated CPU time of all completed processes:  user=466.515 s, system=27.0406 s

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

[startup+486.4 s]
/proc/loadavg: 4.08 4.10 4.09 4/263 1002173
/proc/meminfo: memFree=46327048/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2708 CPUtime=340.13 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 266 7271518 0 0 0 0 32765 1248 20 0 1 0 189036333 10170368 677 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 677 588 264 0 134 0
[pid=1002142] ppid=1001618 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1002142/stat : 1002142 (timeout) S 1001618 1002142 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189070416 8867840 254 134679101440 94298356256768 94298356291784 140733705868784 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94298358389200 94298358391332 94298374909952 140733705872371 140733705872540 140733705872540 140733705879527 0
/proc/1002142/statm: 2165 254 230 9 0 87 0
[pid=1002143] ppid=1002142 vsize=30890920 memory=28814460 CPUtime=145.24 cores=5,7
/proc/1002143/stat : 1002143 (Exact) R 1002142 1002142 999191 0 -1 4194304 4288243 0 0 0 13356 1168 0 0 20 0 1 0 189070416 31632302080 7203615 134679101440 4194304 7243121 140735314677392 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7942632 8006904 18976768 140735314682895 140735314683045 140735314683045 140735314690032 0
/proc/1002143/statm: 7722730 7203615 788 745 0 7721795 0
Current children cumulated CPU time: 485.37 s
Current children cumulated vsize: 30909512 KiB
Current children cumulated memory: 28818184 KiB

[startup+492.801 s]
/proc/loadavg: 4.08 4.10 4.09 5/265 1002239
/proc/meminfo: memFree=74994660/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2708 CPUtime=340.13 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 266 7271518 0 0 0 0 32765 1248 20 0 1 0 189036333 10170368 677 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 677 588 264 0 134 0
[pid=1002142] ppid=1001618 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1002142/stat : 1002142 (timeout) S 1001618 1002142 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189070416 8867840 254 134679101440 94298356256768 94298356291784 140733705868784 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94298358389200 94298358391332 94298374909952 140733705872371 140733705872540 140733705872540 140733705879527 0
/proc/1002142/statm: 2165 254 230 9 0 87 0
[pid=1002143] ppid=1002142 vsize=31601052 memory=29819364 CPUtime=151.53 cores=5,7
/proc/1002143/stat : 1002143 (Exact) S 1002142 1002142 999191 0 -1 4195840 4466021 0 0 0 13885 1268 0 0 20 0 1 0 189070416 32359477248 7454841 134679101440 4194304 7243121 140735314677392 140735314651440 6712588 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7942632 8006904 18976768 140735314682895 140735314683045 140735314683045 140735314690032 0
/proc/1002143/statm: 7900263 7454841 788 745 0 7899328 0
Current children cumulated CPU time: 491.66 s
Current children cumulated vsize: 31619644 KiB
Current children cumulated memory: 29823088 KiB

[startup+499.2 s]
/proc/loadavg: 4.15 4.12 4.09 4/266 1002242
/proc/meminfo: memFree=70109300/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2708 CPUtime=340.13 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 266 7271518 0 0 0 0 32765 1248 20 0 1 0 189036333 10170368 677 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 677 588 264 0 134 0
[pid=1002142] ppid=1001618 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1002142/stat : 1002142 (timeout) S 1001618 1002142 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189070416 8867840 254 134679101440 94298356256768 94298356291784 140733705868784 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94298358389200 94298358391332 94298374909952 140733705872371 140733705872540 140733705872540 140733705879527 0
/proc/1002142/statm: 2165 254 230 9 0 87 0
[pid=1002143] ppid=1002142 vsize=31601052 memory=29819364 CPUtime=152.82 cores=5,7
/proc/1002143/stat : 1002143 (Exact) S 1002142 1002142 999191 0 -1 4195840 4466021 0 0 0 13885 1397 0 0 20 0 1 0 189070416 32359477248 7454841 134679101440 4194304 7243121 140735314677392 140735314651440 6712588 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7942632 8006904 18976768 140735314682895 140735314683045 140735314683045 140735314690032 0
/proc/1002143/statm: 7900263 7454841 788 745 0 7899328 0
Current children cumulated CPU time: 492.95 s
Current children cumulated vsize: 31619644 KiB
Current children cumulated memory: 29823088 KiB

[startup+502.4 s]
/proc/loadavg: 4.14 4.12 4.09 4/267 1002243
/proc/meminfo: memFree=69267396/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2708 CPUtime=340.13 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 266 7271518 0 0 0 0 32765 1248 20 0 1 0 189036333 10170368 677 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 677 588 264 0 134 0
[pid=1002142] ppid=1001618 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1002142/stat : 1002142 (timeout) S 1001618 1002142 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189070416 8867840 254 134679101440 94298356256768 94298356291784 140733705868784 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94298358389200 94298358391332 94298374909952 140733705872371 140733705872540 140733705872540 140733705879527 0
/proc/1002142/statm: 2165 254 230 9 0 87 0
[pid=1002143] ppid=1002142 vsize=31601052 memory=29819364 CPUtime=152.82 cores=5,7
/proc/1002143/stat : 1002143 (Exact) S 1002142 1002142 999191 0 -1 4195840 4466021 0 0 0 13885 1397 0 0 20 0 1 0 189070416 32359477248 7454841 134679101440 4194304 7243121 140735314677392 140735314651440 6712588 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7942632 8006904 18976768 140735314682895 140735314683045 140735314683045 140735314690032 0
/proc/1002143/statm: 7900263 7454841 788 745 0 7899328 0
Current children cumulated CPU time: 492.95 s
Current children cumulated vsize: 31619644 KiB
Current children cumulated memory: 29823088 KiB

[startup+503.2 s]
/proc/loadavg: 4.14 4.12 4.09 4/267 1002243
/proc/meminfo: memFree=68985596/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2708 CPUtime=340.13 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 266 7271518 0 0 0 0 32765 1248 20 0 1 0 189036333 10170368 677 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 677 588 264 0 134 0
[pid=1002142] ppid=1001618 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1002142/stat : 1002142 (timeout) S 1001618 1002142 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189070416 8867840 254 134679101440 94298356256768 94298356291784 140733705868784 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94298358389200 94298358391332 94298374909952 140733705872371 140733705872540 140733705872540 140733705879527 0
/proc/1002142/statm: 2165 254 230 9 0 87 0
[pid=1002143] ppid=1002142 vsize=31601052 memory=29819364 CPUtime=152.82 cores=5,7
/proc/1002143/stat : 1002143 (Exact) S 1002142 1002142 999191 0 -1 4195840 4466021 0 0 0 13885 1397 0 0 20 0 1 0 189070416 32359477248 7454841 134679101440 4194304 7243121 140735314677392 140735314651440 6712588 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7942632 8006904 18976768 140735314682895 140735314683045 140735314683045 140735314690032 0
/proc/1002143/statm: 7900263 7454841 788 745 0 7899328 0
Current children cumulated CPU time: 492.95 s
Current children cumulated vsize: 31619644 KiB
Current children cumulated memory: 29823088 KiB

[startup+504.002 s]*
/proc/loadavg: 4.14 4.12 4.09 5/266 1002248
/proc/meminfo: memFree=79251796/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2708 CPUtime=340.13 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 266 7271518 0 0 0 0 32765 1248 20 0 1 0 189036333 10170368 677 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 677 588 264 0 134 0
[pid=1002142] ppid=1001618 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1002142/stat : 1002142 (timeout) S 1001618 1002142 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189070416 8867840 254 134679101440 94298356256768 94298356291784 140733705868784 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94298358389200 94298358391332 94298374909952 140733705872371 140733705872540 140733705872540 140733705879527 0
/proc/1002142/statm: 2165 254 230 9 0 87 0
Current children cumulated CPU time: 340.13 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3724 KiB

[startup+504.2 s]
/proc/loadavg: 4.14 4.12 4.09 5/266 1002248
/proc/meminfo: memFree=79251796/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2708 CPUtime=340.13 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 266 7271518 0 0 0 0 32765 1248 20 0 1 0 189036333 10170368 677 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 677 588 264 0 134 0
[pid=1002142] ppid=1001618 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1002142/stat : 1002142 (timeout) S 1001618 1002142 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189070416 8867840 254 134679101440 94298356256768 94298356291784 140733705868784 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94298358389200 94298358391332 94298374909952 140733705872371 140733705872540 140733705872540 140733705879527 0
/proc/1002142/statm: 2165 254 230 9 0 87 0
Current children cumulated CPU time: 340.13 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3724 KiB

[startup+504.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/266 1002248
/proc/meminfo: memFree=79251796/131524600 swapFree=131071996/131071996
[pid=1001618] ppid=1001615 vsize=9932 memory=2708 CPUtime=340.13 cores=5,7
/proc/1001618/stat : 1001618 (Hybrid-LSMabP+E) S 1001615 1001618 999191 0 -1 4194304 266 7271518 0 0 0 0 32765 1248 20 0 1 0 189036333 10170368 677 134679101440 94302832087040 94302833166360 140723116890048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94302835264816 94302835312004 94302842871808 140723116897257 140723116897402 140723116897402 140723116904418 0
/proc/1001618/statm: 2483 677 588 264 0 134 0
[pid=1002142] ppid=1001618 vsize=8660 memory=1016 CPUtime=0 cores=5,7
/proc/1002142/stat : 1002142 (timeout) S 1001618 1002142 999191 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 189070416 8867840 254 134679101440 94298356256768 94298356291784 140733705868784 0 0 0 0 3145728 90119 0 0 0 17 7 0 0 0 0 0 94298358389200 94298358391332 94298374909952 140733705872371 140733705872540 140733705872540 140733705879527 0
/proc/1002142/statm: 2165 254 230 9 0 87 0
Current children cumulated CPU time: 340.13 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3724 KiB

Child status: 0

Real time (s): 504.348
CPU time (s): 493.556
CPU user time (s): 466.515
CPU system time (s): 27.0406
CPU usage (%): 97.8601
Max. virtual memory (cumulated for all children) (KiB): 31619644
Max. memory (cumulated for all children) (KiB): 30254696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 466.515
system time used= 27.0406
maximum resident set size= 30263684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11738874
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77
involuntary context switches= 489


# summary of solver processes directly reported to runsolver:
#   pid: 1001618
#   total CPU time (s): 493.556
#   total CPU user time (s): 466.515
#   total CPU system time (s): 27.0406

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.359 second user time and 2.53247 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-19 07:57:47
IDJOB=4449235
IDBENCH=160490
IDSOLVER=3071
FILE ID=nodeC035/4449235-1721368653
RUNJOBID= nodeC035-1721364992-999205
SLURM_JOB_ID= 7542796
Free space on /tmp= 889860 MiB

SOLVER NAME= Hybrid-LSMabP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
COMMAND LINE= ./Hybrid-LSMabP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449235-1721368653/watcher-4449235-1721368653 -o /tmp/evaluation-result-4449235-1721368653/solver-4449235-1721368653 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721364992-999205 --watchdog 3760  ./Hybrid-LSMabP+Exact HOME/instance-4449235-1721368653.opb 3600 HOME 31000

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

MD5SUM BENCH= 8e74907d75b3430f44949ac6e798f9f2
RANDOM SEED=289907218

nodeC035.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		: 3674.610
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.65
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		: 3690.085
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	: 7005.79
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.299
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.65
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		: 3601.665
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	: 7005.79
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		: 3674.437
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.65
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		: 3661.956
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	: 7005.79
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.097
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.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128209536 kB
MemAvailable:   129423000 kB
Buffers:          517832 kB
Cached:          1527300 kB
SwapCached:            0 kB
Active:           996268 kB
Inactive:        1697496 kB
Active(anon):       1592 kB
Inactive(anon):   684768 kB
Active(file):     994676 kB
Inactive(file):  1012728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            193696 kB
Writeback:             0 kB
AnonPages:        648372 kB
Mapped:           120524 kB
Shmem:             37724 kB
KReclaimable:      91764 kB
Slab:             202476 kB
SReclaimable:      91764 kB
SUnreclaim:       110712 kB
KernelStack:        4256 kB
PageTables:        10824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1017292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71200 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 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:      199380 kB
DirectMap2M:    18448384 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889756 MiB
End job on nodeC035 at 2024-07-19 08:06:12