Trace number 4517795

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-NuPBODeepOptS-ExactPRnols 2025-06-02SAT4 2415.77 2422.52

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=7-t=3.opb
MD5SUMad161e8f5b72ad1155ab92e93b5e74ca
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 benchmark4
Best CPU time to get the best result obtained on this benchmark0.150671
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables98
Total number of constraints966
Number of constraints which are clauses959
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint8
Number of terms in the objective function 7
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 7
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 9
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

Solver Data

2415.76/2422.51	c 966 constraints
2415.76/2422.51	c after presolve  1200
2415.76/2422.51	o 4
2415.76/2422.51	s SATISFIABLE
2415.76/2422.51	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 -x82 x83 -x84 -x85 x86 -x87 -x88 x89 -x90 x91 -x92 -x93 -x94 x95 -x96 -x97 x98

Verifier Data

OK	4

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: 63708 MiB (62224 MiB free)
  memory of node 1: 64465 MiB (63887 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517795-1751542553/watcher-4517795-1751542553 -o /tmp/evaluation-result-4517795-1751542553/solver-4517795-1751542553 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751542553-87109 --watchdog 3760 ./Hybrid-NuPBODeepOptS-ExactPRnols HOME/instance-4517795-1751542553.opb 3600 HOME 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=87155, runsolver pid=87146

[startup+0.100063 s]*
/proc/loadavg: 0.17 0.54 2.00 5/275 87183
/proc/meminfo: memFree=129121712/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 247 105 0 0 0 0 0 0 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87159] ppid=87155 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87159/stat : 87159 (timeout) S 87155 87159 85963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 69934044 2723840 352 18446744073709551615 94074613112832 94074613129345 140737431759152 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94074613144112 94074613146200 94074645463040 140737431767472 140737431767586 140737431767586 140737431773159 0
/proc/87159/statm: 665 352 352 5 0 90 0
[pid=87162] ppid=87159 vsize=33112 memory=22912 CPUtime=0.06 cores=0,2
/proc/87162/stat : 87162 (NuPBO-DeepOptS+) R 87159 87159 85963 0 -1 4194304 3101 0 0 0 6 0 0 0 20 0 1 0 69934045 33906688 5728 18446744073709551615 4198400 15468185 140724253417088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48336896 140724253424060 140724253424161 140724253424161 140724253429734 0
/proc/87162/statm: 8278 5728 2848 2752 0 4931 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 40096 KiB
Current children cumulated memory: 27392 KiB

[startup+0.205771 s]*
/proc/loadavg: 0.17 0.54 2.00 5/275 87183
/proc/meminfo: memFree=129107360/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 247 105 0 0 0 0 0 0 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87159] ppid=87155 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87159/stat : 87159 (timeout) S 87155 87159 85963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 69934044 2723840 352 18446744073709551615 94074613112832 94074613129345 140737431759152 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94074613144112 94074613146200 94074645463040 140737431767472 140737431767586 140737431767586 140737431773159 0
/proc/87159/statm: 665 352 352 5 0 90 0
[pid=87162] ppid=87159 vsize=31024 memory=22068 CPUtime=0.16 cores=0,2
/proc/87162/stat : 87162 (NuPBO-DeepOptS+) R 87159 87159 85963 0 -1 4194304 3143 0 0 0 16 0 0 0 20 0 1 0 69934045 31768576 5517 18446744073709551615 4198400 15468185 140724253417088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48336896 140724253424060 140724253424161 140724253424161 140724253429734 0
/proc/87162/statm: 7756 5517 2848 2752 0 4409 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 38008 KiB
Current children cumulated memory: 26548 KiB

