Trace number 4530214

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
SCIP-NaPS 1.00a2OPT3 1.58132 1.67418

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.5:100.opb
MD5SUM1e9c9c7dcf807eef4e114aea42645bf8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.027909
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables372
Total number of constraints421
Number of constraints which are clauses345
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Number of terms in the objective function 372
Biggest coefficient in the objective function 220
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 983
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 220
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 983
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.49/1.63	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4530214-1752250570.opb
1.49/1.63	c Solving mode: optimization
1.49/1.63	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
1.49/1.63	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
1.49/1.63	c original problem has 372 variables (372 bin, 0 int, 0 impl, 0 cont) and 421 constraints
1.49/1.63	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 5.430000e+02
1.49/1.63	c presolving:
1.49/1.63	c (round 1, fast)       3 del vars, 3 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 340 clqs
1.49/1.63	c (round 2, exhaustive) 3 del vars, 4 del conss, 0 add conss, 1 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 340 clqs
1.49/1.63	c (round 3, exhaustive) 3 del vars, 4 del conss, 0 add conss, 1 chg bounds, 1 chg sides, 0 chg coeffs, 406 upgd conss, 0 impls, 340 clqs
1.49/1.63	c (round 4, exhaustive) 3 del vars, 5 del conss, 0 add conss, 1 chg bounds, 1 chg sides, 0 chg coeffs, 406 upgd conss, 0 impls, 340 clqs
1.49/1.63	c (round 5, exhaustive) 3 del vars, 5 del conss, 0 add conss, 1 chg bounds, 1 chg sides, 0 chg coeffs, 417 upgd conss, 0 impls, 340 clqs
1.49/1.63	c (round 6, medium)     4 del vars, 7 del conss, 0 add conss, 1 chg bounds, 1 chg sides, 0 chg coeffs, 417 upgd conss, 0 impls, 339 clqs
1.49/1.63	c (round 7, exhaustive) 4 del vars, 7 del conss, 0 add conss, 1 chg bounds, 1 chg sides, 0 chg coeffs, 418 upgd conss, 0 impls, 340 clqs
1.49/1.63	c    (0.1s) probing cycle finished: starting next cycle
1.49/1.63	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1.49/1.63	c    (0.1s) no symmetry present (symcode time: 0.00)
1.49/1.63	c presolving (8 rounds: 8 fast, 7 medium, 6 exhaustive):
1.49/1.63	c  4 deleted vars, 7 deleted constraints, 0 added constraints, 1 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
1.49/1.63	c  0 implications, 813 cliques
1.49/1.63	c presolved problem has 368 variables (368 bin, 0 int, 0 impl, 0 cont) and 415 constraints
1.49/1.63	c      71 constraints of type <knapsack>
1.49/1.63	c     338 constraints of type <setppc>
1.49/1.63	c       6 constraints of type <logicor>
1.49/1.63	c transformed objective value is always integral (scale: 1)
1.49/1.63	c Presolving Time: 0.07
1.49/1.63	c 
1.49/1.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.49/1.63	c t 0.1s|     1 |     0 |     0 |     - | trivial|   0 | 368 | 415 |   0 |   0 |  0 |   0 |   0 |-2.160000e+02 | 5.400000e+02 |    Inf | unknown
1.49/1.63	c t 0.1s|     1 |     0 |     0 |     - | trivial|   0 | 368 | 415 |   0 |   0 |  0 |   0 |   0 |-2.160000e+02 | 5.270000e+02 |    Inf | unknown
1.49/1.63	c p 0.1s|     1 |     0 |     0 |     - |  clique|   0 | 368 | 415 | 415 |   0 |  0 |   0 |   0 |-2.160000e+02 | 3.100000e+01 |    Inf | unknown
1.49/1.63	c p 0.1s|     1 |     0 |     0 |     - | vbounds|   0 | 368 | 415 | 415 |   0 |  0 |   0 |   0 |-2.160000e+02 | 2.000000e+01 |    Inf | unknown
1.49/1.63	c   0.1s|     1 |     0 |   617 |     - |  6541k |   0 | 368 | 435 | 415 |   0 |  0 |  20 |   0 | 3.000000e+00 | 2.000000e+01 | 566.67%| unknown
1.49/1.63	c   0.2s|     1 |     0 |   709 |     - |  7058k |   0 | 368 | 435 | 417 |   2 |  1 |  20 |   0 | 3.000000e+00 | 2.000000e+01 | 566.67%| unknown
1.49/1.63	c   0.3s|     1 |     0 |   743 |     - |  9797k |   0 | 368 | 435 | 420 |   5 |  2 |  20 |   0 | 3.000000e+00 | 2.000000e+01 | 566.67%| unknown
1.49/1.63	c   0.5s|     1 |     0 |   763 |     - |    13M |   0 | 368 | 435 | 422 |   7 |  3 |  20 |   0 | 3.000000e+00 | 2.000000e+01 | 566.67%| unknown
1.49/1.63	c   0.6s|     1 |     0 |   779 |     - |    18M |   0 | 368 | 435 | 424 |   9 |  4 |  20 |   0 | 3.000000e+00 | 2.000000e+01 | 566.67%| unknown
1.49/1.63	c   0.7s|     1 |     0 |   792 |     - |    21M |   0 | 368 | 435 | 426 |  11 |  5 |  20 |   0 | 3.000000e+00 | 2.000000e+01 | 566.67%| unknown
1.49/1.63	c   0.8s|     1 |     0 |   813 |     - |    24M |   0 | 368 | 435 | 427 |  12 |  6 |  20 |   0 | 3.000000e+00 | 2.000000e+01 | 566.67%| unknown
1.49/1.63	c   0.9s|     1 |     0 |   830 |     - |    27M |   0 | 368 | 435 | 428 |  13 |  7 |  20 |   0 | 3.000000e+00 | 2.000000e+01 | 566.67%| unknown
1.49/1.63	c   1.0s|     1 |     0 |   856 |     - |    33M |   0 | 368 | 435 | 429 |  14 |  8 |  20 |   0 | 3.000000e+00 | 2.000000e+01 | 566.67%| unknown
1.49/1.63	c   1.1s|     1 |     0 |   868 |     - |    34M |   0 | 368 | 435 | 430 |  15 |  9 |  20 |   0 | 3.000000e+00 | 2.000000e+01 | 566.67%| unknown
1.49/1.63	c   1.2s|     1 |     0 |   877 |     - |    40M |   0 | 368 | 435 | 431 |  16 | 10 |  20 |   0 | 3.000000e+00 | 2.000000e+01 | 566.67%| unknown
1.49/1.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.49/1.63	c   1.2s|     1 |     0 |   891 |     - |    40M |   0 | 368 | 435 | 432 |  17 | 11 |  20 |   0 | 3.000000e+00 | 2.000000e+01 | 566.67%| unknown
1.49/1.63	c d 1.2s|     1 |     0 |  1137 |     - |farkasdi|   0 | 368 | 435 | 432 |   0 | 11 |  20 |   0 | 3.000000e+00 | 3.000000e+00 |   0.00%| unknown
1.49/1.63	c   1.2s|     1 |     0 |  1137 |     - |    40M |   0 | 368 | 435 | 432 |  17 | 11 |  20 |   0 | 3.000000e+00 | 3.000000e+00 |   0.00%| unknown
1.49/1.63	c 
1.49/1.63	c SCIP Status        : problem is solved [optimal solution found]
1.49/1.63	c Solving Time (sec) : 1.22
1.49/1.63	c Solving Nodes      : 1
1.49/1.63	c Primal Bound       : +3.00000000000000e+00 (6 solutions)
1.49/1.63	c Dual Bound         : +3.00000000000000e+00
1.49/1.63	c Gap                : 0.00 %
1.49/1.63	c All original constraints are satisfied.
1.49/1.63	c SCIP's best solution is verified feasible for the original problem.
1.49/1.63	c SCIP found an optimal solution.
1.49/1.63	o 3
1.49/1.63	s OPTIMUM FOUND
1.49/1.63	v x288 -x230 -x149 x113 -x98 -x76 x46 -x24 x286 -x271 -x234 -x148 -x129 x114 x45 -x29 -x270 -x233 -x197 -x150 -x128 x118 -x99 -x80 x47 -x28 -x3 x287 -x272 -x254 x235 -x196 -x167 -x153 -x134 -x116 -x100 -x78 x48 -x8 -x292 -x273 -x253 -x239 x198 -x166 x152 -x133 -x117 -x103 -x55 -x31 x7 -x344 x274 -x238 x201 -x172 -x157 -x135 -x101 -x79 -x49 -x32 -x343 x281 -x255 -x236 x200 -x171 -x156 -x139 -x102 -x83 -x50 -x35 x10 -x345 x275 -x257 -x237 x204 -x173 -x154 -x138 -x51 -x33 x11 x346 x276 -x202 -x174 -x155 -x136 -x34 x12 x347 x277 -x258 -x203 -x175 -x137 x13 -x306 x289 x115 -x95 -x75 -x310 -x229 x119 -x97 -x23 x293 -x231 x96 -x81 -x58 -x25 x291 -x249 x232 -x151 -x130 -x104 -x59 x30 -x2 -x284 -x248 x243 -x165 -x131 -x84 -x54 x27 -x4 -x285 x199 -x168 -x161 x132 -x82 -x36 x9 -x280 -x256 -x222 x212 x169 -x160 -x143 -x52 x6 -x259 x208 x170 x14 x350 -x278 -x260 x207 -x189 -x179 x351 -x261 -x193 -x305 x290 x127 x73 -x57 -x309 x294 x123 -x94 x77 -x56 -x283 -x246 -x162 -x122 x112 x74 -x282 -x247 -x164 x108 -x85 x26 -x361 -x242 -x218 x209 -x146 x107 x44 -x250 x211 -x147 x40 x5 -x349 -x251 -x240 -x221 -x182 -x158 -x142 -x53 x39 x22 -x348 x252 -x183 x18 -x279 x265 x205 -x188 -x178 -x159 -x140 x17 -x192 -x307 x302 -x245 x126 -x109 -x311 x298 -x244 -x163 x111 x72 -x357 x297 -x145 -x120 x93 -x41 -x210 -x144 -x89 x43 x360 -x313 -x217 -x181 -x121 -x105 -x88 -x65 x19 -x314 -x180 x21 -x268 -x241 -x223 -x106 x37 -x269 -x337 -x264 x206 x190 -x176 -x141 -x38 x15 -x341 x194 -x308 x301 x124 -x110 x90 x312 x92 -x42 -x356 x316 x295 -x214 -x61 x315 x20 x362 x296 -x267 -x219 -x86 -x64 -x266 -x185 x224 -x184 -x87 -x365 -x336 -x262 x191 -x177 x16 -x340 x195 x353 x304 x299 -x125 -x91 x303 x358 -x320 -x60 -x213 x363 x329 -x215 x66 x220 x366 -x364 x186 x338 -x263 x187 -x69 x342 -x323 x300 x352 x324 x354 x326 -x319 x62 x359 x328 -x317 x67 x367 -x333 -x216 -x332 x228 -x70 -x68 x339 -x321 x325 x355 x63 x330 -x318 -x225 x371 -x227 x71 x370 -x334 -x335 -x322 x327 -x226 x331 x368 -x369 x372 x1

