Trace number 4485333

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP-NaPS 1.00a1? (MO) 2848.54 2855.82

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
MD5SUM46c70d7f28752ee0ae29660ce5b35655
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7149108224
Best CPU time to get the best result obtained on this benchmark72002.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

997.61/1000.78	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4485333-1751285518.opb
997.61/1000.78	c Solving mode: optimization
997.61/1000.78	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
997.61/1000.78	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
997.61/1000.78	c original problem has 107808 variables (107808 bin, 0 int, 0 impl, 0 cont) and 3904 constraints
997.61/1000.78	c presolving:
997.61/1000.78	c (round 1, fast)       38150 del vars, 16 del conss, 304 add conss, 37878 chg bounds, 0 chg sides, 2816 chg coeffs, 0 upgd conss, 0 impls, 15394 clqs
997.61/1000.78	c (round 2, fast)       39004 del vars, 16 del conss, 336 add conss, 38732 chg bounds, 0 chg sides, 2816 chg coeffs, 0 upgd conss, 0 impls, 16264 clqs
997.61/1000.78	c (round 3, exhaustive) 39004 del vars, 48 del conss, 336 add conss, 38732 chg bounds, 0 chg sides, 2816 chg coeffs, 0 upgd conss, 0 impls, 16264 clqs
997.61/1000.78	c (round 4, exhaustive) 39004 del vars, 48 del conss, 336 add conss, 38732 chg bounds, 0 chg sides, 2816 chg coeffs, 2160 upgd conss, 0 impls, 16264 clqs
997.61/1000.78	c (round 5, fast)       39004 del vars, 48 del conss, 336 add conss, 38732 chg bounds, 0 chg sides, 18176 chg coeffs, 2160 upgd conss, 0 impls, 16264 clqs
997.61/1000.78	c (round 6, medium)     39004 del vars, 1584 del conss, 15696 add conss, 38732 chg bounds, 0 chg sides, 18176 chg coeffs, 2160 upgd conss, 0 impls, 31623 clqs
997.61/1000.78	c (round 7, exhaustive) 39004 del vars, 1584 del conss, 15696 add conss, 38732 chg bounds, 0 chg sides, 18176 chg coeffs, 2928 upgd conss, 0 impls, 31623 clqs
997.61/1000.78	c    (2.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
997.61/1000.78	c    (2.8s) no symmetry present (symcode time: 0.03)
997.61/1000.78	c presolving (8 rounds: 8 fast, 5 medium, 4 exhaustive):
997.61/1000.78	c  39040 deleted vars, 1584 deleted constraints, 15696 added constraints, 38732 tightened bounds, 0 added holes, 0 changed sides, 18176 changed coefficients
997.61/1000.78	c  0 implications, 32514 cliques
997.61/1000.78	c presolved problem has 68768 variables (68768 bin, 0 int, 0 impl, 0 cont) and 18016 constraints
997.61/1000.78	c    1088 constraints of type <knapsack>
997.61/1000.78	c   15360 constraints of type <setppc>
997.61/1000.78	c    1264 constraints of type <linear>
997.61/1000.78	c     304 constraints of type <logicor>
997.61/1000.78	c transformed objective value is always integral (scale: 1)
997.61/1000.78	c Presolving Time: 2.47
997.61/1000.78	c 
997.61/1000.78	c (node 1) numerical troubles in LP 8 -- unresolved
997.61/1000.78	c (node 1) unresolved numerical troubles in LP 8 -- using pseudo solution instead (loop 1)
997.61/1000.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.61/1000.78	c   314s|     1 |     2 |439244 |     - |   767M |   0 |  68k|  18k|  18k|   0 |  0 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
997.61/1000.78	c 
997.61/1000.78	c SCIP Status        : solving was interrupted [time limit reached]
997.61/1000.78	c Solving Time (sec) : 1000.00
997.61/1000.78	c Solving Nodes      : 4
997.61/1000.78	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
997.61/1000.78	c Dual Bound         : +0.00000000000000e+00
997.61/1000.78	c Gap                : infinite
997.61/1000.78	c WARNING: SCIP encountered numerical troubles during optimization.
997.61/1000.78	c ----------------------------------------------------------------------
997.61/1000.78	c executing external solver (fallback): HOME/naps-1.03a6
997.61/1000.78	c ----------------------------------------------------------------------
997.61/1000.78	c command: HOME/naps-1.03a6 HOME/instance-4485333-1751285518.opb
997.61/1000.78	c NaPS 1.03a6.
997.61/1000.78	c Input file name: HOME/instance-4485333-1751285518.opb
2847.59/2854.90	c
2847.59/2854.90	c *** TERMINATED *** by signal 15
2847.59/2854.90	c _____________________________________________________________________________
2847.59/2854.90	c std/band forms        : 4165,510
2847.59/2854.90	c 2cl/3cl ITE-codings   : 33823002,17466267
2847.59/2854.90	c BDD/srt/adr Max costs : 612004,193160,0
2847.59/2854.90	c BDDraw/bin/mul/srt/adr: 49,0,4610,16,0
2847.59/2854.90	c BDD nodes             : 54975959
2847.59/2854.90	c Es1/CC detections     : 0,0
2847.59/2854.90	c CC sort               : 0
2847.59/2854.90	c SAT/UNSAT calls       : 0,0
2847.59/2854.90	c regenrated variables  : 0
2847.59/2854.90	c eliminated fixed lits : 96788
2847.59/2854.90	c goal lit flips        : 0
2847.59/2854.90	c goal stages           : 0
2847.59/2854.90	c goal shrink           : 0
2847.59/2854.90	c goal coeff separations: 0
2847.59/2854.90	c restarts              : 0
2847.59/2854.90	c conflicts             : 0              (0 /sec)
2847.59/2854.90	c decisions             : 0              (0 /sec)
2847.59/2854.90	c propagations          : 0              (0 /sec)
2847.59/2854.90	c inspects              : 0              (0 /sec)
2847.59/2854.90	c CPU time (solving tm) : 1839 s        (0 s, SAT 0 s, UNSAT 0 s)
2847.59/2854.90	c Time for Opt-base     : 1503 s
2847.59/2854.90	c Steps for Opt-base    : 9500305709
2847.59/2854.90	c Time for BDD coding   : 1781 s
2847.59/2854.90	c Time for srt coding   : 1.232 s
2847.59/2854.90	c _____________________________________________________________________________
997.71/2855.38	c received SIGTERM, forwarding to pbsolver...
997.71/2855.38	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62338 MiB free)
  memory of node 1: 64507 MiB (62730 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485333-1751285518/watcher-4485333-1751285518 -o /tmp/evaluation-result-4485333-1751285518/solver-4485333-1751285518 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751280833-37159 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4485333-1751285518.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=38163, runsolver pid=38160

[startup+0.100047 s]*
/proc/loadavg: 4.08 4.08 4.09 5/258 38168
/proc/meminfo: memFree=128066004/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=19024 memory=14208 CPUtime=0.06 cores=1,3
/proc/38168/stat : 38168 (python3) R 38163 38163 37147 0 -1 4194304 1855 0 0 0 6 0 0 0 20 0 1 0 44231507 19480576 3552 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 4756 3552 2016 1 0 1510 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 23216 KiB
Current children cumulated memory: 17152 KiB

[startup+0.213876 s]*
/proc/loadavg: 4.08 4.08 4.09 5/258 38168
/proc/meminfo: memFree=128059956/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=1186496 memory=31252 CPUtime=0.17 cores=1,3
/proc/38168/stat : 38168 (python3) R 38163 38163 37147 0 -1 4194304 3574 0 0 0 15 2 0 0 20 0 1 0 44231507 1214971904 7813 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 296624 7813 4874 1 0 268646 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1190688 KiB
Current children cumulated memory: 34196 KiB

[startup+0.315904 s]*
/proc/loadavg: 4.08 4.08 4.09 5/258 38168
/proc/meminfo: memFree=128054916/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=1190396 memory=35476 CPUtime=0.26 cores=1,3
/proc/38168/stat : 38168 (python3) R 38163 38163 37147 0 -1 4194304 4475 0 0 0 23 3 0 0 20 0 1 0 44231507 1218965504 8869 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 297599 8869 5066 1 0 269508 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1194588 KiB
Current children cumulated memory: 38420 KiB

[startup+0.700326 s]
/proc/loadavg: 4.08 4.08 4.09 5/258 38168
/proc/meminfo: memFree=127996452/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=1295976 memory=145172 CPUtime=0.59 cores=1,3
/proc/38168/stat : 38168 (python3) R 38163 38163 37147 0 -1 4194304 29549 0 0 0 49 10 0 0 20 0 1 0 44231507 1327079424 36293 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 323994 36293 7594 1 0 295352 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 1300168 KiB
Current children cumulated memory: 148116 KiB

[startup+1.50027 s]
/proc/loadavg: 4.08 4.08 4.09 5/258 38168
/proc/meminfo: memFree=127819048/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=1473040 memory=317716 CPUtime=1.38 cores=1,3
/proc/38168/stat : 38168 (python3) R 38163 38163 37147 0 -1 4194304 72456 0 0 0 117 21 0 0 20 0 1 0 44231507 1508392960 79429 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 368260 79429 7882 1 0 339618 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 1477232 KiB
Current children cumulated memory: 320660 KiB

[startup+3.11335 s]
/proc/loadavg: 4.08 4.08 4.09 5/258 38168
/proc/meminfo: memFree=127514236/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=1758388 memory=576112 CPUtime=2.99 cores=1,3
/proc/38168/stat : 38168 (python3) R 38163 38163 37147 0 -1 4194304 100035 0 0 0 269 30 0 0 20 0 1 0 44231507 1800589312 144028 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 439597 144028 7914 1 0 410955 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 1762580 KiB
Current children cumulated memory: 579056 KiB

[startup+6.30036 s]
/proc/loadavg: 4.08 4.08 4.09 5/258 38168
/proc/meminfo: memFree=127365616/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=2008560 memory=720136 CPUtime=6.16 cores=1,3
/proc/38168/stat : 38168 (python3) R 38163 38163 37147 0 -1 4194304 138956 0 0 0 581 35 0 0 20 0 1 0 44231507 2056765440 180034 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 502140 180034 8074 1 0 473498 0
Current children cumulated CPU time: 6.16 s
Current children cumulated vsize: 2012752 KiB
Current children cumulated memory: 723080 KiB

[startup+12.7004 s]
/proc/loadavg: 4.07 4.08 4.09 5/258 38168
/proc/meminfo: memFree=127365868/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=2013200 memory=724088 CPUtime=12.55 cores=1,3
/proc/38168/stat : 38168 (python3) R 38163 38163 37147 0 -1 4194304 139446 0 0 0 1219 36 0 0 20 0 1 0 44231507 2061516800 181022 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 503300 181022 8074 1 0 474658 0
Current children cumulated CPU time: 12.55 s
Current children cumulated vsize: 2017392 KiB
Current children cumulated memory: 727032 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 4.09 4.09 5/258 38168
/proc/meminfo: memFree=127366624/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=2013200 memory=724088 CPUtime=25.31 cores=1,3
/proc/38168/stat : 38168 (python3) R 38163 38163 37147 0 -1 4194304 139451 0 0 0 2495 36 0 0 20 0 1 0 44231507 2061516800 181022 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 503300 181022 8074 1 0 474658 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 2017392 KiB
Current children cumulated memory: 727032 KiB

[startup+51.1136 s]
/proc/loadavg: 4.15 4.10 4.09 5/258 38169
/proc/meminfo: memFree=127327832/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=2016000 memory=727160 CPUtime=50.87 cores=1,3
/proc/38168/stat : 38168 (python3) R 38163 38163 37147 0 -1 4194304 140132 0 0 0 5050 37 0 0 20 0 1 0 44231507 2064384000 181790 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 504000 181790 8170 1 0 475358 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 2020192 KiB
Current children cumulated memory: 730104 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.12 4.10 5/258 38171
/proc/meminfo: memFree=127252884/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=2016000 memory=727160 CPUtime=101.92 cores=1,3
/proc/38168/stat : 38168 (python3) R 38163 38163 37147 0 -1 4194304 140143 0 0 0 10155 37 0 0 20 0 1 0 44231507 2064384000 181790 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 504000 181790 8170 1 0 475358 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 2020192 KiB
Current children cumulated memory: 730104 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/257 38173
/proc/meminfo: memFree=127255196/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=2016000 memory=727160 CPUtime=161.76 cores=1,3
/proc/38168/stat : 38168 (python3) R 38163 38163 37147 0 -1 4194304 140144 0 0 0 16139 37 0 0 20 0 1 0 44231507 2064384000 181790 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 504000 181790 8170 1 0 475358 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 2020192 KiB
Current children cumulated memory: 730104 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.09 4/254 38184
/proc/meminfo: memFree=127995240/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=2016000 memory=727160 CPUtime=221.59 cores=1,3
/proc/38168/stat : 38168 (python3) R 38163 38163 37147 0 -1 4194304 140150 0 0 0 22122 37 0 0 20 0 1 0 44231507 2064384000 181790 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 504000 181790 8170 1 0 475358 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 2020192 KiB

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

/proc/38260/stat : 38260 (naps-1.03a6) R 38168 38260 38260 0 -1 4194304 304299 0 0 0 149664 148 0 0 20 0 1 0 44331582 3307020288 758377 18446744073709551615 4198400 7047149 140724630104192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 33734656 140724630112641 140724630112755 140724630112755 140724630118345 0
/proc/38260/statm: 807378 758377 576 696 0 806539 0
Current children cumulated CPU time: 2495.81 s
Current children cumulated vsize: 5249704 KiB
Current children cumulated memory: 3786268 KiB

[startup+2562.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/257 38583
/proc/meminfo: memFree=123477908/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=2016000 memory=749816 CPUtime=997.69 cores=1,3
/proc/38168/stat : 38168 (python3) S 38163 38163 37147 0 -1 4194304 140607 0 0 0 99730 39 0 0 20 0 1 0 44231507 2064384000 187454 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 504000 187454 8234 1 0 475358 0
[pid=38260] ppid=38168 vsize=3269172 memory=3091600 CPUtime=1558 cores=1,3
/proc/38260/stat : 38260 (naps-1.03a6) R 38168 38260 38260 0 -1 4194304 314753 0 0 0 155648 152 0 0 20 0 1 0 44331582 3347632128 772900 18446744073709551615 4198400 7047149 140724630104192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 33734656 140724630112641 140724630112755 140724630112755 140724630118345 0
/proc/38260/statm: 817293 772900 576 696 0 816454 0
Current children cumulated CPU time: 2555.69 s
Current children cumulated vsize: 5289364 KiB
Current children cumulated memory: 3844360 KiB

[startup+2622.3 s]
/proc/loadavg: 4.17 4.12 4.10 5/257 38585
/proc/meminfo: memFree=123388852/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=2016000 memory=749816 CPUtime=997.69 cores=1,3
/proc/38168/stat : 38168 (python3) S 38163 38163 37147 0 -1 4194304 140607 0 0 0 99730 39 0 0 20 0 1 0 44231507 2064384000 187454 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 504000 187454 8234 1 0 475358 0
[pid=38260] ppid=38168 vsize=3316076 memory=3162976 CPUtime=1617.86 cores=1,3
/proc/38260/stat : 38260 (naps-1.03a6) R 38168 38260 38260 0 -1 4194304 326994 0 0 0 161630 156 0 0 20 0 1 0 44331582 3395661824 790744 18446744073709551615 4198400 7047149 140724630104192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 33734656 140724630112641 140724630112755 140724630112755 140724630118345 0
/proc/38260/statm: 829019 790744 576 696 0 828180 0
Current children cumulated CPU time: 2615.55 s
Current children cumulated vsize: 5336268 KiB
Current children cumulated memory: 3915736 KiB

[startup+2682.3 s]
/proc/loadavg: 4.74 4.29 4.16 5/257 38587
/proc/meminfo: memFree=123323508/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=2016000 memory=749816 CPUtime=997.69 cores=1,3
/proc/38168/stat : 38168 (python3) S 38163 38163 37147 0 -1 4194304 140607 0 0 0 99730 39 0 0 20 0 1 0 44231507 2064384000 187454 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 504000 187454 8234 1 0 475358 0
[pid=38260] ppid=38168 vsize=3368224 memory=3239796 CPUtime=1677.72 cores=1,3
/proc/38260/stat : 38260 (naps-1.03a6) R 38168 38260 38260 0 -1 4194304 340716 0 0 0 167613 159 0 0 20 0 1 0 44331582 3449061376 809949 18446744073709551615 4198400 7047149 140724630104192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 33734656 140724630112641 140724630112755 140724630112755 140724630118345 0
/proc/38260/statm: 842056 809949 576 696 0 841217 0
Current children cumulated CPU time: 2675.41 s
Current children cumulated vsize: 5388416 KiB
Current children cumulated memory: 3992556 KiB

[startup+2742.3 s]
/proc/loadavg: 4.33 4.25 4.15 5/257 38589
/proc/meminfo: memFree=123151036/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=2016000 memory=749816 CPUtime=997.69 cores=1,3
/proc/38168/stat : 38168 (python3) S 38163 38163 37147 0 -1 4194304 140607 0 0 0 99730 39 0 0 20 0 1 0 44231507 2064384000 187454 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 504000 187454 8234 1 0 475358 0
[pid=38260] ppid=38168 vsize=3418540 memory=3314544 CPUtime=1737.58 cores=1,3
/proc/38260/stat : 38260 (naps-1.03a6) R 38168 38260 38260 0 -1 4194304 353950 0 0 0 173595 163 0 0 20 0 1 0 44331582 3500584960 828636 18446744073709551615 4198400 7047149 140724630104192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 33734656 140724630112641 140724630112755 140724630112755 140724630118345 0
/proc/38260/statm: 854635 828636 576 696 0 853796 0
Current children cumulated CPU time: 2735.27 s
Current children cumulated vsize: 5438732 KiB
Current children cumulated memory: 4067304 KiB

[startup+2802.3 s]
/proc/loadavg: 4.16 4.22 4.15 5/257 38591
/proc/meminfo: memFree=122972540/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=2016000 memory=749816 CPUtime=997.69 cores=1,3
/proc/38168/stat : 38168 (python3) S 38163 38163 37147 0 -1 4194304 140607 0 0 0 99730 39 0 0 20 0 1 0 44231507 2064384000 187454 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 504000 187454 8234 1 0 475358 0
[pid=38260] ppid=38168 vsize=3512340 memory=3455568 CPUtime=1797.43 cores=1,3
/proc/38260/stat : 38260 (naps-1.03a6) R 38168 38260 38260 0 -1 4194304 378097 0 0 0 179574 169 0 0 20 0 1 0 44331582 3596636160 863892 18446744073709551615 4198400 7047149 140724630104192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 33734656 140724630112641 140724630112755 140724630112755 140724630118345 0
/proc/38260/statm: 878085 863892 576 696 0 877246 0
Current children cumulated CPU time: 2795.12 s
Current children cumulated vsize: 5532532 KiB
Current children cumulated memory: 4208328 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2854.9 s]
/proc/loadavg: 4.11 4.20 4.14 5/257 38592
/proc/meminfo: memFree=98283164/131382112 swapFree=33010684/33010684
[pid=38163] ppid=38160 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/38163/stat : 38163 (scip-naps-1.00.) S 38160 38163 37147 0 -1 4194304 258 684 0 0 0 0 0 0 20 0 1 0 44231504 4292608 736 18446744073709551615 94536380882944 94536381777477 140736369620592 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94536382016528 94536382064272 94536406470656 140736369625505 140736369625602 140736369625602 140736369631204 0
/proc/38163/statm: 1048 736 672 219 0 110 0
[pid=38168] ppid=38163 vsize=2016000 memory=749816 CPUtime=997.69 cores=1,3
/proc/38168/stat : 38168 (python3) S 38163 38163 37147 0 -1 4194304 140607 0 0 0 99730 39 0 0 20 0 1 0 44231507 2064384000 187454 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 504000 187454 8234 1 0 475358 0
[pid=38260] ppid=38168 vsize=29732548 memory=28542944 CPUtime=1849.9 cores=1,3
/proc/38260/stat : 38260 (naps-1.03a6) R 38168 38260 38260 0 -1 4194304 3278157 0 0 0 183907 1083 0 0 20 0 1 0 44331582 30446129152 7135736 18446744073709551615 4198400 7047149 140724630104192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 33734656 140724630112641 140724630112755 140724630112755 140724630118345 0
/proc/38260/statm: 7433137 7135736 576 696 0 7432298 0
Current children cumulated CPU time: 2847.59 s
Current children cumulated vsize: 31752740 KiB
Current children cumulated memory: 29295704 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2854.91 s]
# the end of solver process 38163 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.004852 s, system=0.01077 s

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

