Trace number 4459168

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Hybrid-LSMabSP+Exact 2024-07-11? 3588.5 3607.09

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_50.opb
MD5SUM3762504243d867ee0a80bf59380bdaf6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1326
Best CPU time to get the best result obtained on this benchmark1025.76
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3383952
Total number of constraints141576
Number of constraints which are clauses71451
Number of constraints which are cardinality constraints (but not clauses)64974
Number of constraints which are nor clauses,nor cardinality constraints5151
Minimum length of a constraint50
Maximum length of a constraint55
Number of terms in the objective function 2652
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2652
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2652
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1784.52/3607.09	c Filename:instance-4459168-1721900785.opb, Cutoff_time:1798, memory_limit_gb:29976
1784.52/3607.09	c Use Presolve
1784.52/3607.09	c Parse finsih
1784.52/3607.09	c Start Presolve
1784.52/3607.09	c After Reduce Vars: 3383952 Clauses: 144228 Top clause weight: 2653 Hard Clauses: 141576
1784.52/3607.09	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: 63968 MiB (61071 MiB free)
  memory of node 1: 64473 MiB (61143 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459168-1721900785/watcher-4459168-1721900785 -o /tmp/evaluation-result-4459168-1721900785/solver-4459168-1721900785 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721897959-285337 --watchdog 3760 ./Hybrid-LSMabSP+Exact HOME/instance-4459168-1721900785.opb 3600 HOME 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=286615, runsolver pid=286612

[startup+0.100694 s]*
/proc/loadavg: 4.09 4.09 4.02 5/263 286619
/proc/meminfo: memFree=124990068/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 26601585 10170368 672 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 672 594 264 0 134 0
[pid=286618] ppid=286615 vsize=8660 memory=988 CPUtime=0 cores=1,3
/proc/286618/stat : 286618 (timeout) S 286615 286618 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26601585 8867840 247 134679101440 94854476562432 94854476597448 140726734506960 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94854478694864 94854478696996 94854488485888 140726734509097 140726734509213 140726734509213 140726734516199 0
/proc/286618/statm: 2165 247 223 9 0 87 0
[pid=286619] ppid=286618 vsize=207372 memory=164644 CPUtime=0.09 cores=1,3
/proc/286619/stat : 286619 (LS-MabSP) R 286618 286618 285325 0 -1 4194304 2362 0 0 0 6 3 0 0 20 0 1 0 26601585 212348928 41161 134679101440 4194304 15467897 140728830358176 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24633344 140728830362684 140728830362787 140728830362787 140728830369773 0
/proc/286619/statm: 51843 41161 1073 2753 0 48496 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 225964 KiB
Current children cumulated memory: 168320 KiB

[startup+0.206191 s]*
/proc/loadavg: 4.09 4.09 4.02 5/263 286619
/proc/meminfo: memFree=124948640/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 26601585 10170368 672 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 672 594 264 0 134 0
[pid=286618] ppid=286615 vsize=8660 memory=988 CPUtime=0 cores=1,3
/proc/286618/stat : 286618 (timeout) S 286615 286618 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26601585 8867840 247 134679101440 94854476562432 94854476597448 140726734506960 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94854478694864 94854478696996 94854488485888 140726734509097 140726734509213 140726734509213 140726734516199 0
/proc/286618/statm: 2165 247 223 9 0 87 0
[pid=286619] ppid=286618 vsize=214156 memory=201700 CPUtime=0.2 cores=1,3
/proc/286619/stat : 286619 (LS-MabSP) R 286618 286618 285325 0 -1 4194304 3497 0 0 0 16 4 0 0 20 0 1 0 26601585 219295744 50425 134679101440 4194304 15467897 140728830358176 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24633344 140728830362684 140728830362787 140728830362787 140728830369773 0
/proc/286619/statm: 53539 50425 1073 2753 0 50192 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 232748 KiB
Current children cumulated memory: 205376 KiB

[startup+0.306264 s]*
/proc/loadavg: 4.09 4.09 4.02 5/263 286619
/proc/meminfo: memFree=124948500/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 26601585 10170368 672 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 672 594 264 0 134 0
[pid=286618] ppid=286615 vsize=8660 memory=988 CPUtime=0 cores=1,3
/proc/286618/stat : 286618 (timeout) S 286615 286618 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26601585 8867840 247 134679101440 94854476562432 94854476597448 140726734506960 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94854478694864 94854478696996 94854488485888 140726734509097 140726734509213 140726734509213 140726734516199 0
/proc/286618/statm: 2165 247 223 9 0 87 0
[pid=286619] ppid=286618 vsize=214156 memory=201700 CPUtime=0.3 cores=1,3
/proc/286619/stat : 286619 (LS-MabSP) R 286618 286618 285325 0 -1 4194304 3497 0 0 0 26 4 0 0 20 0 1 0 26601585 219295744 50425 134679101440 4194304 15467897 140728830358176 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24633344 140728830362684 140728830362787 140728830362787 140728830369773 0
/proc/286619/statm: 53539 50425 1073 2753 0 50192 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 232748 KiB
Current children cumulated memory: 205376 KiB

[startup+0.700242 s]
/proc/loadavg: 4.09 4.09 4.02 5/263 286619
/proc/meminfo: memFree=124946988/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 26601585 10170368 672 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 672 594 264 0 134 0
[pid=286618] ppid=286615 vsize=8660 memory=988 CPUtime=0 cores=1,3
/proc/286618/stat : 286618 (timeout) S 286615 286618 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26601585 8867840 247 134679101440 94854476562432 94854476597448 140726734506960 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94854478694864 94854478696996 94854488485888 140726734509097 140726734509213 140726734509213 140726734516199 0
/proc/286618/statm: 2165 247 223 9 0 87 0
[pid=286619] ppid=286618 vsize=222232 memory=208672 CPUtime=0.68 cores=1,3
/proc/286619/stat : 286619 (LS-MabSP) R 286618 286618 285325 0 -1 4194304 5684 0 0 0 64 4 0 0 20 0 1 0 26601585 227565568 52168 134679101440 4194304 15467897 140728830358176 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24633344 140728830362684 140728830362787 140728830362787 140728830369773 0
/proc/286619/statm: 55558 52168 1073 2753 0 52211 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 240824 KiB
Current children cumulated memory: 212348 KiB

[startup+1.50024 s]
/proc/loadavg: 4.09 4.09 4.02 5/263 286619
/proc/meminfo: memFree=124933584/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 26601585 10170368 672 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 672 594 264 0 134 0
[pid=286618] ppid=286615 vsize=8660 memory=988 CPUtime=0 cores=1,3
/proc/286618/stat : 286618 (timeout) S 286615 286618 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26601585 8867840 247 134679101440 94854476562432 94854476597448 140726734506960 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94854478694864 94854478696996 94854488485888 140726734509097 140726734509213 140726734509213 140726734516199 0
/proc/286618/statm: 2165 247 223 9 0 87 0
[pid=286619] ppid=286618 vsize=245608 memory=228972 CPUtime=1.48 cores=1,3
/proc/286619/stat : 286619 (LS-MabSP) R 286618 286618 285325 0 -1 4194304 9291 0 0 0 142 6 0 0 20 0 1 0 26601585 251502592 57243 134679101440 4194304 15467897 140728830358176 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24633344 140728830362684 140728830362787 140728830362787 140728830369773 0
/proc/286619/statm: 61402 57243 1073 2753 0 58055 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 264200 KiB
Current children cumulated memory: 232648 KiB

[startup+3.10582 s]
/proc/loadavg: 4.08 4.09 4.02 5/263 286619
/proc/meminfo: memFree=124885580/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 26601585 10170368 672 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 672 594 264 0 134 0
[pid=286618] ppid=286615 vsize=8660 memory=988 CPUtime=0 cores=1,3
/proc/286618/stat : 286618 (timeout) S 286615 286618 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26601585 8867840 247 134679101440 94854476562432 94854476597448 140726734506960 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94854478694864 94854478696996 94854488485888 140726734509097 140726734509213 140726734509213 140726734516199 0
/proc/286618/statm: 2165 247 223 9 0 87 0
[pid=286619] ppid=286618 vsize=282188 memory=267816 CPUtime=3.08 cores=1,3
/proc/286619/stat : 286619 (LS-MabSP) R 286618 286618 285325 0 -1 4194304 14900 0 0 0 301 7 0 0 20 0 1 0 26601585 288960512 66954 134679101440 4194304 15467897 140728830358176 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24633344 140728830362684 140728830362787 140728830362787 140728830369773 0
/proc/286619/statm: 70547 66954 1073 2753 0 67200 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 300780 KiB
Current children cumulated memory: 271492 KiB

[startup+6.30025 s]
/proc/loadavg: 4.08 4.09 4.02 5/263 286619
/proc/meminfo: memFree=124818544/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 26601585 10170368 672 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 672 594 264 0 134 0
[pid=286618] ppid=286615 vsize=8660 memory=988 CPUtime=0 cores=1,3
/proc/286618/stat : 286618 (timeout) S 286615 286618 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26601585 8867840 247 134679101440 94854476562432 94854476597448 140726734506960 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94854478694864 94854478696996 94854488485888 140726734509097 140726734509213 140726734509213 140726734516199 0
/proc/286618/statm: 2165 247 223 9 0 87 0
[pid=286619] ppid=286618 vsize=353500 memory=339184 CPUtime=6.27 cores=1,3
/proc/286619/stat : 286619 (LS-MabSP) R 286618 286618 285325 0 -1 4194304 25093 0 0 0 617 10 0 0 20 0 1 0 26601585 361984000 84796 134679101440 4194304 15467897 140728830358176 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24633344 140728830362684 140728830362787 140728830362787 140728830369773 0
/proc/286619/statm: 88375 84796 1073 2753 0 85028 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 372092 KiB
Current children cumulated memory: 342860 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.09 4.02 5/263 286621
/proc/meminfo: memFree=124684900/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 26601585 10170368 672 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 672 594 264 0 134 0
[pid=286618] ppid=286615 vsize=8660 memory=988 CPUtime=0 cores=1,3
/proc/286618/stat : 286618 (timeout) S 286615 286618 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26601585 8867840 247 134679101440 94854476562432 94854476597448 140726734506960 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94854478694864 94854478696996 94854488485888 140726734509097 140726734509213 140726734509213 140726734516199 0
/proc/286618/statm: 2165 247 223 9 0 87 0
[pid=286619] ppid=286618 vsize=495200 memory=478532 CPUtime=12.66 cores=1,3
/proc/286619/stat : 286619 (LS-MabSP) R 286618 286618 285325 0 -1 4194304 44726 0 0 0 1250 16 0 0 20 0 1 0 26601585 507084800 119633 134679101440 4194304 15467897 140728830358176 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24633344 140728830362684 140728830362787 140728830362787 140728830369773 0
/proc/286619/statm: 123800 119633 1073 2753 0 120453 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 513792 KiB
Current children cumulated memory: 482208 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.10 4.02 5/263 286623
/proc/meminfo: memFree=123320656/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 26601585 10170368 672 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 672 594 264 0 134 0
[pid=286618] ppid=286615 vsize=8660 memory=988 CPUtime=0 cores=1,3
/proc/286618/stat : 286618 (timeout) S 286615 286618 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26601585 8867840 247 134679101440 94854476562432 94854476597448 140726734506960 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94854478694864 94854478696996 94854488485888 140726734509097 140726734509213 140726734509213 140726734516199 0
/proc/286618/statm: 2165 247 223 9 0 87 0
[pid=286619] ppid=286618 vsize=1716204 memory=1616228 CPUtime=25.44 cores=1,3
/proc/286619/stat : 286619 (LS-MabSP) R 286618 286618 285325 0 -1 4194304 85289 0 0 0 2489 55 0 0 20 0 1 0 26601585 1757392896 404057 134679101440 4194304 15467897 140728830358176 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24633344 140728830362684 140728830362787 140728830362787 140728830369773 0
/proc/286619/statm: 429051 404057 1105 2753 0 425704 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 1734796 KiB
Current children cumulated memory: 1619904 KiB

[startup+51.106 s]
/proc/loadavg: 4.08 4.09 4.02 5/263 286627
/proc/meminfo: memFree=123567428/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 26601585 10170368 672 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 672 594 264 0 134 0
[pid=286618] ppid=286615 vsize=8660 memory=988 CPUtime=0 cores=1,3
/proc/286618/stat : 286618 (timeout) S 286615 286618 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26601585 8867840 247 134679101440 94854476562432 94854476597448 140726734506960 0 0 0 0 3145728 90119 0 0 0 17 1 0 0 0 0 0 94854478694864 94854478696996 94854488485888 140726734509097 140726734509213 140726734509213 140726734516199 0
/proc/286618/statm: 2165 247 223 9 0 87 0
[pid=286619] ppid=286618 vsize=1640740 memory=1577808 CPUtime=50.99 cores=1,3
/proc/286619/stat : 286619 (LS-MabSP) R 286618 286618 285325 0 -1 4194304 88016 0 0 0 5041 58 0 0 20 0 1 0 26601585 1680117760 394452 134679101440 4194304 15467897 140728830358176 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 24633344 140728830362684 140728830362787 140728830362787 140728830369773 0
/proc/286619/statm: 410185 394452 1153 2753 0 406838 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 1659332 KiB
Current children cumulated memory: 1581484 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.02 5/263 286637
/proc/meminfo: memFree=123486220/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 232 103 0 0 0 0 0 0 20 0 1 0 26601585 10170368 672 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 672 594 264 0 134 0

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

/proc/286615/statm: 2483 683 594 264 0 134 0
[pid=287732] ppid=286615 vsize=8660 memory=1000 CPUtime=0 cores=1,3
/proc/287732/stat : 287732 (timeout) S 286615 287732 285325 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 26781414 8867840 250 134679101440 93842947121152 93842947156168 140722406785200 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93842949253584 93842949255716 93842979397632 140722406790132 140722406790301 140722406790301 140722406797287 0
/proc/287732/statm: 2165 250 225 9 0 87 0
[pid=287733] ppid=287732 vsize=22118900 memory=21101456 CPUtime=1659.49 cores=1,3
/proc/287733/stat : 287733 (Exact) R 287732 287732 285325 0 -1 4194304 3146862 0 0 0 164976 973 0 0 20 0 1 0 26781414 22649753600 5275364 134679101440 4194304 7210733 140722621615504 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7850304 7914896 19558400 140722621621264 140722621621414 140722621621414 140722621628400 0
/proc/287733/statm: 5529725 5275364 748 737 0 5528813 0
Current children cumulated CPU time: 3444.01 s
Current children cumulated vsize: 22137492 KiB
Current children cumulated memory: 21105188 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.22 4.16 5/264 288665
/proc/meminfo: memFree=102903000/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2732 CPUtime=1784.52 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 266 2469149 0 0 0 0 177660 792 20 0 1 0 26601585 10170368 683 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 683 594 264 0 134 0
[pid=287732] ppid=286615 vsize=8660 memory=1000 CPUtime=0 cores=1,3
/proc/287732/stat : 287732 (timeout) S 286615 287732 285325 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 26781414 8867840 250 134679101440 93842947121152 93842947156168 140722406785200 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93842949253584 93842949255716 93842979397632 140722406790132 140722406790301 140722406790301 140722406797287 0
/proc/287732/statm: 2165 250 225 9 0 87 0
[pid=287733] ppid=287732 vsize=22271208 memory=21279220 CPUtime=1719.35 cores=1,3
/proc/287733/stat : 287733 (Exact) R 287732 287732 285325 0 -1 4194304 3163963 0 0 0 170952 983 0 0 20 0 1 0 26781414 22805716992 5319805 134679101440 4194304 7210733 140722621615504 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7850304 7914896 19558400 140722621621264 140722621621414 140722621621414 140722621628400 0
/proc/287733/statm: 5567802 5319805 748 737 0 5566890 0
Current children cumulated CPU time: 3503.87 s
Current children cumulated vsize: 22289800 KiB
Current children cumulated memory: 21282952 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.20 4.16 5/262 288675
/proc/meminfo: memFree=102758968/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2732 CPUtime=1784.52 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 266 2469149 0 0 0 0 177660 792 20 0 1 0 26601585 10170368 683 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 683 594 264 0 134 0
[pid=287732] ppid=286615 vsize=8660 memory=1000 CPUtime=0 cores=1,3
/proc/287732/stat : 287732 (timeout) S 286615 287732 285325 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 26781414 8867840 250 134679101440 93842947121152 93842947156168 140722406785200 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93842949253584 93842949255716 93842979397632 140722406790132 140722406790301 140722406790301 140722406797287 0
/proc/287732/statm: 2165 250 225 9 0 87 0
[pid=287733] ppid=287732 vsize=22325740 memory=21382796 CPUtime=1779.21 cores=1,3
/proc/287733/stat : 287733 (Exact) R 287732 287732 285325 0 -1 4194304 3176910 0 0 0 176928 993 0 0 20 0 1 0 26781414 22861557760 5345699 134679101440 4194304 7210733 140722621615504 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7850304 7914896 19558400 140722621621264 140722621621414 140722621621414 140722621628400 0
/proc/287733/statm: 5581435 5345699 748 737 0 5580523 0
Current children cumulated CPU time: 3563.73 s
Current children cumulated vsize: 22344332 KiB
Current children cumulated memory: 21386528 KiB

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

# cumulated CPU time of all completed processes:  user=3570.27 s, system=18.2276 s

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

[startup+3584 s]*
/proc/loadavg: 4.10 4.19 4.15 5/262 288675
/proc/meminfo: memFree=102755060/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2732 CPUtime=1784.52 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 266 2469149 0 0 0 0 177660 792 20 0 1 0 26601585 10170368 683 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 683 594 264 0 134 0
[pid=287732] ppid=286615 vsize=8660 memory=1000 CPUtime=0 cores=1,3
/proc/287732/stat : 287732 (timeout) S 286615 287732 285325 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 26781414 8867840 250 134679101440 93842947121152 93842947156168 140722406785200 0 0 0 0 3145728 90119 0 0 0 17 3 0 0 0 0 0 93842949253584 93842949255716 93842979397632 140722406790132 140722406790301 140722406790301 140722406797287 0
/proc/287732/statm: 2165 250 225 9 0 87 0
[pid=287733] ppid=287732 vsize=22325740 memory=21382796 CPUtime=1780.92 cores=1,3
/proc/287733/stat : 287733 (Exact) R 287732 287732 285325 0 -1 4194304 3177190 0 0 0 177098 994 0 0 20 0 1 0 26781414 22861557760 5345699 134679101440 4194304 7210733 140722621615504 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7850304 7914896 19558400 140722621621264 140722621621414 140722621621414 140722621628400 0
/proc/287733/statm: 5581435 5345699 748 737 0 5580523 0
Current children cumulated CPU time: 3565.44 s
Current children cumulated vsize: 22344332 KiB
Current children cumulated memory: 21386528 KiB

[startup+3596.8 s]
/proc/loadavg: 4.09 4.19 4.15 5/262 288678
/proc/meminfo: memFree=102735652/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2732 CPUtime=1784.52 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 266 2469149 0 0 0 0 177660 792 20 0 1 0 26601585 10170368 683 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 683 594 264 0 134 0
[pid=287732] ppid=286615 vsize=8660 memory=1000 CPUtime=0 cores=1,3
/proc/287732/stat : 287732 (timeout) S 286615 287732 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26781414 8867840 250 134679101440 93842947121152 93842947156168 140722406785200 0 0 0 0 3293184 73735 0 0 0 17 3 0 0 0 0 0 93842949253584 93842949255716 93842979397632 140722406790132 140722406790301 140722406790301 140722406797287 0
/proc/287732/statm: 2165 250 225 9 0 87 0
[pid=287733] ppid=287732 vsize=17677516 memory=16741064 CPUtime=1793.69 cores=1,3
/proc/287733/stat : 287733 (Exact) R 287732 287732 285325 0 -1 4194304 3178751 0 0 0 178374 995 0 0 20 0 1 0 26781414 18101776384 4185266 134679101440 4194304 7210733 140722621615504 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7850304 7914896 19558400 140722621621264 140722621621414 140722621621414 140722621628400 0
/proc/287733/statm: 4419379 4185266 840 737 0 4418467 0
Current children cumulated CPU time: 3578.21 s
Current children cumulated vsize: 17696108 KiB
Current children cumulated memory: 16744796 KiB

[startup+3603.2 s]
/proc/loadavg: 4.08 4.18 4.15 5/263 288680
/proc/meminfo: memFree=110080932/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2732 CPUtime=1784.52 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 266 2469149 0 0 0 0 177660 792 20 0 1 0 26601585 10170368 683 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 683 594 264 0 134 0
[pid=287732] ppid=286615 vsize=8660 memory=1000 CPUtime=0 cores=1,3
/proc/287732/stat : 287732 (timeout) S 286615 287732 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26781414 8867840 250 134679101440 93842947121152 93842947156168 140722406785200 0 0 0 0 3293184 73735 0 0 0 17 3 0 0 0 0 0 93842949253584 93842949255716 93842979397632 140722406790132 140722406790301 140722406790301 140722406797287 0
/proc/287732/statm: 2165 250 225 9 0 87 0
[pid=287733] ppid=287732 vsize=14986296 memory=14049844 CPUtime=1800.07 cores=1,3
/proc/287733/stat : 287733 (Exact) R 287732 287732 285325 0 -1 4194304 3181223 0 0 0 179011 996 0 0 20 0 1 0 26781414 15345967104 3512461 134679101440 4194304 7210733 140722621615504 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7850304 7914896 19558400 140722621621264 140722621621414 140722621621414 140722621628400 0
/proc/287733/statm: 3746574 3512461 840 737 0 3745662 0
Current children cumulated CPU time: 3584.59 s
Current children cumulated vsize: 15004888 KiB
Current children cumulated memory: 14053576 KiB

[startup+3604.8 s]
/proc/loadavg: 4.07 4.18 4.15 5/263 288680
/proc/meminfo: memFree=110078876/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2732 CPUtime=1784.52 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 266 2469149 0 0 0 0 177660 792 20 0 1 0 26601585 10170368 683 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 683 594 264 0 134 0
[pid=287732] ppid=286615 vsize=8660 memory=1000 CPUtime=0 cores=1,3
/proc/287732/stat : 287732 (timeout) S 286615 287732 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26781414 8867840 250 134679101440 93842947121152 93842947156168 140722406785200 0 0 0 0 3293184 73735 0 0 0 17 3 0 0 0 0 0 93842949253584 93842949255716 93842979397632 140722406790132 140722406790301 140722406790301 140722406797287 0
/proc/287732/statm: 2165 250 225 9 0 87 0
[pid=287733] ppid=287732 vsize=14986296 memory=14049844 CPUtime=1801.67 cores=1,3
/proc/287733/stat : 287733 (Exact) R 287732 287732 285325 0 -1 4194304 3181380 0 0 0 179171 996 0 0 20 0 1 0 26781414 15345967104 3512461 134679101440 4194304 7210733 140722621615504 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7850304 7914896 19558400 140722621621264 140722621621414 140722621621414 140722621628400 0
/proc/287733/statm: 3746574 3512461 840 737 0 3745662 0
Current children cumulated CPU time: 3586.19 s
Current children cumulated vsize: 15004888 KiB
Current children cumulated memory: 14053576 KiB

[startup+3606.4 s]
/proc/loadavg: 4.07 4.18 4.15 5/263 288680
/proc/meminfo: memFree=110076692/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2732 CPUtime=1784.52 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 266 2469149 0 0 0 0 177660 792 20 0 1 0 26601585 10170368 683 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 683 594 264 0 134 0
[pid=287732] ppid=286615 vsize=8660 memory=1000 CPUtime=0 cores=1,3
/proc/287732/stat : 287732 (timeout) S 286615 287732 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26781414 8867840 250 134679101440 93842947121152 93842947156168 140722406785200 0 0 0 0 3293184 73735 0 0 0 17 3 0 0 0 0 0 93842949253584 93842949255716 93842979397632 140722406790132 140722406790301 140722406790301 140722406797287 0
/proc/287732/statm: 2165 250 225 9 0 87 0
[pid=287733] ppid=287732 vsize=14986296 memory=14049844 CPUtime=1803.26 cores=1,3
/proc/287733/stat : 287733 (Exact) R 287732 287732 285325 0 -1 4194304 3181466 0 0 0 179329 997 0 0 20 0 1 0 26781414 15345967104 3512461 134679101440 4194304 7210733 140722621615504 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7850304 7914896 19558400 140722621621264 140722621621414 140722621621414 140722621628400 0
/proc/287733/statm: 3746574 3512461 840 737 0 3745662 0
Current children cumulated CPU time: 3587.78 s
Current children cumulated vsize: 15004888 KiB
Current children cumulated memory: 14053576 KiB

[startup+3606.8 s]
/proc/loadavg: 4.07 4.18 4.15 5/263 288680
/proc/meminfo: memFree=110076692/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2732 CPUtime=1784.52 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 266 2469149 0 0 0 0 177660 792 20 0 1 0 26601585 10170368 683 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 683 594 264 0 134 0
[pid=287732] ppid=286615 vsize=8660 memory=1000 CPUtime=0 cores=1,3
/proc/287732/stat : 287732 (timeout) S 286615 287732 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26781414 8867840 250 134679101440 93842947121152 93842947156168 140722406785200 0 0 0 0 3293184 73735 0 0 0 17 3 0 0 0 0 0 93842949253584 93842949255716 93842979397632 140722406790132 140722406790301 140722406790301 140722406797287 0
/proc/287732/statm: 2165 250 225 9 0 87 0
Current children cumulated CPU time: 1784.52 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3732 KiB

[startup+3607 s]*
/proc/loadavg: 4.07 4.18 4.15 5/263 288680
/proc/meminfo: memFree=120816084/131524600 swapFree=131057784/131071996
[pid=286615] ppid=286612 vsize=9932 memory=2732 CPUtime=1784.52 cores=1,3
/proc/286615/stat : 286615 (Hybrid-LSMabSP+) S 286612 286615 285325 0 -1 4194304 266 2469149 0 0 0 0 177660 792 20 0 1 0 26601585 10170368 683 134679101440 94728952160256 94728953239576 140734620428320 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94728955338032 94728955385220 94728965095424 140734620431336 140734620431482 140734620431482 140734620438497 0
/proc/286615/statm: 2483 683 594 264 0 134 0
[pid=287732] ppid=286615 vsize=8660 memory=1000 CPUtime=0 cores=1,3
/proc/287732/stat : 287732 (timeout) S 286615 287732 285325 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 26781414 8867840 250 134679101440 93842947121152 93842947156168 140722406785200 0 0 0 0 3293184 73735 0 0 0 17 3 0 0 0 0 0 93842949253584 93842949255716 93842979397632 140722406790132 140722406790301 140722406790301 140722406797287 0
/proc/287732/statm: 2165 250 225 9 0 87 0
Current children cumulated CPU time: 1784.52 s
Current children cumulated vsize: 18592 KiB
Current children cumulated memory: 3732 KiB

Child status: 0

Real time (s): 3607.09
CPU time (s): 3588.5
CPU user time (s): 3570.27
CPU system time (s): 18.2276
CPU usage (%): 99.4845
Max. virtual memory (cumulated for all children) (KiB): 22390952
Max. memory (cumulated for all children) (KiB): 21422744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.27
system time used= 18.2276
maximum resident set size= 21419012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5652749
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88
involuntary context switches= 1674


# summary of solver processes directly reported to runsolver:
#   pid: 286615
#   total CPU time (s): 3588.5
#   total CPU user time (s): 3570.27
#   total CPU system time (s): 18.2276

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.81397 second user time and 20.9603 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-25 11:46:26
IDJOB=4459168
IDBENCH=178533
IDSOLVER=3070
FILE ID=nodeC024/4459168-1721900785
RUNJOBID= nodeC024-1721897959-285337
SLURM_JOB_ID= 8089352
Free space on /tmp= 889936 MiB

SOLVER NAME= Hybrid-LSMabSP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_50.opb
COMMAND LINE= ./Hybrid-LSMabSP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459168-1721900785/watcher-4459168-1721900785 -o /tmp/evaluation-result-4459168-1721900785/solver-4459168-1721900785 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721897959-285337 --watchdog 3760  ./Hybrid-LSMabSP+Exact HOME/instance-4459168-1721900785.opb 3600 HOME 31000

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

MD5SUM BENCH= 3762504243d867ee0a80bf59380bdaf6
RANDOM SEED=1132637999

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3677.917
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.87
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		: 3692.360
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.58
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.081
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.87
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		: 3673.588
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.58
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		: 3677.917
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.87
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		: 3691.630
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125148044 kB
MemAvailable:   128660656 kB
Buffers:          311888 kB
Cached:          4006448 kB
SwapCached:          232 kB
Active:          2612928 kB
Inactive:        3110472 kB
Active(anon):       4240 kB
Inactive(anon):  1454288 kB
Active(file):    2608688 kB
Inactive(file):  1656184 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057784 kB
Dirty:            104128 kB
Writeback:             0 kB
AnonPages:       1404240 kB
Mapped:           112612 kB
Shmem:             53464 kB
KReclaimable:     175124 kB
Slab:             292884 kB
SReclaimable:     175124 kB
SUnreclaim:       117760 kB
KernelStack:        4192 kB
PageTables:        12260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1915848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1218560 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:      408276 kB
DirectMap2M:    48648192 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 889908 MiB
End job on nodeC024 at 2024-07-25 12:46:33