Trace number 4517749

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-02SAT5 2795.03 2802.92

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=8-t=3.opb
MD5SUM970aa3d1f1d45876cf8a11b4225544dc
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 benchmark5
Best CPU time to get the best result obtained on this benchmark0.080382
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables124
Total number of constraints1676
Number of constraints which are clauses1668
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint9
Number of terms in the objective function 8
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 8
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 10
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

2795.00/2802.90	c 1676 constraints
2795.00/2802.90	c after presolve  2007
2795.00/2802.90	o 5
2795.00/2802.90	s SATISFIABLE
2795.00/2802.90	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 -x99 -x100 -x101 -x102 x103 -x104 -x105 x106 -x107 x108 -x109 -x110 -x111 x112 x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 x121 -x122 -x123 x124

Verifier Data

OK	5

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: 63837 MiB (63153 MiB free)
  memory of node 1: 64465 MiB (62840 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=78104, runsolver pid=78086

[startup+0.10007 s]*
/proc/loadavg: 2.45 3.65 4.05 5/261 78114
/proc/meminfo: memFree=129011092/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78113] ppid=78104 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/78113/stat : 78113 (timeout) S 78104 78113 78032 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 69557756 2723840 352 18446744073709551615 94304436088832 94304436105345 140726850758784 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94304436120112 94304436122200 94304449646592 140726850763184 140726850763298 140726850763298 140726850768871 0
/proc/78113/statm: 665 352 352 5 0 90 0
[pid=78114] ppid=78113 vsize=22728 memory=13304 CPUtime=0.07 cores=1,3
/proc/78114/stat : 78114 (NuPBO-DeepOptS+) R 78113 78113 78032 0 -1 4194304 1213 0 0 0 7 0 0 0 20 0 1 0 69557757 23273472 3326 18446744073709551615 4198400 15468185 140733275371648 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 45314048 140733275380156 140733275380257 140733275380257 140733275385830 0
/proc/78114/statm: 5682 3326 2432 2752 0 2335 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 29712 KiB
Current children cumulated memory: 17656 KiB

[startup+0.213797 s]*
/proc/loadavg: 2.45 3.65 4.05 5/261 78114
/proc/meminfo: memFree=128994712/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78113] ppid=78104 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/78113/stat : 78113 (timeout) S 78104 78113 78032 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 69557756 2723840 352 18446744073709551615 94304436088832 94304436105345 140726850758784 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94304436120112 94304436122200 94304449646592 140726850763184 140726850763298 140726850763298 140726850768871 0
/proc/78113/statm: 665 352 352 5 0 90 0
[pid=78114] ppid=78113 vsize=31512 memory=22520 CPUtime=0.17 cores=1,3
/proc/78114/stat : 78114 (NuPBO-DeepOptS+) R 78113 78113 78032 0 -1 4194304 3183 0 0 0 17 0 0 0 20 0 1 0 69557757 32268288 5630 18446744073709551615 4198400 15468185 140733275371648 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 45314048 140733275380156 140733275380257 140733275380257 140733275385830 0
/proc/78114/statm: 7878 5630 2848 2752 0 4531 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 38496 KiB
Current children cumulated memory: 26872 KiB

[startup+0.313758 s]*
/proc/loadavg: 2.45 3.65 4.05 5/261 78114
/proc/meminfo: memFree=128970520/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78113] ppid=78104 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/78113/stat : 78113 (timeout) S 78104 78113 78032 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 69557756 2723840 352 18446744073709551615 94304436088832 94304436105345 140726850758784 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94304436120112 94304436122200 94304449646592 140726850763184 140726850763298 140726850763298 140726850768871 0
/proc/78113/statm: 665 352 352 5 0 90 0
[pid=78114] ppid=78113 vsize=39012 memory=28664 CPUtime=0.28 cores=1,3
/proc/78114/stat : 78114 (NuPBO-DeepOptS+) R 78113 78113 78032 0 -1 4194304 4706 0 0 0 27 1 0 0 20 0 1 0 69557757 39948288 7166 18446744073709551615 4198400 15468185 140733275371648 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 45314048 140733275380156 140733275380257 140733275380257 140733275385830 0
/proc/78114/statm: 9753 7166 2848 2752 0 6406 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 45996 KiB
Current children cumulated memory: 33016 KiB

