Trace number 4522395

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? 3587.44 3597.94

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2010/normalized-bab3.opb
MD5SUM5650d49d55a36e62ab842bae231a0f3b
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 benchmark-9098882
Best CPU time to get the best result obtained on this benchmark3600.71
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables393800
Total number of constraints23067
Number of constraints which are clauses17479
Number of constraints which are cardinality constraints (but not clauses)1092
Number of constraints which are nor clauses,nor cardinality constraints4496
Minimum length of a constraint1
Maximum length of a constraint101656
Number of terms in the objective function 122664
Biggest coefficient in the objective function 30378
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 500013378
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 4511353
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 500013378
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3587.41/3597.92	c Filename:instance-4522395-1751595919.opb, Cutoff_time:2398, memory_limit_gb:500000
3587.41/3597.92	c Scip time: 1199
3587.41/3597.92	c Use Presolve
3587.41/3597.92	c Parse finsih
3587.41/3597.92	c Start Presolve
3587.41/3597.92	c After Reduce Vars: 393335 Clauses: 149159 Top clause weight: 509485054 Hard Clauses: 27059
3587.41/3597.92	c Use LS-small
3587.41/3597.92	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 (61963 MiB free)
  memory of node 1: 64465 MiB (63413 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522395-1751595919/watcher-4522395-1751595919 -o /tmp/evaluation-result-4522395-1751595919/solver-4522395-1751595919 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751586317-86383 --watchdog 3760 ./Hybrid-NuPBODeepOptS-ExactPRnols HOME/instance-4522395-1751595919.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
solver pid=87620, runsolver pid=87617
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 4.06 4.10 4.13 5/259 87624
/proc/meminfo: memFree=128373432/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 244 104 0 0 0 0 0 0 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87623] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87623/stat : 87623 (timeout) S 87620 87623 86373 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 75271432 2723840 352 18446744073709551615 93854101401600 93854101418113 140731589506480 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93854101432880 93854101434968 93854128635904 140731589515696 140731589515810 140731589515810 140731589521383 0
/proc/87623/statm: 665 352 352 5 0 90 0
[pid=87624] ppid=87623 vsize=42268 memory=27812 CPUtime=0.08 cores=0,2
/proc/87624/stat : 87624 (NuPBO-DeepOptS+) R 87623 87623 86373 0 -1 4194304 2398 0 0 0 7 1 0 0 20 0 1 0 75271433 43282432 6953 18446744073709551615 4198400 15468185 140727310817088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48312320 140727310821820 140727310821921 140727310821921 140727310827494 0
/proc/87624/statm: 10567 6953 1088 2752 0 7220 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 49252 KiB
Current children cumulated memory: 32292 KiB

[startup+0.213874 s]*
/proc/loadavg: 4.06 4.10 4.13 5/259 87624
/proc/meminfo: memFree=128369400/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 244 104 0 0 0 0 0 0 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87623] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87623/stat : 87623 (timeout) S 87620 87623 86373 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 75271432 2723840 352 18446744073709551615 93854101401600 93854101418113 140731589506480 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93854101432880 93854101434968 93854128635904 140731589515696 140731589515810 140731589515810 140731589521383 0
/proc/87623/statm: 665 352 352 5 0 90 0
[pid=87624] ppid=87623 vsize=44776 memory=30372 CPUtime=0.19 cores=0,2
/proc/87624/stat : 87624 (NuPBO-DeepOptS+) R 87623 87623 86373 0 -1 4194304 3028 0 0 0 18 1 0 0 20 0 1 0 75271433 45850624 7593 18446744073709551615 4198400 15468185 140727310817088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48312320 140727310821820 140727310821921 140727310821921 140727310827494 0
/proc/87624/statm: 11194 7593 1088 2752 0 7847 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 51760 KiB
Current children cumulated memory: 34852 KiB

