Trace number 4490593

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? 3585.59 3596.11

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_2.opb
MD5SUM5da80f5858be2a333e7d6bf1625fcb5c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4944
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3585.50/3596.09	c Filename:instance-4490593-1751379016.opb, Cutoff_time:2398, memory_limit_gb:500000
3585.50/3596.09	c Scip time: 1199
3585.50/3596.09	c Use Presolve
3585.50/3596.09	c Parse finsih
3585.50/3596.09	c Start Presolve
3585.50/3596.09	c After Reduce Vars: 60 Clauses: 14 Top clause weight: 1 Hard Clauses: 14
3585.50/3596.09	c Use LS-small
3585.50/3596.09	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: 63794 MiB (62914 MiB free)
  memory of node 1: 64507 MiB (63668 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490593-1751379016/watcher-4490593-1751379016 -o /tmp/evaluation-result-4490593-1751379016/solver-4490593-1751379016 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751373005-54825 --watchdog 3760 ./Hybrid-NuPBODeepOptS-ExactPRnols HOME/instance-4490593-1751379016.opb 3600 HOME 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=55697, runsolver pid=55694

[startup+0.100101 s]*
/proc/loadavg: 4.09 4.11 4.09 5/255 55701
/proc/meminfo: memFree=129613580/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55700] ppid=55697 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/55700/stat : 55700 (timeout) S 55697 55700 54813 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53581315 2723840 352 18446744073709551615 94835211571200 94835211587713 140736200313616 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94835211602480 94835211604568 94835235217408 140736200321456 140736200321570 140736200321570 140736200327143 0
/proc/55700/statm: 665 352 352 5 0 90 0
[pid=55701] ppid=55700 vsize=31996 memory=22144 CPUtime=0.07 cores=1,3
/proc/55701/stat : 55701 (NuPBO-DeepOptS+) R 55700 55700 54813 0 -1 4194304 2927 0 0 0 7 0 0 0 20 0 1 0 53581315 32763904 5536 18446744073709551615 4198400 15468185 140730560948560 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48541696 140730560952764 140730560952865 140730560952865 140730560958438 0
/proc/55701/statm: 7999 5536 2848 2752 0 4652 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 38980 KiB
Current children cumulated memory: 26624 KiB

[startup+0.213626 s]*
/proc/loadavg: 4.09 4.11 4.09 5/255 55701
/proc/meminfo: memFree=129609548/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55700] ppid=55697 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/55700/stat : 55700 (timeout) S 55697 55700 54813 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53581315 2723840 352 18446744073709551615 94835211571200 94835211587713 140736200313616 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94835211602480 94835211604568 94835235217408 140736200321456 140736200321570 140736200321570 140736200327143 0
/proc/55700/statm: 665 352 352 5 0 90 0
[pid=55701] ppid=55700 vsize=33240 memory=23168 CPUtime=0.18 cores=1,3
/proc/55701/stat : 55701 (NuPBO-DeepOptS+) R 55700 55700 54813 0 -1 4194304 3164 0 0 0 18 0 0 0 20 0 1 0 53581315 34037760 5792 18446744073709551615 4198400 15468185 140730560948560 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48541696 140730560952764 140730560952865 140730560952865 140730560958438 0
/proc/55701/statm: 8310 5792 2848 2752 0 4963 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 40224 KiB
Current children cumulated memory: 27648 KiB

[startup+0.313457 s]*
/proc/loadavg: 4.09 4.11 4.09 5/255 55701
/proc/meminfo: memFree=129609300/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55700] ppid=55697 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/55700/stat : 55700 (timeout) S 55697 55700 54813 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53581315 2723840 352 18446744073709551615 94835211571200 94835211587713 140736200313616 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94835211602480 94835211604568 94835235217408 140736200321456 140736200321570 140736200321570 140736200327143 0
/proc/55700/statm: 665 352 352 5 0 90 0
[pid=55701] ppid=55700 vsize=35616 memory=25344 CPUtime=0.28 cores=1,3
/proc/55701/stat : 55701 (NuPBO-DeepOptS+) R 55700 55700 54813 0 -1 4194304 3711 0 0 0 28 0 0 0 20 0 1 0 53581315 36470784 6336 18446744073709551615 4198400 15468185 140730560948560 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48541696 140730560952764 140730560952865 140730560952865 140730560958438 0
/proc/55701/statm: 8904 6336 2848 2752 0 5557 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 42600 KiB
Current children cumulated memory: 29824 KiB

