Trace number 4529818

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.00a2UNSAT 669.106 671.157

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-25.opb
MD5SUM089881a3a57f24d34abbbcf8eb808729
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 benchmark28.9166
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

499.82/501.48	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529818-1752255028.opb
499.82/501.48	c Solving mode: decision
499.82/501.48	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
499.82/501.48	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
499.82/501.48	c original problem has 7351 variables (7351 bin, 0 int, 0 impl, 0 cont) and 155824 constraints
499.82/501.48	c presolving:
499.82/501.48	c (round 1, exhaustive) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 155815 upgd conss, 0 impls, 31648 clqs
499.82/501.48	c (round 2, exhaustive) 1 del vars, 2206 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 3306 chg coeffs, 155815 upgd conss, 0 impls, 31648 clqs
499.82/501.48	c    (8.5s) probing: 673/7350 (9.2%) - 0 fixings, 0 aggregations, 19506 implications, 0 bound changes
499.82/501.48	c    (8.5s) probing aborted: 50/50 successive totally useless probings
499.82/501.48	c    (9.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
499.82/501.48	c    (9.7s) no symmetry present (symcode time: 0.03)
499.82/501.48	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
499.82/501.48	c  1 deleted vars, 2206 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 3347 changed coefficients
499.82/501.48	c  0 implications, 51154 cliques
499.82/501.48	c presolved problem has 7350 variables (7350 bin, 0 int, 0 impl, 0 cont) and 153618 constraints
499.82/501.48	c   15969 constraints of type <knapsack>
499.82/501.48	c   31648 constraints of type <setppc>
499.82/501.48	c       1 constraints of type <linear>
499.82/501.48	c  106000 constraints of type <logicor>
499.82/501.48	c transformed objective value is always integral (scale: 1)
499.82/501.48	c Presolving Time: 9.55
499.82/501.48	c 
499.82/501.48	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
499.82/501.48	c  10.8s|     1 |     0 |   460 |     - |   722M |   0 |7350 | 153k| 153k|   0 |  0 | 158 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c  20.8s|     1 |     0 |  3093 |     - |   742M |   0 |7350 | 153k| 153k|   9 |  1 | 158 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c  33.1s|     1 |     0 |  3324 |     - |   758M |   0 |7350 | 153k| 153k|  15 |  2 | 158 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c  47.4s|     1 |     0 |  3429 |     - |   776M |   0 |7350 | 153k| 153k|  23 |  3 | 161 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c  60.4s|     1 |     0 |  3548 |     - |   794M |   0 |7350 | 153k| 153k|  33 |  4 | 165 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c  63.9s|     1 |     0 |  3937 |     - |   812M |   0 |7350 | 153k| 153k|  40 |  5 | 167 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c  73.7s|     1 |     0 |  4075 |     - |   831M |   0 |7350 | 153k| 153k|  51 |  6 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c  85.4s|     1 |     0 |  4429 |     - |   849M |   0 |7350 | 153k| 153k|  61 |  7 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c  92.6s|     1 |     0 |  5270 |     - |   863M |   0 |7350 | 153k| 153k|  79 |  8 | 177 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c  97.6s|     1 |     0 |  6898 |     - |   880M |   0 |7350 | 153k| 153k|  93 |  9 | 178 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c   104s|     1 |     0 |  8399 |     - |   896M |   0 |7350 | 153k| 153k| 117 | 10 | 180 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c   104s|     1 |     0 |  9228 |     - |   911M |   0 |7350 | 153k| 153k| 146 | 11 | 188 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c   128s|     1 |     2 | 18889 |     - |   912M |   0 |7350 | 153k| 153k| 146 | 11 | 220 |  19 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c   396s|   100 |    99 |240860 |2339.7 |  1097M |  11 |7350 | 154k| 153k|1372 |  1 | 940 |  19 | 0.000000e+00 |      --      |    Inf | unknown
499.82/501.48	c 
499.82/501.48	c SCIP Status        : solving was interrupted [time limit reached]
499.82/501.48	c Solving Time (sec) : 500.34
499.82/501.48	c Solving Nodes      : 139
499.82/501.48	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
499.82/501.48	c Dual Bound         : +0.00000000000000e+00
499.82/501.48	c Gap                : infinite
499.82/501.48	c ----------------------------------------------------------------------
499.82/501.48	c dual bound: 0.0 -> 0
499.82/501.48	c primal bound: 1e+20 -> 100000000000000000000
499.82/501.48	c scip-goal-lb: 0
499.82/501.48	c scip-goal-ub: 100000000000000000000
499.82/501.48	c writing output to: HOME/tmpmedvdel8.opb
499.82/501.48	c appending fixed variable constraints
499.82/501.48	c scip-fixed vars: 0.00% (0/7350)
499.82/501.48	c ----------------------------------------------------------------------
499.82/501.48	c executing external solver: HOME/naps-1.03a6
499.82/501.48	c ----------------------------------------------------------------------
499.82/501.48	c command: HOME/naps-1.03a6 HOME/tmpmedvdel8.opb
499.91/501.51	c NaPS 1.03a6.
499.91/501.51	c Input file name: HOME/tmpmedvdel8.opb
668.12/670.30	c s UNSATISFIABLE
668.12/670.30	c _____________________________________________________________________________
668.12/670.30	c std/band forms        : 16258,0
668.12/670.30	c 2cl/3cl ITE-codings   : 14868,0
668.12/670.30	c BDD/srt/adr Max costs : 5,113,0
668.12/670.30	c BDDraw/bin/mul/srt/adr: 15694,0,0,564,0
668.12/670.30	c BDD nodes             : 92512
668.12/670.30	c Es1/CC detections     : 0,0
668.12/670.30	c CC sort               : 563
668.12/670.30	c SAT/UNSAT calls       : 0,1
668.12/670.30	c regenrated variables  : 0
668.12/670.30	c eliminated fixed lits : 0
668.12/670.30	c goal lit flips        : 0
668.12/670.30	c goal stages           : 0
668.12/670.30	c goal shrink           : 0
668.12/670.30	c goal coeff separations: 0
668.12/670.30	c restarts              : 86235
668.12/670.30	c conflicts             : 3377843        (20078 /sec)
668.12/670.30	c decisions             : 7692264        (45723 /sec)
668.12/670.30	c propagations          : 901422497      (5358058 /sec)
668.12/670.30	c inspects              : 0              (0 /sec)
668.12/670.30	c CPU time (solving tm) : 168.2 s        (166.5 s, SAT 0 s, UNSAT 166.5 s)
668.12/670.30	c Time for Opt-base     : 0.002541 s
668.12/670.30	c Steps for Opt-base    : 0
668.12/670.30	c Time for BDD coding   : 0.1956 s
668.12/670.30	c Time for srt coding   : 0.004415 s
668.12/670.30	c _____________________________________________________________________________
668.22/670.30	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: 63794 MiB (61692 MiB free)
  memory of node 1: 64507 MiB (62527 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529818-1752255028/watcher-4529818-1752255028 -o /tmp/evaluation-result-4529818-1752255028/solver-4529818-1752255028 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752253269-119228 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529818-1752255028.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=120028, runsolver pid=120025

[startup+0.100075 s]*
/proc/loadavg: 4.09 4.09 3.99 5/257 120033
/proc/meminfo: memFree=127193240/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=13620 memory=10880 CPUtime=0.06 cores=1,3
/proc/120033/stat : 120033 (python3) D 120028 120028 119216 0 -1 4194304 1673 0 0 0 5 1 0 0 20 0 1 0 141182484 13946880 2720 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 2 1 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 3405 2720 1280 1 0 1478 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 17812 KiB
Current children cumulated memory: 13952 KiB

[startup+0.214624 s]*
/proc/loadavg: 4.09 4.09 3.99 5/257 120033
/proc/meminfo: memFree=127193240/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=1186548 memory=31252 CPUtime=0.17 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 3589 0 0 0 15 2 0 0 20 0 1 0 141182484 1215025152 7813 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 296637 7813 4869 1 0 268659 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1190740 KiB
Current children cumulated memory: 34324 KiB

[startup+0.314373 s]*
/proc/loadavg: 4.09 4.09 3.99 6/257 120033
/proc/meminfo: memFree=127193240/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=1190528 memory=35860 CPUtime=0.27 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 4529 0 0 0 24 3 0 0 20 0 1 0 141182484 1219100672 8965 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 297632 8965 5093 1 0 269523 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1194720 KiB
Current children cumulated memory: 38932 KiB

[startup+0.700406 s]
/proc/loadavg: 4.09 4.09 3.99 5/257 120033
/proc/meminfo: memFree=127193240/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=1236044 memory=87060 CPUtime=0.64 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 15024 0 0 0 58 6 0 0 20 0 1 0 141182484 1265709056 21765 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 309011 21765 7621 1 0 280369 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1240236 KiB
Current children cumulated memory: 90132 KiB

[startup+1.50043 s]
/proc/loadavg: 4.09 4.09 3.99 5/257 120033
/proc/meminfo: memFree=127193240/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=1425548 memory=274836 CPUtime=1.43 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 61717 0 0 0 126 17 0 0 20 0 1 0 141182484 1459761152 68709 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 356387 68709 7877 1 0 327745 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 1429740 KiB
Current children cumulated memory: 277908 KiB

[startup+3.11426 s]
/proc/loadavg: 4.08 4.09 3.99 5/257 120033
/proc/meminfo: memFree=126935192/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=1519872 memory=367892 CPUtime=3.04 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 84971 0 0 0 282 22 0 0 20 0 1 0 141182484 1556348928 91973 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 379968 91973 7941 1 0 351326 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1524064 KiB
Current children cumulated memory: 370964 KiB

[startup+6.30044 s]
/proc/loadavg: 4.08 4.09 3.99 5/257 120033
/proc/meminfo: memFree=126935444/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=1519872 memory=368148 CPUtime=6.22 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 85037 0 0 0 599 23 0 0 20 0 1 0 141182484 1556348928 92037 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 379968 92037 7941 1 0 351326 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 1524064 KiB
Current children cumulated memory: 371220 KiB

[startup+12.7004 s]
/proc/loadavg: 4.08 4.09 3.99 5/257 120033
/proc/meminfo: memFree=126510196/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=1993532 memory=780176 CPUtime=12.6 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 144082 0 0 0 1223 37 0 0 20 0 1 0 141182484 2041376768 195044 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 498383 195044 8133 1 0 469741 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1997724 KiB
Current children cumulated memory: 783248 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 4.10 4.00 5/257 120033
/proc/meminfo: memFree=126494948/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2039520 memory=807844 CPUtime=25.36 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 149652 0 0 0 2498 38 0 0 20 0 1 0 141182484 2088468480 201961 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 509880 201961 8133 1 0 481238 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 2043712 KiB
Current children cumulated memory: 810916 KiB

[startup+51.1147 s]
/proc/loadavg: 4.08 4.09 4.00 5/257 120034
/proc/meminfo: memFree=126484580/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2076668 memory=818488 CPUtime=50.9 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 152292 0 0 0 5051 39 0 0 20 0 1 0 141182484 2126508032 204622 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 519167 204622 8133 1 0 490525 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 2080860 KiB
Current children cumulated memory: 821560 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.09 4.00 5/257 120037
/proc/meminfo: memFree=125993860/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2182448 memory=842592 CPUtime=101.93 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 156869 0 0 0 10153 40 0 0 20 0 1 0 141182484 2234826752 210648 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 545612 210648 8133 1 0 516970 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 2186640 KiB
Current children cumulated memory: 845664 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.09 4.00 5/257 120039
/proc/meminfo: memFree=125808776/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2322244 memory=956444 CPUtime=161.75 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 215972 0 0 0 16125 50 0 0 20 0 1 0 141182484 2377977856 239111 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 580561 239111 8133 1 0 551919 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 2326436 KiB
Current children cumulated memory: 959516 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.08 4.00 5/257 120040
/proc/meminfo: memFree=125818188/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2322244 memory=956444 CPUtime=221.59 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 216001 0 0 0 22108 51 0 0 20 0 1 0 141182484 2377977856 239111 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 580561 239111 8133 1 0 551919 0
Current children cumulated CPU time: 221.59 s

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

Current children cumulated CPU time: 520.64 s
Current children cumulated vsize: 2566624 KiB
Current children cumulated memory: 1031224 KiB

[startup+582.3 s]
/proc/loadavg: 4.12 4.11 4.03 5/260 120062
/proc/meminfo: memFree=125779988/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2486164 memory=962076 CPUtime=499.91 cores=1,3
/proc/120033/stat : 120033 (python3) S 120028 120028 119216 0 -1 4194304 217684 0 0 0 49937 54 0 0 20 0 1 0 141182484 2545831936 240519 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 621541 240519 8165 1 0 592899 0
[pid=120059] ppid=120033 vsize=76268 memory=66076 CPUtime=80.56 cores=1,3
/proc/120059/stat : 120059 (naps-1.03a6) R 120033 120059 120059 0 -1 4194304 18318 0 0 0 8049 7 0 0 20 0 1 0 141232630 78098432 16519 18446744073709551615 4198400 7047149 140725645395520 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11509760 140725645400463 140725645400561 140725645400561 140725645406153 0
/proc/120059/statm: 19067 16519 544 696 0 18228 0
Current children cumulated CPU time: 580.47 s
Current children cumulated vsize: 2566624 KiB
Current children cumulated memory: 1031224 KiB

[startup+642.3 s]
/proc/loadavg: 4.10 4.10 4.03 5/260 120064
/proc/meminfo: memFree=125785508/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2486164 memory=962076 CPUtime=499.91 cores=1,3
/proc/120033/stat : 120033 (python3) S 120028 120028 119216 0 -1 4194304 217684 0 0 0 49937 54 0 0 20 0 1 0 141182484 2545831936 240519 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 621541 240519 8165 1 0 592899 0
[pid=120059] ppid=120033 vsize=76268 memory=68104 CPUtime=140.4 cores=1,3
/proc/120059/stat : 120059 (naps-1.03a6) R 120033 120059 120059 0 -1 4194304 18328 0 0 0 14032 8 0 0 20 0 1 0 141232630 78098432 17026 18446744073709551615 4198400 7047149 140725645395520 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11509760 140725645400463 140725645400561 140725645400561 140725645406153 0
/proc/120059/statm: 19067 17026 544 696 0 18228 0
Current children cumulated CPU time: 640.31 s
Current children cumulated vsize: 2566624 KiB
Current children cumulated memory: 1033252 KiB

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

# cumulated CPU time of all completed processes:  user=668.266 s, system=0.840264 s

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

[startup+652.8 s]
/proc/loadavg: 4.08 4.10 4.03 5/260 120064
/proc/meminfo: memFree=125785508/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2486164 memory=962076 CPUtime=499.91 cores=1,3
/proc/120033/stat : 120033 (python3) S 120028 120028 119216 0 -1 4194304 217684 0 0 0 49937 54 0 0 20 0 1 0 141182484 2545831936 240519 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 621541 240519 8165 1 0 592899 0
[pid=120059] ppid=120033 vsize=76268 memory=68104 CPUtime=150.87 cores=1,3
/proc/120059/stat : 120059 (naps-1.03a6) R 120033 120059 120059 0 -1 4194304 18328 0 0 0 15079 8 0 0 20 0 1 0 141232630 78098432 17026 18446744073709551615 4198400 7047149 140725645395520 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11509760 140725645400463 140725645400561 140725645400561 140725645406153 0
/proc/120059/statm: 19067 17026 544 696 0 18228 0
Current children cumulated CPU time: 650.78 s
Current children cumulated vsize: 2566624 KiB
Current children cumulated memory: 1033252 KiB

[startup+659.2 s]
/proc/loadavg: 4.15 4.11 4.03 5/260 120065
/proc/meminfo: memFree=125767368/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2486164 memory=962076 CPUtime=499.91 cores=1,3
/proc/120033/stat : 120033 (python3) S 120028 120028 119216 0 -1 4194304 217684 0 0 0 49937 54 0 0 20 0 1 0 141182484 2545831936 240519 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 621541 240519 8165 1 0 592899 0
[pid=120059] ppid=120033 vsize=76268 memory=68104 CPUtime=157.25 cores=1,3
/proc/120059/stat : 120059 (naps-1.03a6) R 120033 120059 120059 0 -1 4194304 18328 0 0 0 15717 8 0 0 20 0 1 0 141232630 78098432 17026 18446744073709551615 4198400 7047149 140725645395520 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11509760 140725645400463 140725645400561 140725645400561 140725645406153 0
/proc/120059/statm: 19067 17026 544 696 0 18228 0
Current children cumulated CPU time: 657.16 s
Current children cumulated vsize: 2566624 KiB
Current children cumulated memory: 1033252 KiB

[startup+665.6 s]
/proc/loadavg: 4.14 4.11 4.03 5/260 120066
/proc/meminfo: memFree=125765376/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2486164 memory=962076 CPUtime=499.91 cores=1,3
/proc/120033/stat : 120033 (python3) S 120028 120028 119216 0 -1 4194304 217684 0 0 0 49937 54 0 0 20 0 1 0 141182484 2545831936 240519 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 621541 240519 8165 1 0 592899 0
[pid=120059] ppid=120033 vsize=76232 memory=68104 CPUtime=163.63 cores=1,3
/proc/120059/stat : 120059 (naps-1.03a6) R 120033 120059 120059 0 -1 4194304 18328 0 0 0 16355 8 0 0 20 0 1 0 141232630 78061568 17026 18446744073709551615 4198400 7047149 140725645395520 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11509760 140725645400463 140725645400561 140725645400561 140725645406153 0
/proc/120059/statm: 19058 17026 544 696 0 18219 0
Current children cumulated CPU time: 663.54 s
Current children cumulated vsize: 2566588 KiB
Current children cumulated memory: 1033252 KiB

[startup+668.8 s]
/proc/loadavg: 4.12 4.11 4.03 5/260 120066
/proc/meminfo: memFree=125761280/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2486164 memory=962076 CPUtime=499.91 cores=1,3
/proc/120033/stat : 120033 (python3) S 120028 120028 119216 0 -1 4194304 217684 0 0 0 49937 54 0 0 20 0 1 0 141182484 2545831936 240519 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 621541 240519 8165 1 0 592899 0
[pid=120059] ppid=120033 vsize=76268 memory=70140 CPUtime=166.82 cores=1,3
/proc/120059/stat : 120059 (naps-1.03a6) R 120033 120059 120059 0 -1 4194304 18329 0 0 0 16674 8 0 0 20 0 1 0 141232630 78098432 17535 18446744073709551615 4198400 7047149 140725645395520 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 11509760 140725645400463 140725645400561 140725645400561 140725645406153 0
/proc/120059/statm: 19067 17535 544 696 0 18228 0
Current children cumulated CPU time: 666.73 s
Current children cumulated vsize: 2566624 KiB
Current children cumulated memory: 1035288 KiB

[startup+670.4 s]
/proc/loadavg: 4.12 4.11 4.03 5/260 120066
/proc/meminfo: memFree=125761280/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2486164 memory=962076 CPUtime=668.32 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 241060 18330 0 0 49944 57 16823 8 20 0 1 0 141182484 2545831936 240519 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 0 0 0 17 3 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 621541 240519 8165 1 0 592899 0
Current children cumulated CPU time: 668.32 s
Current children cumulated vsize: 2490356 KiB
Current children cumulated memory: 965148 KiB

[startup+670.8 s]
/proc/loadavg: 4.12 4.11 4.03 5/260 120066
/proc/meminfo: memFree=125761280/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2486164 memory=962076 CPUtime=668.72 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 273773 18330 0 0 49979 62 16823 8 20 0 1 0 141182484 2545831936 240519 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 0 0 0 17 3 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 621541 240519 8165 1 0 592899 0
Current children cumulated CPU time: 668.72 s
Current children cumulated vsize: 2490356 KiB
Current children cumulated memory: 965148 KiB

[startup+671 s]*
/proc/loadavg: 4.12 4.11 4.03 5/259 120066
/proc/meminfo: memFree=125825920/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
[pid=120033] ppid=120028 vsize=2484896 memory=960880 CPUtime=668.92 cores=1,3
/proc/120033/stat : 120033 (python3) R 120028 120028 119216 0 -1 4194304 301159 18330 0 0 49996 65 16823 8 20 0 1 0 141182484 2544533504 240220 18446744073709551615 94813105799168 94813105799545 140731748979776 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94813105810840 94813105811460 94813123276800 140731748985167 140731748985376 140731748985376 140731748990951 0
/proc/120033/statm: 621224 240220 8165 1 0 592582 0
Current children cumulated CPU time: 668.92 s
Current children cumulated vsize: 2489088 KiB
Current children cumulated memory: 963952 KiB

[startup+671.11 s]
/proc/loadavg: 4.12 4.11 4.03 5/259 120066
/proc/meminfo: memFree=125825920/131382112 swapFree=33010416/33010684
[pid=120028] ppid=120025 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/120028/stat : 120028 (scip-naps-1.00a) S 120025 120028 119216 0 -1 4194304 259 337 0 0 0 0 0 0 20 0 1 0 141182481 4292608 768 18446744073709551615 94297956368384 94297957262917 140728142903584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94297957501968 94297957549712 94297966800896 140728142907803 140728142907902 140728142907902 140728142913506 0
/proc/120028/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 671.157
CPU time (s): 669.106
CPU user time (s): 668.266
CPU system time (s): 0.840264
CPU usage (%): 99.6945
Max. virtual memory (cumulated for all children) (KiB): 2566624
Max. memory (cumulated for all children) (KiB): 1035288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 668.266
system time used= 0.840264
maximum resident set size= 1021920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328659
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356
involuntary context switches= 468


# summary of solver processes directly reported to runsolver:
#   pid: 120028
#   total CPU time (s): 669.106
#   total CPU user time (s): 668.266
#   total CPU system time (s): 0.840264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.99509 second user time and 7.4567 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-11 19:30:28
IDJOB=4529818
IDBENCH=155463
IDSOLVER=3388
FILE ID=nodeC012/4529818-1752255028
RUNJOBID= nodeC012-1752253269-119228
SLURM_JOB_ID= 9682583
Free space on /tmp= 431544 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-25.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529818-1752255028/watcher-4529818-1752255028 -o /tmp/evaluation-result-4529818-1752255028/solver-4529818-1752255028 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752253269-119228 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4529818-1752255028.opb

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

MD5SUM BENCH= 089881a3a57f24d34abbbcf8eb808729
RANDOM SEED=579332622

nodeC012 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		: 3491.625
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.39
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.199
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.39
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.494
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.39
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.151
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.39
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		: 3658.242
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.39
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		: 3491.716
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.39
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.369
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127190476 kB
MemAvailable:   127959628 kB
Buffers:            2136 kB
Cached:          1565824 kB
SwapCached:           16 kB
Active:          2559384 kB
Inactive:         941844 kB
Active(anon):    1946264 kB
Inactive(anon):     4948 kB
Active(file):     613120 kB
Inactive(file):   936896 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12088 kB
Writeback:            36 kB
AnonPages:       1936288 kB
Mapped:           134228 kB
Shmem:             17944 kB
KReclaimable:     117144 kB
Slab:             206632 kB
SReclaimable:     117144 kB
SUnreclaim:        89488 kB
KernelStack:        4128 kB
PageTables:         7496 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5628884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431528 MiB
End job on nodeC012 at 2025-07-11 19:41:39