[startup+0.313665 s]*
/proc/loadavg: 4.06 4.10 4.13 5/259 87624
/proc/meminfo: memFree=128369400/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 244 104 0 0 0 0 0 0 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87623] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87623/stat : 87623 (timeout) S 87620 87623 86373 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 75271432 2723840 352 18446744073709551615 93854101401600 93854101418113 140731589506480 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93854101432880 93854101434968 93854128635904 140731589515696 140731589515810 140731589515810 140731589521383 0
/proc/87623/statm: 665 352 352 5 0 90 0
[pid=87624] ppid=87623 vsize=46756 memory=32292 CPUtime=0.28 cores=0,2
/proc/87624/stat : 87624 (NuPBO-DeepOptS+) R 87623 87623 86373 0 -1 4194304 3527 0 0 0 27 1 0 0 20 0 1 0 75271433 47878144 8073 18446744073709551615 4198400 15468185 140727310817088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48312320 140727310821820 140727310821921 140727310821921 140727310827494 0
/proc/87624/statm: 11689 8073 1088 2752 0 8342 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 53740 KiB
Current children cumulated memory: 36772 KiB

[startup+0.700458 s]
/proc/loadavg: 4.06 4.10 4.13 5/259 87624
/proc/meminfo: memFree=128361560/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 244 104 0 0 0 0 0 0 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87623] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87623/stat : 87623 (timeout) S 87620 87623 86373 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 75271432 2723840 352 18446744073709551615 93854101401600 93854101418113 140731589506480 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93854101432880 93854101434968 93854128635904 140731589515696 140731589515810 140731589515810 140731589521383 0
/proc/87623/statm: 665 352 352 5 0 90 0
[pid=87624] ppid=87623 vsize=58992 memory=43844 CPUtime=0.66 cores=0,2
/proc/87624/stat : 87624 (NuPBO-DeepOptS+) R 87623 87623 86373 0 -1 4194304 7113 0 0 0 64 2 0 0 20 0 1 0 75271433 60407808 10961 18446744073709551615 4198400 15468185 140727310817088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48312320 140727310821820 140727310821921 140727310821921 140727310827494 0
/proc/87624/statm: 14748 10961 1088 2752 0 11401 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 65976 KiB
Current children cumulated memory: 48324 KiB

[startup+1.50045 s]
/proc/loadavg: 4.06 4.10 4.13 5/259 87624
/proc/meminfo: memFree=128309896/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 244 104 0 0 0 0 0 0 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87623] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87623/stat : 87623 (timeout) S 87620 87623 86373 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 75271432 2723840 352 18446744073709551615 93854101401600 93854101418113 140731589506480 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93854101432880 93854101434968 93854128635904 140731589515696 140731589515810 140731589515810 140731589521383 0
/proc/87623/statm: 665 352 352 5 0 90 0
[pid=87624] ppid=87623 vsize=76560 memory=59460 CPUtime=1.46 cores=0,2
/proc/87624/stat : 87624 (NuPBO-DeepOptS+) R 87623 87623 86373 0 -1 4194304 9492 0 0 0 143 3 0 0 20 0 1 0 75271433 78397440 14865 18446744073709551615 4198400 15468185 140727310817088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48312320 140727310821820 140727310821921 140727310821921 140727310827494 0
/proc/87624/statm: 19140 14865 1088 2752 0 15793 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 83544 KiB
Current children cumulated memory: 63940 KiB

[startup+3.11326 s]
/proc/loadavg: 4.05 4.10 4.13 5/259 87624
/proc/meminfo: memFree=128175464/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 244 104 0 0 0 0 0 0 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87623] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87623/stat : 87623 (timeout) S 87620 87623 86373 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 75271432 2723840 352 18446744073709551615 93854101401600 93854101418113 140731589506480 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93854101432880 93854101434968 93854128635904 140731589515696 140731589515810 140731589515810 140731589521383 0
/proc/87623/statm: 665 352 352 5 0 90 0
[pid=87624] ppid=87623 vsize=107728 memory=92688 CPUtime=3.07 cores=0,2
/proc/87624/stat : 87624 (NuPBO-DeepOptS+) R 87623 87623 86373 0 -1 4194304 13728 0 0 0 303 4 0 0 20 0 1 0 75271433 110313472 23172 18446744073709551615 4198400 15468185 140727310817088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48312320 140727310821820 140727310821921 140727310821921 140727310827494 0
/proc/87624/statm: 26932 23172 1088 2752 0 23585 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 114712 KiB
Current children cumulated memory: 97168 KiB