[startup+0.700472 s]
/proc/loadavg: 4.09 4.11 4.09 5/255 55701
/proc/meminfo: memFree=129597204/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55700] ppid=55697 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/55700/stat : 55700 (timeout) S 55697 55700 54813 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53581315 2723840 352 18446744073709551615 94835211571200 94835211587713 140736200313616 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94835211602480 94835211604568 94835235217408 140736200321456 140736200321570 140736200321570 140736200327143 0
/proc/55700/statm: 665 352 352 5 0 90 0
[pid=55701] ppid=55700 vsize=36612 memory=26368 CPUtime=0.65 cores=1,3
/proc/55701/stat : 55701 (NuPBO-DeepOptS+) R 55700 55700 54813 0 -1 4194304 3984 0 0 0 65 0 0 0 20 0 1 0 53581315 37490688 6592 18446744073709551615 4198400 15468185 140730560948560 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48541696 140730560952764 140730560952865 140730560952865 140730560958438 0
/proc/55701/statm: 9153 6592 2848 2752 0 5806 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 43596 KiB
Current children cumulated memory: 30848 KiB

[startup+1.50048 s]
/proc/loadavg: 4.09 4.11 4.09 5/255 55701
/proc/meminfo: memFree=129607936/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55700] ppid=55697 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/55700/stat : 55700 (timeout) S 55697 55700 54813 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53581315 2723840 352 18446744073709551615 94835211571200 94835211587713 140736200313616 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94835211602480 94835211604568 94835235217408 140736200321456 140736200321570 140736200321570 140736200327143 0
/proc/55700/statm: 665 352 352 5 0 90 0
[pid=55701] ppid=55700 vsize=37892 memory=27776 CPUtime=1.45 cores=1,3
/proc/55701/stat : 55701 (NuPBO-DeepOptS+) R 55700 55700 54813 0 -1 4194304 4355 0 0 0 145 0 0 0 20 0 1 0 53581315 38801408 6944 18446744073709551615 4198400 15468185 140730560948560 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48541696 140730560952764 140730560952865 140730560952865 140730560958438 0
/proc/55701/statm: 9473 6944 2848 2752 0 6126 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 44876 KiB
Current children cumulated memory: 32256 KiB

[startup+3.11316 s]
/proc/loadavg: 4.09 4.11 4.09 5/258 55735
/proc/meminfo: memFree=129667548/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55700] ppid=55697 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/55700/stat : 55700 (timeout) S 55697 55700 54813 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53581315 2723840 352 18446744073709551615 94835211571200 94835211587713 140736200313616 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94835211602480 94835211604568 94835235217408 140736200321456 140736200321570 140736200321570 140736200327143 0
/proc/55700/statm: 665 352 352 5 0 90 0
[pid=55701] ppid=55700 vsize=38904 memory=29824 CPUtime=3.05 cores=1,3
/proc/55701/stat : 55701 (NuPBO-DeepOptS+) R 55700 55700 54813 0 -1 4194304 4859 0 0 0 305 0 0 0 20 0 1 0 53581315 39837696 7456 18446744073709551615 4198400 15468185 140730560948560 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48541696 140730560952764 140730560952865 140730560952865 140730560958438 0
/proc/55701/statm: 9726 7456 2848 2752 0 6379 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 45888 KiB
Current children cumulated memory: 34304 KiB