# cumulated CPU time of all completed processes:  user=2836.79 s, system=11.7505 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2855.2 s]
/proc/loadavg: 4.18 4.21 4.15 5/256 38592
/proc/meminfo: memFree=100245680/131382112 swapFree=33010684/33010684
[pid=38168] ppid=38160 vsize=2016000 memory=749816 CPUtime=997.69 cores=1,3
/proc/38168/stat : 38168 (python3) S 38160 38163 37147 0 -1 4194304 140622 0 0 0 99730 39 0 0 20 0 1 0 44231507 2064384000 187454 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 504000 187454 8234 1 0 475358 0
Current cumulated CPU time of completed processes: 0.015622 s
Current children cumulated CPU time: 997.69 s
Current children cumulated vsize: 2016000 KiB
Current children cumulated memory: 749816 KiB

[startup+2855.6 s]
/proc/loadavg: 4.18 4.21 4.15 5/256 38592
/proc/meminfo: memFree=100245680/131382112 swapFree=33010684/33010684
[pid=38168] ppid=38160 vsize=2016000 memory=749816 CPUtime=2848.3 cores=1,3
/proc/38168/stat : 38168 (python3) R 38160 38163 37147 0 -1 4194304 143600 3278160 0 0 99751 41 183907 1131 20 0 1 0 44231507 2064384000 187454 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 16386 0 0 0 17 3 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 504000 187454 8234 1 0 475358 0
Current cumulated CPU time of completed processes: 0.015622 s
Current children cumulated CPU time: 2848.3 s
Current children cumulated vsize: 2016000 KiB
Current children cumulated memory: 749816 KiB