[startup+6.3005 s]
/proc/loadavg: 4.05 4.10 4.13 5/259 87624
/proc/meminfo: memFree=127965852/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 244 104 0 0 0 0 0 0 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87623] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87623/stat : 87623 (timeout) S 87620 87623 86373 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 75271432 2723840 352 18446744073709551615 93854101401600 93854101418113 140731589506480 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93854101432880 93854101434968 93854128635904 140731589515696 140731589515810 140731589515810 140731589521383 0
/proc/87623/statm: 665 352 352 5 0 90 0
[pid=87624] ppid=87623 vsize=206032 memory=141848 CPUtime=6.24 cores=0,2
/proc/87624/stat : 87624 (NuPBO-DeepOptS+) R 87623 87623 86373 0 -1 4194304 14849 0 0 0 618 6 0 0 20 0 1 0 75271433 210976768 35462 18446744073709551615 4198400 15468185 140727310817088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48312320 140727310821820 140727310821921 140727310821921 140727310827494 0
/proc/87624/statm: 51508 35462 1088 2752 0 48161 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 213016 KiB
Current children cumulated memory: 146328 KiB

[startup+12.7005 s]
/proc/loadavg: 4.04 4.09 4.13 5/259 87625
/proc/meminfo: memFree=127621080/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 244 104 0 0 0 0 0 0 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87623] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87623/stat : 87623 (timeout) S 87620 87623 86373 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 75271432 2723840 352 18446744073709551615 93854101401600 93854101418113 140731589506480 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93854101432880 93854101434968 93854128635904 140731589515696 140731589515810 140731589515810 140731589521383 0
/proc/87623/statm: 665 352 352 5 0 90 0
[pid=87624] ppid=87623 vsize=505492 memory=462396 CPUtime=12.63 cores=0,2
/proc/87624/stat : 87624 (NuPBO-DeepOptS+) R 87623 87623 86373 0 -1 4194304 26059 0 0 0 1246 17 0 0 20 0 1 0 75271433 517623808 115599 18446744073709551615 4198400 15468185 140727310817088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48312320 140727310821820 140727310821921 140727310821921 140727310827494 0
/proc/87624/statm: 126373 115599 1152 2752 0 123026 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 512476 KiB
Current children cumulated memory: 466876 KiB

[startup+25.5005 s]
/proc/loadavg: 4.12 4.11 4.13 5/259 87625
/proc/meminfo: memFree=127663392/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 244 104 0 0 0 0 0 0 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87623] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87623/stat : 87623 (timeout) S 87620 87623 86373 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 75271432 2723840 352 18446744073709551615 93854101401600 93854101418113 140731589506480 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93854101432880 93854101434968 93854128635904 140731589515696 140731589515810 140731589515810 140731589521383 0
/proc/87623/statm: 665 352 352 5 0 90 0
[pid=87624] ppid=87623 vsize=505492 memory=462396 CPUtime=25.4 cores=0,2
/proc/87624/stat : 87624 (NuPBO-DeepOptS+) R 87623 87623 86373 0 -1 4194304 26059 0 0 0 2523 17 0 0 20 0 1 0 75271433 517623808 115599 18446744073709551615 4198400 15468185 140727310817088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48312320 140727310821820 140727310821921 140727310821921 140727310827494 0
/proc/87624/statm: 126373 115599 1152 2752 0 123026 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 512476 KiB
Current children cumulated memory: 466876 KiB