[startup+0.70048 s]
/proc/loadavg: 2.45 3.65 4.05 5/261 78114
/proc/meminfo: memFree=128935364/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78113] ppid=78104 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/78113/stat : 78113 (timeout) S 78104 78113 78032 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 69557756 2723840 352 18446744073709551615 94304436088832 94304436105345 140726850758784 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94304436120112 94304436122200 94304449646592 140726850763184 140726850763298 140726850763298 140726850768871 0
/proc/78113/statm: 665 352 352 5 0 90 0
[pid=78114] ppid=78113 vsize=36076 memory=26948 CPUtime=0.65 cores=1,3
/proc/78114/stat : 78114 (NuPBO-DeepOptS+) R 78113 78113 78032 0 -1 4194304 4794 0 0 0 64 1 0 0 20 0 1 0 69557757 36941824 6737 18446744073709551615 4198400 15468185 140733275371648 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 45314048 140733275380156 140733275380257 140733275380257 140733275385830 0
/proc/78114/statm: 9019 6737 2848 2752 0 5672 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 43060 KiB
Current children cumulated memory: 31300 KiB

[startup+1.50039 s]
/proc/loadavg: 2.45 3.65 4.05 5/261 78114
/proc/meminfo: memFree=128806776/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78113] ppid=78104 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/78113/stat : 78113 (timeout) S 78104 78113 78032 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 69557756 2723840 352 18446744073709551615 94304436088832 94304436105345 140726850758784 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94304436120112 94304436122200 94304449646592 140726850763184 140726850763298 140726850763298 140726850768871 0
/proc/78113/statm: 665 352 352 5 0 90 0
[pid=78114] ppid=78113 vsize=45816 memory=35140 CPUtime=1.45 cores=1,3
/proc/78114/stat : 78114 (NuPBO-DeepOptS+) R 78113 78113 78032 0 -1 4194304 6835 0 0 0 143 2 0 0 20 0 1 0 69557757 46915584 8785 18446744073709551615 4198400 15468185 140733275371648 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 45314048 140733275380156 140733275380257 140733275380257 140733275385830 0
/proc/78114/statm: 11454 8785 2848 2752 0 8107 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 52800 KiB
Current children cumulated memory: 39492 KiB

[startup+3.11302 s]
/proc/loadavg: 2.58 3.66 4.05 5/261 78114
/proc/meminfo: memFree=128751548/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78113] ppid=78104 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/78113/stat : 78113 (timeout) S 78104 78113 78032 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 69557756 2723840 352 18446744073709551615 94304436088832 94304436105345 140726850758784 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94304436120112 94304436122200 94304449646592 140726850763184 140726850763298 140726850763298 140726850768871 0
/proc/78113/statm: 665 352 352 5 0 90 0
[pid=78114] ppid=78113 vsize=54000 memory=43716 CPUtime=3.05 cores=1,3
/proc/78114/stat : 78114 (NuPBO-DeepOptS+) R 78113 78113 78032 0 -1 4194304 8980 0 0 0 303 2 0 0 20 0 1 0 69557757 55296000 10929 18446744073709551615 4198400 15468185 140733275371648 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 45314048 140733275380156 140733275380257 140733275380257 140733275385830 0
/proc/78114/statm: 13500 10929 2848 2752 0 10153 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 60984 KiB
Current children cumulated memory: 48068 KiB

