Trace number 4490777

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-02? 3586.59 3596.13

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM329db8d421c28e548757e1dbc8e6ec5f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark342
Best CPU time to get the best result obtained on this benchmark72001.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3586.49/3596.11	c Filename:instance-4490777-1751380816.opb, Cutoff_time:2398, memory_limit_gb:500000
3586.49/3596.11	c Scip time: 1199
3586.49/3596.11	c Use Presolve
3586.49/3596.11	c Parse finsih
3586.49/3596.11	c Start Presolve
3586.49/3596.11	c After Reduce Vars: 11001 Clauses: 21687 Top clause weight: 512 Hard Clauses: 21678
3586.49/3596.11	c Use LS-small
3586.49/3596.11	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (61737 MiB free)
  memory of node 1: 64465 MiB (63547 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490777-1751380816/watcher-4490777-1751380816 -o /tmp/evaluation-result-4490777-1751380816/solver-4490777-1751380816 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751371206-62770 --watchdog 3760 ./Hybrid-NuPBODeepOptS-ExactPRnols HOME/instance-4490777-1751380816.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=64152, runsolver pid=64149

[startup+0.100072 s]*
/proc/loadavg: 4.23 4.25 4.18 5/251 64156
/proc/meminfo: memFree=128291864/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64155] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64155/stat : 64155 (timeout) S 64152 64155 62760 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53760752 2723840 352 18446744073709551615 94267417952256 94267417968769 140725744207744 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94267417983536 94267417985624 94267440934912 140725744212400 140725744212514 140725744212514 140725744218087 0
/proc/64155/statm: 665 352 352 5 0 90 0
[pid=64156] ppid=64155 vsize=21912 memory=7000 CPUtime=0.06 cores=0,2
/proc/64156/stat : 64156 (NuPBO-DeepOptS+) R 64155 64155 62760 0 -1 4194304 1004 0 0 0 6 0 0 0 20 0 1 0 53760754 22437888 1750 18446744073709551615 4198400 15468185 140734091570448 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 42127360 140734091573692 140734091573793 140734091573793 140734091579366 0
/proc/64156/statm: 5478 1750 1088 2752 0 2131 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 28896 KiB
Current children cumulated memory: 11480 KiB

[startup+0.213271 s]*
/proc/loadavg: 4.23 4.25 4.18 5/254 64160
/proc/meminfo: memFree=128291864/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64155] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64155/stat : 64155 (timeout) S 64152 64155 62760 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53760752 2723840 352 18446744073709551615 94267417952256 94267417968769 140725744207744 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94267417983536 94267417985624 94267440934912 140725744212400 140725744212514 140725744212514 140725744218087 0
/proc/64155/statm: 665 352 352 5 0 90 0
[pid=64156] ppid=64155 vsize=22936 memory=7896 CPUtime=0.17 cores=0,2
/proc/64156/stat : 64156 (NuPBO-DeepOptS+) R 64155 64155 62760 0 -1 4194304 1494 0 0 0 17 0 0 0 20 0 1 0 53760754 23486464 1974 18446744073709551615 4198400 15468185 140734091570448 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 42127360 140734091573692 140734091573793 140734091573793 140734091579366 0
/proc/64156/statm: 5734 1974 1088 2752 0 2387 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 29920 KiB
Current children cumulated memory: 12376 KiB

[startup+0.313127 s]*
/proc/loadavg: 4.23 4.25 4.18 6/258 64168
/proc/meminfo: memFree=128291736/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64155] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64155/stat : 64155 (timeout) S 64152 64155 62760 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53760752 2723840 352 18446744073709551615 94267417952256 94267417968769 140725744207744 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94267417983536 94267417985624 94267440934912 140725744212400 140725744212514 140725744212514 140725744218087 0
/proc/64155/statm: 665 352 352 5 0 90 0
[pid=64156] ppid=64155 vsize=24984 memory=9840 CPUtime=0.27 cores=0,2
/proc/64156/stat : 64156 (NuPBO-DeepOptS+) R 64155 64155 62760 0 -1 4194304 1965 0 0 0 27 0 0 0 20 0 1 0 53760754 25583616 2460 18446744073709551615 4198400 15468185 140734091570448 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 42127360 140734091573692 140734091573793 140734091573793 140734091579366 0
/proc/64156/statm: 6246 2460 1088 2752 0 2899 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 31968 KiB
Current children cumulated memory: 14320 KiB