[startup+0.305426 s]*
/proc/loadavg: 0.17 0.54 2.00 5/275 87183
/proc/meminfo: memFree=129105344/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 247 105 0 0 0 0 0 0 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87159] ppid=87155 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87159/stat : 87159 (timeout) S 87155 87159 85963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 69934044 2723840 352 18446744073709551615 94074613112832 94074613129345 140737431759152 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94074613144112 94074613146200 94074645463040 140737431767472 140737431767586 140737431767586 140737431773159 0
/proc/87159/statm: 665 352 352 5 0 90 0
[pid=87162] ppid=87159 vsize=32512 memory=23348 CPUtime=0.26 cores=0,2
/proc/87162/stat : 87162 (NuPBO-DeepOptS+) R 87159 87159 85963 0 -1 4194304 3462 0 0 0 26 0 0 0 20 0 1 0 69934045 33292288 5837 18446744073709551615 4198400 15468185 140724253417088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48336896 140724253424060 140724253424161 140724253424161 140724253429734 0
/proc/87162/statm: 8128 5837 2848 2752 0 4781 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 39496 KiB
Current children cumulated memory: 27828 KiB

[startup+0.700234 s]
/proc/loadavg: 0.17 0.54 2.00 5/275 87183
/proc/meminfo: memFree=128972660/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 247 105 0 0 0 0 0 0 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87159] ppid=87155 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87159/stat : 87159 (timeout) S 87155 87159 85963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 69934044 2723840 352 18446744073709551615 94074613112832 94074613129345 140737431759152 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94074613144112 94074613146200 94074645463040 140737431767472 140737431767586 140737431767586 140737431773159 0
/proc/87159/statm: 665 352 352 5 0 90 0
[pid=87162] ppid=87159 vsize=39912 memory=30260 CPUtime=0.66 cores=0,2
/proc/87162/stat : 87162 (NuPBO-DeepOptS+) R 87159 87159 85963 0 -1 4194304 5176 0 0 0 65 1 0 0 20 0 1 0 69934045 40869888 7565 18446744073709551615 4198400 15468185 140724253417088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48336896 140724253424060 140724253424161 140724253424161 140724253429734 0
/proc/87162/statm: 9978 7565 2848 2752 0 6631 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 46896 KiB
Current children cumulated memory: 34740 KiB

[startup+1.50023 s]
/proc/loadavg: 0.17 0.54 2.00 5/275 87183
/proc/meminfo: memFree=128730612/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 247 105 0 0 0 0 0 0 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87159] ppid=87155 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87159/stat : 87159 (timeout) S 87155 87159 85963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 69934044 2723840 352 18446744073709551615 94074613112832 94074613129345 140737431759152 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94074613144112 94074613146200 94074645463040 140737431767472 140737431767586 140737431767586 140737431773159 0
/proc/87159/statm: 665 352 352 5 0 90 0
[pid=87162] ppid=87159 vsize=42776 memory=32564 CPUtime=1.45 cores=0,2
/proc/87162/stat : 87162 (NuPBO-DeepOptS+) R 87159 87159 85963 0 -1 4194304 5756 0 0 0 144 1 0 0 20 0 1 0 69934045 43802624 8141 18446744073709551615 4198400 15468185 140724253417088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48336896 140724253424060 140724253424161 140724253424161 140724253429734 0
/proc/87162/statm: 10694 8141 2848 2752 0 7347 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 49760 KiB
Current children cumulated memory: 37044 KiB

[startup+3.10555 s]
/proc/loadavg: 0.17 0.54 2.00 5/275 87183
/proc/meminfo: memFree=127909076/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 247 105 0 0 0 0 0 0 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87159] ppid=87155 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87159/stat : 87159 (timeout) S 87155 87159 85963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 69934044 2723840 352 18446744073709551615 94074613112832 94074613129345 140737431759152 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94074613144112 94074613146200 94074645463040 140737431767472 140737431767586 140737431767586 140737431773159 0
/proc/87159/statm: 665 352 352 5 0 90 0
[pid=87162] ppid=87159 vsize=48012 memory=38420 CPUtime=3.05 cores=0,2
/proc/87162/stat : 87162 (NuPBO-DeepOptS+) R 87159 87159 85963 0 -1 4194304 7535 0 0 0 304 1 0 0 20 0 1 0 69934045 49164288 9605 18446744073709551615 4198400 15468185 140724253417088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48336896 140724253424060 140724253424161 140724253424161 140724253429734 0
/proc/87162/statm: 12003 9605 2848 2752 0 8656 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 54996 KiB
Current children cumulated memory: 42900 KiB