[startup+6.30041 s]
/proc/loadavg: 2.58 3.66 4.05 5/261 78114
/proc/meminfo: memFree=128687588/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78113] ppid=78104 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/78113/stat : 78113 (timeout) S 78104 78113 78032 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 69557756 2723840 352 18446744073709551615 94304436088832 94304436105345 140726850758784 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94304436120112 94304436122200 94304449646592 140726850763184 140726850763298 140726850763298 140726850768871 0
/proc/78113/statm: 665 352 352 5 0 90 0
[pid=78114] ppid=78113 vsize=61352 memory=50628 CPUtime=6.23 cores=1,3
/proc/78114/stat : 78114 (NuPBO-DeepOptS+) R 78113 78113 78032 0 -1 4194304 10733 0 0 0 620 3 0 0 20 0 1 0 69557757 62824448 12657 18446744073709551615 4198400 15468185 140733275371648 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 45314048 140733275380156 140733275380257 140733275380257 140733275385830 0
/proc/78114/statm: 15338 12657 2848 2752 0 11991 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 68336 KiB
Current children cumulated memory: 54980 KiB

[startup+12.7005 s]
/proc/loadavg: 2.80 3.67 4.05 5/261 78114
/proc/meminfo: memFree=128652064/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78113] ppid=78104 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/78113/stat : 78113 (timeout) S 78104 78113 78032 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 69557756 2723840 352 18446744073709551615 94304436088832 94304436105345 140726850758784 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94304436120112 94304436122200 94304449646592 140726850763184 140726850763298 140726850763298 140726850768871 0
/proc/78113/statm: 665 352 352 5 0 90 0
[pid=78114] ppid=78113 vsize=71212 memory=60512 CPUtime=12.61 cores=1,3
/proc/78114/stat : 78114 (NuPBO-DeepOptS+) R 78113 78113 78032 0 -1 4194304 13882 0 0 0 1258 3 0 0 20 0 1 0 69557757 72921088 15128 18446744073709551615 4198400 15468185 140733275371648 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 45314048 140733275380156 140733275380257 140733275380257 140733275385830 0
/proc/78114/statm: 17803 15128 2848 2752 0 14456 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 78196 KiB
Current children cumulated memory: 64864 KiB

[startup+25.5005 s]
/proc/loadavg: 2.98 3.68 4.05 5/261 78114
/proc/meminfo: memFree=128565816/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78113] ppid=78104 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/78113/stat : 78113 (timeout) S 78104 78113 78032 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 69557756 2723840 352 18446744073709551615 94304436088832 94304436105345 140726850758784 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94304436120112 94304436122200 94304449646592 140726850763184 140726850763298 140726850763298 140726850768871 0
/proc/78113/statm: 665 352 352 5 0 90 0
[pid=78114] ppid=78113 vsize=87188 memory=74848 CPUtime=25.36 cores=1,3
/proc/78114/stat : 78114 (NuPBO-DeepOptS+) R 78113 78113 78032 0 -1 4194304 17479 0 0 0 2532 4 0 0 20 0 1 0 69557757 89280512 18712 18446744073709551615 4198400 15468185 140733275371648 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 45314048 140733275380156 140733275380257 140733275380257 140733275385830 0
/proc/78114/statm: 21797 18712 2848 2752 0 18450 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 94172 KiB
Current children cumulated memory: 79200 KiB

[startup+51.1134 s]
/proc/loadavg: 3.39 3.72 4.05 5/261 78114
/proc/meminfo: memFree=128435516/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78113] ppid=78104 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/78113/stat : 78113 (timeout) S 78104 78113 78032 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 69557756 2723840 352 18446744073709551615 94304436088832 94304436105345 140726850758784 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94304436120112 94304436122200 94304449646592 140726850763184 140726850763298 140726850763298 140726850768871 0
/proc/78113/statm: 665 352 352 5 0 90 0
[pid=78114] ppid=78113 vsize=129856 memory=117324 CPUtime=50.88 cores=1,3
/proc/78114/stat : 78114 (NuPBO-DeepOptS+) R 78113 78113 78032 0 -1 4194304 27675 0 0 0 5083 5 0 0 20 0 1 0 69557757 132972544 29331 18446744073709551615 4198400 15468185 140733275371648 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 45314048 140733275380156 140733275380257 140733275380257 140733275385830 0
/proc/78114/statm: 32464 29331 2848 2752 0 29117 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 136840 KiB
Current children cumulated memory: 121676 KiB

