Trace number 4529905

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.00a2? 1400.68 1404.52

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
MD5SUM59fcb85c6ef97ea95ede85b6c75e382f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3.33101
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables685824
Total number of constraints5870
Number of constraints which are clauses2678
Number of constraints which are cardinality constraints (but not clauses)2678
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2679
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 962884
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2177919
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

504.82/506.27	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529905-1752260283.opb
504.82/506.27	c Solving mode: decision
504.82/506.27	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
504.82/506.27	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
504.82/506.27	c original problem has 685824 variables (685824 bin, 0 int, 0 impl, 0 cont) and 5870 constraints
504.82/506.27	c presolving:
504.82/506.27	c (round 1, fast)       1730 del vars, 2 del conss, 0 add conss, 1474 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 168346 clqs
504.82/506.27	c (round 2, exhaustive) 1730 del vars, 2680 del conss, 0 add conss, 1474 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 168346 clqs
504.82/506.27	c (round 3, exhaustive) 1730 del vars, 2680 del conss, 0 add conss, 1474 chg bounds, 0 chg sides, 0 chg coeffs, 3190 upgd conss, 0 impls, 168346 clqs
504.82/506.27	c    (23.5s) probing: 51/684094 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
504.82/506.27	c    (23.5s) probing aborted: 50/50 successive totally useless probings
504.82/506.27	c    (24.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
504.82/506.27	c symmetry computation terminated early, because number of cells 100015 in Nauty exceeds limit of 100000
504.82/506.27	c for running full symmetry detection, increase value of parameter propagating/symmetry/nautymaxncells
504.82/506.27	c    (25.9s) symmetry computation finished: 18 generators found (max: 93, log10 of symmetry group size: 0.0) (symcode time: 1.18)
504.82/506.27	c dynamic symmetry handling statistics:
504.82/506.27	c    orbitopal reduction:       no components
504.82/506.27	c    orbital reduction:          1 components of sizes 18
504.82/506.27	c    lexicographic reduction:   18 permutations with support sizes 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512
504.82/506.27	c handled 1 out of 1 symmetry components
504.82/506.27	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
504.82/506.27	c  1730 deleted vars, 2680 deleted constraints, 0 added constraints, 1474 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
504.82/506.27	c  0 implications, 168346 cliques
504.82/506.27	c presolved problem has 684094 variables (684094 bin, 0 int, 0 impl, 0 cont) and 3190 constraints
504.82/506.27	c     512 constraints of type <knapsack>
504.82/506.27	c    2678 constraints of type <setppc>
504.82/506.27	c transformed objective value is always integral (scale: 1)
504.82/506.27	c Presolving Time: 25.20
504.82/506.27	c 
504.82/506.27	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
504.82/506.27	c   213s|     1 |     0 | 18768 |     - |  4391M |   0 | 684k|3251 |3190 |   0 |  0 |  82 |   0 | 0.000000e+00 |      --      |    Inf | unknown
504.82/506.27	c   502s|     1 |     0 | 36526 |     - |  4648M |   0 | 684k|3248 |3438 | 248 |  1 |  82 |   0 | 0.000000e+00 |      --      |    Inf | unknown
504.82/506.27	c (node 1) LP solver hit time limit in LP 45 -- using pseudo solution instead
504.82/506.27	c 
504.82/506.27	c SCIP Status        : solving was interrupted [time limit reached]
504.82/506.27	c Solving Time (sec) : 502.30
504.82/506.27	c Solving Nodes      : 1
504.82/506.27	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
504.82/506.27	c Dual Bound         : +0.00000000000000e+00
504.82/506.27	c Gap                : infinite
504.82/506.27	c ----------------------------------------------------------------------
504.82/506.27	c dual bound: 0.0 -> 0
504.82/506.27	c primal bound: 1e+20 -> 100000000000000000000
504.82/506.27	c scip-goal-lb: 0
504.82/506.27	c scip-goal-ub: 100000000000000000000
504.82/506.27	c writing output to: HOME/tmp6ddlkwr_.opb
504.82/506.27	c appending fixed variable constraints
504.82/506.27	c scip-fixed vars: 0.25% (1730/684094)
504.82/506.27	c ----------------------------------------------------------------------
504.82/506.27	c executing external solver: HOME/naps-1.03a6
504.82/506.27	c ----------------------------------------------------------------------
504.82/506.27	c command: HOME/naps-1.03a6 HOME/tmp6ddlkwr_.opb
504.93/506.35	c NaPS 1.03a6.
504.93/506.35	c Input file name: HOME/tmp6ddlkwr_.opb
1395.84/1399.75	c malloc failed in xmalloc
1395.84/1399.75	c
1395.84/1399.75	c *** TERMINATED *** by signal 15
1395.84/1399.75	c s UNKNOWN
1395.84/1399.75	c _____________________________________________________________________________
1395.84/1399.75	c std/band forms        : 329,0
1395.84/1399.75	c 2cl/3cl ITE-codings   : 0,0
1395.84/1399.75	c BDD/srt/adr Max costs : 2429101,1442040,0
1395.84/1399.75	c BDDraw/bin/mul/srt/adr: 21,0,0,308,0
1395.84/1399.75	c BDD nodes             : 45195920
1395.84/1399.75	c Es1/CC detections     : 0,0
1395.84/1399.75	c CC sort               : 0
1395.84/1399.75	c SAT/UNSAT calls       : 0,0
1395.84/1399.75	c regenrated variables  : 0
1395.84/1399.75	c eliminated fixed lits : 6038
1395.84/1399.75	c goal lit flips        : 0
1395.84/1399.75	c goal stages           : 0
1395.84/1399.75	c goal shrink           : 0
1395.84/1399.75	c goal coeff separations: 0
1395.84/1399.75	c restarts              : 0
1395.84/1399.75	c conflicts             : 0              (0 /sec)
1395.84/1399.75	c decisions             : 0              (0 /sec)
1395.84/1399.75	c propagations          : 0              (0 /sec)
1395.84/1399.75	c inspects              : 0              (0 /sec)
1395.84/1399.75	c CPU time (solving tm) : 883.6 s        (0 s, SAT 0 s, UNSAT 0 s)
1395.84/1399.75	c Time for Opt-base     : 109.2 s
1395.84/1399.75	c Steps for Opt-base    : 596436539
1395.84/1399.75	c Time for BDD coding   : 281.5 s
1395.84/1399.75	c Time for srt coding   : 447.6 s
1395.84/1399.75	c _____________________________________________________________________________
504.94/1400.11	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62059 MiB free)
  memory of node 1: 64465 MiB (63040 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529905-1752260283/watcher-4529905-1752260283 -o /tmp/evaluation-result-4529905-1752260283/solver-4529905-1752260283 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752253329-117726 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529905-1752260283.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=119573, runsolver pid=119570

[startup+0.10006 s]*
/proc/loadavg: 4.22 4.12 4.10 5/269 119578
/proc/meminfo: memFree=128103176/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=1186972 memory=32156 CPUtime=0.06 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 3752 0 0 0 6 0 0 0 20 0 1 0 141706198 1215459328 8039 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 296743 8039 4942 1 0 268765 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191164 KiB
Current children cumulated memory: 35228 KiB

[startup+0.205815 s]*
/proc/loadavg: 4.22 4.12 4.10 5/269 119578
/proc/meminfo: memFree=128103176/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=1265504 memory=116380 CPUtime=0.17 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 22319 0 0 0 12 5 0 0 20 0 1 0 141706198 1295876096 29095 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 316376 29095 7630 1 0 287734 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1269696 KiB
Current children cumulated memory: 119452 KiB

[startup+0.305821 s]*
/proc/loadavg: 4.22 4.12 4.10 5/269 119578
/proc/meminfo: memFree=128102420/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=1363860 memory=213788 CPUtime=0.26 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 46689 0 0 0 18 8 0 0 20 0 1 0 141706198 1396592640 53447 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 340965 53447 7630 1 0 312323 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1368052 KiB
Current children cumulated memory: 216860 KiB

[startup+0.700203 s]
/proc/loadavg: 4.22 4.12 4.10 5/269 119578
/proc/meminfo: memFree=128102420/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=1706808 memory=556824 CPUtime=0.65 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 129895 0 0 0 43 22 0 0 20 0 1 0 141706198 1747771392 139206 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 426702 139206 7630 1 0 398060 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1711000 KiB
Current children cumulated memory: 559896 KiB

[startup+1.5002 s]
/proc/loadavg: 4.22 4.12 4.10 5/269 119578
/proc/meminfo: memFree=127852832/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=1908756 memory=755284 CPUtime=1.46 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 181362 0 0 0 116 30 0 0 20 0 1 0 141706198 1954566144 188821 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 477189 188821 7822 1 0 448547 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 1912948 KiB
Current children cumulated memory: 758356 KiB

[startup+3.10581 s]
/proc/loadavg: 4.21 4.12 4.10 5/269 119578
/proc/meminfo: memFree=126873476/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=2853860 memory=1687612 CPUtime=3.05 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 402633 0 0 0 243 62 0 0 20 0 1 0 141706198 2922352640 421903 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 713465 421903 7918 1 0 684823 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 2858052 KiB
Current children cumulated memory: 1690684 KiB

[startup+6.30021 s]
/proc/loadavg: 4.21 4.12 4.10 5/269 119578
/proc/meminfo: memFree=126704128/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=3046204 memory=1836224 CPUtime=6.23 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 435764 0 0 0 555 68 0 0 20 0 1 0 141706198 3119312896 459056 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 761551 459056 7918 1 0 732909 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 3050396 KiB
Current children cumulated memory: 1839296 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.11 4.10 5/269 119579
/proc/meminfo: memFree=126702624/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=3046204 memory=1836224 CPUtime=12.62 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 435767 0 0 0 1192 70 0 0 20 0 1 0 141706198 3119312896 459056 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 761551 459056 7918 1 0 732909 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 3050396 KiB
Current children cumulated memory: 1839296 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.11 4.09 5/269 119579
/proc/meminfo: memFree=125344232/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=4446988 memory=3164260 CPUtime=25.39 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 658183 0 0 0 2428 111 0 0 20 0 1 0 141706198 4553715712 791065 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1111747 791065 7982 1 0 1083105 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 4451180 KiB
Current children cumulated memory: 3167332 KiB

[startup+51.1057 s]
/proc/loadavg: 4.16 4.12 4.09 5/269 119579
/proc/meminfo: memFree=124062988/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=6037392 memory=4395096 CPUtime=50.92 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 868179 0 0 0 4934 158 0 0 20 0 1 0 141706198 6182289408 1098774 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1509348 1098774 8174 1 0 1480706 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 6041584 KiB
Current children cumulated memory: 4398168 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/270 119582
/proc/meminfo: memFree=123944580/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=6051144 memory=4421808 CPUtime=102 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 872448 0 0 0 10039 161 0 0 20 0 1 0 141706198 6196371456 1105452 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1512786 1105452 8174 1 0 1484144 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 6055336 KiB
Current children cumulated memory: 4424880 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/271 119591
/proc/meminfo: memFree=123875300/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=6051144 memory=4421808 CPUtime=161.86 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 872589 0 0 0 16023 163 0 0 20 0 1 0 141706198 6196371456 1105452 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1512786 1105452 8174 1 0 1484144 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 6055336 KiB
Current children cumulated memory: 4424880 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/270 119604
/proc/meminfo: memFree=123795696/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=6051144 memory=4422192 CPUtime=221.7 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 872819 0 0 0 22007 163 0 0 20 0 1 0 141706198 6196371456 1105548 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1512786 1105548 8174 1 0 1484144 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 6055336 KiB

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

[pid=119669] ppid=119578 vsize=19791412 memory=18112120 CPUtime=733.95 cores=1,3
/proc/119669/stat : 119669 (naps-1.03a6) R 119578 119669 119669 0 -1 4194304 2276446 0 0 0 72688 707 0 0 20 0 1 0 141756828 20266405888 4528030 18446744073709551615 4198400 7047149 140733352202512 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 41148416 140733352204687 140733352204785 140733352204785 140733352210377 0
/proc/119669/statm: 4947853 4528030 544 696 0 4947014 0
Current children cumulated CPU time: 1238.89 s
Current children cumulated vsize: 26500708 KiB
Current children cumulated memory: 23164020 KiB

[startup+1302.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/270 119754
/proc/meminfo: memFree=96861940/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=6705104 memory=5048828 CPUtime=504.94 cores=1,3
/proc/119578/stat : 119578 (python3) S 119573 119573 117714 0 -1 4194304 1003844 0 0 0 50292 202 0 0 20 0 1 0 141706198 6866026496 1262207 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1676276 1262207 8206 1 0 1647634 0
[pid=119669] ppid=119578 vsize=19893716 memory=18339492 CPUtime=793.78 cores=1,3
/proc/119669/stat : 119669 (naps-1.03a6) R 119578 119669 119669 0 -1 4194304 2308482 0 0 0 78663 715 0 0 20 0 1 0 141756828 20371165184 4584873 18446744073709551615 4198400 7047149 140733352202512 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 41148416 140733352204687 140733352204785 140733352204785 140733352210377 0
/proc/119669/statm: 4973429 4584873 544 696 0 4972590 0
Current children cumulated CPU time: 1298.72 s
Current children cumulated vsize: 26603012 KiB
Current children cumulated memory: 23391392 KiB

[startup+1362.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/271 119756
/proc/meminfo: memFree=97189492/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=6705104 memory=5048828 CPUtime=504.94 cores=1,3
/proc/119578/stat : 119578 (python3) S 119573 119573 117714 0 -1 4194304 1003844 0 0 0 50292 202 0 0 20 0 1 0 141706198 6866026496 1262207 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1676276 1262207 8206 1 0 1647634 0
[pid=119669] ppid=119578 vsize=20269784 memory=18826192 CPUtime=853.61 cores=1,3
/proc/119669/stat : 119669 (naps-1.03a6) R 119578 119669 119669 0 -1 4194304 2408483 0 0 0 84627 734 0 0 20 0 1 0 141756828 20756258816 4706548 18446744073709551615 4198400 7047149 140733352202512 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 41148416 140733352204687 140733352204785 140733352204785 140733352210377 0
/proc/119669/statm: 5067446 4706548 544 696 0 5066607 0
Current children cumulated CPU time: 1358.55 s
Current children cumulated vsize: 26979080 KiB
Current children cumulated memory: 23878092 KiB

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

# cumulated CPU time of all completed processes:  user=1390.29 s, system=10.3911 s

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

[startup+1382.4 s]
/proc/loadavg: 4.11 4.10 4.09 5/273 119815
/proc/meminfo: memFree=97301056/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=6705104 memory=5048828 CPUtime=504.94 cores=1,3
/proc/119578/stat : 119578 (python3) S 119573 119573 117714 0 -1 4194304 1003844 0 0 0 50292 202 0 0 20 0 1 0 141706198 6866026496 1262207 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1676276 1262207 8206 1 0 1647634 0
[pid=119669] ppid=119578 vsize=20269784 memory=18842580 CPUtime=873.65 cores=1,3
/proc/119669/stat : 119669 (naps-1.03a6) R 119578 119669 119669 0 -1 4194304 2410747 0 0 0 86630 735 0 0 20 0 1 0 141756828 20756258816 4710645 18446744073709551615 4198400 7047149 140733352202512 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 41148416 140733352204687 140733352204785 140733352204785 140733352210377 0
/proc/119669/statm: 5067446 4710645 544 696 0 5066607 0
Current children cumulated CPU time: 1378.59 s
Current children cumulated vsize: 26979080 KiB
Current children cumulated memory: 23894480 KiB

[startup+1395.2 s]
/proc/loadavg: 4.09 4.10 4.09 5/273 119815
/proc/meminfo: memFree=97218124/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=6705104 memory=5048828 CPUtime=504.94 cores=1,3
/proc/119578/stat : 119578 (python3) S 119573 119573 117714 0 -1 4194304 1003844 0 0 0 50292 202 0 0 20 0 1 0 141706198 6866026496 1262207 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1676276 1262207 8206 1 0 1647634 0
[pid=119669] ppid=119578 vsize=20338160 memory=18927316 CPUtime=886.42 cores=1,3
/proc/119669/stat : 119669 (naps-1.03a6) R 119578 119669 119669 0 -1 4194304 2429768 0 0 0 87903 739 0 0 20 0 1 0 141756828 20826275840 4731829 18446744073709551615 4198400 7047149 140733352202512 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 41148416 140733352204687 140733352204785 140733352204785 140733352210377 0
/proc/119669/statm: 5084540 4731829 544 696 0 5083701 0
Current children cumulated CPU time: 1391.36 s
Current children cumulated vsize: 27047456 KiB
Current children cumulated memory: 23979216 KiB

[startup+1398.4 s]
/proc/loadavg: 4.09 4.10 4.09 5/273 119815
/proc/meminfo: memFree=97218124/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=6705104 memory=5048828 CPUtime=504.94 cores=1,3
/proc/119578/stat : 119578 (python3) S 119573 119573 117714 0 -1 4194304 1003844 0 0 0 50292 202 0 0 20 0 1 0 141706198 6866026496 1262207 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1676276 1262207 8206 1 0 1647634 0
[pid=119669] ppid=119578 vsize=20338160 memory=18927316 CPUtime=889.61 cores=1,3
/proc/119669/stat : 119669 (naps-1.03a6) R 119578 119669 119669 0 -1 4194304 2430227 0 0 0 88222 739 0 0 20 0 1 0 141756828 20826275840 4731829 18446744073709551615 4198400 7047149 140733352202512 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 41148416 140733352204687 140733352204785 140733352204785 140733352210377 0
/proc/119669/statm: 5084540 4731829 544 696 0 5083701 0
Current children cumulated CPU time: 1394.55 s
Current children cumulated vsize: 27047456 KiB
Current children cumulated memory: 23979216 KiB

[startup+1401.6 s]
/proc/loadavg: 4.09 4.10 4.09 5/272 119815
/proc/meminfo: memFree=116169696/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=6705104 memory=5048828 CPUtime=1397.75 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 1219180 2430232 0 0 50428 214 88357 776 20 0 1 0 141706198 6866026496 1262207 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1676276 1262207 8206 1 0 1647634 0
Current children cumulated CPU time: 1397.75 s
Current children cumulated vsize: 6709296 KiB
Current children cumulated memory: 5051900 KiB

[startup+1403.2 s]
/proc/loadavg: 4.08 4.09 4.09 5/272 119815
/proc/meminfo: memFree=116169696/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=6705104 memory=5048828 CPUtime=1399.34 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 1542032 2430232 0 0 50568 233 88357 776 20 0 1 0 141706198 6866026496 1262207 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1676276 1262207 8206 1 0 1647634 0
Current children cumulated CPU time: 1399.34 s
Current children cumulated vsize: 6709296 KiB
Current children cumulated memory: 5051900 KiB

[startup+1404 s]*
/proc/loadavg: 4.08 4.09 4.09 5/272 119815
/proc/meminfo: memFree=117315264/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=5097124 memory=3911968 CPUtime=1400.15 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 1758703 2430232 0 0 50636 246 88357 776 20 0 1 0 141706198 5219454976 977992 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 0 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1274281 977992 8206 1 0 1245639 0
Current children cumulated CPU time: 1400.15 s
Current children cumulated vsize: 5101316 KiB
Current children cumulated memory: 3915040 KiB

[startup+1404.4 s]
/proc/loadavg: 4.08 4.09 4.09 5/272 119815
/proc/meminfo: memFree=117315264/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/statm: 1048 768 704 219 0 110 0
[pid=119578] ppid=119573 vsize=4717220 memory=3532064 CPUtime=1400.53 cores=1,3
/proc/119578/stat : 119578 (python3) R 119573 119573 117714 0 -1 4194304 1790013 2430232 0 0 50670 250 88357 776 20 0 1 0 141706198 4830433280 883016 18446744073709551615 93979503898624 93979503899001 140733446452768 0 0 0 0 16781312 0 0 0 0 17 1 0 0 0 0 0 93979503910296 93979503910916 93979504926720 140733446457679 140733446457888 140733446457888 140733446463463 0
/proc/119578/statm: 1179305 883016 8206 1 0 1150663 0
Current children cumulated CPU time: 1400.53 s
Current children cumulated vsize: 4721412 KiB
Current children cumulated memory: 3535136 KiB

[startup+1404.5 s]
/proc/loadavg: 4.08 4.09 4.09 5/272 119815
/proc/meminfo: memFree=117315264/131249996 swapFree=33000896/33010684
[pid=119573] ppid=119570 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119573/stat : 119573 (scip-naps-1.00a) S 119570 119573 117714 0 -1 4194304 259 342 0 0 0 0 0 0 20 0 1 0 141706196 4292608 768 18446744073709551615 93877097041920 93877097936453 140723346913072 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 93877098175504 93877098223248 93877123846144 140723346917787 140723346917886 140723346917886 140723346923490 0
/proc/119573/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): 1404.52
CPU time (s): 1400.68
CPU user time (s): 1390.29
CPU system time (s): 10.3911
CPU usage (%): 99.7264
Max. virtual memory (cumulated for all children) (KiB): 27047456
Max. memory (cumulated for all children) (KiB): 23981276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1390.29
system time used= 10.3911
maximum resident set size= 18931424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4221143
page faults= 0
swaps= 0
block input operations= 0
block output operations= 63080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 349
involuntary context switches= 2208


# summary of solver processes directly reported to runsolver:
#   pid: 119573
#   total CPU time (s): 1400.68
#   total CPU user time (s): 1390.29
#   total CPU system time (s): 10.3911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.12024 second user time and 6.7842 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-11 20:58:03
IDJOB=4529905
IDBENCH=160485
IDSOLVER=3388
FILE ID=nodeC023/4529905-1752260283
RUNJOBID= nodeC023-1752253329-117726
SLURM_JOB_ID= 9682585
Free space on /tmp= 431820 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529905-1752260283/watcher-4529905-1752260283 -o /tmp/evaluation-result-4529905-1752260283/solver-4529905-1752260283 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752253329-117726 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4529905-1752260283.opb

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

MD5SUM BENCH= 59fcb85c6ef97ea95ede85b6c75e382f
RANDOM SEED=502058854

nodeC023 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.888
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.783
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		: 3450.991
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		: 3599.876
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.883
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.891
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		: 3666.443
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		: 3321.664
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:       131249996 kB
MemFree:        128102936 kB
MemAvailable:   128150852 kB
Buffers:              16 kB
Cached:           788436 kB
SwapCached:         2860 kB
Active:          1377316 kB
Inactive:         619824 kB
Active(anon):    1168588 kB
Inactive(anon):    52736 kB
Active(file):     208728 kB
Inactive(file):   567088 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             37036 kB
Writeback:             0 kB
AnonPages:       1208372 kB
Mapped:           124748 kB
Shmem:             12612 kB
KReclaimable:     222676 kB
Slab:             315820 kB
SReclaimable:     222676 kB
SUnreclaim:        93144 kB
KernelStack:        4336 kB
PageTables:         6100 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4837760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431784 MiB
End job on nodeC023 at 2025-07-11 21:21:28