[startup+6.30025 s]
/proc/loadavg: 0.47 0.59 2.02 5/275 87183
/proc/meminfo: memFree=127221764/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 247 105 0 0 0 0 0 0 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87159] ppid=87155 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87159/stat : 87159 (timeout) S 87155 87159 85963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 69934044 2723840 352 18446744073709551615 94074613112832 94074613129345 140737431759152 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94074613144112 94074613146200 94074645463040 140737431767472 140737431767586 140737431767586 140737431773159 0
/proc/87159/statm: 665 352 352 5 0 90 0
[pid=87162] ppid=87159 vsize=56208 memory=45996 CPUtime=6.24 cores=0,2
/proc/87162/stat : 87162 (NuPBO-DeepOptS+) R 87159 87159 85963 0 -1 4194304 10974 0 0 0 622 2 0 0 20 0 1 0 69934045 57556992 11499 18446744073709551615 4198400 15468185 140724253417088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48336896 140724253424060 140724253424161 140724253424161 140724253429734 0
/proc/87162/statm: 14052 11499 2848 2752 0 10705 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 63192 KiB
Current children cumulated memory: 50476 KiB

[startup+12.7002 s]
/proc/loadavg: 0.76 0.65 2.03 5/275 87183
/proc/meminfo: memFree=126641080/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 247 105 0 0 0 0 0 0 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87159] ppid=87155 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87159/stat : 87159 (timeout) S 87155 87159 85963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 69934044 2723840 352 18446744073709551615 94074613112832 94074613129345 140737431759152 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94074613144112 94074613146200 94074645463040 140737431767472 140737431767586 140737431767586 140737431773159 0
/proc/87159/statm: 665 352 352 5 0 90 0
[pid=87162] ppid=87159 vsize=62768 memory=52268 CPUtime=12.61 cores=0,2
/proc/87162/stat : 87162 (NuPBO-DeepOptS+) R 87159 87159 85963 0 -1 4194304 12539 0 0 0 1259 2 0 0 20 0 1 0 69934045 64274432 13067 18446744073709551615 4198400 15468185 140724253417088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48336896 140724253424060 140724253424161 140724253424161 140724253429734 0
/proc/87162/statm: 15692 13067 2848 2752 0 12345 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 69752 KiB
Current children cumulated memory: 56748 KiB

[startup+25.5003 s]
/proc/loadavg: 1.48 0.82 2.06 5/275 87183
/proc/meminfo: memFree=126725988/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 247 105 0 0 0 0 0 0 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87159] ppid=87155 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87159/stat : 87159 (timeout) S 87155 87159 85963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 69934044 2723840 352 18446744073709551615 94074613112832 94074613129345 140737431759152 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94074613144112 94074613146200 94074645463040 140737431767472 140737431767586 140737431767586 140737431773159 0
/proc/87159/statm: 665 352 352 5 0 90 0
[pid=87162] ppid=87159 vsize=75044 memory=64444 CPUtime=25.36 cores=0,2
/proc/87162/stat : 87162 (NuPBO-DeepOptS+) R 87159 87159 85963 0 -1 4194304 16332 0 0 0 2533 3 0 0 20 0 1 0 69934045 76845056 16111 18446744073709551615 4198400 15468185 140724253417088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48336896 140724253424060 140724253424161 140724253424161 140724253429734 0
/proc/87162/statm: 18761 16111 2848 2752 0 15414 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 82028 KiB
Current children cumulated memory: 68924 KiB