[startup+102.3 s]
/proc/loadavg: 3.76 3.77 4.05 5/260 78116
/proc/meminfo: memFree=128232052/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=0 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 248 105 0 0 0 0 0 0 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0

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

/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78242] ppid=78104 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/78242/stat : 78242 (timeout) S 78104 78242 78032 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 69797557 2723840 320 18446744073709551615 94734754881536 94734754898049 140726062318944 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94734754912816 94734754914904 94734781599744 140726062328195 140726062328354 140726062328354 140726062333927 0
/proc/78242/statm: 665 320 320 5 0 90 0
[pid=78244] ppid=78242 vsize=54552 memory=17092 CPUtime=44.07 cores=1,3
/proc/78244/stat : 78244 (ExactPR-nols) R 78242 78242 78032 0 -1 4194304 5470 0 0 0 4358 49 0 0 20 0 1 0 69797558 55861248 4273 18446744073709551615 94792263852032 94792273151685 140734841810960 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94792274938176 94792274977256 94792312135680 140734841817496 140734841817636 140734841817636 140734841823209 0
/proc/78244/statm: 13638 4273 1920 2271 0 8276 0
Current children cumulated CPU time: 2435.44 s
Current children cumulated vsize: 61536 KiB
Current children cumulated memory: 21316 KiB

[startup+2502.3 s]
/proc/loadavg: 4.08 4.19 4.22 5/259 78249
/proc/meminfo: memFree=128909856/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=2391.37 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 283 174272 0 0 0 0 239074 63 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78242] ppid=78104 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/78242/stat : 78242 (timeout) S 78104 78242 78032 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 69797557 2723840 320 18446744073709551615 94734754881536 94734754898049 140726062318944 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94734754912816 94734754914904 94734781599744 140726062328195 140726062328354 140726062328354 140726062333927 0
/proc/78242/statm: 665 320 320 5 0 90 0
[pid=78244] ppid=78242 vsize=55644 memory=20296 CPUtime=103.89 cores=1,3
/proc/78244/stat : 78244 (ExactPR-nols) R 78242 78242 78032 0 -1 4194304 7945 0 0 0 10267 122 0 0 20 0 1 0 69797558 56979456 5074 18446744073709551615 94792263852032 94792273151685 140734841810960 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94792274938176 94792274977256 94792312135680 140734841817496 140734841817636 140734841817636 140734841823209 0
/proc/78244/statm: 13911 5074 1920 2271 0 8549 0
Current children cumulated CPU time: 2495.26 s
Current children cumulated vsize: 62628 KiB
Current children cumulated memory: 24520 KiB

[startup+2562.3 s]
/proc/loadavg: 4.07 4.16 4.20 5/258 78251
/proc/meminfo: memFree=128913240/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=2391.37 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 283 174272 0 0 0 0 239074 63 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78242] ppid=78104 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/78242/stat : 78242 (timeout) S 78104 78242 78032 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 69797557 2723840 320 18446744073709551615 94734754881536 94734754898049 140726062318944 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94734754912816 94734754914904 94734781599744 140726062328195 140726062328354 140726062328354 140726062333927 0
/proc/78242/statm: 665 320 320 5 0 90 0
[pid=78244] ppid=78242 vsize=55984 memory=20736 CPUtime=163.73 cores=1,3
/proc/78244/stat : 78244 (ExactPR-nols) R 78242 78242 78032 0 -1 4194304 9568 0 0 0 16178 195 0 0 20 0 1 0 69797558 57327616 5184 18446744073709551615 94792263852032 94792273151685 140734841810960 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94792274938176 94792274977256 94792312135680 140734841817496 140734841817636 140734841817636 140734841823209 0
/proc/78244/statm: 13996 5184 1920 2271 0 8634 0
Current children cumulated CPU time: 2555.1 s
Current children cumulated vsize: 62968 KiB
Current children cumulated memory: 24960 KiB