[startup+51.1136 s]
/proc/loadavg: 4.08 4.10 4.12 5/258 87625
/proc/meminfo: memFree=127634084/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 244 104 0 0 0 0 0 0 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87623] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87623/stat : 87623 (timeout) S 87620 87623 86373 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 75271432 2723840 352 18446744073709551615 93854101401600 93854101418113 140731589506480 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 93854101432880 93854101434968 93854128635904 140731589515696 140731589515810 140731589515810 140731589521383 0
/proc/87623/statm: 665 352 352 5 0 90 0
[pid=87624] ppid=87623 vsize=505492 memory=462396 CPUtime=50.92 cores=0,2
/proc/87624/stat : 87624 (NuPBO-DeepOptS+) R 87623 87623 86373 0 -1 4194304 26147 0 0 0 5075 17 0 0 20 0 1 0 75271433 517623808 115599 18446744073709551615 4198400 15468185 140727310817088 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 48312320 140727310821820 140727310821921 140727310821921 140727310827494 0
/proc/87624/statm: 126373 115599 1152 2752 0 123026 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 512476 KiB
Current children cumulated memory: 466876 KiB

[startup+102.301 s]
/proc/loadavg: 4.12 4.11 4.13 5/258 87627
/proc/meminfo: memFree=127226276/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 244 104 0 0 0 0 0 0 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87623] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2

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

/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87859] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87859/stat : 87859 (timeout) S 87620 87859 86373 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 75511317 2723840 352 18446744073709551615 94493938028544 94493938045057 140720764950848 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94493938059824 94493938061912 94493955280896 140720764955011 140720764955170 140720764955170 140720764960743 0
/proc/87859/statm: 665 352 352 5 0 90 0
[pid=87860] ppid=87859 vsize=3302376 memory=3053140 CPUtime=1120.39 cores=0,2
/proc/87860/stat : 87860 (ExactPR-nols) R 87859 87859 86373 0 -1 4194304 247922 0 0 0 111902 137 0 0 20 0 1 0 75511317 3381633024 763285 18446744073709551615 94195799318528 94195808618181 140733871330704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94195810404672 94195810443752 94195823497216 140733871335832 140733871335972 140733871335972 140733871341545 0
/proc/87860/statm: 825594 763285 1920 2271 0 820232 0
Current children cumulated CPU time: 3511.98 s
Current children cumulated vsize: 3309360 KiB
Current children cumulated memory: 3057620 KiB

[startup+3582.3 s]
/proc/loadavg: 2.25 2.13 2.24 3/243 87916
/proc/meminfo: memFree=126248916/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=2391.59 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 279 7035317 0 0 0 0 237327 1832 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87859] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87859/stat : 87859 (timeout) S 87620 87859 86373 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 75511317 2723840 352 18446744073709551615 94493938028544 94493938045057 140720764950848 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94493938059824 94493938061912 94493955280896 140720764955011 140720764955170 140720764955170 140720764960743 0
/proc/87859/statm: 665 352 352 5 0 90 0
[pid=87860] ppid=87859 vsize=4444176 memory=3244696 CPUtime=1180.25 cores=0,2
/proc/87860/stat : 87860 (ExactPR-nols) R 87859 87859 86373 0 -1 4194304 251017 0 0 0 117855 170 0 0 20 0 1 0 75511317 4550836224 811174 18446744073709551615 94195799318528 94195808618181 140733871330704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94195810404672 94195810443752 94195823497216 140733871335832 140733871335972 140733871335972 140733871341545 0
/proc/87860/statm: 1111044 811174 1920 2271 0 1105682 0
Current children cumulated CPU time: 3571.84 s
Current children cumulated vsize: 4451160 KiB
Current children cumulated memory: 3249176 KiB

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

# cumulated CPU time of all completed processes:  user=3567.34 s, system=20.0956 s

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