[startup+6.30044 s]
/proc/loadavg: 4.09 4.11 4.09 5/258 55735
/proc/meminfo: memFree=129662340/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55700] ppid=55697 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/55700/stat : 55700 (timeout) S 55697 55700 54813 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53581315 2723840 352 18446744073709551615 94835211571200 94835211587713 140736200313616 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94835211602480 94835211604568 94835235217408 140736200321456 140736200321570 140736200321570 140736200327143 0
/proc/55700/statm: 665 352 352 5 0 90 0
[pid=55701] ppid=55700 vsize=48528 memory=38656 CPUtime=6.23 cores=1,3
/proc/55701/stat : 55701 (NuPBO-DeepOptS+) R 55700 55700 54813 0 -1 4194304 7067 0 0 0 622 1 0 0 20 0 1 0 53581315 49692672 9664 18446744073709551615 4198400 15468185 140730560948560 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48541696 140730560952764 140730560952865 140730560952865 140730560958438 0
/proc/55701/statm: 12132 9664 2848 2752 0 8785 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 55512 KiB
Current children cumulated memory: 43136 KiB

[startup+12.7004 s]
/proc/loadavg: 4.16 4.13 4.09 5/258 55735
/proc/meminfo: memFree=129627484/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55700] ppid=55697 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/55700/stat : 55700 (timeout) S 55697 55700 54813 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53581315 2723840 352 18446744073709551615 94835211571200 94835211587713 140736200313616 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94835211602480 94835211604568 94835235217408 140736200321456 140736200321570 140736200321570 140736200327143 0
/proc/55700/statm: 665 352 352 5 0 90 0
[pid=55701] ppid=55700 vsize=56872 memory=46976 CPUtime=12.6 cores=1,3
/proc/55701/stat : 55701 (NuPBO-DeepOptS+) R 55700 55700 54813 0 -1 4194304 9175 0 0 0 1259 1 0 0 20 0 1 0 53581315 58236928 11744 18446744073709551615 4198400 15468185 140730560948560 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48541696 140730560952764 140730560952865 140730560952865 140730560958438 0
/proc/55701/statm: 14218 11744 2848 2752 0 10871 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 63856 KiB
Current children cumulated memory: 51456 KiB

[startup+25.5005 s]
/proc/loadavg: 4.12 4.12 4.09 5/258 55735
/proc/meminfo: memFree=129572500/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55700] ppid=55697 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/55700/stat : 55700 (timeout) S 55697 55700 54813 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53581315 2723840 352 18446744073709551615 94835211571200 94835211587713 140736200313616 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94835211602480 94835211604568 94835235217408 140736200321456 140736200321570 140736200321570 140736200327143 0
/proc/55700/statm: 665 352 352 5 0 90 0
[pid=55701] ppid=55700 vsize=77280 memory=67968 CPUtime=25.35 cores=1,3
/proc/55701/stat : 55701 (NuPBO-DeepOptS+) R 55700 55700 54813 0 -1 4194304 14393 0 0 0 2532 3 0 0 20 0 1 0 53581315 79134720 16992 18446744073709551615 4198400 15468185 140730560948560 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48541696 140730560952764 140730560952865 140730560952865 140730560958438 0
/proc/55701/statm: 19320 16992 2848 2752 0 15973 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 84264 KiB
Current children cumulated memory: 72448 KiB