[startup+2855.8 s]
/proc/loadavg: 4.18 4.21 4.15 5/256 38592
/proc/meminfo: memFree=100245680/131382112 swapFree=33010684/33010684
[pid=38168] ppid=38160 vsize=1681716 memory=537016 CPUtime=2848.5 cores=1,3
/proc/38168/stat : 38168 (python3) R 38160 38163 37147 0 -1 4194304 146395 3278160 0 0 99770 42 183907 1131 20 0 1 0 44231507 1722077184 134254 18446744073709551615 93879021367296 93879021367673 140733272755552 0 0 0 0 16781312 0 0 0 0 17 3 0 0 0 0 0 93879021378968 93879021379588 93879042502656 140733272762727 140733272762914 140733272762914 140733272768487 0
/proc/38168/statm: 420429 134254 8234 1 0 391787 0
Current cumulated CPU time of completed processes: 0.015622 s
Current children cumulated CPU time: 2848.5 s
Current children cumulated vsize: 1681716 KiB
Current children cumulated memory: 537016 KiB

Child status: 0

Real time (s): 2855.82
CPU time (s): 2848.54
CPU user time (s): 2836.79
CPU system time (s): 11.7505
CPU usage (%): 99.7452
Max. virtual memory (cumulated for all children) (KiB): 31752740
Max. memory (cumulated for all children) (KiB): 29295704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2836.79
system time used= 11.7505
maximum resident set size= 28547040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3425879
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 596
involuntary context switches= 2826