[startup+51.1056 s]
/proc/loadavg: 2.41 1.09 2.12 5/275 87184
/proc/meminfo: memFree=126895828/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 247 105 0 0 0 0 0 0 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87159] ppid=87155 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87159/stat : 87159 (timeout) S 87155 87159 85963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 69934044 2723840 352 18446744073709551615 94074613112832 94074613129345 140737431759152 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94074613144112 94074613146200 94074645463040 140737431767472 140737431767586 140737431767586 140737431773159 0
/proc/87159/statm: 665 352 352 5 0 90 0
[pid=87162] ppid=87159 vsize=102540 memory=91192 CPUtime=50.87 cores=0,2
/proc/87162/stat : 87162 (NuPBO-DeepOptS+) R 87159 87159 85963 0 -1 4194304 23616 0 0 0 5083 4 0 0 20 0 1 0 69934045 105000960 22798 18446744073709551615 4198400 15468185 140724253417088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48336896 140724253424060 140724253424161 140724253424161 140724253429734 0
/proc/87162/statm: 25635 22798 2848 2752 0 22288 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 109524 KiB
Current children cumulated memory: 95672 KiB

[startup+102.3 s]
/proc/loadavg: 3.38 1.56 2.22 5/275 87190
/proc/meminfo: memFree=126985168/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 247 105 0 0 0 0 0 0 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0

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

/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87159] ppid=87155 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87159/stat : 87159 (timeout) S 87155 87159 85963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 69934044 2723840 352 18446744073709551615 94074613112832 94074613129345 140737431759152 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94074613144112 94074613146200 94074645463040 140737431767472 140737431767586 140737431767586 140737431773159 0
/proc/87159/statm: 665 352 352 5 0 90 0
[pid=87162] ppid=87159 vsize=210840 memory=204684 CPUtime=2315.8 cores=0,2
/proc/87162/stat : 87162 (NuPBO-DeepOptS+) R 87159 87159 85963 0 -1 4194304 154756 0 0 0 231527 53 0 0 20 0 1 0 69934045 215900160 51171 18446744073709551615 4198400 15468185 140724253417088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48336896 140724253424060 140724253424161 140724253424161 140724253429734 0
/proc/87162/statm: 52710 51171 3168 2752 0 49363 0
Current children cumulated CPU time: 2315.8 s
Current children cumulated vsize: 217824 KiB
Current children cumulated memory: 209164 KiB

[startup+2382.3 s]
/proc/loadavg: 4.12 4.10 3.98 5/272 87310
/proc/meminfo: memFree=126540424/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 247 105 0 0 0 0 0 0 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87159] ppid=87155 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87159/stat : 87159 (timeout) S 87155 87159 85963 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 69934044 2723840 352 18446744073709551615 94074613112832 94074613129345 140737431759152 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94074613144112 94074613146200 94074645463040 140737431767472 140737431767586 140737431767586 140737431773159 0
/proc/87159/statm: 665 352 352 5 0 90 0
[pid=87162] ppid=87159 vsize=210840 memory=204684 CPUtime=2375.67 cores=0,2
/proc/87162/stat : 87162 (NuPBO-DeepOptS+) R 87159 87159 85963 0 -1 4194304 154756 0 0 0 237514 53 0 0 20 0 1 0 69934045 215900160 51171 18446744073709551615 4198400 15468185 140724253417088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48336896 140724253424060 140724253424161 140724253424161 140724253429734 0
/proc/87162/statm: 52710 51171 3168 2752 0 49363 0
Current children cumulated CPU time: 2375.67 s
Current children cumulated vsize: 217824 KiB
Current children cumulated memory: 209164 KiB

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

# cumulated CPU time of all completed processes:  user=2414.74 s, system=1.02866 s

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