[startup+51.1133 s]
/proc/loadavg: 4.08 4.11 4.09 5/258 55738
/proc/meminfo: memFree=129436416/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55700] ppid=55697 vsize=2660 memory=1408 CPUtime=0 cores=1,3
/proc/55700/stat : 55700 (timeout) S 55697 55700 54813 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 53581315 2723840 352 18446744073709551615 94835211571200 94835211587713 140736200313616 0 0 0 0 3145728 90119 1 0 0 17 3 0 0 0 0 0 94835211602480 94835211604568 94835235217408 140736200321456 140736200321570 140736200321570 140736200327143 0
/proc/55700/statm: 665 352 352 5 0 90 0
[pid=55701] ppid=55700 vsize=111684 memory=99328 CPUtime=50.86 cores=1,3
/proc/55701/stat : 55701 (NuPBO-DeepOptS+) R 55700 55700 54813 0 -1 4194304 22259 0 0 0 5081 5 0 0 20 0 1 0 53581315 114364416 24832 18446744073709551615 4198400 15468185 140730560948560 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48541696 140730560952764 140730560952865 140730560952865 140730560958438 0
/proc/55701/statm: 27921 24832 2848 2752 0 24574 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 118668 KiB
Current children cumulated memory: 103808 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/258 55740
/proc/meminfo: memFree=129265476/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=0 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 247 104 0 0 0 0 0 0 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55700] ppid=55697 vsize=2660 memory=1408 CPUtime=0 cores=1,3

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

/proc/55858/statm: 13731 5877 1856 2271 0 8369 0
Current children cumulated CPU time: 3392.29 s
Current children cumulated vsize: 61908 KiB
Current children cumulated memory: 27860 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.21 4.18 5/259 55924
/proc/meminfo: memFree=129791264/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=2390.72 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 282 205710 0 0 0 0 239018 54 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55857] ppid=55697 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/55857/stat : 55857 (timeout) S 55697 55857 54813 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53821116 2723840 320 18446744073709551615 94670939750400 94670939766913 140729436998960 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94670939781680 94670939783768 94670963417088 140729437006211 140729437006370 140729437006370 140729437011943 0
/proc/55857/statm: 665 320 320 5 0 90 0
[pid=55858] ppid=55857 vsize=55160 memory=23488 CPUtime=1061.41 cores=1,3
/proc/55858/stat : 55858 (ExactPR-nols) R 55857 55857 54813 0 -1 4194304 9321 0 0 0 104666 1475 0 0 20 0 1 0 53821117 56483840 5872 18446744073709551615 94348454850560 94348464150213 140720424709760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94348465936704 94348465975784 94348491800576 140720424716696 140720424716836 140720424716836 140720424722409 0
/proc/55858/statm: 13790 5872 1856 2271 0 8428 0
Current children cumulated CPU time: 3452.13 s
Current children cumulated vsize: 62144 KiB
Current children cumulated memory: 27840 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.19 4.17 5/258 55926
/proc/meminfo: memFree=129792556/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=2390.72 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 282 205710 0 0 0 0 239018 54 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55857] ppid=55697 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/55857/stat : 55857 (timeout) S 55697 55857 54813 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53821116 2723840 320 18446744073709551615 94670939750400 94670939766913 140729436998960 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94670939781680 94670939783768 94670963417088 140729437006211 140729437006370 140729437006370 140729437011943 0
/proc/55857/statm: 665 320 320 5 0 90 0
[pid=55858] ppid=55857 vsize=55032 memory=23616 CPUtime=1121.26 cores=1,3
/proc/55858/stat : 55858 (ExactPR-nols) R 55857 55857 54813 0 -1 4194304 10158 0 0 0 110575 1551 0 0 20 0 1 0 53821117 56352768 5904 18446744073709551615 94348454850560 94348464150213 140720424709760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94348465936704 94348465975784 94348491800576 140720424716696 140720424716836 140720424716836 140720424722409 0
/proc/55858/statm: 13758 5904 1856 2271 0 8396 0
Current children cumulated CPU time: 3511.98 s
Current children cumulated vsize: 62016 KiB
Current children cumulated memory: 27968 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.18 4.17 5/258 55928
/proc/meminfo: memFree=129793076/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=2390.72 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 282 205710 0 0 0 0 239018 54 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55857] ppid=55697 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/55857/stat : 55857 (timeout) S 55697 55857 54813 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53821116 2723840 320 18446744073709551615 94670939750400 94670939766913 140729436998960 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94670939781680 94670939783768 94670963417088 140729437006211 140729437006370 140729437006370 140729437011943 0
/proc/55857/statm: 665 320 320 5 0 90 0
[pid=55858] ppid=55857 vsize=55032 memory=23616 CPUtime=1181.11 cores=1,3
/proc/55858/stat : 55858 (ExactPR-nols) R 55857 55857 54813 0 -1 4194304 10992 0 0 0 116493 1618 0 0 20 0 1 0 53821117 56352768 5904 18446744073709551615 94348454850560 94348464150213 140720424709760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94348465936704 94348465975784 94348491800576 140720424716696 140720424716836 140720424716836 140720424722409 0
/proc/55858/statm: 13758 5904 1856 2271 0 8396 0
Current children cumulated CPU time: 3571.83 s
Current children cumulated vsize: 62016 KiB
Current children cumulated memory: 27968 KiB

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