Verifier Data

OK	3

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 (59850 MiB free)
  memory of node 1: 64507 MiB (62077 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530214-1752250570/watcher-4530214-1752250570 -o /tmp/evaluation-result-4530214-1752250570/solver-4530214-1752250570 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752250414-116052 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530214-1752250570.opb 

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

solver pid=116573, runsolver pid=116570

[startup+0.100073 s]*
/proc/loadavg: 4.20 4.14 4.10 5/258 116578
/proc/meminfo: memFree=124850180/131382112 swapFree=33010160/33010684
[pid=116573] ppid=116570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/116573/stat : 116573 (scip-naps-1.00a) S 116570 116573 115313 0 -1 4194304 258 322 0 0 0 0 0 0 20 0 1 0 140736836 4292608 768 18446744073709551615 94610791653376 94610792547909 140724307956416 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94610792786960 94610792834704 94610811944960 140724307958171 140724307958270 140724307958270 140724307963874 0
/proc/116573/statm: 1048 768 704 219 0 110 0
[pid=116578] ppid=116573 vsize=13176 memory=10368 CPUtime=0.06 cores=1,3
/proc/116578/stat : 116578 (python3) R 116573 116573 115313 0 -1 4194304 1585 0 0 0 5 1 0 0 20 0 1 0 140736838 13492224 2592 18446744073709551615 94158074990592 94158074990969 140725877203744 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 94158075002264 94158075002884 94158076481536 140725877209438 140725877209632 140725877209632 140725877215207 0
/proc/116578/statm: 3294 2592 1184 1 0 1471 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 17368 KiB
Current children cumulated memory: 13440 KiB

[startup+0.21378 s]*
/proc/loadavg: 4.20 4.14 4.10 5/258 116578
/proc/meminfo: memFree=124846148/131382112 swapFree=33010160/33010684
[pid=116573] ppid=116570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/116573/stat : 116573 (scip-naps-1.00a) S 116570 116573 115313 0 -1 4194304 258 322 0 0 0 0 0 0 20 0 1 0 140736836 4292608 768 18446744073709551615 94610791653376 94610792547909 140724307956416 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94610792786960 94610792834704 94610811944960 140724307958171 140724307958270 140724307958270 140724307963874 0
/proc/116573/statm: 1048 768 704 219 0 110 0
[pid=116578] ppid=116573 vsize=1185200 memory=30336 CPUtime=0.15 cores=1,3
/proc/116578/stat : 116578 (python3) R 116573 116573 115313 0 -1 4194304 3271 0 0 0 13 2 0 0 20 0 1 0 140736838 1213644800 7392 18446744073709551615 94158074990592 94158074990969 140725877203744 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 94158075002264 94158075002884 94158076481536 140725877209438 140725877209632 140725877209632 140725877215207 0
/proc/116578/statm: 296461 7584 4768 1 0 268529 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1189392 KiB
Current children cumulated memory: 33408 KiB

[startup+0.3178 s]*
/proc/loadavg: 4.20 4.14 4.10 5/258 116578
/proc/meminfo: memFree=124842368/131382112 swapFree=33010160/33010684
[pid=116573] ppid=116570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/116573/stat : 116573 (scip-naps-1.00a) S 116570 116573 115313 0 -1 4194304 258 322 0 0 0 0 0 0 20 0 1 0 140736836 4292608 768 18446744073709551615 94610791653376 94610792547909 140724307956416 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94610792786960 94610792834704 94610811944960 140724307958171 140724307958270 140724307958270 140724307963874 0
/proc/116573/statm: 1048 768 704 219 0 110 0
[pid=116578] ppid=116573 vsize=1189596 memory=34560 CPUtime=0.24 cores=1,3
/proc/116578/stat : 116578 (python3) R 116573 116573 115313 0 -1 4194304 4300 0 0 0 21 3 0 0 20 0 1 0 140736838 1218146304 8640 18446744073709551615 94158074990592 94158074990969 140725877203744 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 94158075002264 94158075002884 94158076481536 140725877209438 140725877209632 140725877209632 140725877215207 0
/proc/116578/statm: 297399 8640 5024 1 0 269308 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1193788 KiB
Current children cumulated memory: 37632 KiB

[startup+0.700307 s]
/proc/loadavg: 4.20 4.14 4.10 5/258 116578
/proc/meminfo: memFree=124829272/131382112 swapFree=33010160/33010684
[pid=116573] ppid=116570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/116573/stat : 116573 (scip-naps-1.00a) S 116570 116573 115313 0 -1 4194304 258 322 0 0 0 0 0 0 20 0 1 0 140736836 4292608 768 18446744073709551615 94610791653376 94610792547909 140724307956416 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94610792786960 94610792834704 94610811944960 140724307958171 140724307958270 140724307958270 140724307963874 0
/proc/116573/statm: 1048 768 704 219 0 110 0
[pid=116578] ppid=116573 vsize=1210948 memory=62464 CPUtime=0.59 cores=1,3
/proc/116578/stat : 116578 (python3) R 116573 116573 115313 0 -1 4194304 8399 0 0 0 55 4 0 0 20 0 1 0 140736838 1240010752 15616 18446744073709551615 94158074990592 94158074990969 140725877203744 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94158075002264 94158075002884 94158076481536 140725877209438 140725877209632 140725877209632 140725877215207 0
/proc/116578/statm: 302737 15616 8128 1 0 274095 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 1215140 KiB
Current children cumulated memory: 65536 KiB

[startup+1.50038 s]
/proc/loadavg: 4.20 4.14 4.10 5/258 116578
/proc/meminfo: memFree=124829272/131382112 swapFree=33010160/33010684
[pid=116573] ppid=116570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/116573/stat : 116573 (scip-naps-1.00a) S 116570 116573 115313 0 -1 4194304 258 322 0 0 0 0 0 0 20 0 1 0 140736836 4292608 768 18446744073709551615 94610791653376 94610792547909 140724307956416 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94610792786960 94610792834704 94610811944960 140724307958171 140724307958270 140724307958270 140724307963874 0
/proc/116573/statm: 1048 768 704 219 0 110 0
[pid=116578] ppid=116573 vsize=1232628 memory=84736 CPUtime=1.38 cores=1,3
/proc/116578/stat : 116578 (python3) R 116573 116573 115313 0 -1 4194304 13975 0 0 0 133 5 0 0 20 0 1 0 140736838 1262211072 21184 18446744073709551615 94158074990592 94158074990969 140725877203744 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94158075002264 94158075002884 94158076481536 140725877209438 140725877209632 140725877209632 140725877215207 0
/proc/116578/statm: 308157 21184 8128 1 0 279515 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 1236820 KiB
Current children cumulated memory: 87808 KiB

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

# cumulated CPU time of all completed processes:  user=1.50104 s, system=0.08028 s

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

[startup+1.60045 s]
/proc/loadavg: 4.20 4.14 4.10 5/258 116578
/proc/meminfo: memFree=124829272/131382112 swapFree=33010160/33010684
[pid=116573] ppid=116570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/116573/stat : 116573 (scip-naps-1.00a) S 116570 116573 115313 0 -1 4194304 258 322 0 0 0 0 0 0 20 0 1 0 140736836 4292608 768 18446744073709551615 94610791653376 94610792547909 140724307956416 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94610792786960 94610792834704 94610811944960 140724307958171 140724307958270 140724307958270 140724307963874 0
/proc/116573/statm: 1048 768 704 219 0 110 0
[pid=116578] ppid=116573 vsize=1238684 memory=90368 CPUtime=1.49 cores=1,3
/proc/116578/stat : 116578 (python3) R 116573 116573 115313 0 -1 4194304 15404 0 0 0 143 6 0 0 20 0 1 0 140736838 1268412416 22592 18446744073709551615 94158074990592 94158074990969 140725877203744 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94158075002264 94158075002884 94158076481536 140725877209438 140725877209632 140725877209632 140725877215207 0
/proc/116578/statm: 309671 22592 8128 1 0 281029 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1242876 KiB
Current children cumulated memory: 93440 KiB

Child status: 0

Real time (s): 1.67418
CPU time (s): 1.58132
CPU user time (s): 1.50104
CPU system time (s): 0.08028
CPU usage (%): 94.4533
Max. virtual memory (cumulated for all children) (KiB): 1242876
Max. memory (cumulated for all children) (KiB): 93440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.50104
system time used= 0.08028
maximum resident set size= 91008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16118
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 335
involuntary context switches= 21


# summary of solver processes directly reported to runsolver:
#   pid: 116573
#   total CPU time (s): 1.58132
#   total CPU user time (s): 1.50104
#   total CPU system time (s): 0.08028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040483 second user time and 0.076808 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-11 18:16:11
IDJOB=4530214
IDBENCH=146664
IDSOLVER=3388
FILE ID=nodeC009/4530214-1752250570
RUNJOBID= nodeC009-1752250414-116052
SLURM_JOB_ID= 9682557
Free space on /tmp= 431204 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:10:4.5:0.5:100.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530214-1752250570/watcher-4530214-1752250570 -o /tmp/evaluation-result-4530214-1752250570/solver-4530214-1752250570 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752250414-116052 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4530214-1752250570.opb

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

MD5SUM BENCH= 1e9c9c7dcf807eef4e114aea42645bf8
RANDOM SEED=1477909587

nodeC009 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		: 3662.445
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.637
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.85
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.840
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.85
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.236
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.85
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.347
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.85
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.407
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.85
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.815
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        124854276 kB
MemAvailable:   127771576 kB
Buffers:            2144 kB
Cached:          3648356 kB
SwapCached:           24 kB
Active:          2778000 kB
Inactive:        2966180 kB
Active(anon):    2107436 kB
Inactive(anon):     4180 kB
Active(file):     670564 kB
Inactive(file):  2962000 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5720 kB
Writeback:             0 kB
AnonPages:       2096728 kB
Mapped:           127664 kB
Shmem:             17936 kB
KReclaimable:     248340 kB
Slab:             338724 kB
SReclaimable:     248340 kB
SUnreclaim:        90384 kB
KernelStack:        4144 kB
PageTables:         7900 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5894072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149592 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431196 MiB
End job on nodeC009 at 2025-07-11 18:16:12