[startup+2406.4 s]
/proc/loadavg: 3.93 4.05 3.97 4/263 87359
/proc/meminfo: memFree=128488316/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=2391.37 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 282 155008 0 0 0 0 239084 53 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87311] ppid=87155 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/87311/stat : 87311 (timeout) S 87155 87311 85963 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 70173845 2723840 320 18446744073709551615 93961771757568 93961771774081 140729138060000 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93961771788848 93961771790936 93961794621440 140729138067843 140729138068002 140729138068002 140729138073575 0
/proc/87311/statm: 665 320 320 5 0 90 0
[pid=87312] ppid=87311 vsize=51740 memory=16364 CPUtime=8.32 cores=0,2
/proc/87312/stat : 87312 (ExactPR-nols) R 87311 87311 85963 0 -1 4194304 2320 0 0 0 817 15 0 0 20 0 1 0 70173846 52981760 4091 18446744073709551615 94405884923904 94405894223557 140729312135664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94405896010048 94405896049128 94405910368256 140729312139672 140729312139812 140729312139812 140729312145385 0
/proc/87312/statm: 12935 4091 1856 2271 0 7573 0
Current children cumulated CPU time: 2399.69 s
Current children cumulated vsize: 58724 KiB
Current children cumulated memory: 20716 KiB

[startup+2412.8 s]
/proc/loadavg: 3.93 4.05 3.97 4/263 87359
/proc/meminfo: memFree=128468124/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=2391.37 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 282 155008 0 0 0 0 239084 53 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87311] ppid=87155 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/87311/stat : 87311 (timeout) S 87155 87311 85963 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 70173845 2723840 320 18446744073709551615 93961771757568 93961771774081 140729138060000 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93961771788848 93961771790936 93961794621440 140729138067843 140729138068002 140729138068002 140729138073575 0
/proc/87311/statm: 665 320 320 5 0 90 0
[pid=87312] ppid=87311 vsize=52436 memory=17064 CPUtime=14.71 cores=0,2
/proc/87312/stat : 87312 (ExactPR-nols) R 87311 87311 85963 0 -1 4194304 3060 0 0 0 1444 27 0 0 20 0 1 0 70173846 53694464 4266 18446744073709551615 94405884923904 94405894223557 140729312135664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94405896010048 94405896049128 94405910368256 140729312139672 140729312139812 140729312139812 140729312145385 0
/proc/87312/statm: 13109 4266 1856 2271 0 7747 0
Current children cumulated CPU time: 2406.08 s
Current children cumulated vsize: 59420 KiB
Current children cumulated memory: 21416 KiB

[startup+2419.2 s]
/proc/loadavg: 3.86 4.03 3.96 4/263 87359
/proc/meminfo: memFree=128214196/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=2391.37 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 282 155008 0 0 0 0 239084 53 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87311] ppid=87155 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/87311/stat : 87311 (timeout) S 87155 87311 85963 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 70173845 2723840 320 18446744073709551615 93961771757568 93961771774081 140729138060000 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93961771788848 93961771790936 93961794621440 140729138067843 140729138068002 140729138068002 140729138073575 0
/proc/87311/statm: 665 320 320 5 0 90 0
[pid=87312] ppid=87311 vsize=52548 memory=17176 CPUtime=21.09 cores=0,2
/proc/87312/stat : 87312 (ExactPR-nols) R 87311 87311 85963 0 -1 4194304 3577 0 0 0 2070 39 0 0 20 0 1 0 70173846 53809152 4294 18446744073709551615 94405884923904 94405894223557 140729312135664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94405896010048 94405896049128 94405910368256 140729312139672 140729312139812 140729312139812 140729312145385 0
/proc/87312/statm: 13137 4294 1856 2271 0 7775 0
Current children cumulated CPU time: 2412.46 s
Current children cumulated vsize: 59532 KiB
Current children cumulated memory: 21528 KiB

