Trace number 4545446

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) 3600.51 3609.42

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-MisteryShopper-mini-5-10-2-6-0_c24.opb
MD5SUM533dc96f2f67a4db8413c4c2a7be8312
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.0046
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables53041
Total number of constraints39169
Number of constraints which are clauses12241
Number of constraints which are cardinality constraints (but not clauses)1968
Number of constraints which are nor clauses,nor cardinality constraints24960
Minimum length of a constraint1
Maximum length of a constraint53
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 47
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1191
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

498.98/500.50	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4545446-1753230821.opb
498.98/500.50	c Solving mode: decision
498.98/500.50	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
498.98/500.50	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
498.98/500.50	c original problem has 53041 variables (53041 bin, 0 int, 0 impl, 0 cont) and 39169 constraints
498.98/500.50	c presolving:
498.98/500.50	c (round 1, fast)       1 del vars, 1 del conss, 960 add conss, 0 chg bounds, 3120 chg sides, 960 chg coeffs, 0 upgd conss, 0 impls, 22848 clqs
498.98/500.50	c (round 2, fast)       1 del vars, 1 del conss, 960 add conss, 0 chg bounds, 3600 chg sides, 12720 chg coeffs, 0 upgd conss, 0 impls, 22848 clqs
498.98/500.50	c (round 3, exhaustive) 1 del vars, 241 del conss, 960 add conss, 0 chg bounds, 3600 chg sides, 12720 chg coeffs, 0 upgd conss, 0 impls, 22848 clqs
498.98/500.50	c (round 4, exhaustive) 1 del vars, 241 del conss, 960 add conss, 0 chg bounds, 3600 chg sides, 12720 chg coeffs, 38208 upgd conss, 0 impls, 22848 clqs
498.98/500.50	c (round 5, medium)     1 del vars, 23521 del conss, 47520 add conss, 0 chg bounds, 3600 chg sides, 13200 chg coeffs, 38208 upgd conss, 0 impls, 68928 clqs
498.98/500.50	c (round 6, exhaustive) 1 del vars, 23521 del conss, 47520 add conss, 0 chg bounds, 3600 chg sides, 13200 chg coeffs, 38688 upgd conss, 0 impls, 68928 clqs
498.98/500.50	c    (11.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
498.98/500.50	c    (12.0s) no symmetry present (symcode time: 0.04)
498.98/500.50	c presolving (7 rounds: 7 fast, 5 medium, 4 exhaustive):
498.98/500.50	c  28 deleted vars, 23548 deleted constraints, 47520 added constraints, 0 tightened bounds, 0 added holes, 3600 changed sides, 13200 changed coefficients
498.98/500.50	c  0 implications, 124168 cliques
498.98/500.50	c presolved problem has 53013 variables (53013 bin, 0 int, 0 impl, 0 cont) and 63141 constraints
498.98/500.50	c   60741 constraints of type <setppc>
498.98/500.50	c    1200 constraints of type <linear>
498.98/500.50	c    1200 constraints of type <logicor>
498.98/500.50	c transformed objective value is always integral (scale: 1)
498.98/500.50	c Presolving Time: 11.95
498.98/500.50	c 
498.98/500.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.98/500.50	c   500s|     1 |     0 | 88078 |     - |   593M |   0 |  53k|  63k|  63k|   0 |  0 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
498.98/500.50	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
498.98/500.50	c 
498.98/500.50	c SCIP Status        : solving was interrupted [time limit reached]
498.98/500.50	c Solving Time (sec) : 500.04
498.98/500.50	c Solving Nodes      : 1
498.98/500.50	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.98/500.50	c Dual Bound         : +0.00000000000000e+00
498.98/500.50	c Gap                : infinite
498.98/500.50	c ----------------------------------------------------------------------
498.98/500.50	c dual bound: 0.0 -> 0
498.98/500.50	c primal bound: 1e+20 -> 100000000000000000000
498.98/500.50	c scip-goal-lb: 0
498.98/500.50	c scip-goal-ub: 100000000000000000000
498.98/500.50	c writing output to: HOME/tmpnb6l_4zl.opb
498.98/500.50	c appending fixed variable constraints
498.98/500.50	c scip-fixed vars: 0.00% (1/53013)
498.98/500.50	c ----------------------------------------------------------------------
498.98/500.50	c executing external solver: HOME/naps-1.03a6
498.98/500.50	c ----------------------------------------------------------------------
498.98/500.50	c command: HOME/naps-1.03a6 HOME/tmpnb6l_4zl.opb
498.98/500.53	c NaPS 1.03a6.
498.98/500.53	c Input file name: HOME/tmpnb6l_4zl.opb
3600.06/3609.00	c
3600.06/3609.00	c *** TERMINATED *** by signal 15
3600.06/3609.00	c s UNKNOWN
3600.06/3609.00	c _____________________________________________________________________________
3600.06/3609.00	c std/band forms        : 25248,960
3600.06/3609.00	c 2cl/3cl ITE-codings   : 0,706080
3600.06/3609.00	c BDD/srt/adr Max costs : 1635,768,0
3600.06/3609.00	c BDDraw/bin/mul/srt/adr: 23760,0,480,1968,0
3600.06/3609.00	c BDD nodes             : 865440
3600.06/3609.00	c Es1/CC detections     : 0,0
3600.06/3609.00	c CC sort               : 1968
3600.06/3609.00	c SAT/UNSAT calls       : 0,0
3600.06/3609.00	c regenrated variables  : 0
3600.06/3609.00	c eliminated fixed lits : 2
3600.06/3609.00	c goal lit flips        : 0
3600.06/3609.00	c goal stages           : 0
3600.06/3609.00	c goal shrink           : 0
3600.06/3609.00	c goal coeff separations: 0
3600.06/3609.00	c restarts              : 0
3600.06/3609.00	c conflicts             : 0              (0 /sec)
3600.06/3609.00	c decisions             : 0              (0 /sec)
3600.06/3609.00	c propagations          : 0              (0 /sec)
3600.06/3609.00	c inspects              : 0              (0 /sec)
3600.06/3609.00	c CPU time (solving tm) : 3100 s        (3094 s, SAT 0 s, UNSAT 0 s)
3600.06/3609.00	c Time for Opt-base     : 0.4413 s
3600.06/3609.00	c Steps for Opt-base    : 763200
3600.06/3609.00	c Time for BDD coding   : 4.244 s
3600.06/3609.00	c Time for srt coding   : 0.3662 s
3600.06/3609.00	c _____________________________________________________________________________
3600.06/3609.00	s UNKNOWN
3600.37/3609.34	c received SIGTERM, forwarding to pbsolver...
3600.37/3609.34	c failed to send SIGTERM to pbsolver: [Errno 3] No such process

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 (59206 MiB free)
  memory of node 1: 64507 MiB (61595 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545446-1753230821/watcher-4545446-1753230821 -o /tmp/evaluation-result-4545446-1753230821/solver-4545446-1753230821 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753222587-197773 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4545446-1753230821.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
solver pid=201304, runsolver pid=201301
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.15 4.10 4.09 5/270 201309
/proc/meminfo: memFree=123690628/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1186972 memory=31728 CPUtime=0.06 cores=1,3
/proc/201309/stat : 201309 (python3) R 201304 201304 197761 0 -1 4194304 3686 0 0 0 5 1 0 0 20 0 1 0 238762343 1215459328 7932 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 296743 7932 4867 1 0 268765 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191164 KiB
Current children cumulated memory: 34672 KiB

[startup+0.205762 s]*
/proc/loadavg: 4.15 4.10 4.09 5/270 201309
/proc/meminfo: memFree=123661652/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1232072 memory=83696 CPUtime=0.16 cores=1,3
/proc/201309/stat : 201309 (python3) R 201304 201304 197761 0 -1 4194304 14130 0 0 0 13 3 0 0 20 0 1 0 238762343 1261641728 20924 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 0 0 0 17 3 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 308018 20924 7651 1 0 279376 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1236264 KiB
Current children cumulated memory: 86640 KiB

[startup+0.305733 s]*
/proc/loadavg: 4.15 4.10 4.09 5/270 201309
/proc/meminfo: memFree=123621204/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1270044 memory=122864 CPUtime=0.25 cores=1,3
/proc/201309/stat : 201309 (python3) R 201304 201304 197761 0 -1 4194304 23799 0 0 0 21 4 0 0 20 0 1 0 238762343 1300525056 30716 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 317511 30716 7811 1 0 288869 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1274236 KiB
Current children cumulated memory: 125808 KiB

[startup+0.700222 s]
/proc/loadavg: 4.15 4.10 4.09 5/270 201309
/proc/meminfo: memFree=123524992/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1415048 memory=258800 CPUtime=0.64 cores=1,3
/proc/201309/stat : 201309 (python3) R 201304 201304 197761 0 -1 4194304 57734 0 0 0 55 9 0 0 20 0 1 0 238762343 1449009152 64700 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 353762 64700 7907 1 0 325120 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1419240 KiB
Current children cumulated memory: 261744 KiB

[startup+1.50026 s]
/proc/loadavg: 4.15 4.10 4.09 5/270 201309
/proc/meminfo: memFree=123444352/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1484364 memory=328176 CPUtime=1.44 cores=1,3
/proc/201309/stat : 201309 (python3) R 201304 201304 197761 0 -1 4194304 75284 0 0 0 132 12 0 0 20 0 1 0 238762343 1519988736 82044 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 371091 82044 7939 1 0 342449 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1488556 KiB
Current children cumulated memory: 331120 KiB

[startup+3.10566 s]
/proc/loadavg: 4.15 4.10 4.09 5/270 201309
/proc/meminfo: memFree=123324752/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1600680 memory=427284 CPUtime=3.05 cores=1,3
/proc/201309/stat : 201309 (python3) R 201304 201304 197761 0 -1 4194304 87258 0 0 0 290 15 0 0 20 0 1 0 238762343 1639096320 106821 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 400170 106821 7939 1 0 371528 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1604872 KiB
Current children cumulated memory: 430228 KiB

[startup+6.30022 s]
/proc/loadavg: 4.14 4.10 4.09 5/270 201309
/proc/meminfo: memFree=123316940/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1603784 memory=430484 CPUtime=6.23 cores=1,3
/proc/201309/stat : 201309 (python3) R 201304 201304 197761 0 -1 4194304 88033 0 0 0 608 15 0 0 20 0 1 0 238762343 1642274816 107621 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 400946 107621 7939 1 0 372304 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1607976 KiB
Current children cumulated memory: 433428 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.10 4.09 5/270 201309
/proc/meminfo: memFree=123313508/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1798420 memory=548472 CPUtime=12.61 cores=1,3
/proc/201309/stat : 201309 (python3) R 201304 201304 197761 0 -1 4194304 119513 0 0 0 1240 21 0 0 20 0 1 0 238762343 1841582080 137118 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 449605 137118 8099 1 0 420963 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1802612 KiB
Current children cumulated memory: 551416 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.11 4.09 5/270 201310
/proc/meminfo: memFree=123122068/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1872384 memory=611576 CPUtime=25.37 cores=1,3
/proc/201309/stat : 201309 (python3) R 201304 201304 197761 0 -1 4194304 135783 0 0 0 2513 24 0 0 20 0 1 0 238762343 1917321216 152894 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 468096 152894 8131 1 0 439454 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 1876576 KiB
Current children cumulated memory: 614520 KiB

[startup+51.1057 s]
/proc/loadavg: 4.11 4.10 4.09 5/271 201311
/proc/meminfo: memFree=123120400/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1873428 memory=612856 CPUtime=50.9 cores=1,3
/proc/201309/stat : 201309 (python3) R 201304 201304 197761 0 -1 4194304 136092 0 0 0 5066 24 0 0 20 0 1 0 238762343 1918390272 153214 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 468357 153214 8131 1 0 439715 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 1877620 KiB
Current children cumulated memory: 615800 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/271 201317
/proc/meminfo: memFree=123148536/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1886444 memory=625656 CPUtime=101.94 cores=1,3
/proc/201309/stat : 201309 (python3) R 201304 201304 197761 0 -1 4194304 139292 0 0 0 10170 24 0 0 20 0 1 0 238762343 1931718656 156414 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 471611 156414 8131 1 0 442969 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 1890636 KiB
Current children cumulated memory: 628600 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/271 201319
/proc/meminfo: memFree=123138004/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1897444 memory=633656 CPUtime=161.77 cores=1,3
/proc/201309/stat : 201309 (python3) R 201304 201304 197761 0 -1 4194304 140277 0 0 0 16151 26 0 0 20 0 1 0 238762343 1942982656 158414 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 474361 158414 8131 1 0 445719 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 1901636 KiB
Current children cumulated memory: 636600 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/271 201321
/proc/meminfo: memFree=123152468/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1897444 memory=636236 CPUtime=221.6 cores=1,3
/proc/201309/stat : 201309 (python3) R 201304 201304 197761 0 -1 4194304 140405 0 0 0 22134 26 0 0 20 0 1 0 238762343 1942982656 159059 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 474361 159059 8131 1 0 445719 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 1901636 KiB

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

Current children cumulated CPU time: 3214.22 s
Current children cumulated vsize: 2328156 KiB
Current children cumulated memory: 1021356 KiB

[startup+3282.3 s]
/proc/loadavg: 1.07 1.09 1.59 2/247 201774
/proc/meminfo: memFree=127602680/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1938872 memory=674528 CPUtime=499 cores=1,3
/proc/201309/stat : 201309 (python3) S 201304 201304 197761 0 -1 4194304 148516 0 0 0 49871 29 0 0 20 0 1 0 238762343 1985404928 168632 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 484718 168632 8163 1 0 456076 0
[pid=201331] ppid=201309 vsize=385092 memory=343116 CPUtime=2775.09 cores=1,3
/proc/201331/stat : 201331 (naps-1.03a6) R 201309 201331 201331 0 -1 4194304 213473 0 0 0 277373 136 0 0 20 0 1 0 238812393 394334208 85779 18446744073709551615 4198400 7047149 140725184797440 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13352960 140725184805263 140725184805361 140725184805361 140725184810953 0
/proc/201331/statm: 96273 85779 544 696 0 95434 0
Current children cumulated CPU time: 3274.09 s
Current children cumulated vsize: 2328156 KiB
Current children cumulated memory: 1020588 KiB

[startup+3342.3 s]
/proc/loadavg: 1.17 1.12 1.57 2/247 201776
/proc/meminfo: memFree=127610092/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1938872 memory=674528 CPUtime=499 cores=1,3
/proc/201309/stat : 201309 (python3) S 201304 201304 197761 0 -1 4194304 148516 0 0 0 49871 29 0 0 20 0 1 0 238762343 1985404928 168632 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 484718 168632 8163 1 0 456076 0
[pid=201331] ppid=201309 vsize=401476 memory=349260 CPUtime=2834.95 cores=1,3
/proc/201331/stat : 201331 (naps-1.03a6) R 201309 201331 201331 0 -1 4194304 215108 0 0 0 283359 136 0 0 20 0 1 0 238812393 411111424 87315 18446744073709551615 4198400 7047149 140725184797440 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13352960 140725184805263 140725184805361 140725184805361 140725184810953 0
/proc/201331/statm: 100369 87315 544 696 0 99530 0
Current children cumulated CPU time: 3333.95 s
Current children cumulated vsize: 2344540 KiB
Current children cumulated memory: 1026732 KiB

[startup+3402.3 s]
/proc/loadavg: 1.12 1.11 1.53 2/247 201778
/proc/meminfo: memFree=127547428/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1938872 memory=674528 CPUtime=499 cores=1,3
/proc/201309/stat : 201309 (python3) S 201304 201304 197761 0 -1 4194304 148516 0 0 0 49871 29 0 0 20 0 1 0 238762343 1985404928 168632 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 484718 168632 8163 1 0 456076 0
[pid=201331] ppid=201309 vsize=467016 memory=413092 CPUtime=2894.82 cores=1,3
/proc/201331/stat : 201331 (naps-1.03a6) R 201309 201331 201331 0 -1 4194304 217647 0 0 0 289344 138 0 0 20 0 1 0 238812393 478224384 103273 18446744073709551615 4198400 7047149 140725184797440 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13352960 140725184805263 140725184805361 140725184805361 140725184810953 0
/proc/201331/statm: 116754 103273 544 696 0 115915 0
Current children cumulated CPU time: 3393.82 s
Current children cumulated vsize: 2410080 KiB
Current children cumulated memory: 1090564 KiB

[startup+3462.3 s]
/proc/loadavg: 1.16 1.12 1.51 2/247 201779
/proc/meminfo: memFree=127599596/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1938872 memory=674528 CPUtime=499 cores=1,3
/proc/201309/stat : 201309 (python3) S 201304 201304 197761 0 -1 4194304 148516 0 0 0 49871 29 0 0 20 0 1 0 238762343 1985404928 168632 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 484718 168632 8163 1 0 456076 0
[pid=201331] ppid=201309 vsize=401480 memory=353700 CPUtime=2954.69 cores=1,3
/proc/201331/stat : 201331 (naps-1.03a6) R 201309 201331 201331 0 -1 4194304 228135 0 0 0 295327 142 0 0 20 0 1 0 238812393 411115520 88425 18446744073709551615 4198400 7047149 140725184797440 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13352960 140725184805263 140725184805361 140725184805361 140725184810953 0
/proc/201331/statm: 100370 88425 544 696 0 99531 0
Current children cumulated CPU time: 3453.69 s
Current children cumulated vsize: 2344544 KiB
Current children cumulated memory: 1031172 KiB

[startup+3522.3 s]
/proc/loadavg: 1.12 1.11 1.48 2/246 201781
/proc/meminfo: memFree=127577700/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1938872 memory=674528 CPUtime=499 cores=1,3
/proc/201309/stat : 201309 (python3) S 201304 201304 197761 0 -1 4194304 148516 0 0 0 49871 29 0 0 20 0 1 0 238762343 1985404928 168632 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 484718 168632 8163 1 0 456076 0
[pid=201331] ppid=201309 vsize=417864 memory=357796 CPUtime=3014.56 cores=1,3
/proc/201331/stat : 201331 (naps-1.03a6) R 201309 201331 201331 0 -1 4194304 240800 0 0 0 301308 148 0 0 20 0 1 0 238812393 427892736 89449 18446744073709551615 4198400 7047149 140725184797440 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13352960 140725184805263 140725184805361 140725184805361 140725184810953 0
/proc/201331/statm: 104466 89449 544 696 0 103627 0
Current children cumulated CPU time: 3513.56 s
Current children cumulated vsize: 2360928 KiB
Current children cumulated memory: 1035268 KiB

[startup+3582.3 s]
/proc/loadavg: 1.09 1.11 1.45 2/246 201783
/proc/meminfo: memFree=127596460/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1938872 memory=674528 CPUtime=499 cores=1,3
/proc/201309/stat : 201309 (python3) S 201304 201304 197761 0 -1 4194304 148516 0 0 0 49871 29 0 0 20 0 1 0 238762343 1985404928 168632 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 484718 168632 8163 1 0 456076 0
[pid=201331] ppid=201309 vsize=409672 memory=351392 CPUtime=3074.42 cores=1,3
/proc/201331/stat : 201331 (naps-1.03a6) R 201309 201331 201331 0 -1 4194304 252812 0 0 0 307288 154 0 0 20 0 1 0 238812393 419504128 87848 18446744073709551615 4198400 7047149 140725184797440 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13352960 140725184805263 140725184805361 140725184805361 140725184810953 0
/proc/201331/statm: 102418 87848 544 696 0 101579 0
Current children cumulated CPU time: 3573.42 s
Current children cumulated vsize: 2352736 KiB
Current children cumulated memory: 1028864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]*
/proc/loadavg: 1.13 1.11 1.45 2/247 201786
/proc/meminfo: memFree=127592740/131250000 swapFree=33008868/33010684
[pid=201304] ppid=201301 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/201304/stat : 201304 (scip-naps-1.00a) S 201301 201304 197761 0 -1 4194304 260 342 0 0 0 0 0 0 20 0 1 0 238762341 4292608 736 18446744073709551615 94337880727552 94337881622085 140736695643504 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94337881861136 94337881908880 94337889607680 140736695650715 140736695650814 140736695650814 140736695656418 0
/proc/201304/statm: 1048 736 672 219 0 110 0
[pid=201309] ppid=201304 vsize=1938872 memory=674528 CPUtime=499 cores=1,3
/proc/201309/stat : 201309 (python3) S 201304 201304 197761 0 -1 4194304 148516 0 0 0 49871 29 0 0 20 0 1 0 238762343 1985404928 168632 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 484718 168632 8163 1 0 456076 0
[pid=201331] ppid=201309 vsize=434248 memory=369908 CPUtime=3101.06 cores=1,3
/proc/201331/stat : 201331 (naps-1.03a6) R 201309 201331 201331 0 -1 4194304 258601 0 0 0 309950 156 0 0 20 0 1 0 238812393 444669952 92477 18446744073709551615 4198400 7047149 140725184797440 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 13352960 140725184805263 140725184805361 140725184805361 140725184810953 0
/proc/201331/statm: 108562 92477 544 696 0 107723 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2377312 KiB
Current children cumulated memory: 1047380 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002486 s, system=0.004365 s

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

# cumulated CPU time of all completed processes:  user=3598.55 s, system=1.96107 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+3609.21 s]
/proc/loadavg: 1.13 1.11 1.45 2/245 201786
/proc/meminfo: memFree=127945416/131250000 swapFree=33008868/33010684
[pid=201309] ppid=201301 vsize=1938872 memory=674528 CPUtime=3600.27 cores=1,3
/proc/201309/stat : 201309 (python3) R 201301 201304 197761 0 -1 4194304 191369 258602 0 0 49888 32 309950 157 20 0 1 0 238762343 1985404928 168632 18446744073709551615 94233737969664 94233737970041 140726206752208 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94233737981336 94233737981956 94233756180480 140726206757199 140726206757408 140726206757408 140726206762983 0
/proc/201309/statm: 484718 168632 8163 1 0 456076 0
Current cumulated CPU time of completed processes: 0.006851 s
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 1938872 KiB
Current children cumulated memory: 674528 KiB

[startup+3609.4 s]*
/proc/loadavg: 1.13 1.11 1.45 2/245 201786
/proc/meminfo: memFree=128204460/131250000 swapFree=33008868/33010684
Current cumulated CPU time of completed processes: 0.006851 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3609.42
CPU time (s): 3600.51
CPU user time (s): 3598.55
CPU system time (s): 1.96107
CPU usage (%): 99.753
Max. virtual memory (cumulated for all children) (KiB): 2647056
Max. memory (cumulated for all children) (KiB): 1264072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.55
system time used= 1.96107
maximum resident set size= 674528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 494122
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 387
involuntary context switches= 6481


# summary of solver processes directly reported to runsolver:
#   pid: 201304,201309
#   total CPU time (s): 3600.51
#   total CPU user time (s): 3598.55
#   total CPU system time (s): 1.96107

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.81588 second user time and 15.4417 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-23 02:33:41
IDJOB=4545446
IDBENCH=180858
IDSOLVER=3388
FILE ID=nodeC013/4545446-1753230821
RUNJOBID= nodeC013-1753222587-197773
SLURM_JOB_ID= 9687822
Free space on /tmp= 432996 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-MisteryShopper-mini-5-10-2-6-0_c24.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545446-1753230821/watcher-4545446-1753230821 -o /tmp/evaluation-result-4545446-1753230821/solver-4545446-1753230821 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753222587-197773 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4545446-1753230821.opb

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

MD5SUM BENCH= 533dc96f2f67a4db8413c4c2a7be8312
RANDOM SEED=1584982333

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.795
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		: 3599.833
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		: 3599.142
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		: 3584.039
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.744
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.842
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		: 3462.351
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		: 3601.212
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:        123700552 kB
MemAvailable:   124803072 kB
Buffers:            1668 kB
Cached:          1842860 kB
SwapCached:           52 kB
Active:          5797392 kB
Inactive:         984900 kB
Active(anon):    4954316 kB
Inactive(anon):     4872 kB
Active(file):     843076 kB
Inactive(file):   980028 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008868 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7776 kB
Writeback:            28 kB
AnonPages:       4936240 kB
Mapped:           133552 kB
Shmem:             21424 kB
KReclaimable:     236912 kB
Slab:             334324 kB
SReclaimable:     236912 kB
SUnreclaim:        97412 kB
KernelStack:        4336 kB
PageTables:        13680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9292316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    913408 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= 433032 MiB
End job on nodeC013 at 2025-07-23 03:33:50