[startup+3584 s]*
/proc/loadavg: 2.31 2.14 2.24 3/243 87916
/proc/meminfo: memFree=126252268/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=2391.59 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 279 7035317 0 0 0 0 237327 1832 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87859] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87859/stat : 87859 (timeout) S 87620 87859 86373 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 75511317 2723840 352 18446744073709551615 94493938028544 94493938045057 140720764950848 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94493938059824 94493938061912 94493955280896 140720764955011 140720764955170 140720764955170 140720764960743 0
/proc/87859/statm: 665 352 352 5 0 90 0
[pid=87860] ppid=87859 vsize=4447092 memory=3253252 CPUtime=1181.97 cores=0,2
/proc/87860/stat : 87860 (ExactPR-nols) R 87859 87859 86373 0 -1 4194304 251624 0 0 0 118026 171 0 0 20 0 1 0 75511317 4553822208 813313 18446744073709551615 94195799318528 94195808618181 140733871330704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94195810404672 94195810443752 94195823497216 140733871335832 140733871335972 140733871335972 140733871341545 0
/proc/87860/statm: 1111773 813313 1920 2271 0 1106411 0
Current children cumulated CPU time: 3573.56 s
Current children cumulated vsize: 4454076 KiB
Current children cumulated memory: 3257732 KiB

[startup+3590.4 s]
/proc/loadavg: 2.36 2.16 2.25 3/243 87916
/proc/meminfo: memFree=126255540/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=2391.59 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 279 7035317 0 0 0 0 237327 1832 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87859] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87859/stat : 87859 (timeout) S 87620 87859 86373 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 75511317 2723840 352 18446744073709551615 94493938028544 94493938045057 140720764950848 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94493938059824 94493938061912 94493955280896 140720764955011 140720764955170 140720764955170 140720764960743 0
/proc/87859/statm: 665 352 352 5 0 90 0
[pid=87860] ppid=87859 vsize=4450156 memory=3274712 CPUtime=1188.33 cores=0,2
/proc/87860/stat : 87860 (ExactPR-nols) R 87859 87859 86373 0 -1 4194304 252381 0 0 0 118662 171 0 0 20 0 1 0 75511317 4556959744 818678 18446744073709551615 94195799318528 94195808618181 140733871330704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94195810404672 94195810443752 94195823497216 140733871335832 140733871335972 140733871335972 140733871341545 0
/proc/87860/statm: 1112539 818678 1920 2271 0 1107177 0
Current children cumulated CPU time: 3579.92 s
Current children cumulated vsize: 4457140 KiB
Current children cumulated memory: 3279192 KiB

[startup+3593.6 s]
/proc/loadavg: 2.41 2.17 2.25 2/237 87946
/proc/meminfo: memFree=126699896/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=2391.59 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 279 7035317 0 0 0 0 237327 1832 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87859] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87859/stat : 87859 (timeout) S 87620 87859 86373 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 75511317 2723840 352 18446744073709551615 94493938028544 94493938045057 140720764950848 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94493938059824 94493938061912 94493955280896 140720764955011 140720764955170 140720764955170 140720764960743 0
/proc/87859/statm: 665 352 352 5 0 90 0
[pid=87860] ppid=87859 vsize=4451008 memory=3285816 CPUtime=1191.53 cores=0,2
/proc/87860/stat : 87860 (ExactPR-nols) R 87859 87859 86373 0 -1 4194304 252607 0 0 0 118981 172 0 0 20 0 1 0 75511317 4557832192 821454 18446744073709551615 94195799318528 94195808618181 140733871330704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94195810404672 94195810443752 94195823497216 140733871335832 140733871335972 140733871335972 140733871341545 0
/proc/87860/statm: 1112752 821454 1920 2271 0 1107390 0
Current children cumulated CPU time: 3583.12 s
Current children cumulated vsize: 4457992 KiB
Current children cumulated memory: 3290296 KiB

[startup+3595.2 s]
/proc/loadavg: 2.41 2.17 2.25 2/235 87969
/proc/meminfo: memFree=126721712/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=2391.59 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 279 7035317 0 0 0 0 237327 1832 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87859] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87859/stat : 87859 (timeout) S 87620 87859 86373 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 75511317 2723840 352 18446744073709551615 94493938028544 94493938045057 140720764950848 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94493938059824 94493938061912 94493955280896 140720764955011 140720764955170 140720764955170 140720764960743 0
/proc/87859/statm: 665 352 352 5 0 90 0
[pid=87860] ppid=87859 vsize=4451228 memory=3290204 CPUtime=1193.12 cores=0,2
/proc/87860/stat : 87860 (ExactPR-nols) R 87859 87859 86373 0 -1 4194304 252680 0 0 0 119140 172 0 0 20 0 1 0 75511317 4558057472 822551 18446744073709551615 94195799318528 94195808618181 140733871330704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94195810404672 94195810443752 94195823497216 140733871335832 140733871335972 140733871335972 140733871341545 0
/proc/87860/statm: 1112807 822551 1920 2271 0 1107445 0
Current children cumulated CPU time: 3584.71 s
Current children cumulated vsize: 4458212 KiB
Current children cumulated memory: 3294684 KiB