[startup+2420.8 s]
/proc/loadavg: 3.79 4.02 3.96 4/263 87359
/proc/meminfo: memFree=128214196/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=2391.37 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 282 155008 0 0 0 0 239084 53 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87311] ppid=87155 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/87311/stat : 87311 (timeout) S 87155 87311 85963 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 70173845 2723840 320 18446744073709551615 93961771757568 93961771774081 140729138060000 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93961771788848 93961771790936 93961794621440 140729138067843 140729138068002 140729138068002 140729138073575 0
/proc/87311/statm: 665 320 320 5 0 90 0
[pid=87312] ppid=87311 vsize=52564 memory=17096 CPUtime=22.68 cores=0,2
/proc/87312/stat : 87312 (ExactPR-nols) R 87311 87311 85963 0 -1 4194304 3725 0 0 0 2226 42 0 0 20 0 1 0 70173846 53825536 4274 18446744073709551615 94405884923904 94405894223557 140729312135664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94405896010048 94405896049128 94405910368256 140729312139672 140729312139812 140729312139812 140729312145385 0
/proc/87312/statm: 13141 4274 1856 2271 0 7779 0
Current children cumulated CPU time: 2414.05 s
Current children cumulated vsize: 59548 KiB
Current children cumulated memory: 21448 KiB

[startup+2421.6 s]
/proc/loadavg: 3.79 4.02 3.96 4/263 87359
/proc/meminfo: memFree=128206132/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=2391.37 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 282 155008 0 0 0 0 239084 53 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87311] ppid=87155 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/87311/stat : 87311 (timeout) S 87155 87311 85963 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 70173845 2723840 320 18446744073709551615 93961771757568 93961771774081 140729138060000 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93961771788848 93961771790936 93961794621440 140729138067843 140729138068002 140729138068002 140729138073575 0
/proc/87311/statm: 665 320 320 5 0 90 0
[pid=87312] ppid=87311 vsize=52564 memory=17096 CPUtime=23.48 cores=0,2
/proc/87312/stat : 87312 (ExactPR-nols) R 87311 87311 85963 0 -1 4194304 3787 0 0 0 2304 44 0 0 20 0 1 0 70173846 53825536 4274 18446744073709551615 94405884923904 94405894223557 140729312135664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94405896010048 94405896049128 94405910368256 140729312139672 140729312139812 140729312139812 140729312145385 0
/proc/87312/statm: 13141 4274 1856 2271 0 7779 0
Current children cumulated CPU time: 2414.85 s
Current children cumulated vsize: 59548 KiB
Current children cumulated memory: 21448 KiB

[startup+2422 s]*
/proc/loadavg: 3.79 4.02 3.96 4/263 87359
/proc/meminfo: memFree=128198108/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=2391.37 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 282 155008 0 0 0 0 239084 53 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87311] ppid=87155 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/87311/stat : 87311 (timeout) S 87155 87311 85963 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 70173845 2723840 320 18446744073709551615 93961771757568 93961771774081 140729138060000 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93961771788848 93961771790936 93961794621440 140729138067843 140729138068002 140729138068002 140729138073575 0
/proc/87311/statm: 665 320 320 5 0 90 0
[pid=87312] ppid=87311 vsize=52564 memory=17096 CPUtime=23.88 cores=0,2
/proc/87312/stat : 87312 (ExactPR-nols) R 87311 87311 85963 0 -1 4194304 3849 0 0 0 2343 45 0 0 20 0 1 0 70173846 53825536 4274 18446744073709551615 94405884923904 94405894223557 140729312135664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94405896010048 94405896049128 94405910368256 140729312139672 140729312139812 140729312139812 140729312145385 0
/proc/87312/statm: 13141 4274 1856 2271 0 7779 0
Current children cumulated CPU time: 2415.25 s
Current children cumulated vsize: 59548 KiB
Current children cumulated memory: 21448 KiB