[startup+2622.3 s]
/proc/loadavg: 4.13 4.16 4.20 5/258 78256
/proc/meminfo: memFree=128902248/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=2391.37 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 283 174272 0 0 0 0 239074 63 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78242] ppid=78104 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/78242/stat : 78242 (timeout) S 78104 78242 78032 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 69797557 2723840 320 18446744073709551615 94734754881536 94734754898049 140726062318944 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94734754912816 94734754914904 94734781599744 140726062328195 140726062328354 140726062328354 140726062333927 0
/proc/78242/statm: 665 320 320 5 0 90 0
[pid=78244] ppid=78242 vsize=56628 memory=21348 CPUtime=223.57 cores=1,3
/proc/78244/stat : 78244 (ExactPR-nols) R 78242 78242 78032 0 -1 4194304 10782 0 0 0 22087 270 0 0 20 0 1 0 69797558 57987072 5337 18446744073709551615 94792263852032 94792273151685 140734841810960 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94792274938176 94792274977256 94792312135680 140734841817496 140734841817636 140734841817636 140734841823209 0
/proc/78244/statm: 14157 5337 1920 2271 0 8795 0
Current children cumulated CPU time: 2614.94 s
Current children cumulated vsize: 63612 KiB
Current children cumulated memory: 25572 KiB

[startup+2682.3 s]
/proc/loadavg: 4.10 4.15 4.19 5/258 78258
/proc/meminfo: memFree=128907848/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=2391.37 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 283 174272 0 0 0 0 239074 63 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78242] ppid=78104 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/78242/stat : 78242 (timeout) S 78104 78242 78032 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 69797557 2723840 320 18446744073709551615 94734754881536 94734754898049 140726062318944 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94734754912816 94734754914904 94734781599744 140726062328195 140726062328354 140726062328354 140726062333927 0
/proc/78242/statm: 665 320 320 5 0 90 0
[pid=78244] ppid=78242 vsize=56948 memory=21572 CPUtime=283.4 cores=1,3
/proc/78244/stat : 78244 (ExactPR-nols) R 78242 78242 78032 0 -1 4194304 12064 0 0 0 27991 349 0 0 20 0 1 0 69797558 58314752 5393 18446744073709551615 94792263852032 94792273151685 140734841810960 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94792274938176 94792274977256 94792312135680 140734841817496 140734841817636 140734841817636 140734841823209 0
/proc/78244/statm: 14237 5393 1920 2271 0 8875 0
Current children cumulated CPU time: 2674.77 s
Current children cumulated vsize: 63932 KiB
Current children cumulated memory: 25796 KiB

[startup+2742.3 s]
/proc/loadavg: 4.12 4.13 4.18 5/258 78260
/proc/meminfo: memFree=128907492/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=2391.37 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 283 174272 0 0 0 0 239074 63 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78242] ppid=78104 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/78242/stat : 78242 (timeout) S 78104 78242 78032 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 69797557 2723840 320 18446744073709551615 94734754881536 94734754898049 140726062318944 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94734754912816 94734754914904 94734781599744 140726062328195 140726062328354 140726062328354 140726062333927 0
/proc/78242/statm: 665 320 320 5 0 90 0
[pid=78244] ppid=78242 vsize=56948 memory=21672 CPUtime=343.24 cores=1,3
/proc/78244/stat : 78244 (ExactPR-nols) R 78242 78242 78032 0 -1 4194304 15521 0 0 0 33904 420 0 0 20 0 1 0 69797558 58314752 5418 18446744073709551615 94792263852032 94792273151685 140734841810960 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94792274938176 94792274977256 94792312135680 140734841817496 140734841817636 140734841817636 140734841823209 0
/proc/78244/statm: 14237 5418 1920 2271 0 8875 0
Current children cumulated CPU time: 2734.61 s
Current children cumulated vsize: 63932 KiB
Current children cumulated memory: 25896 KiB