# cumulated CPU time of all completed processes:  user=3568.67 s, system=16.9218 s

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

[startup+3584 s]*
/proc/loadavg: 4.14 4.18 4.17 5/258 55928
/proc/meminfo: memFree=129793076/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=2390.72 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 282 205710 0 0 0 0 239018 54 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55857] ppid=55697 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/55857/stat : 55857 (timeout) S 55697 55857 54813 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53821116 2723840 320 18446744073709551615 94670939750400 94670939766913 140729436998960 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94670939781680 94670939783768 94670963417088 140729437006211 140729437006370 140729437006370 140729437011943 0
/proc/55857/statm: 665 320 320 5 0 90 0
[pid=55858] ppid=55857 vsize=55032 memory=23616 CPUtime=1182.82 cores=1,3
/proc/55858/stat : 55858 (ExactPR-nols) R 55857 55857 54813 0 -1 4194304 10992 0 0 0 116662 1620 0 0 20 0 1 0 53821117 56352768 5904 18446744073709551615 94348454850560 94348464150213 140720424709760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94348465936704 94348465975784 94348491800576 140720424716696 140720424716836 140720424716836 140720424722409 0
/proc/55858/statm: 13758 5904 1856 2271 0 8396 0
Current children cumulated CPU time: 3573.54 s
Current children cumulated vsize: 62016 KiB
Current children cumulated memory: 27968 KiB

[startup+3590.4 s]
/proc/loadavg: 4.19 4.19 4.18 5/258 55928
/proc/meminfo: memFree=129793076/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=2390.72 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 282 205710 0 0 0 0 239018 54 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55857] ppid=55697 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/55857/stat : 55857 (timeout) S 55697 55857 54813 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53821116 2723840 320 18446744073709551615 94670939750400 94670939766913 140729436998960 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94670939781680 94670939783768 94670963417088 140729437006211 140729437006370 140729437006370 140729437011943 0
/proc/55857/statm: 665 320 320 5 0 90 0
[pid=55858] ppid=55857 vsize=55032 memory=23616 CPUtime=1189.19 cores=1,3
/proc/55858/stat : 55858 (ExactPR-nols) R 55857 55857 54813 0 -1 4194304 11084 0 0 0 117291 1628 0 0 20 0 1 0 53821117 56352768 5904 18446744073709551615 94348454850560 94348464150213 140720424709760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94348465936704 94348465975784 94348491800576 140720424716696 140720424716836 140720424716836 140720424722409 0
/proc/55858/statm: 13758 5904 1856 2271 0 8396 0
Current children cumulated CPU time: 3579.91 s
Current children cumulated vsize: 62016 KiB
Current children cumulated memory: 27968 KiB