[startup+0.700416 s]
/proc/loadavg: 4.23 4.25 4.18 5/258 64168
/proc/meminfo: memFree=128288712/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64155] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64155/stat : 64155 (timeout) S 64152 64155 62760 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53760752 2723840 352 18446744073709551615 94267417952256 94267417968769 140725744207744 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94267417983536 94267417985624 94267440934912 140725744212400 140725744212514 140725744212514 140725744218087 0
/proc/64155/statm: 665 352 352 5 0 90 0
[pid=64156] ppid=64155 vsize=29212 memory=11908 CPUtime=0.65 cores=0,2
/proc/64156/stat : 64156 (NuPBO-DeepOptS+) R 64155 64155 62760 0 -1 4194304 2493 0 0 0 64 1 0 0 20 0 1 0 53760754 29913088 2977 18446744073709551615 4198400 15468185 140734091570448 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 42127360 140734091573692 140734091573793 140734091573793 140734091579366 0
/proc/64156/statm: 7303 2977 1088 2752 0 3956 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 36196 KiB
Current children cumulated memory: 16388 KiB

[startup+1.50042 s]
/proc/loadavg: 4.23 4.25 4.18 5/258 64168
/proc/meminfo: memFree=128286948/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64155] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64155/stat : 64155 (timeout) S 64152 64155 62760 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53760752 2723840 352 18446744073709551615 94267417952256 94267417968769 140725744207744 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94267417983536 94267417985624 94267440934912 140725744212400 140725744212514 140725744212514 140725744218087 0
/proc/64155/statm: 665 352 352 5 0 90 0
[pid=64156] ppid=64155 vsize=37668 memory=22484 CPUtime=1.44 cores=0,2
/proc/64156/stat : 64156 (NuPBO-DeepOptS+) R 64155 64155 62760 0 -1 4194304 3096 0 0 0 143 1 0 0 20 0 1 0 53760754 38572032 5621 18446744073709551615 4198400 15468185 140734091570448 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 42127360 140734091573692 140734091573793 140734091573793 140734091579366 0
/proc/64156/statm: 9417 5621 1088 2752 0 6070 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 44652 KiB
Current children cumulated memory: 26964 KiB

[startup+3.11308 s]
/proc/loadavg: 4.23 4.25 4.18 5/258 64168
/proc/meminfo: memFree=128113012/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64155] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64155/stat : 64155 (timeout) S 64152 64155 62760 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53760752 2723840 352 18446744073709551615 94267417952256 94267417968769 140725744207744 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94267417983536 94267417985624 94267440934912 140725744212400 140725744212514 140725744212514 140725744218087 0
/proc/64155/statm: 665 352 352 5 0 90 0
[pid=64156] ppid=64155 vsize=138960 memory=115768 CPUtime=3.05 cores=0,2
/proc/64156/stat : 64156 (NuPBO-DeepOptS+) R 64155 64155 62760 0 -1 4194304 8572 0 0 0 301 4 0 0 20 0 1 0 53760754 142295040 28942 18446744073709551615 4198400 15468185 140734091570448 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 42127360 140734091573692 140734091573793 140734091573793 140734091579366 0
/proc/64156/statm: 34740 28942 1152 2752 0 31393 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 145944 KiB
Current children cumulated memory: 120248 KiB

[startup+6.30042 s]
/proc/loadavg: 4.21 4.25 4.18 5/258 64168
/proc/meminfo: memFree=127802556/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64155] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64155/stat : 64155 (timeout) S 64152 64155 62760 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53760752 2723840 352 18446744073709551615 94267417952256 94267417968769 140725744207744 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94267417983536 94267417985624 94267440934912 140725744212400 140725744212514 140725744212514 140725744218087 0
/proc/64155/statm: 665 352 352 5 0 90 0
[pid=64156] ppid=64155 vsize=482316 memory=423340 CPUtime=6.23 cores=0,2
/proc/64156/stat : 64156 (NuPBO-DeepOptS+) R 64155 64155 62760 0 -1 4194304 75880 0 0 0 608 15 0 0 20 0 1 0 53760754 493891584 105835 18446744073709551615 4198400 15468185 140734091570448 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 42127360 140734091573692 140734091573793 140734091573793 140734091579366 0
/proc/64156/statm: 120579 105835 2816 2752 0 117232 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 489300 KiB
Current children cumulated memory: 427820 KiB