[startup+2422.4 s]
/proc/loadavg: 3.79 4.02 3.96 4/263 87359
/proc/meminfo: memFree=128198108/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=2391.37 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 282 155008 0 0 0 0 239084 53 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
[pid=87311] ppid=87155 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/87311/stat : 87311 (timeout) S 87155 87311 85963 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 70173845 2723840 320 18446744073709551615 93961771757568 93961771774081 140729138060000 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 93961771788848 93961771790936 93961794621440 140729138067843 140729138068002 140729138068002 140729138073575 0
/proc/87311/statm: 665 320 320 5 0 90 0
[pid=87312] ppid=87311 vsize=52564 memory=17096 CPUtime=24.28 cores=0,2
/proc/87312/stat : 87312 (ExactPR-nols) R 87311 87311 85963 0 -1 4194304 3849 0 0 0 2381 47 0 0 20 0 1 0 70173846 53825536 4274 18446744073709551615 94405884923904 94405894223557 140729312135664 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94405896010048 94405896049128 94405910368256 140729312139672 140729312139812 140729312139812 140729312145385 0
/proc/87312/statm: 13141 4274 1856 2271 0 7779 0
Current children cumulated CPU time: 2415.65 s
Current children cumulated vsize: 59548 KiB
Current children cumulated memory: 21448 KiB

[startup+2422.5 s]
/proc/loadavg: 3.79 4.02 3.96 4/263 87359
/proc/meminfo: memFree=128198108/131249992 swapFree=33010160/33010684
[pid=87155] ppid=87146 vsize=4324 memory=3072 CPUtime=2415.76 cores=0,2
/proc/87155/stat : 87155 (Hybrid-NuPBODee) S 87146 87155 85963 0 -1 4194304 373 159605 0 0 0 0 241474 102 20 0 1 0 69934042 4427776 768 18446744073709551615 94896444522496 94896445417029 140720604475216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94896445656080 94896445703824 94896461115392 140720604477787 140720604477939 140720604477939 140720604483541 0
/proc/87155/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 2415.76 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 2422.52
CPU time (s): 2415.77
CPU user time (s): 2414.74
CPU system time (s): 1.02866
CPU usage (%): 99.7215
Max. virtual memory (cumulated for all children) (KiB): 1781704
Max. memory (cumulated for all children) (KiB): 1595332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2414.74
system time used= 1.02866
maximum resident set size= 1590852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160481
page faults= 0
swaps= 0
block input operations= 0
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1002
involuntary context switches= 3143


# summary of solver processes directly reported to runsolver:
#   pid: 87155
#   total CPU time (s): 2415.77
#   total CPU user time (s): 2414.74
#   total CPU system time (s): 1.02866

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.23928 second user time and 10.9025 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-03 13:35:53
IDJOB=4517795
IDBENCH=176187
IDSOLVER=3332
FILE ID=nodeC025/4517795-1751542553
RUNJOBID= nodeC025-1751542553-87109
SLURM_JOB_ID= 9598685
Free space on /tmp= 432980 MiB

SOLVER NAME= Hybrid-NuPBODeepOptS-ExactPRnols 2025-06-02
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=7-t=3.opb
COMMAND LINE= ./Hybrid-NuPBODeepOptS-ExactPRnols BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517795-1751542553/watcher-4517795-1751542553 -o /tmp/evaluation-result-4517795-1751542553/solver-4517795-1751542553 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751542553-87109 --watchdog 3760  ./Hybrid-NuPBODeepOptS-ExactPRnols HOME/instance-4517795-1751542553.opb 3600 HOME

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

MD5SUM BENCH= ad161e8f5b72ad1155ab92e93b5e74ca
RANDOM SEED=1963779325

nodeC025 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3608.263
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3599.830
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3599.829
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3599.632
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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.567
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3599.421
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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.830
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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.003
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        129140060 kB
MemAvailable:   129765208 kB
Buffers:            2128 kB
Cached:          1416600 kB
SwapCached:          200 kB
Active:           316184 kB
Inactive:        1169932 kB
Active(anon):      63656 kB
Inactive(anon):    21588 kB
Active(file):     252528 kB
Inactive(file):  1148344 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            113400 kB
Writeback:             0 kB
AnonPages:         70276 kB
Mapped:           103200 kB
Shmem:             17856 kB
KReclaimable:     127032 kB
Slab:             216832 kB
SReclaimable:     127032 kB
SUnreclaim:        89800 kB
KernelStack:        3968 kB
PageTables:         2552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432896 MiB
End job on nodeC025 at 2025-07-03 14:16:16