[startup+3593.6 s]
/proc/loadavg: 4.19 4.19 4.18 3/257 55970
/proc/meminfo: memFree=129831080/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=2390.72 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 282 205710 0 0 0 0 239018 54 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55857] ppid=55697 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/55857/stat : 55857 (timeout) S 55697 55857 54813 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53821116 2723840 320 18446744073709551615 94670939750400 94670939766913 140729436998960 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94670939781680 94670939783768 94670963417088 140729437006211 140729437006370 140729437006370 140729437011943 0
/proc/55857/statm: 665 320 320 5 0 90 0
[pid=55858] ppid=55857 vsize=55120 memory=23704 CPUtime=1192.38 cores=1,3
/proc/55858/stat : 55858 (ExactPR-nols) R 55857 55857 54813 0 -1 4194304 11197 0 0 0 117607 1631 0 0 20 0 1 0 53821117 56442880 5926 18446744073709551615 94348454850560 94348464150213 140720424709760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94348465936704 94348465975784 94348491800576 140720424716696 140720424716836 140720424716836 140720424722409 0
/proc/55858/statm: 13780 5926 1856 2271 0 8418 0
Current children cumulated CPU time: 3583.1 s
Current children cumulated vsize: 62104 KiB
Current children cumulated memory: 28056 KiB

[startup+3595.2 s]
/proc/loadavg: 4.18 4.19 4.18 3/257 56066
/proc/meminfo: memFree=129851632/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=2390.72 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 282 205710 0 0 0 0 239018 54 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55857] ppid=55697 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/55857/stat : 55857 (timeout) S 55697 55857 54813 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53821116 2723840 320 18446744073709551615 94670939750400 94670939766913 140729436998960 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94670939781680 94670939783768 94670963417088 140729437006211 140729437006370 140729437006370 140729437011943 0
/proc/55857/statm: 665 320 320 5 0 90 0
[pid=55858] ppid=55857 vsize=55120 memory=23704 CPUtime=1193.98 cores=1,3
/proc/55858/stat : 55858 (ExactPR-nols) R 55857 55857 54813 0 -1 4194304 11197 0 0 0 117765 1633 0 0 20 0 1 0 53821117 56442880 5926 18446744073709551615 94348454850560 94348464150213 140720424709760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94348465936704 94348465975784 94348491800576 140720424716696 140720424716836 140720424716836 140720424722409 0
/proc/55858/statm: 13780 5926 1856 2271 0 8418 0
Current children cumulated CPU time: 3584.7 s
Current children cumulated vsize: 62104 KiB
Current children cumulated memory: 28056 KiB

[startup+3595.6 s]
/proc/loadavg: 4.18 4.19 4.18 3/257 56066
/proc/meminfo: memFree=129851632/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=2390.72 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 282 205710 0 0 0 0 239018 54 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55857] ppid=55697 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/55857/stat : 55857 (timeout) S 55697 55857 54813 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53821116 2723840 320 18446744073709551615 94670939750400 94670939766913 140729436998960 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94670939781680 94670939783768 94670963417088 140729437006211 140729437006370 140729437006370 140729437011943 0
/proc/55857/statm: 665 320 320 5 0 90 0
[pid=55858] ppid=55857 vsize=55120 memory=23704 CPUtime=1194.38 cores=1,3
/proc/55858/stat : 55858 (ExactPR-nols) R 55857 55857 54813 0 -1 4194304 11197 0 0 0 117804 1634 0 0 20 0 1 0 53821117 56442880 5926 18446744073709551615 94348454850560 94348464150213 140720424709760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94348465936704 94348465975784 94348491800576 140720424716696 140720424716836 140720424716836 140720424722409 0
/proc/55858/statm: 13780 5926 1856 2271 0 8418 0
Current children cumulated CPU time: 3585.1 s
Current children cumulated vsize: 62104 KiB
Current children cumulated memory: 28056 KiB