# summary of solver processes directly reported to runsolver:
#   pid: 38163,38168
#   total CPU time (s): 2848.54
#   total CPU user time (s): 2836.79
#   total CPU system time (s): 11.7505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2128 second user time and 30.1467 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-30 14:11:58
IDJOB=4485333
IDBENCH=146784
IDSOLVER=3368
FILE ID=nodeC012/4485333-1751285518
RUNJOBID= nodeC012-1751280833-37159
SLURM_JOB_ID= 9594230
Free space on /tmp= 433032 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485333-1751285518/watcher-4485333-1751285518 -o /tmp/evaluation-result-4485333-1751285518/solver-4485333-1751285518 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751280833-37159 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4485333-1751285518.opb

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

MD5SUM BENCH= 46c70d7f28752ee0ae29660ce5b35655
RANDOM SEED=477519008

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		: 3662.155
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.806
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.448
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.153
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		: 3662.345
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		: 3661.985
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.306
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.341
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:        128070036 kB
MemAvailable:   127961028 kB
Buffers:            3280 kB
Cached:           699952 kB
SwapCached:            0 kB
Active:          2365460 kB
Inactive:         400812 kB
Active(anon):    2081000 kB
Inactive(anon):        0 kB
Active(file):     284460 kB
Inactive(file):   400812 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10116 kB
Writeback:             0 kB
AnonPages:       2062260 kB
Mapped:           128188 kB
Shmem:             17960 kB
KReclaimable:      90312 kB
Slab:             173160 kB
SReclaimable:      90312 kB
SUnreclaim:        82848 kB
KernelStack:        4160 kB
PageTables:         8168 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6312084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    950272 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= 433028 MiB
End job on nodeC012 at 2025-06-30 14:59:34