[startup+2802.3 s]
/proc/loadavg: 4.10 4.12 4.17 5/259 78267
/proc/meminfo: memFree=128914448/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=2391.37 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 283 174272 0 0 0 0 239074 63 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78242] ppid=78104 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/78242/stat : 78242 (timeout) S 78104 78242 78032 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 69797557 2723840 320 18446744073709551615 94734754881536 94734754898049 140726062318944 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94734754912816 94734754914904 94734781599744 140726062328195 140726062328354 140726062328354 140726062333927 0
/proc/78242/statm: 665 320 320 5 0 90 0
[pid=78244] ppid=78242 vsize=57332 memory=21988 CPUtime=403.07 cores=1,3
/proc/78244/stat : 78244 (ExactPR-nols) R 78242 78242 78032 0 -1 4194304 17189 0 0 0 39819 488 0 0 20 0 1 0 69797558 58707968 5497 18446744073709551615 94792263852032 94792273151685 140734841810960 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94792274938176 94792274977256 94792312135680 140734841817496 140734841817636 140734841817636 140734841823209 0
/proc/78244/statm: 14333 5497 1920 2271 0 8971 0
Current children cumulated CPU time: 2794.44 s
Current children cumulated vsize: 64316 KiB
Current children cumulated memory: 26212 KiB

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

# cumulated CPU time of all completed processes:  user=2789.48 s, system=5.54611 s

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

[startup+2802.4 s]
/proc/loadavg: 4.10 4.12 4.17 5/259 78267
/proc/meminfo: memFree=128914448/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=2391.37 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 283 174272 0 0 0 0 239074 63 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78242] ppid=78104 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/78242/stat : 78242 (timeout) S 78104 78242 78032 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 69797557 2723840 320 18446744073709551615 94734754881536 94734754898049 140726062318944 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94734754912816 94734754914904 94734781599744 140726062328195 140726062328354 140726062328354 140726062333927 0
/proc/78242/statm: 665 320 320 5 0 90 0
[pid=78244] ppid=78242 vsize=57332 memory=21988 CPUtime=403.18 cores=1,3
/proc/78244/stat : 78244 (ExactPR-nols) R 78242 78242 78032 0 -1 4194304 17189 0 0 0 39830 488 0 0 20 0 1 0 69797558 58707968 5497 18446744073709551615 94792263852032 94792273151685 140734841810960 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94792274938176 94792274977256 94792312135680 140734841817496 140734841817636 140734841817636 140734841823209 0
/proc/78244/statm: 14333 5497 1920 2271 0 8971 0
Current children cumulated CPU time: 2794.55 s
Current children cumulated vsize: 64316 KiB
Current children cumulated memory: 26212 KiB

[startup+2802.8 s]
/proc/loadavg: 4.10 4.12 4.17 5/259 78267
/proc/meminfo: memFree=128914448/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=2391.37 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 283 174272 0 0 0 0 239074 63 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
[pid=78242] ppid=78104 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/78242/stat : 78242 (timeout) S 78104 78242 78032 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 69797557 2723840 320 18446744073709551615 94734754881536 94734754898049 140726062318944 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94734754912816 94734754914904 94734781599744 140726062328195 140726062328354 140726062328354 140726062333927 0
/proc/78242/statm: 665 320 320 5 0 90 0
[pid=78244] ppid=78242 vsize=57332 memory=21988 CPUtime=403.58 cores=1,3
/proc/78244/stat : 78244 (ExactPR-nols) R 78242 78242 78032 0 -1 4194304 17189 0 0 0 39869 489 0 0 20 0 1 0 69797558 58707968 5497 18446744073709551615 94792263852032 94792273151685 140734841810960 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94792274938176 94792274977256 94792312135680 140734841817496 140734841817636 140734841817636 140734841823209 0
/proc/78244/statm: 14333 5497 1920 2271 0 8971 0
Current children cumulated CPU time: 2794.95 s
Current children cumulated vsize: 64316 KiB
Current children cumulated memory: 26212 KiB