[startup+3596 s]*
/proc/loadavg: 4.18 4.19 4.18 5/259 56069
/proc/meminfo: memFree=129797468/131382116 swapFree=33010684/33010684
[pid=55697] ppid=55694 vsize=4324 memory=3072 CPUtime=2390.72 cores=1,3
/proc/55697/stat : 55697 (Hybrid-NuPBODee) S 55694 55697 54813 0 -1 4194304 282 205710 0 0 0 0 239018 54 20 0 1 0 53581312 4427776 768 18446744073709551615 94746485051392 94746485945925 140720728924096 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94746486184976 94746486232720 94746492653568 140720728926555 140720728926707 140720728926707 140720728932309 0
/proc/55697/statm: 1081 768 704 219 0 143 0
[pid=55857] ppid=55697 vsize=2660 memory=1280 CPUtime=0 cores=1,3
/proc/55857/stat : 55857 (timeout) S 55697 55857 54813 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 53821116 2723840 320 18446744073709551615 94670939750400 94670939766913 140729436998960 0 0 0 0 3145728 90119 1 0 0 17 1 0 0 0 0 0 94670939781680 94670939783768 94670963417088 140729437006211 140729437006370 140729437006370 140729437011943 0
/proc/55857/statm: 665 320 320 5 0 90 0
[pid=55858] ppid=55857 vsize=55120 memory=23704 CPUtime=1194.78 cores=1,3
/proc/55858/stat : 55858 (ExactPR-nols) R 55857 55857 54813 0 -1 4194304 11197 0 0 0 117844 1634 0 0 20 0 1 0 53821117 56442880 5926 18446744073709551615 94348454850560 94348464150213 140720424709760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94348465936704 94348465975784 94348491800576 140720424716696 140720424716836 140720424716836 140720424722409 0
/proc/55858/statm: 13780 5926 1856 2271 0 8418 0
Current children cumulated CPU time: 3585.5 s
Current children cumulated vsize: 62104 KiB
Current children cumulated memory: 28056 KiB

Child status: 0

Real time (s): 3596.11
CPU time (s): 3585.59
CPU user time (s): 3568.67
CPU system time (s): 16.9218
CPU usage (%): 99.7074
Max. virtual memory (cumulated for all children) (KiB): 954296
Max. memory (cumulated for all children) (KiB): 910128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3568.67
system time used= 16.9218
maximum resident set size= 905648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218899
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= 1314
involuntary context switches= 2494


# summary of solver processes directly reported to runsolver:
#   pid: 55697
#   total CPU time (s): 3585.59
#   total CPU user time (s): 3568.67
#   total CPU system time (s): 16.9218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2294 second user time and 37.1459 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-01 16:10:16
IDJOB=4490593
IDBENCH=147597
IDSOLVER=3332
FILE ID=nodeC011/4490593-1751379016
RUNJOBID= nodeC011-1751373005-54825
SLURM_JOB_ID= 9598205
Free space on /tmp= 432912 MiB

SOLVER NAME= Hybrid-NuPBODeepOptS-ExactPRnols 2025-06-02
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_2.opb
COMMAND LINE= ./Hybrid-NuPBODeepOptS-ExactPRnols BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490593-1751379016/watcher-4490593-1751379016 -o /tmp/evaluation-result-4490593-1751379016/solver-4490593-1751379016 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751373005-54825 --watchdog 3760  ./Hybrid-NuPBODeepOptS-ExactPRnols HOME/instance-4490593-1751379016.opb 3600 HOME

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

MD5SUM BENCH= 5da80f5858be2a333e7d6bf1625fcb5c
RANDOM SEED=1155162278

nodeC011 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		: 3492.099
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	: 6984.20
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		: 3492.105
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	: 6984.20
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.808
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	: 6984.20
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.963
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	: 6984.20
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.856
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	: 6984.20
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		: 3662.881
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	: 6984.20
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	: 6984.20
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.414
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129621140 kB
MemAvailable:   129752844 kB
Buffers:            3280 kB
Cached:           938976 kB
SwapCached:            0 kB
Active:           432632 kB
Inactive:         639892 kB
Active(anon):     148236 kB
Inactive(anon):        0 kB
Active(file):     284396 kB
Inactive(file):   639892 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             85280 kB
Writeback:             0 kB
AnonPages:        133416 kB
Mapped:           125924 kB
Shmem:             17960 kB
KReclaimable:      93700 kB
Slab:             174740 kB
SReclaimable:      93700 kB
SUnreclaim:        81040 kB
KernelStack:        4080 kB
PageTables:         3400 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     464204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC011 at 2025-07-01 17:10:12