[startup+12.7004 s]
/proc/loadavg: 4.19 4.25 4.18 5/258 64168
/proc/meminfo: memFree=127693416/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64155] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64155/stat : 64155 (timeout) S 64152 64155 62760 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53760752 2723840 352 18446744073709551615 94267417952256 94267417968769 140725744207744 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94267417983536 94267417985624 94267440934912 140725744212400 140725744212514 140725744212514 140725744218087 0
/proc/64155/statm: 665 352 352 5 0 90 0
[pid=64156] ppid=64155 vsize=550592 memory=491480 CPUtime=12.61 cores=0,2
/proc/64156/stat : 64156 (NuPBO-DeepOptS+) R 64155 64155 62760 0 -1 4194304 84283 0 0 0 1243 18 0 0 20 0 1 0 53760754 563806208 122870 18446744073709551615 4198400 15468185 140734091570448 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 42127360 140734091573692 140734091573793 140734091573793 140734091579366 0
/proc/64156/statm: 137648 122870 2816 2752 0 134301 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 557576 KiB
Current children cumulated memory: 495960 KiB

[startup+25.5005 s]
/proc/loadavg: 4.16 4.24 4.17 5/258 64169
/proc/meminfo: memFree=127645032/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64155] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64155/stat : 64155 (timeout) S 64152 64155 62760 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53760752 2723840 352 18446744073709551615 94267417952256 94267417968769 140725744207744 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94267417983536 94267417985624 94267440934912 140725744212400 140725744212514 140725744212514 140725744218087 0
/proc/64155/statm: 665 352 352 5 0 90 0
[pid=64156] ppid=64155 vsize=582512 memory=521688 CPUtime=25.38 cores=0,2
/proc/64156/stat : 64156 (NuPBO-DeepOptS+) R 64155 64155 62760 0 -1 4194304 91889 0 0 0 2519 19 0 0 20 0 1 0 53760754 596492288 130422 18446744073709551615 4198400 15468185 140734091570448 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 42127360 140734091573692 140734091573793 140734091573793 140734091579366 0
/proc/64156/statm: 145628 130422 2816 2752 0 142281 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 589496 KiB
Current children cumulated memory: 526168 KiB

[startup+51.1132 s]
/proc/loadavg: 4.21 4.24 4.18 5/258 64169
/proc/meminfo: memFree=127557100/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64155] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64155/stat : 64155 (timeout) S 64152 64155 62760 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53760752 2723840 352 18446744073709551615 94267417952256 94267417968769 140725744207744 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94267417983536 94267417985624 94267440934912 140725744212400 140725744212514 140725744212514 140725744218087 0
/proc/64155/statm: 665 352 352 5 0 90 0
[pid=64156] ppid=64155 vsize=609740 memory=548440 CPUtime=50.91 cores=0,2
/proc/64156/stat : 64156 (NuPBO-DeepOptS+) R 64155 64155 62760 0 -1 4194304 98561 0 0 0 5071 20 0 0 20 0 1 0 53760754 624373760 137110 18446744073709551615 4198400 15468185 140734091570448 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 42127360 140734091573692 140734091573793 140734091573793 140734091579366 0
/proc/64156/statm: 152435 137110 2816 2752 0 149088 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 616724 KiB
Current children cumulated memory: 552920 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.22 4.18 5/259 64172
/proc/meminfo: memFree=127443664/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 247 103 0 0 0 0 0 0 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64155] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2

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

/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64335] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64335/stat : 64335 (timeout) S 64152 64335 62760 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 54000554 2723840 352 18446744073709551615 94772545851392 94772545867905 140735079599488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94772545882672 94772545884760 94772569878528 140735079602563 140735079602722 140735079602722 140735079608295 0
/proc/64335/statm: 665 352 352 5 0 90 0
[pid=64336] ppid=64335 vsize=194396 memory=171020 CPUtime=1061.39 cores=0,2
/proc/64336/stat : 64336 (ExactPR-nols) R 64335 64335 62760 0 -1 4194304 30349 0 0 0 106122 17 0 0 20 0 1 0 54000555 199061504 42755 18446744073709551615 94495072681984 94495081981637 140734067933424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94495083768128 94495083807208 94495117623296 140734067935640 140734067935780 140734067935780 140734067941353 0
/proc/64336/statm: 48599 42755 1888 2271 0 43237 0
Current children cumulated CPU time: 3453.19 s
Current children cumulated vsize: 201380 KiB
Current children cumulated memory: 175500 KiB