[startup+2802.9 s]
/proc/loadavg: 4.10 4.12 4.17 5/259 78267
/proc/meminfo: memFree=128914448/131382116 swapFree=33009904/33010684
[pid=78104] ppid=78086 vsize=4324 memory=2944 CPUtime=2795 cores=1,3
/proc/78104/stat : 78104 (Hybrid-NuPBODee) S 78086 78104 78032 0 -1 4194304 400 192338 0 4 0 0 278947 553 20 0 1 0 69557753 4427776 736 18446744073709551615 94745377120256 94745378014789 140730281863104 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94745378253840 94745378301584 94745395208192 140730281867611 140730281867763 140730281867763 140730281873365 0
/proc/78104/statm: 1081 736 672 219 0 143 0
Current children cumulated CPU time: 2795 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 2802.92
CPU time (s): 2795.03
CPU user time (s): 2789.48
CPU system time (s): 5.54611
CPU usage (%): 99.7184
Max. virtual memory (cumulated for all children) (KiB): 1635800
Max. memory (cumulated for all children) (KiB): 1568124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2789.48
system time used= 5.54611
maximum resident set size= 1563772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193065
page faults= 4
swaps= 0
block input operations= 152
block output operations= 40
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1078
involuntary context switches= 2230


# summary of solver processes directly reported to runsolver:
#   pid: 78104
#   total CPU time (s): 2795.03
#   total CPU user time (s): 2789.48
#   total CPU system time (s): 5.54611

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4361 second user time and 27.7306 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-03 12:33:05
IDJOB=4517749
IDBENCH=176184
IDSOLVER=3332
FILE ID=nodeC004/4517749-1751538785
RUNJOBID= nodeC004-1751538785-78044
SLURM_JOB_ID= 9598694
Free space on /tmp= 431680 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=8-t=3.opb
COMMAND LINE= ./Hybrid-NuPBODeepOptS-ExactPRnols BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517749-1751538785/watcher-4517749-1751538785 -o /tmp/evaluation-result-4517749-1751538785/solver-4517749-1751538785 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751538785-78044 --watchdog 3760  ./Hybrid-NuPBODeepOptS-ExactPRnols HOME/instance-4517749-1751538785.opb 3600 HOME

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

MD5SUM BENCH= 970aa3d1f1d45876cf8a11b4225544dc
RANDOM SEED=1154883381

nodeC004 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	: 0xb00001f
cpu MHz		: 1197.221
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.410
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.379
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.219
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.216
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.200
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129021436 kB
MemAvailable:   129884824 kB
Buffers:            2128 kB
Cached:          1613564 kB
SwapCached:           32 kB
Active:           662464 kB
Inactive:        1019596 kB
Active(anon):      73596 kB
Inactive(anon):    10748 kB
Active(file):     588868 kB
Inactive(file):  1008848 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            113888 kB
Writeback:             0 kB
AnonPages:         69672 kB
Mapped:           103032 kB
Shmem:             17932 kB
KReclaimable:     210596 kB
Slab:             296780 kB
SReclaimable:     210596 kB
SUnreclaim:        86184 kB
KernelStack:        3936 kB
PageTables:         2856 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     339832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431568 MiB
End job on nodeC004 at 2025-07-03 13:19:49