[startup+3596.8 s]
/proc/loadavg: 2.41 2.17 2.25 2/235 87969
/proc/meminfo: memFree=126724880/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=2391.59 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 279 7035317 0 0 0 0 237327 1832 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87859] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87859/stat : 87859 (timeout) S 87620 87859 86373 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 75511317 2723840 352 18446744073709551615 94493938028544 94493938045057 140720764950848 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94493938059824 94493938061912 94493955280896 140720764955011 140720764955170 140720764955170 140720764960743 0
/proc/87859/statm: 665 352 352 5 0 90 0
[pid=87860] ppid=87859 vsize=4452040 memory=3297168 CPUtime=1194.71 cores=0,2
/proc/87860/stat : 87860 (ExactPR-nols) R 87859 87859 86373 0 -1 4194304 252877 0 0 0 119299 172 0 0 20 0 1 0 75511317 4558888960 824292 18446744073709551615 94195799318528 94195808618181 140733871330704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94195810404672 94195810443752 94195823497216 140733871335832 140733871335972 140733871335972 140733871341545 0
/proc/87860/statm: 1113010 824292 1920 2271 0 1107648 0
Current children cumulated CPU time: 3586.3 s
Current children cumulated vsize: 4459024 KiB
Current children cumulated memory: 3301648 KiB

[startup+3597.6 s]
/proc/loadavg: 2.41 2.17 2.25 2/235 87969
/proc/meminfo: memFree=126728640/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=2391.59 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 279 7035317 0 0 0 0 237327 1832 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87859] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87859/stat : 87859 (timeout) S 87620 87859 86373 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 75511317 2723840 352 18446744073709551615 94493938028544 94493938045057 140720764950848 0 0 0 0 3293184 73735 1 0 0 17 2 0 0 0 0 0 94493938059824 94493938061912 94493955280896 140720764955011 140720764955170 140720764955170 140720764960743 0
/proc/87859/statm: 665 352 352 5 0 90 0
[pid=87860] ppid=87859 vsize=1498624 memory=1434104 CPUtime=1195.52 cores=0,2
/proc/87860/stat : 87860 (ExactPR-nols) R 87859 87859 86373 0 -1 4194304 252975 0 0 0 119379 173 0 0 20 0 1 0 75511317 1534590976 358526 18446744073709551615 94195799318528 94195808618181 140733871330704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94195810404672 94195810443752 94195823497216 140733871335832 140733871335972 140733871335972 140733871341545 0
/proc/87860/statm: 374656 358526 1984 2271 0 369294 0
Current children cumulated CPU time: 3587.11 s
Current children cumulated vsize: 1505608 KiB
Current children cumulated memory: 1438584 KiB

[startup+3597.8 s]
/proc/loadavg: 2.41 2.17 2.25 2/235 87969
/proc/meminfo: memFree=126728640/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=2391.59 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 279 7035317 0 0 0 0 237327 1832 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
[pid=87859] ppid=87620 vsize=2660 memory=1408 CPUtime=0 cores=0,2
/proc/87859/stat : 87859 (timeout) S 87620 87859 86373 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 75511317 2723840 352 18446744073709551615 94493938028544 94493938045057 140720764950848 0 0 0 0 3293184 73735 1 0 0 17 2 0 0 0 0 0 94493938059824 94493938061912 94493955280896 140720764955011 140720764955170 140720764955170 140720764960743 0
/proc/87859/statm: 665 352 352 5 0 90 0
[pid=87860] ppid=87859 vsize=1498624 memory=1434104 CPUtime=1195.72 cores=0,2
/proc/87860/stat : 87860 (ExactPR-nols) R 87859 87859 86373 0 -1 4194304 252999 0 0 0 119399 173 0 0 20 0 1 0 75511317 1534590976 358526 18446744073709551615 94195799318528 94195808618181 140733871330704 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94195810404672 94195810443752 94195823497216 140733871335832 140733871335972 140733871335972 140733871341545 0
/proc/87860/statm: 374656 358526 1984 2271 0 369294 0
Current children cumulated CPU time: 3587.31 s
Current children cumulated vsize: 1505608 KiB
Current children cumulated memory: 1438584 KiB

