Trace number 4545095

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? (TO) 3602.29 3612.12

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SolitairePattern-table-3-3-9.opb
MD5SUM297c2237af667ea8e386e1666cb34677
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 benchmark146.963
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables625728
Total number of constraints628780
Number of constraints which are clauses6288
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints622436
Minimum length of a constraint1
Maximum length of a constraint2712
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 75
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

503.52/505.17	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4545095-1753226249.opb
503.52/505.17	c Solving mode: decision
503.52/505.17	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
503.52/505.17	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
503.52/505.17	c original problem has 625728 variables (625728 bin, 0 int, 0 impl, 0 cont) and 628780 constraints
503.52/505.17	c presolving:
503.52/505.17	c (round 1, fast)       10889 del vars, 265 del conss, 28 add conss, 132 chg bounds, 122 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 525380 clqs
503.52/505.17	c (round 2, fast)       30451 del vars, 19894 del conss, 28 add conss, 9004 chg bounds, 19842 chg sides, 20906 chg coeffs, 0 upgd conss, 0 impls, 522964 clqs
503.52/505.17	c (round 3, exhaustive) 30451 del vars, 19894 del conss, 28 add conss, 9004 chg bounds, 19842 chg sides, 20906 chg coeffs, 606060 upgd conss, 0 impls, 522964 clqs
503.52/505.17	c (round 4, medium)     30451 del vars, 622646 del conss, 1715396 add conss, 9004 chg bounds, 19898 chg sides, 21018 chg coeffs, 606060 upgd conss, 0 impls, 1718956 clqs
503.52/505.17	c (round 5, exhaustive) 30451 del vars, 622674 del conss, 1715424 add conss, 9004 chg bounds, 19898 chg sides, 21018 chg coeffs, 608859 upgd conss, 0 impls, 1718956 clqs
503.52/505.17	c    (43.8s) probing: 51/605967 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
503.52/505.17	c    (43.8s) probing aborted: 50/50 successive totally useless probings
503.52/505.17	c    (48.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
503.52/505.17	c    (50.3s) no symmetry present (symcode time: 0.57)
503.52/505.17	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
503.52/505.17	c  30451 deleted vars, 622674 deleted constraints, 1715424 added constraints, 9004 tightened bounds, 0 added holes, 19898 changed sides, 21018 changed coefficients
503.52/505.17	c  0 implications, 1718956 cliques
503.52/505.17	c presolved problem has 605967 variables (605967 bin, 0 int, 0 impl, 0 cont) and 1721530 constraints
503.52/505.17	c 1718620 constraints of type <setppc>
503.52/505.17	c      55 constraints of type <linear>
503.52/505.17	c    2855 constraints of type <logicor>
503.52/505.17	c transformed objective value is always integral (scale: 1)
503.52/505.17	c Presolving Time: 49.18
503.52/505.17	c 
503.52/505.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
503.52/505.17	c   501s|     1 |     0 | 64752 |     - |  6479M |   0 | 605k|1722k|1721k|   0 |  0 | 634 |   0 | 0.000000e+00 |      --      |    Inf | unknown
503.52/505.17	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
503.52/505.17	c 
503.52/505.17	c SCIP Status        : solving was interrupted [time limit reached]
503.52/505.17	c Solving Time (sec) : 500.56
503.52/505.17	c Solving Nodes      : 1
503.52/505.17	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
503.52/505.17	c Dual Bound         : +0.00000000000000e+00
503.52/505.17	c Gap                : infinite
503.52/505.17	c ----------------------------------------------------------------------
503.52/505.17	c dual bound: 0.0 -> 0
503.52/505.17	c primal bound: 1e+20 -> 100000000000000000000
503.52/505.17	c scip-goal-lb: 0
503.52/505.17	c scip-goal-ub: 100000000000000000000
503.52/505.17	c writing output to: HOME/tmp4dc1w0gb.opb
503.52/505.17	c appending fixed variable constraints
503.52/505.17	c scip-fixed vars: 3.27% (19789/605967)
503.52/505.17	c ----------------------------------------------------------------------
503.52/505.17	c executing external solver: HOME/naps-1.03a6
503.52/505.17	c ----------------------------------------------------------------------
503.52/505.17	c command: HOME/naps-1.03a6 HOME/tmp4dc1w0gb.opb
503.65/505.30	c NaPS 1.03a6.
503.65/505.30	c Input file name: HOME/tmp4dc1w0gb.opb
3600.06/3609.90	c
3600.06/3609.90	c *** TERMINATED *** by signal 15
3600.06/3609.90	c s UNKNOWN
3600.06/3609.90	c _____________________________________________________________________________
3600.06/3609.90	c std/band forms        : 602862,28
3600.06/3609.90	c 2cl/3cl ITE-codings   : 0,126560
3600.06/3609.90	c BDD/srt/adr Max costs : 4876,1608,0
3600.06/3609.90	c BDDraw/bin/mul/srt/adr: 602780,0,28,82,0
3600.06/3609.90	c BDD nodes             : 2454788
3600.06/3609.90	c Es1/CC detections     : 0,0
3600.06/3609.90	c CC sort               : 55
3600.06/3609.90	c SAT/UNSAT calls       : 0,0
3600.06/3609.90	c regenrated variables  : 0
3600.06/3609.90	c eliminated fixed lits : 98460
3600.06/3609.90	c goal lit flips        : 0
3600.06/3609.90	c goal stages           : 0
3600.06/3609.90	c goal shrink           : 0
3600.06/3609.90	c goal coeff separations: 0
3600.06/3609.90	c restarts              : 0
3600.06/3609.90	c conflicts             : 0              (0 /sec)
3600.06/3609.90	c decisions             : 0              (0 /sec)
3600.06/3609.90	c propagations          : 0              (0 /sec)
3600.06/3609.90	c inspects              : 0              (0 /sec)
3600.06/3609.90	c CPU time (solving tm) : 3092 s        (3078 s, SAT 0 s, UNSAT 0 s)
3600.06/3609.90	c Time for Opt-base     : 0.03129 s
3600.06/3609.90	c Steps for Opt-base    : 114800
3600.06/3609.90	c Time for BDD coding   : 5.98 s
3600.06/3609.90	c Time for srt coding   : 0.00832 s
3600.06/3609.90	c _____________________________________________________________________________
3600.06/3609.90	c received SIGTERM, forwarding to pbsolver...
3600.06/3609.92	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: 63665 MiB (59041 MiB free)
  memory of node 1: 64507 MiB (62461 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545095-1753226249/watcher-4545095-1753226249 -o /tmp/evaluation-result-4545095-1753226249/solver-4545095-1753226249 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753222587-197773 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4545095-1753226249.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=200627, runsolver pid=200624

[startup+0.100065 s]*
/proc/loadavg: 4.11 4.11 4.09 5/269 200632
/proc/meminfo: memFree=124418652/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=1186968 memory=32004 CPUtime=0.06 cores=1,3
/proc/200632/stat : 200632 (python3) R 200627 200627 197761 0 -1 4194304 3721 0 0 0 5 1 0 0 20 0 1 0 238305145 1215455232 8001 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 296742 8001 4905 1 0 268764 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191160 KiB
Current children cumulated memory: 34948 KiB

[startup+0.205606 s]*
/proc/loadavg: 4.10 4.10 4.09 5/269 200632
/proc/meminfo: memFree=124378336/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=1229828 memory=81540 CPUtime=0.16 cores=1,3
/proc/200632/stat : 200632 (python3) R 200627 200627 197761 0 -1 4194304 13624 0 0 0 14 2 0 0 20 0 1 0 238305145 1259343872 20385 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 307457 20385 7625 1 0 278815 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1234020 KiB
Current children cumulated memory: 84484 KiB

[startup+0.305561 s]*
/proc/loadavg: 4.10 4.10 4.09 5/269 200632
/proc/meminfo: memFree=124329952/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=1280152 memory=131076 CPUtime=0.26 cores=1,3
/proc/200632/stat : 200632 (python3) R 200627 200627 197761 0 -1 4194304 26014 0 0 0 22 4 0 0 20 0 1 0 238305145 1310875648 32769 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 320038 32769 7625 1 0 291396 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1284344 KiB
Current children cumulated memory: 134020 KiB

[startup+0.700212 s]
/proc/loadavg: 4.10 4.10 4.09 5/269 200632
/proc/meminfo: memFree=124246060/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=1448420 memory=299908 CPUtime=0.65 cores=1,3
/proc/200632/stat : 200632 (python3) R 200627 200627 197761 0 -1 4194304 68199 0 0 0 55 10 0 0 20 0 1 0 238305145 1483182080 74945 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 362105 74977 7625 1 0 333463 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1452612 KiB
Current children cumulated memory: 302852 KiB

[startup+1.50021 s]
/proc/loadavg: 4.10 4.10 4.09 5/269 200632
/proc/meminfo: memFree=124024236/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=1788428 memory=639216 CPUtime=1.45 cores=1,3
/proc/200632/stat : 200632 (python3) R 200627 200627 197761 0 -1 4194304 152029 0 0 0 122 23 0 0 20 0 1 0 238305145 1831350272 159804 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 447107 159804 7625 1 0 418465 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1792620 KiB
Current children cumulated memory: 642160 KiB

[startup+3.10545 s]
/proc/loadavg: 4.10 4.10 4.09 5/269 200632
/proc/meminfo: memFree=122850220/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=2786928 memory=1637276 CPUtime=3.05 cores=1,3
/proc/200632/stat : 200632 (python3) R 200627 200627 197761 0 -1 4194304 395243 0 0 0 246 59 0 0 20 0 1 0 238305145 2853814272 409319 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 696732 409319 7817 1 0 668090 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 2791120 KiB
Current children cumulated memory: 1640220 KiB

[startup+6.30021 s]
/proc/loadavg: 4.09 4.10 4.09 5/269 200632
/proc/meminfo: memFree=122046820/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=3638012 memory=2422968 CPUtime=6.24 cores=1,3
/proc/200632/stat : 200632 (python3) R 200627 200627 197761 0 -1 4194304 565546 0 0 0 535 89 0 0 20 0 1 0 238305145 3725324288 605742 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 909503 605742 7913 1 0 880861 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 3642204 KiB
Current children cumulated memory: 2425912 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.10 4.09 5/269 200632
/proc/meminfo: memFree=121043072/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=4735784 memory=3513224 CPUtime=12.62 cores=1,3
/proc/200632/stat : 200632 (python3) R 200627 200627 197761 0 -1 4194304 810504 0 0 0 1128 134 0 0 20 0 1 0 238305145 4849442816 878306 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 1183946 878306 7945 1 0 1155304 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 4739976 KiB
Current children cumulated memory: 3516168 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.10 4.08 5/269 200632
/proc/meminfo: memFree=120192968/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=5454800 memory=4244048 CPUtime=25.39 cores=1,3
/proc/200632/stat : 200632 (python3) R 200627 200627 197761 0 -1 4194304 944858 0 0 0 2380 159 0 0 20 0 1 0 238305145 5585715200 1061012 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 1363700 1061012 7945 1 0 1335058 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 5458992 KiB
Current children cumulated memory: 4246992 KiB

[startup+51.1055 s]
/proc/loadavg: 4.10 4.10 4.09 5/269 200633
/proc/meminfo: memFree=119437848/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=6564912 memory=5012836 CPUtime=50.92 cores=1,3
/proc/200632/stat : 200632 (python3) R 200627 200627 197761 0 -1 4194304 972212 0 0 0 4913 179 0 0 20 0 1 0 238305145 6722469888 1253209 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 1641228 1253209 7977 1 0 1612586 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 6569104 KiB
Current children cumulated memory: 5015780 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 200683
/proc/meminfo: memFree=116831404/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=8758796 memory=7136064 CPUtime=101.96 cores=1,3
/proc/200632/stat : 200632 (python3) R 200627 200627 197761 0 -1 4194304 1294375 0 0 0 9909 287 0 0 20 0 1 0 238305145 8969007104 1784016 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 2189699 1784016 8137 1 0 2161057 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 8762988 KiB
Current children cumulated memory: 7139008 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/269 200686
/proc/meminfo: memFree=115752500/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=8793772 memory=7175508 CPUtime=161.76 cores=1,3
/proc/200632/stat : 200632 (python3) R 200627 200627 197761 0 -1 4194304 1308420 0 0 0 15864 312 0 0 20 0 1 0 238305145 9004822528 1793877 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 2198443 1793877 8137 1 0 2169801 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 8797964 KiB
Current children cumulated memory: 7178452 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/270 200695
/proc/meminfo: memFree=115734652/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=8733368 memory=7135252 CPUtime=221.56 cores=1,3
/proc/200632/stat : 200632 (python3) R 200627 200627 197761 0 -1 4194304 1329438 0 0 0 21815 341 0 0 20 0 1 0 238305145 8942968832 1783813 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 2183342 1783813 8137 1 0 2154700 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 8737560 KiB

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

/proc/200632/stat : 200632 (python3) S 200627 200627 197761 0 -1 4194304 1516708 0 0 0 49849 516 0 0 20 0 1 0 238305145 9354350592 1886521 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 2283777 1886521 8169 1 0 2255135 0
[pid=200706] ppid=200632 vsize=1548248 memory=1392612 CPUtime=2829.61 cores=1,3
/proc/200706/stat : 200706 (naps-1.03a6) R 200632 200706 200706 0 -1 4194304 385978 0 0 0 282581 380 0 0 20 0 1 0 238355666 1585405952 348153 18446744073709551615 4198400 7047149 140725375736800 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32129024 140725375744399 140725375744497 140725375744497 140725375750089 0
/proc/200706/statm: 387062 348153 544 696 0 386223 0
Current children cumulated CPU time: 3333.26 s
Current children cumulated vsize: 10687548 KiB
Current children cumulated memory: 8941640 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/272 201111
/proc/meminfo: memFree=115164052/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=9135108 memory=7546084 CPUtime=503.65 cores=1,3
/proc/200632/stat : 200632 (python3) S 200627 200627 197761 0 -1 4194304 1516708 0 0 0 49849 516 0 0 20 0 1 0 238305145 9354350592 1886521 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 2283777 1886521 8169 1 0 2255135 0
[pid=200706] ppid=200632 vsize=1155032 memory=1107328 CPUtime=2889.43 cores=1,3
/proc/200706/stat : 200706 (naps-1.03a6) R 200632 200706 200706 0 -1 4194304 386939 0 0 0 288560 383 0 0 20 0 1 0 238355666 1182752768 276832 18446744073709551615 4198400 7047149 140725375736800 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32129024 140725375744399 140725375744497 140725375744497 140725375750089 0
/proc/200706/statm: 288758 276832 544 696 0 287919 0
Current children cumulated CPU time: 3393.08 s
Current children cumulated vsize: 10294332 KiB
Current children cumulated memory: 8656356 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/272 201113
/proc/meminfo: memFree=115103564/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=9135108 memory=7546084 CPUtime=503.65 cores=1,3
/proc/200632/stat : 200632 (python3) S 200627 200627 197761 0 -1 4194304 1516708 0 0 0 49849 516 0 0 20 0 1 0 238305145 9354350592 1886521 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 2283777 1886521 8169 1 0 2255135 0
[pid=200706] ppid=200632 vsize=1253336 memory=1133028 CPUtime=2949.25 cores=1,3
/proc/200706/stat : 200706 (naps-1.03a6) R 200632 200706 200706 0 -1 4194304 389269 0 0 0 294538 387 0 0 20 0 1 0 238355666 1283416064 283257 18446744073709551615 4198400 7047149 140725375736800 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32129024 140725375744399 140725375744497 140725375744497 140725375750089 0
/proc/200706/statm: 313334 283257 544 696 0 312495 0
Current children cumulated CPU time: 3452.9 s
Current children cumulated vsize: 10392636 KiB
Current children cumulated memory: 8682056 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/272 201115
/proc/meminfo: memFree=115155100/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=9135108 memory=7546084 CPUtime=503.65 cores=1,3
/proc/200632/stat : 200632 (python3) S 200627 200627 197761 0 -1 4194304 1516708 0 0 0 49849 516 0 0 20 0 1 0 238305145 9354350592 1886521 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 2283777 1886521 8169 1 0 2255135 0
[pid=200706] ppid=200632 vsize=1286104 memory=1142504 CPUtime=3009.07 cores=1,3
/proc/200706/stat : 200706 (naps-1.03a6) R 200632 200706 200706 0 -1 4194304 391086 0 0 0 300515 392 0 0 20 0 1 0 238355666 1316970496 285626 18446744073709551615 4198400 7047149 140725375736800 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32129024 140725375744399 140725375744497 140725375744497 140725375750089 0
/proc/200706/statm: 321526 285626 544 696 0 320687 0
Current children cumulated CPU time: 3512.72 s
Current children cumulated vsize: 10425404 KiB
Current children cumulated memory: 8691532 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/272 201117
/proc/meminfo: memFree=115123408/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=9135108 memory=7546084 CPUtime=503.65 cores=1,3
/proc/200632/stat : 200632 (python3) S 200627 200627 197761 0 -1 4194304 1516708 0 0 0 49849 516 0 0 20 0 1 0 238305145 9354350592 1886521 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 2283777 1886521 8169 1 0 2255135 0
[pid=200706] ppid=200632 vsize=1286104 memory=1181676 CPUtime=3068.89 cores=1,3
/proc/200706/stat : 200706 (naps-1.03a6) R 200632 200706 200706 0 -1 4194304 393074 0 0 0 306494 395 0 0 20 0 1 0 238355666 1316970496 295419 18446744073709551615 4198400 7047149 140725375736800 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32129024 140725375744399 140725375744497 140725375744497 140725375750089 0
/proc/200706/statm: 321526 295419 544 696 0 320687 0
Current children cumulated CPU time: 3572.54 s
Current children cumulated vsize: 10425404 KiB
Current children cumulated memory: 8730704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.07 4.08 4.09 5/272 201117
/proc/meminfo: memFree=115104808/131250000 swapFree=33008868/33010684
[pid=200627] ppid=200624 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/200627/stat : 200627 (scip-naps-1.00a) S 200624 200627 197761 0 -1 4194304 258 339 0 0 0 0 0 0 20 0 1 0 238305143 4292608 736 18446744073709551615 94504229306368 94504230200901 140722057708528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94504230439952 94504230487696 94504236351488 140722057714075 140722057714174 140722057714174 140722057719778 0
/proc/200627/statm: 1048 736 672 219 0 110 0
[pid=200632] ppid=200627 vsize=9135108 memory=7546596 CPUtime=503.65 cores=1,3
/proc/200632/stat : 200632 (python3) S 200627 200627 197761 0 -1 4194304 1516708 0 0 0 49849 516 0 0 20 0 1 0 238305145 9354350592 1886649 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 2283777 1886649 8169 1 0 2255135 0
[pid=200706] ppid=200632 vsize=1286104 memory=1187820 CPUtime=3096.41 cores=1,3
/proc/200706/stat : 200706 (naps-1.03a6) R 200632 200706 200706 0 -1 4194304 395009 0 0 0 309242 399 0 0 20 0 1 0 238355666 1316970496 296955 18446744073709551615 4198400 7047149 140725375736800 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32129024 140725375744399 140725375744497 140725375744497 140725375750089 0
/proc/200706/statm: 321526 296955 544 696 0 320687 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 10425404 KiB
Current children cumulated memory: 8737360 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.000354 s, system=0.011632 s
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3612.12 s]
# the end of solver process 200632 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

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

Solver just ended.
Dumping a history of the last processes samples

[startup+3611.2 s]
/proc/loadavg: 4.06 4.08 4.09 5/270 201118
/proc/meminfo: memFree=116291888/131250000 swapFree=33008868/33010684
[pid=200632] ppid=200624 vsize=9135108 memory=7546596 CPUtime=3601.33 cores=1,3
/proc/200632/stat : 200632 (python3) R 200624 200627 197761 0 -1 4194304 1914620 395010 0 0 49953 537 309242 401 20 0 1 0 238305145 9354350592 1886649 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 2283777 1886649 8169 1 0 2255135 0
Current cumulated CPU time of completed processes: 0.011986 s
Current children cumulated CPU time: 3601.33 s
Current children cumulated vsize: 9135108 KiB
Current children cumulated memory: 7546596 KiB

[startup+3611.6 s]
/proc/loadavg: 4.06 4.08 4.09 5/270 201118
/proc/meminfo: memFree=116291888/131250000 swapFree=33008868/33010684
[pid=200632] ppid=200624 vsize=9135108 memory=7546596 CPUtime=3601.73 cores=1,3
/proc/200632/stat : 200632 (python3) R 200624 200627 197761 0 -1 4194304 1970607 395010 0 0 49990 540 309242 401 20 0 1 0 238305145 9354350592 1886649 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 2283777 1886649 8169 1 0 2255135 0
Current cumulated CPU time of completed processes: 0.011986 s
Current children cumulated CPU time: 3601.73 s
Current children cumulated vsize: 9135108 KiB
Current children cumulated memory: 7546596 KiB

[startup+3611.8 s]
/proc/loadavg: 4.06 4.08 4.09 5/270 201118
/proc/meminfo: memFree=116291888/131250000 swapFree=33008868/33010684
[pid=200632] ppid=200624 vsize=9135108 memory=7546596 CPUtime=3601.93 cores=1,3
/proc/200632/stat : 200632 (python3) R 200624 200627 197761 0 -1 4194304 1982672 395010 0 0 50010 540 309242 401 20 0 1 0 238305145 9354350592 1886649 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 2283777 1886649 8169 1 0 2255135 0
Current cumulated CPU time of completed processes: 0.011986 s
Current children cumulated CPU time: 3601.93 s
Current children cumulated vsize: 9135108 KiB
Current children cumulated memory: 7546596 KiB

[startup+3611.9 s]
/proc/loadavg: 4.06 4.08 4.09 5/270 201118
/proc/meminfo: memFree=116291888/131250000 swapFree=33008868/33010684
[pid=200632] ppid=200624 vsize=9135108 memory=7546596 CPUtime=3602.03 cores=1,3
/proc/200632/stat : 200632 (python3) R 200624 200627 197761 0 -1 4194304 1985295 395010 0 0 50020 540 309242 401 20 0 1 0 238305145 9354350592 1886649 18446744073709551615 94519806300160 94519806300537 140734758102816 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94519806311832 94519806312452 94519808024576 140734758107471 140734758107680 140734758107680 140734758113255 0
/proc/200632/statm: 2283777 1886649 8169 1 0 2255135 0
Current cumulated CPU time of completed processes: 0.011986 s
Current children cumulated CPU time: 3602.03 s
Current children cumulated vsize: 9135108 KiB
Current children cumulated memory: 7546596 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3612.12
CPU time (s): 3602.29
CPU user time (s): 3592.63
CPU system time (s): 9.66112
CPU usage (%): 99.7278
Max. virtual memory (cumulated for all children) (KiB): 10969976
Max. memory (cumulated for all children) (KiB): 9180156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.63
system time used= 9.66112
maximum resident set size= 7546596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2380903
page faults= 0
swaps= 0
block input operations= 0
block output operations= 66832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 361
involuntary context switches= 6884


# summary of solver processes directly reported to runsolver:
#   pid: 200627,200632
#   total CPU time (s): 3602.29
#   total CPU user time (s): 3592.63
#   total CPU system time (s): 9.66112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.56035 second user time and 17.275 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-23 01:17:29
IDJOB=4545095
IDBENCH=180703
IDSOLVER=3388
FILE ID=nodeC013/4545095-1753226249
RUNJOBID= nodeC013-1753222587-197773
SLURM_JOB_ID= 9687822
Free space on /tmp= 432932 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SolitairePattern-table-3-3-9.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545095-1753226249/watcher-4545095-1753226249 -o /tmp/evaluation-result-4545095-1753226249/solver-4545095-1753226249 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753222587-197773 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4545095-1753226249.opb

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

MD5SUM BENCH= 297c2237af667ea8e386e1666cb34677
RANDOM SEED=1022665559

nodeC013 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.857
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.67
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		: 3600.823
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.67
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		: 3784.885
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.67
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.997
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.67
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.833
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.67
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.826
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.67
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		: 3626.814
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.67
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		: 3599.756
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124418300 kB
MemAvailable:   125578920 kB
Buffers:            1668 kB
Cached:          1901000 kB
SwapCached:           52 kB
Active:          5005264 kB
Inactive:        1043040 kB
Active(anon):    4162188 kB
Inactive(anon):     4872 kB
Active(file):     843076 kB
Inactive(file):  1038168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008868 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             38600 kB
Writeback:             0 kB
AnonPages:       4135776 kB
Mapped:           133512 kB
Shmem:             21424 kB
KReclaimable:     236832 kB
Slab:             334124 kB
SReclaimable:     236832 kB
SUnreclaim:        97292 kB
KernelStack:        4336 kB
PageTables:        11976 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7946028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1910784 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432928 MiB
End job on nodeC013 at 2025-07-23 02:17:41