Trace number 4545400

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 NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a1UNSAT 1265.1 1268.28

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
MD5SUM4a1d9056c3b02bcfb80521d72596a62f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.08009
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables34391
Total number of constraints25309
Number of constraints which are clauses7791
Number of constraints which are cardinality constraints (but not clauses)1558
Number of constraints which are nor clauses,nor cardinality constraints15960
Minimum length of a constraint1
Maximum length of a constraint43
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 37
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 766
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

498.99/500.34	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4545400-1753230039.opb
498.99/500.34	c Solving mode: decision
498.99/500.34	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
498.99/500.34	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
498.99/500.34	c original problem has 34391 variables (34391 bin, 0 int, 0 impl, 0 cont) and 25309 constraints
498.99/500.34	c presolving:
498.99/500.34	c (round 1, fast)       1 del vars, 1 del conss, 760 add conss, 0 chg bounds, 1330 chg sides, 1140 chg coeffs, 0 upgd conss, 0 impls, 12768 clqs
498.99/500.34	c (round 2, fast)       1 del vars, 1 del conss, 760 add conss, 0 chg bounds, 8550 chg sides, 8550 chg coeffs, 0 upgd conss, 0 impls, 12768 clqs
498.99/500.34	c (round 3, exhaustive) 1 del vars, 191 del conss, 760 add conss, 0 chg bounds, 8550 chg sides, 8550 chg coeffs, 0 upgd conss, 0 impls, 12768 clqs
498.99/500.34	c (round 4, exhaustive) 1 del vars, 191 del conss, 760 add conss, 0 chg bounds, 8551 chg sides, 8550 chg coeffs, 24169 upgd conss, 0 impls, 12768 clqs
498.99/500.34	c (round 5, medium)     1 del vars, 14821 del conss, 30780 add conss, 0 chg bounds, 9311 chg sides, 10450 chg coeffs, 24169 upgd conss, 0 impls, 41648 clqs
498.99/500.34	c (round 6, fast)       1 del vars, 15201 del conss, 31160 add conss, 0 chg bounds, 9311 chg sides, 10450 chg coeffs, 24169 upgd conss, 0 impls, 41648 clqs
498.99/500.34	c (round 7, exhaustive) 1 del vars, 15201 del conss, 31160 add conss, 0 chg bounds, 9311 chg sides, 10450 chg coeffs, 24549 upgd conss, 0 impls, 41648 clqs
498.99/500.34	c    (5.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
498.99/500.34	c    (5.7s) no symmetry present (symcode time: 0.02)
498.99/500.34	c presolving (8 rounds: 8 fast, 5 medium, 4 exhaustive):
498.99/500.34	c  28 deleted vars, 15228 deleted constraints, 31160 added constraints, 0 tightened bounds, 0 added holes, 9311 changed sides, 10450 changed coefficients
498.99/500.34	c  0 implications, 77462 cliques
498.99/500.34	c presolved problem has 34363 variables (34363 bin, 0 int, 0 impl, 0 cont) and 41241 constraints
498.99/500.34	c   38961 constraints of type <setppc>
498.99/500.34	c    1329 constraints of type <linear>
498.99/500.34	c     951 constraints of type <logicor>
498.99/500.34	c transformed objective value is always integral (scale: 1)
498.99/500.34	c Presolving Time: 5.66
498.99/500.34	c 
498.99/500.34	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.99/500.34	c   392s|     1 |     0 | 60562 |     - |   373M |   0 |  34k|  41k|  41k|   0 |  0 |  41 |   0 | 0.000000e+00 |      --      |    Inf | unknown
498.99/500.34	c 
498.99/500.34	c SCIP Status        : solving was interrupted [time limit reached]
498.99/500.34	c Solving Time (sec) : 500.01
498.99/500.34	c Solving Nodes      : 1
498.99/500.34	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.99/500.34	c Dual Bound         : +0.00000000000000e+00
498.99/500.34	c Gap                : infinite
498.99/500.34	c ----------------------------------------------------------------------
498.99/500.34	c dual bound: 0.0 -> 0
498.99/500.34	c primal bound: 1e+20 -> 100000000000000000000
498.99/500.34	c scip-goal-lb: 0
498.99/500.34	c scip-goal-ub: 100000000000000000000
498.99/500.34	c writing output to: HOME/tmp3xg4b7hq.opb
498.99/500.34	c appending fixed variable constraints
498.99/500.34	c scip-fixed vars: 0.00% (1/34363)
498.99/500.34	c ----------------------------------------------------------------------
498.99/500.34	c executing external solver: HOME/naps-1.03a6
498.99/500.34	c ----------------------------------------------------------------------
498.99/500.34	c command: HOME/naps-1.03a6 HOME/tmp3xg4b7hq.opb
498.99/500.35	c NaPS 1.03a6.
498.99/500.35	c Input file name: HOME/tmp3xg4b7hq.opb
1264.71/1267.96	c _____________________________________________________________________________
1264.71/1267.96	c std/band forms        : 16568,760
1264.71/1267.96	c 2cl/3cl ITE-codings   : 0,369360
1264.71/1267.96	c BDD/srt/adr Max costs : 1103,578,0
1264.71/1267.96	c BDDraw/bin/mul/srt/adr: 15390,0,380,1558,0
1264.71/1267.96	c BDD nodes             : 473480
1264.71/1267.96	c Es1/CC detections     : 0,0
1264.71/1267.96	c CC sort               : 1558
1264.71/1267.96	c SAT/UNSAT calls       : 0,1
1264.71/1267.96	c regenrated variables  : 0
1264.71/1267.96	c eliminated fixed lits : 2
1264.71/1267.96	c goal lit flips        : 0
1264.71/1267.96	c goal stages           : 0
1264.71/1267.96	c goal shrink           : 0
1264.71/1267.96	c goal coeff separations: 0
1264.71/1267.96	c restarts              : 267777
1264.71/1267.96	c conflicts             : 11903340       (15557 /sec)
1264.71/1267.96	c decisions             : 24136313       (31546 /sec)
1264.71/1267.96	c propagations          : 4756757101     (6216963 /sec)
1264.71/1267.96	c inspects              : 0              (0 /sec)
1264.71/1267.96	c CPU time (solving tm) : 765.1 s        (761.8 s, SAT 0 s, UNSAT 761.8 s)
1264.71/1267.96	c Time for Opt-base     : 0.2433 s
1264.71/1267.96	c Steps for Opt-base    : 408500
1264.71/1267.96	c Time for BDD coding   : 2.281 s
1264.71/1267.96	c Time for srt coding   : 0.1784 s
1264.71/1267.96	c _____________________________________________________________________________
1264.71/1267.99	s UNSATISFIABLE

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: 63708 MiB (60391 MiB free)
  memory of node 1: 64465 MiB (55986 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545400-1753230039/watcher-4545400-1753230039 -o /tmp/evaluation-result-4545400-1753230039/solver-4545400-1753230039 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753222578-168829 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4545400-1753230039.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=172263, runsolver pid=172260
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 4.15 4.15 4.10 5/269 172268
/proc/meminfo: memFree=119170944/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1187348 memory=32284 CPUtime=0.07 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 3811 0 0 0 6 1 0 0 20 0 1 0 238682430 1215844352 8071 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 296837 8071 4908 1 0 268859 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191540 KiB
Current children cumulated memory: 35356 KiB

[startup+0.205741 s]*
/proc/loadavg: 4.15 4.15 4.10 5/269 172268
/proc/meminfo: memFree=119127852/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1232008 memory=83612 CPUtime=0.17 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 14142 0 0 0 15 2 0 0 20 0 1 0 238682430 1261576192 20903 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 308002 20903 7628 1 0 279360 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1236200 KiB
Current children cumulated memory: 86684 KiB

[startup+0.305593 s]*
/proc/loadavg: 4.15 4.15 4.10 5/269 172268
/proc/meminfo: memFree=119063340/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1295316 memory=147100 CPUtime=0.27 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 29865 0 0 0 22 5 0 0 20 0 1 0 238682430 1326403584 36775 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 323829 36775 7788 1 0 295187 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1299508 KiB
Current children cumulated memory: 150172 KiB

[startup+0.700203 s]
/proc/loadavg: 4.15 4.15 4.10 5/269 172268
/proc/meminfo: memFree=119014956/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1378692 memory=225308 CPUtime=0.66 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 49351 0 0 0 58 8 0 0 20 0 1 0 238682430 1411780608 56327 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 344673 56327 7916 1 0 316031 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1382884 KiB
Current children cumulated memory: 228380 KiB

[startup+1.5002 s]
/proc/loadavg: 4.15 4.15 4.10 5/269 172268
/proc/meminfo: memFree=118982700/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1441860 memory=282736 CPUtime=1.46 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 59393 0 0 0 136 10 0 0 20 0 1 0 238682430 1476464640 70684 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 360465 70684 7916 1 0 331823 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 1446052 KiB
Current children cumulated memory: 285808 KiB

[startup+3.10562 s]
/proc/loadavg: 4.15 4.15 4.10 5/269 172268
/proc/meminfo: memFree=118927568/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1445316 memory=286064 CPUtime=3.05 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 60245 0 0 0 295 10 0 0 20 0 1 0 238682430 1480003584 71516 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 361329 71516 7916 1 0 332687 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1449508 KiB
Current children cumulated memory: 289136 KiB

[startup+6.30019 s]
/proc/loadavg: 4.14 4.15 4.10 5/269 172268
/proc/meminfo: memFree=118899640/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1578960 memory=368596 CPUtime=6.24 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 84299 0 0 0 610 14 0 0 20 0 1 0 238682430 1616855040 92149 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 394740 92149 8076 1 0 366098 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1583152 KiB
Current children cumulated memory: 371668 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.14 4.10 5/269 172268
/proc/meminfo: memFree=118807620/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1621240 memory=406356 CPUtime=12.63 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 93880 0 0 0 1248 15 0 0 20 0 1 0 238682430 1660149760 101589 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 405310 101589 8108 1 0 376668 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1625432 KiB
Current children cumulated memory: 409428 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.14 4.10 5/269 172269
/proc/meminfo: memFree=118801532/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1622720 memory=407892 CPUtime=25.39 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 94280 0 0 0 2524 15 0 0 20 0 1 0 238682430 1661665280 101973 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 405680 101973 8108 1 0 377038 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1626912 KiB
Current children cumulated memory: 410964 KiB

[startup+51.1055 s]
/proc/loadavg: 4.13 4.14 4.10 5/268 172269
/proc/meminfo: memFree=118760460/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1628784 memory=413148 CPUtime=50.93 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 94546 0 0 0 5078 15 0 0 20 0 1 0 238682430 1667874816 103287 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 407196 103287 8108 1 0 378554 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 1632976 KiB
Current children cumulated memory: 416220 KiB

[startup+102.3 s]
/proc/loadavg: 4.05 4.12 4.09 5/269 172276
/proc/meminfo: memFree=118859268/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1632336 memory=416684 CPUtime=102 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 94949 0 0 0 10184 16 0 0 20 0 1 0 238682430 1671512064 104171 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 408084 104171 8108 1 0 379442 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 1636528 KiB
Current children cumulated memory: 419756 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/269 172278
/proc/meminfo: memFree=118857556/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1632336 memory=413524 CPUtime=161.84 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 95893 0 0 0 16168 16 0 0 20 0 1 0 238682430 1671512064 103381 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 408084 103381 8108 1 0 379442 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 1636528 KiB
Current children cumulated memory: 416596 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/269 172280
/proc/meminfo: memFree=118849936/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1632556 memory=413780 CPUtime=221.69 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 95968 0 0 0 22153 16 0 0 20 0 1 0 238682430 1671737344 103445 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 408139 103445 8108 1 0 379497 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 1636748 KiB

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

/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1656940 memory=441404 CPUtime=499.04 cores=4,6
/proc/172268/stat : 172268 (python3) S 172263 172263 168818 0 -1 4194304 102528 0 0 0 49885 19 0 0 20 0 1 0 238682430 1696706560 110351 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 414235 110351 8140 1 0 385593 0
[pid=172291] ppid=172268 vsize=257876 memory=247444 CPUtime=620.41 cores=4,6
/proc/172291/stat : 172291 (naps-1.03a6) R 172268 172291 172291 0 -1 4194304 107421 0 0 0 61981 60 0 0 20 0 1 0 238732463 264065024 61861 18446744073709551615 4198400 7047149 140723996764880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 16228352 140723996772751 140723996772849 140723996772849 140723996778441 0
/proc/172291/statm: 64469 61861 544 696 0 63630 0
Current children cumulated CPU time: 1119.45 s
Current children cumulated vsize: 1919008 KiB
Current children cumulated memory: 691920 KiB

[startup+1182.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/269 172369
/proc/meminfo: memFree=118998332/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1656940 memory=441404 CPUtime=499.04 cores=4,6
/proc/172268/stat : 172268 (python3) S 172263 172263 168818 0 -1 4194304 102528 0 0 0 49885 19 0 0 20 0 1 0 238682430 1696706560 110351 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 414235 110351 8140 1 0 385593 0
[pid=172291] ppid=172268 vsize=257876 memory=247452 CPUtime=680.28 cores=4,6
/proc/172291/stat : 172291 (naps-1.03a6) R 172268 172291 172291 0 -1 4194304 110099 0 0 0 67967 61 0 0 20 0 1 0 238732463 264065024 61863 18446744073709551615 4198400 7047149 140723996764880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 16228352 140723996772751 140723996772849 140723996772849 140723996778441 0
/proc/172291/statm: 64469 61863 544 696 0 63630 0
Current children cumulated CPU time: 1179.32 s
Current children cumulated vsize: 1919008 KiB
Current children cumulated memory: 691928 KiB

[startup+1242.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/271 172375
/proc/meminfo: memFree=118996452/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1656940 memory=441404 CPUtime=499.04 cores=4,6
/proc/172268/stat : 172268 (python3) S 172263 172263 168818 0 -1 4194304 102528 0 0 0 49885 19 0 0 20 0 1 0 238682430 1696706560 110351 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 414235 110351 8140 1 0 385593 0
[pid=172291] ppid=172268 vsize=257680 memory=249508 CPUtime=740.13 cores=4,6
/proc/172291/stat : 172291 (naps-1.03a6) R 172268 172291 172291 0 -1 4194304 110100 0 0 0 73952 61 0 0 20 0 1 0 238732463 263864320 62377 18446744073709551615 4198400 7047149 140723996764880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 16228352 140723996772751 140723996772849 140723996772849 140723996778441 0
/proc/172291/statm: 64420 62377 544 696 0 63581 0
Current children cumulated CPU time: 1239.17 s
Current children cumulated vsize: 1918812 KiB
Current children cumulated memory: 693984 KiB

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

# cumulated CPU time of all completed processes:  user=1264.24 s, system=0.867541 s

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

[startup+1254.4 s]
/proc/loadavg: 4.12 4.10 4.09 5/271 172376
/proc/meminfo: memFree=118992396/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1656940 memory=441404 CPUtime=499.04 cores=4,6
/proc/172268/stat : 172268 (python3) S 172263 172263 168818 0 -1 4194304 102528 0 0 0 49885 19 0 0 20 0 1 0 238682430 1696706560 110351 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 414235 110351 8140 1 0 385593 0
[pid=172291] ppid=172268 vsize=257684 memory=249508 CPUtime=752.2 cores=4,6
/proc/172291/stat : 172291 (naps-1.03a6) R 172268 172291 172291 0 -1 4194304 110100 0 0 0 75159 61 0 0 20 0 1 0 238732463 263868416 62377 18446744073709551615 4198400 7047149 140723996764880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 16228352 140723996772751 140723996772849 140723996772849 140723996778441 0
/proc/172291/statm: 64421 62377 544 696 0 63582 0
Current children cumulated CPU time: 1251.24 s
Current children cumulated vsize: 1918816 KiB
Current children cumulated memory: 693984 KiB

[startup+1260.8 s]
/proc/loadavg: 4.11 4.10 4.09 5/271 172376
/proc/meminfo: memFree=118992444/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1656940 memory=441404 CPUtime=499.04 cores=4,6
/proc/172268/stat : 172268 (python3) S 172263 172263 168818 0 -1 4194304 102528 0 0 0 49885 19 0 0 20 0 1 0 238682430 1696706560 110351 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 414235 110351 8140 1 0 385593 0
[pid=172291] ppid=172268 vsize=249492 memory=243344 CPUtime=758.58 cores=4,6
/proc/172291/stat : 172291 (naps-1.03a6) R 172268 172291 172291 0 -1 4194304 110283 0 0 0 75797 61 0 0 20 0 1 0 238732463 255479808 60836 18446744073709551615 4198400 7047149 140723996764880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 16228352 140723996772751 140723996772849 140723996772849 140723996778441 0
/proc/172291/statm: 62373 60836 544 696 0 61534 0
Current children cumulated CPU time: 1257.62 s
Current children cumulated vsize: 1910624 KiB
Current children cumulated memory: 687820 KiB

[startup+1264 s]*
/proc/loadavg: 4.10 4.10 4.09 5/271 172376
/proc/meminfo: memFree=118996844/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1656940 memory=441404 CPUtime=499.04 cores=4,6
/proc/172268/stat : 172268 (python3) S 172263 172263 168818 0 -1 4194304 102528 0 0 0 49885 19 0 0 20 0 1 0 238682430 1696706560 110351 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 414235 110351 8140 1 0 385593 0
[pid=172291] ppid=172268 vsize=249492 memory=241128 CPUtime=761.78 cores=4,6
/proc/172291/stat : 172291 (naps-1.03a6) R 172268 172291 172291 0 -1 4194304 110938 0 0 0 76117 61 0 0 20 0 1 0 238732463 255479808 60282 18446744073709551615 4198400 7047149 140723996764880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 16228352 140723996772751 140723996772849 140723996772849 140723996778441 0
/proc/172291/statm: 62373 60282 544 696 0 61534 0
Current children cumulated CPU time: 1260.82 s
Current children cumulated vsize: 1910624 KiB
Current children cumulated memory: 685604 KiB

[startup+1265.6 s]
/proc/loadavg: 4.10 4.10 4.09 5/271 172376
/proc/meminfo: memFree=118996852/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1656940 memory=441404 CPUtime=499.04 cores=4,6
/proc/172268/stat : 172268 (python3) S 172263 172263 168818 0 -1 4194304 102528 0 0 0 49885 19 0 0 20 0 1 0 238682430 1696706560 110351 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 414235 110351 8140 1 0 385593 0
[pid=172291] ppid=172268 vsize=249492 memory=243344 CPUtime=763.37 cores=4,6
/proc/172291/stat : 172291 (naps-1.03a6) R 172268 172291 172291 0 -1 4194304 110966 0 0 0 76276 61 0 0 20 0 1 0 238732463 255479808 60836 18446744073709551615 4198400 7047149 140723996764880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 16228352 140723996772751 140723996772849 140723996772849 140723996778441 0
/proc/172291/statm: 62373 60836 544 696 0 61534 0
Current children cumulated CPU time: 1262.41 s
Current children cumulated vsize: 1910624 KiB
Current children cumulated memory: 687820 KiB

[startup+1267.2 s]
/proc/loadavg: 4.10 4.10 4.09 5/271 172376
/proc/meminfo: memFree=118996852/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1656940 memory=441404 CPUtime=499.04 cores=4,6
/proc/172268/stat : 172268 (python3) S 172263 172263 168818 0 -1 4194304 102528 0 0 0 49885 19 0 0 20 0 1 0 238682430 1696706560 110351 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 414235 110351 8140 1 0 385593 0
[pid=172291] ppid=172268 vsize=249492 memory=244368 CPUtime=764.97 cores=4,6
/proc/172291/stat : 172291 (naps-1.03a6) R 172268 172291 172291 0 -1 4194304 111230 0 0 0 76436 61 0 0 20 0 1 0 238732463 255479808 61092 18446744073709551615 4198400 7047149 140723996764880 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 16228352 140723996772751 140723996772849 140723996772849 140723996778441 0
/proc/172291/statm: 62373 61092 544 696 0 61534 0
Current children cumulated CPU time: 1264.01 s
Current children cumulated vsize: 1910624 KiB
Current children cumulated memory: 688844 KiB

[startup+1268.01 s]*
/proc/loadavg: 4.10 4.10 4.09 5/270 172376
/proc/meminfo: memFree=119239420/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1656940 memory=441404 CPUtime=1264.81 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 113400 111399 0 0 49886 19 76514 62 20 0 1 0 238682430 1696706560 110351 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 414235 110351 8140 1 0 385593 0
Current children cumulated CPU time: 1264.81 s
Current children cumulated vsize: 1661132 KiB
Current children cumulated memory: 444476 KiB

[startup+1268.2 s]
/proc/loadavg: 4.10 4.10 4.09 5/270 172376
/proc/meminfo: memFree=119239420/131249988 swapFree=33010416/33010684
[pid=172263] ppid=172260 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/172263/stat : 172263 (scip-naps-1.00.) S 172260 172263 168818 0 -1 4194304 256 342 0 0 0 0 0 0 20 0 1 0 238682428 4292608 768 18446744073709551615 94329973510144 94329974404677 140728813298032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94329974643728 94329974691472 94329978900480 140728813304223 140728813304320 140728813304320 140728813309924 0
/proc/172263/statm: 1048 768 704 219 0 110 0
[pid=172268] ppid=172263 vsize=1643132 memory=429220 CPUtime=1265 cores=4,6
/proc/172268/stat : 172268 (python3) R 172263 172263 168818 0 -1 4194304 149918 111399 0 0 49903 21 76514 62 20 0 1 0 238682430 1682567168 107305 18446744073709551615 94229251358720 94229251359097 140723386066896 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94229251370392 94229251371012 94229265494016 140723386075478 140723386075680 140723386075680 140723386081255 0
/proc/172268/statm: 410783 107305 8140 1 0 382141 0
Current children cumulated CPU time: 1265 s
Current children cumulated vsize: 1647324 KiB
Current children cumulated memory: 432292 KiB

Child status: 0

Real time (s): 1268.28
CPU time (s): 1265.1
CPU user time (s): 1264.24
CPU system time (s): 0.867541
CPU usage (%): 99.7499
Max. virtual memory (cumulated for all children) (KiB): 2039460
Max. memory (cumulated for all children) (KiB): 798876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1264.24
system time used= 0.867541
maximum resident set size= 441404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274603
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 355
involuntary context switches= 1114


# summary of solver processes directly reported to runsolver:
#   pid: 172263
#   total CPU time (s): 1265.1
#   total CPU user time (s): 1264.24
#   total CPU system time (s): 0.867541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.42815 second user time and 5.94206 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-23 02:20:39
IDJOB=4545400
IDBENCH=180853
IDSOLVER=3368
FILE ID=nodeC031/4545400-1753230039
RUNJOBID= nodeC031-1753222578-168829
SLURM_JOB_ID= 9687820
Free space on /tmp= 432900 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-08-2-6-0_c24.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545400-1753230039/watcher-4545400-1753230039 -o /tmp/evaluation-result-4545400-1753230039/solver-4545400-1753230039 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753222578-168829 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4545400-1753230039.opb

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

MD5SUM BENCH= 4a1d9056c3b02bcfb80521d72596a62f
RANDOM SEED=1260272291

nodeC031 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	: 0xb00002a
cpu MHz		: 3599.852
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3599.917
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3600.201
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3600.536
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3599.821
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3599.663
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3601.558
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3571.546
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        119170944 kB
MemAvailable:   124359804 kB
Buffers:            2128 kB
Cached:          5873428 kB
SwapCached:            8 kB
Active:          6432304 kB
Inactive:        4739360 kB
Active(anon):    5311892 kB
Inactive(anon):    10464 kB
Active(file):    1120412 kB
Inactive(file):  4728896 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7132 kB
Writeback:             0 kB
AnonPages:       5290632 kB
Mapped:           135744 kB
Shmem:             26248 kB
KReclaimable:     357584 kB
Slab:             456324 kB
SReclaimable:     357584 kB
SUnreclaim:        98740 kB
KernelStack:        4288 kB
PageTables:        14228 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    9677112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432900 MiB
End job on nodeC031 at 2025-07-23 02:41:47