[startup+3522.3 s]
/proc/loadavg: 2.14 2.18 2.64 3/243 64442
/proc/meminfo: memFree=129421356/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=2391.8 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 282 137810 0 0 0 0 239152 28 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64335] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64335/stat : 64335 (timeout) S 64152 64335 62760 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 54000554 2723840 352 18446744073709551615 94772545851392 94772545867905 140735079599488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94772545882672 94772545884760 94772569878528 140735079602563 140735079602722 140735079602722 140735079608295 0
/proc/64335/statm: 665 352 352 5 0 90 0
[pid=64336] ppid=64335 vsize=194396 memory=171020 CPUtime=1121.2 cores=0,2
/proc/64336/stat : 64336 (ExactPR-nols) R 64335 64335 62760 0 -1 4194304 30350 0 0 0 112102 18 0 0 20 0 1 0 54000555 199061504 42755 18446744073709551615 94495072681984 94495081981637 140734067933424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94495083768128 94495083807208 94495117623296 140734067935640 140734067935780 140734067935780 140734067941353 0
/proc/64336/statm: 48599 42755 1888 2271 0 43237 0
Current children cumulated CPU time: 3513 s
Current children cumulated vsize: 201380 KiB
Current children cumulated memory: 175500 KiB

[startup+3582.3 s]
/proc/loadavg: 2.10 2.16 2.60 3/243 64448
/proc/meminfo: memFree=129420616/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=2391.8 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 282 137810 0 0 0 0 239152 28 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64335] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64335/stat : 64335 (timeout) S 64152 64335 62760 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 54000554 2723840 352 18446744073709551615 94772545851392 94772545867905 140735079599488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94772545882672 94772545884760 94772569878528 140735079602563 140735079602722 140735079602722 140735079608295 0
/proc/64335/statm: 665 352 352 5 0 90 0
[pid=64336] ppid=64335 vsize=194396 memory=171020 CPUtime=1181.02 cores=0,2
/proc/64336/stat : 64336 (ExactPR-nols) R 64335 64335 62760 0 -1 4194304 30350 0 0 0 118084 18 0 0 20 0 1 0 54000555 199061504 42755 18446744073709551615 94495072681984 94495081981637 140734067933424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94495083768128 94495083807208 94495117623296 140734067935640 140734067935780 140734067935780 140734067941353 0
/proc/64336/statm: 48599 42755 1888 2271 0 43237 0
Current children cumulated CPU time: 3572.82 s
Current children cumulated vsize: 201380 KiB
Current children cumulated memory: 175500 KiB

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

# cumulated CPU time of all completed processes:  user=3586.09 s, system=0.507914 s

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

[startup+3584 s]*
/proc/loadavg: 2.10 2.16 2.60 3/243 64448
/proc/meminfo: memFree=129420696/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=2391.8 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 282 137810 0 0 0 0 239152 28 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64335] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64335/stat : 64335 (timeout) S 64152 64335 62760 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 54000554 2723840 352 18446744073709551615 94772545851392 94772545867905 140735079599488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94772545882672 94772545884760 94772569878528 140735079602563 140735079602722 140735079602722 140735079608295 0
/proc/64335/statm: 665 352 352 5 0 90 0
[pid=64336] ppid=64335 vsize=194396 memory=171020 CPUtime=1182.72 cores=0,2
/proc/64336/stat : 64336 (ExactPR-nols) R 64335 64335 62760 0 -1 4194304 30350 0 0 0 118254 18 0 0 20 0 1 0 54000555 199061504 42755 18446744073709551615 94495072681984 94495081981637 140734067933424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94495083768128 94495083807208 94495117623296 140734067935640 140734067935780 140734067935780 140734067941353 0
/proc/64336/statm: 48599 42755 1888 2271 0 43237 0
Current children cumulated CPU time: 3574.52 s
Current children cumulated vsize: 201380 KiB
Current children cumulated memory: 175500 KiB

[startup+3590.4 s]
/proc/loadavg: 2.10 2.16 2.60 3/243 64448
/proc/meminfo: memFree=129420696/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=2391.8 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 282 137810 0 0 0 0 239152 28 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64335] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64335/stat : 64335 (timeout) S 64152 64335 62760 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 54000554 2723840 352 18446744073709551615 94772545851392 94772545867905 140735079599488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94772545882672 94772545884760 94772569878528 140735079602563 140735079602722 140735079602722 140735079608295 0
/proc/64335/statm: 665 352 352 5 0 90 0
[pid=64336] ppid=64335 vsize=194396 memory=171020 CPUtime=1189.09 cores=0,2
/proc/64336/stat : 64336 (ExactPR-nols) R 64335 64335 62760 0 -1 4194304 30350 0 0 0 118891 18 0 0 20 0 1 0 54000555 199061504 42755 18446744073709551615 94495072681984 94495081981637 140734067933424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94495083768128 94495083807208 94495117623296 140734067935640 140734067935780 140734067935780 140734067941353 0
/proc/64336/statm: 48599 42755 1888 2271 0 43237 0
Current children cumulated CPU time: 3580.89 s
Current children cumulated vsize: 201380 KiB
Current children cumulated memory: 175500 KiB