[startup+3597.9 s]
/proc/loadavg: 2.41 2.17 2.25 2/235 87969
/proc/meminfo: memFree=126728640/131382116 swapFree=33005528/33010684
[pid=87620] ppid=87617 vsize=4324 memory=3072 CPUtime=3587.41 cores=0,2
/proc/87620/stat : 87620 (Hybrid-NuPBODee) S 87617 87620 86373 0 -1 4194304 334 7289030 0 0 0 0 356734 2007 20 0 1 0 75271430 4427776 768 18446744073709551615 94399593467904 94399594362437 140734243152112 0 0 0 2 4 65536 1 0 0 17 2 0 0 0 0 0 94399594601488 94399594649232 94399621914624 140734243154267 140734243154419 140734243154419 140734243160021 0
/proc/87620/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 3587.41 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 3597.94
CPU time (s): 3587.44
CPU user time (s): 3567.34
CPU system time (s): 20.0956
CPU usage (%): 99.7082
Max. virtual memory (cumulated for all children) (KiB): 28167168
Max. memory (cumulated for all children) (KiB): 28123384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3567.34
system time used= 20.0956
maximum resident set size= 28118904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7290314
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1489
involuntary context switches= 8223


# summary of solver processes directly reported to runsolver:
#   pid: 87620
#   total CPU time (s): 3587.44
#   total CPU user time (s): 3567.34
#   total CPU system time (s): 20.0956

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2763 second user time and 38.8144 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-04 04:25:20
IDJOB=4522395
IDBENCH=178803
IDSOLVER=3332
FILE ID=nodeC010/4522395-1751595919
RUNJOBID= nodeC010-1751586317-86383
SLURM_JOB_ID= 9598836
Free space on /tmp= 429804 MiB

SOLVER NAME= Hybrid-NuPBODeepOptS-ExactPRnols 2025-06-02
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-bab3.opb
COMMAND LINE= ./Hybrid-NuPBODeepOptS-ExactPRnols BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522395-1751595919/watcher-4522395-1751595919 -o /tmp/evaluation-result-4522395-1751595919/solver-4522395-1751595919 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751586317-86383 --watchdog 3760  ./Hybrid-NuPBODeepOptS-ExactPRnols HOME/instance-4522395-1751595919.opb 3600 HOME

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

MD5SUM BENCH= 5650d49d55a36e62ab842bae231a0f3b
RANDOM SEED=16391680

nodeC010 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		: 2394.295
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.36
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		: 3691.238
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.36
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.530
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.36
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		: 3700.000
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.36
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		: 3660.726
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.36
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		: 3691.164
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.36
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		: 1197.235
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.36
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.198
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128385356 kB
MemAvailable:   128302344 kB
Buffers:             228 kB
Cached:           713436 kB
SwapCached:         4296 kB
Active:          1857884 kB
Inactive:         477392 kB
Active(anon):    1578164 kB
Inactive(anon):    57072 kB
Active(file):     279720 kB
Inactive(file):   420320 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             93964 kB
Writeback:             4 kB
AnonPages:       1618440 kB
Mapped:           118308 kB
Shmem:             13620 kB
KReclaimable:     113148 kB
Slab:             198776 kB
SReclaimable:     113148 kB
SUnreclaim:        85628 kB
KernelStack:        4144 kB
PageTables:         6488 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2067724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    796672 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 429936 MiB
End job on nodeC010 at 2025-07-04 05:25:18