Trace number 4449909

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-11SAT2 1795.19 1798.67

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=6-t=4.opb
MD5SUMdcdc749f5ef21d76c761bcb9586b9956
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 benchmark2
Best CPU time to get the best result obtained on this benchmark0.090298
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81
Total number of constraints528
Number of constraints which are clauses522
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint7
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1794.52/1798.65	o 3
1794.52/1798.65	o 2
1794.52/1798.65	s SATISFIABLE
1794.52/1798.65	v x1 x2 -x3 x4 x5 -x6 -x7 x8 x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 x65 x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 x78 -x79 -x80 -x81

Verifier Data

OK	2

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (57113 MiB free)
  memory of node 1: 64510 MiB (60904 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449909-1722992491/watcher-4449909-1722992491 -o /tmp/evaluation-result-4449909-1722992491/solver-4449909-1722992491 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1722985288-359053 --watchdog 3760 --use-pty ./Hybrid-LSMabSP+Exact HOME/instance-4449909-1722992491.opb 3600 HOME 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Using a pseudo terminal to collect output from the solver
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=363527, runsolver pid=363524
Current StackSize limit: 8192 KiB


[startup+0.100086 s]*
/proc/loadavg: 4.11 4.19 4.17 5/268 363531
/proc/meminfo: memFree=120838844/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=27792 memory=20768 CPUtime=0.09 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 2147 0 0 0 9 0 0 0 20 0 1 0 65847005 28459008 5192 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 6948 5192 2849 2753 0 3601 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 46384 KiB
Current children cumulated memory: 24444 KiB

[startup+0.205858 s]*
/proc/loadavg: 4.11 4.19 4.17 5/268 363531
/proc/meminfo: memFree=120834644/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=33496 memory=25516 CPUtime=0.2 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 3299 0 0 0 20 0 0 0 20 0 1 0 65847005 34299904 6379 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 8374 6379 2849 2753 0 5027 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 52088 KiB
Current children cumulated memory: 29192 KiB

[startup+0.305752 s]*
/proc/loadavg: 4.11 4.19 4.17 5/268 363531
/proc/meminfo: memFree=120833468/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=33640 memory=26044 CPUtime=0.3 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 3437 0 0 0 30 0 0 0 20 0 1 0 65847005 34447360 6511 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 8410 6511 2849 2753 0 5063 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 52232 KiB
Current children cumulated memory: 29720 KiB

[startup+0.700217 s]
/proc/loadavg: 4.11 4.19 4.17 5/268 363531
/proc/meminfo: memFree=120832320/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=36212 memory=28616 CPUtime=0.68 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 4199 0 0 0 68 0 0 0 20 0 1 0 65847005 37081088 7154 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 9053 7154 2849 2753 0 5706 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 54804 KiB
Current children cumulated memory: 32292 KiB

[startup+1.50023 s]
/proc/loadavg: 4.11 4.19 4.17 5/268 363531
/proc/meminfo: memFree=120819344/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=38340 memory=30988 CPUtime=1.48 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 4730 0 0 0 148 0 0 0 20 0 1 0 65847005 39260160 7747 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 9585 7747 2849 2753 0 6238 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 56932 KiB
Current children cumulated memory: 34664 KiB

[startup+3.10575 s]
/proc/loadavg: 4.10 4.18 4.17 5/268 363531
/proc/meminfo: memFree=120785532/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=41152 memory=34072 CPUtime=3.09 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 5957 0 0 0 308 1 0 0 20 0 1 0 65847005 42139648 8518 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 10288 8518 2849 2753 0 6941 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 59744 KiB
Current children cumulated memory: 37748 KiB

[startup+6.30029 s]
/proc/loadavg: 4.10 4.18 4.17 5/268 363531
/proc/meminfo: memFree=120757608/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=47904 memory=41000 CPUtime=6.27 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 8857 0 0 0 626 1 0 0 20 0 1 0 65847005 49053696 10250 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 11976 10250 2849 2753 0 8629 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 66496 KiB
Current children cumulated memory: 44676 KiB

[startup+12.7003 s]
/proc/loadavg: 4.08 4.18 4.17 5/268 363532
/proc/meminfo: memFree=120670224/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=53596 memory=46272 CPUtime=12.64 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 10232 0 0 0 1263 1 0 0 20 0 1 0 65847005 54882304 11568 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 13399 11568 2849 2753 0 10052 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 72188 KiB
Current children cumulated memory: 49948 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.19 4.17 5/268 363534
/proc/meminfo: memFree=120607640/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=63068 memory=55104 CPUtime=25.4 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 13157 0 0 0 2537 3 0 0 20 0 1 0 65847005 64581632 13776 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 15767 13776 2849 2753 0 12420 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 81660 KiB
Current children cumulated memory: 58780 KiB

[startup+51.1059 s]
/proc/loadavg: 4.09 4.17 4.17 5/268 363539
/proc/meminfo: memFree=120511976/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=79720 memory=70656 CPUtime=50.9 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 17391 0 0 0 5086 4 0 0 20 0 1 0 65847005 81633280 17664 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 19930 17664 2849 2753 0 16583 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 98312 KiB
Current children cumulated memory: 74332 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.16 4.16 5/268 363549
/proc/meminfo: memFree=120361704/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0

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


[startup+1602.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 364214
/proc/meminfo: memFree=119969256/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=126632 memory=121080 CPUtime=1599.09 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 43637 0 0 0 145887 14022 0 0 20 0 1 0 65847005 129671168 30270 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 31658 30270 2849 2753 0 28311 0
Current children cumulated CPU time: 1599.09 s
Current children cumulated vsize: 145224 KiB
Current children cumulated memory: 124756 KiB

[startup+1662.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/267 364394
/proc/meminfo: memFree=119967164/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=126632 memory=121080 CPUtime=1659.01 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 43637 0 0 0 151273 14628 0 0 20 0 1 0 65847005 129671168 30270 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 31658 30270 2849 2753 0 28311 0
Current children cumulated CPU time: 1659.01 s
Current children cumulated vsize: 145224 KiB
Current children cumulated memory: 124756 KiB

[startup+1722.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/267 364405
/proc/meminfo: memFree=119966192/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=126632 memory=121080 CPUtime=1718.92 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 43637 0 0 0 156658 15234 0 0 20 0 1 0 65847005 129671168 30270 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 31658 30270 2849 2753 0 28311 0
Current children cumulated CPU time: 1718.92 s
Current children cumulated vsize: 145224 KiB
Current children cumulated memory: 124756 KiB

[startup+1782.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/268 364475
/proc/meminfo: memFree=119965464/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=126632 memory=121080 CPUtime=1778.84 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 43637 0 0 0 162037 15847 0 0 20 0 1 0 65847005 129671168 30270 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 31658 30270 2849 2753 0 28311 0
Current children cumulated CPU time: 1778.84 s
Current children cumulated vsize: 145224 KiB
Current children cumulated memory: 124756 KiB

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

# cumulated CPU time of all completed processes:  user=1635.06 s, system=160.128 s

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

[startup+1792 s]*
/proc/loadavg: 4.19 4.11 4.10 5/268 364483
/proc/meminfo: memFree=121332456/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=126632 memory=121080 CPUtime=1788.53 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 43637 0 0 0 162907 15946 0 0 20 0 1 0 65847005 129671168 30270 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 31658 30270 2849 2753 0 28311 0
Current children cumulated CPU time: 1788.53 s
Current children cumulated vsize: 145224 KiB
Current children cumulated memory: 124756 KiB

[startup+1795.2 s]
/proc/loadavg: 4.19 4.11 4.10 5/268 364483
/proc/meminfo: memFree=121326572/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=126632 memory=121080 CPUtime=1791.72 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 43637 0 0 0 163193 15979 0 0 20 0 1 0 65847005 129671168 30270 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 31658 30270 2849 2753 0 28311 0
Current children cumulated CPU time: 1791.72 s
Current children cumulated vsize: 145224 KiB
Current children cumulated memory: 124756 KiB

[startup+1796.8 s]
/proc/loadavg: 4.19 4.11 4.10 5/268 364483
/proc/meminfo: memFree=121324252/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=126632 memory=121080 CPUtime=1793.32 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 43637 0 0 0 163335 15997 0 0 20 0 1 0 65847005 129671168 30270 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 31658 30270 2849 2753 0 28311 0
Current children cumulated CPU time: 1793.32 s
Current children cumulated vsize: 145224 KiB
Current children cumulated memory: 124756 KiB

[startup+1797.6 s]
/proc/loadavg: 4.18 4.11 4.10 5/268 364483
/proc/meminfo: memFree=121321056/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 239 101 0 0 0 0 0 0 20 0 1 0 65847005 10170368 666 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 666 586 264 0 134 0
[pid=363530] ppid=363527 vsize=8660 memory=1012 CPUtime=0 cores=4,6
/proc/363530/stat : 363530 (timeout) S 363527 363530 359042 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65847005 8867840 253 134679101440 94860010196992 94860010232008 140730384275088 0 0 0 0 3145728 90119 0 0 0 17 6 0 0 0 0 0 94860012329424 94860012331556 94860041576448 140730384278569 140730384278685 140730384278685 140730384285671 0
/proc/363530/statm: 2165 253 229 9 0 87 0
[pid=363531] ppid=363530 vsize=126632 memory=121080 CPUtime=1794.11 cores=4,6
/proc/363531/stat : 363531 (LS-MabSP) R 363530 363530 359042 0 -1 4194304 43637 0 0 0 163405 16006 0 0 20 0 1 0 65847005 129671168 30270 134679101440 4194304 15467897 140720417792416 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 23572480 140720417801276 140720417801379 140720417801379 140720417808365 0
/proc/363531/statm: 31658 30270 2849 2753 0 28311 0
Current children cumulated CPU time: 1794.11 s
Current children cumulated vsize: 145224 KiB
Current children cumulated memory: 124756 KiB

[startup+1798.4 s]
/proc/loadavg: 4.18 4.11 4.10 5/268 364483
/proc/meminfo: memFree=121320492/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2764 CPUtime=1794.52 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 272 43877 0 0 0 0 163441 16011 20 0 1 0 65847005 10170368 691 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 691 601 264 0 134 0
Current children cumulated CPU time: 1794.52 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2764 KiB

[startup+1798.6 s]
/proc/loadavg: 4.18 4.11 4.10 5/268 364483
/proc/meminfo: memFree=121320492/131524600 swapFree=131071472/131071996
[pid=363527] ppid=363524 vsize=9932 memory=2764 CPUtime=1794.52 cores=4,6
/proc/363527/stat : 363527 (Hybrid-LSMabSP+) S 363524 363527 359042 0 -1 4194304 272 43877 0 0 0 0 163441 16011 20 0 1 0 65847005 10170368 691 134679101440 94559017472000 94559018551320 140736249430160 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94559020649776 94559020696964 94559052656640 140736249435112 140736249435258 140736249435258 140736249442273 0
/proc/363527/statm: 2483 691 601 264 0 134 0
Current children cumulated CPU time: 1794.52 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2764 KiB

Child status: 0

Real time (s): 1798.67
CPU time (s): 1795.19
CPU user time (s): 1635.06
CPU system time (s): 160.128
CPU usage (%): 99.8064
Max. virtual memory (cumulated for all children) (KiB): 194080
Max. memory (cumulated for all children) (KiB): 167728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1635.06
system time used= 160.128
maximum resident set size= 164052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45890
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36
involuntary context switches= 680


# summary of solver processes directly reported to runsolver:
#   pid: 363527
#   total CPU time (s): 1795.19
#   total CPU user time (s): 1635.06
#   total CPU system time (s): 160.128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.37393 second user time and 8.77493 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-08-07 03:01:31
IDJOB=4449909
IDBENCH=176166
IDSOLVER=3070
FILE ID=nodeC020/4449909-1722992491
RUNJOBID= nodeC020-1722985288-359053
SLURM_JOB_ID= 8259112
Free space on /tmp= 890020 MiB

SOLVER NAME= Hybrid-LSMabSP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=6-t=4.opb
COMMAND LINE= ./Hybrid-LSMabSP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449909-1722992491/watcher-4449909-1722992491 -o /tmp/evaluation-result-4449909-1722992491/solver-4449909-1722992491 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1722985288-359053 --watchdog 3760 --use-pty ./Hybrid-LSMabSP+Exact HOME/instance-4449909-1722992491.opb 3600 HOME 31000

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

MD5SUM BENCH= dcdc749f5ef21d76c761bcb9586b9956
RANDOM SEED=495698155

nodeC020.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		: 3670.042
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3671.607
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	: 7007.00
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.396
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.578
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	: 7007.00
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		: 3600.212
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3671.563
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	: 7007.00
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		: 3669.919
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.38
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.270
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	: 7007.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120850436 kB
MemAvailable:   129107940 kB
Buffers:          366872 kB
Cached:          8714700 kB
SwapCached:           28 kB
Active:           670920 kB
Inactive:        9437360 kB
Active(anon):       1900 kB
Inactive(anon):  1062532 kB
Active(file):     669020 kB
Inactive(file):  8374828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:             86124 kB
Writeback:             4 kB
AnonPages:       1024780 kB
Mapped:           133904 kB
Shmem:             37668 kB
KReclaimable:     106604 kB
Slab:             200656 kB
SReclaimable:     106604 kB
SUnreclaim:        94052 kB
KernelStack:        4272 kB
PageTables:        11560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1543692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            28192 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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:      287444 kB
DirectMap2M:    27797504 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890000 MiB
End job on nodeC020 at 2024-08-07 03:31:30