[startup+3593.6 s]
/proc/loadavg: 2.09 2.16 2.59 3/243 64448
/proc/meminfo: memFree=129420696/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=2391.8 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 282 137810 0 0 0 0 239152 28 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64335] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64335/stat : 64335 (timeout) S 64152 64335 62760 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 54000554 2723840 352 18446744073709551615 94772545851392 94772545867905 140735079599488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94772545882672 94772545884760 94772569878528 140735079602563 140735079602722 140735079602722 140735079608295 0
/proc/64335/statm: 665 352 352 5 0 90 0
[pid=64336] ppid=64335 vsize=194396 memory=171020 CPUtime=1192.28 cores=0,2
/proc/64336/stat : 64336 (ExactPR-nols) R 64335 64335 62760 0 -1 4194304 30350 0 0 0 119210 18 0 0 20 0 1 0 54000555 199061504 42755 18446744073709551615 94495072681984 94495081981637 140734067933424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94495083768128 94495083807208 94495117623296 140734067935640 140734067935780 140734067935780 140734067941353 0
/proc/64336/statm: 48599 42755 1888 2271 0 43237 0
Current children cumulated CPU time: 3584.08 s
Current children cumulated vsize: 201380 KiB
Current children cumulated memory: 175500 KiB

[startup+3595.2 s]
/proc/loadavg: 2.09 2.16 2.59 3/243 64448
/proc/meminfo: memFree=129420696/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=2391.8 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 282 137810 0 0 0 0 239152 28 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64335] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64335/stat : 64335 (timeout) S 64152 64335 62760 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 54000554 2723840 352 18446744073709551615 94772545851392 94772545867905 140735079599488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94772545882672 94772545884760 94772569878528 140735079602563 140735079602722 140735079602722 140735079608295 0
/proc/64335/statm: 665 352 352 5 0 90 0
[pid=64336] ppid=64335 vsize=194396 memory=171020 CPUtime=1193.88 cores=0,2
/proc/64336/stat : 64336 (ExactPR-nols) R 64335 64335 62760 0 -1 4194304 30350 0 0 0 119370 18 0 0 20 0 1 0 54000555 199061504 42755 18446744073709551615 94495072681984 94495081981637 140734067933424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94495083768128 94495083807208 94495117623296 140734067935640 140734067935780 140734067935780 140734067941353 0
/proc/64336/statm: 48599 42755 1888 2271 0 43237 0
Current children cumulated CPU time: 3585.68 s
Current children cumulated vsize: 201380 KiB
Current children cumulated memory: 175500 KiB

[startup+3595.6 s]
/proc/loadavg: 2.09 2.16 2.59 3/243 64448
/proc/meminfo: memFree=129420696/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=2391.8 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 282 137810 0 0 0 0 239152 28 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64335] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64335/stat : 64335 (timeout) S 64152 64335 62760 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 54000554 2723840 352 18446744073709551615 94772545851392 94772545867905 140735079599488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94772545882672 94772545884760 94772569878528 140735079602563 140735079602722 140735079602722 140735079608295 0
/proc/64335/statm: 665 352 352 5 0 90 0
[pid=64336] ppid=64335 vsize=194396 memory=171020 CPUtime=1194.28 cores=0,2
/proc/64336/stat : 64336 (ExactPR-nols) R 64335 64335 62760 0 -1 4194304 30350 0 0 0 119410 18 0 0 20 0 1 0 54000555 199061504 42755 18446744073709551615 94495072681984 94495081981637 140734067933424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94495083768128 94495083807208 94495117623296 140734067935640 140734067935780 140734067935780 140734067941353 0
/proc/64336/statm: 48599 42755 1888 2271 0 43237 0
Current children cumulated CPU time: 3586.08 s
Current children cumulated vsize: 201380 KiB
Current children cumulated memory: 175500 KiB

[startup+3596 s]*
/proc/loadavg: 2.08 2.16 2.59 3/243 64448
/proc/meminfo: memFree=129420696/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=2391.8 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) S 64149 64152 62760 0 -1 4194304 282 137810 0 0 0 0 239152 28 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
[pid=64335] ppid=64152 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/64335/stat : 64335 (timeout) S 64152 64335 62760 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 54000554 2723840 352 18446744073709551615 94772545851392 94772545867905 140735079599488 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94772545882672 94772545884760 94772569878528 140735079602563 140735079602722 140735079602722 140735079608295 0
/proc/64335/statm: 665 352 352 5 0 90 0
[pid=64336] ppid=64335 vsize=194396 memory=171020 CPUtime=1194.69 cores=0,2
/proc/64336/stat : 64336 (ExactPR-nols) R 64335 64335 62760 0 -1 4194304 30350 0 0 0 119451 18 0 0 20 0 1 0 54000555 199061504 42755 18446744073709551615 94495072681984 94495081981637 140734067933424 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94495083768128 94495083807208 94495117623296 140734067935640 140734067935780 140734067935780 140734067941353 0
/proc/64336/statm: 48599 42755 1888 2271 0 43237 0
Current children cumulated CPU time: 3586.49 s
Current children cumulated vsize: 201380 KiB
Current children cumulated memory: 175500 KiB

[startup+3596.11 s]
/proc/loadavg: 2.08 2.16 2.59 3/243 64448
/proc/meminfo: memFree=129420696/131382112 swapFree=33010684/33010684
[pid=64152] ppid=64149 vsize=4324 memory=3072 CPUtime=3586.57 cores=0,2
/proc/64152/stat : 64152 (Hybrid-NuPBODee) R 64149 64152 62760 0 -1 4194304 407 169525 0 0 0 0 358608 49 20 0 1 0 53760750 4427776 768 18446744073709551615 94484518191104 94484519085637 140733593321584 0 0 0 65536 4 65536 0 0 0 17 0 0 0 0 0 0 94484519324688 94484519372432 94484550717440 140733593323867 140733593324019 140733593324019 140733593329621 0
/proc/64152/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 3586.57 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 3596.13
CPU time (s): 3586.59
CPU user time (s): 3586.09
CPU system time (s): 0.507914
CPU usage (%): 99.7348
Max. virtual memory (cumulated for all children) (KiB): 777048
Max. memory (cumulated for all children) (KiB): 757212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.09
system time used= 0.507914
maximum resident set size= 752732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170159
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1246
involuntary context switches= 7858


# summary of solver processes directly reported to runsolver:
#   pid: 64152
#   total CPU time (s): 3586.59
#   total CPU user time (s): 3586.09
#   total CPU system time (s): 0.507914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5177 second user time and 36.4263 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-01 16:40:16
IDJOB=4490777
IDBENCH=147620
IDSOLVER=3332
FILE ID=nodeC007/4490777-1751380816
RUNJOBID= nodeC007-1751371206-62770
SLURM_JOB_ID= 9598194
Free space on /tmp= 432928 MiB

SOLVER NAME= Hybrid-NuPBODeepOptS-ExactPRnols 2025-06-02
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= ./Hybrid-NuPBODeepOptS-ExactPRnols BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490777-1751380816/watcher-4490777-1751380816 -o /tmp/evaluation-result-4490777-1751380816/solver-4490777-1751380816 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751371206-62770 --watchdog 3760  ./Hybrid-NuPBODeepOptS-ExactPRnols HOME/instance-4490777-1751380816.opb 3600 HOME

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

MD5SUM BENCH= 329db8d421c28e548757e1dbc8e6ec5f
RANDOM SEED=477213999

nodeC007 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.621
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.68
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		: 3591.596
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.68
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.202
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.68
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.227
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.68
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		: 3662.050
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.68
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.223
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.68
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.68
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		: 1197.224
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128323136 kB
MemAvailable:   128648016 kB
Buffers:            3280 kB
Cached:          1131196 kB
SwapCached:            0 kB
Active:          1571760 kB
Inactive:         883908 kB
Active(anon):    1339152 kB
Inactive(anon):        0 kB
Active(file):     232608 kB
Inactive(file):   883908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             34472 kB
Writeback:            32 kB
AnonPages:       1321172 kB
Mapped:           127080 kB
Shmem:             17960 kB
KReclaimable:      95984 kB
Slab:             179464 kB
SReclaimable:      95984 kB
SUnreclaim:        83480 kB
KernelStack:        4064 kB
PageTables:         5696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1668440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432956 MiB
End job on nodeC007 at 2025-07-01 17:40:13