Trace number 4542248

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.44 3610.03

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height19_pigeons18_holes17.opb
MD5SUM664376cebc4ace2a9adeb41aa7b140b0
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 benchmark4.20328
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables64680
Total number of constraints8494
Number of constraints which are clauses4352
Number of constraints which are cardinality constraints (but not clauses)3362
Number of constraints which are nor clauses,nor cardinality constraints780
Minimum length of a constraint17
Maximum length of a constraint22
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 25
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

751.71/753.73	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4542248-1753214888.opb
751.71/753.73	c Solving mode: decision
751.71/753.73	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
751.71/753.73	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
751.71/753.73	c original problem has 64680 variables (64680 bin, 0 int, 0 impl, 0 cont) and 8494 constraints
751.71/753.73	c presolving:
751.71/753.73	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5114 upgd conss, 0 impls, 3360 clqs
751.71/753.73	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 8494 upgd conss, 0 impls, 3360 clqs
751.71/753.73	c    (1.4s) probing: 51/64680 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
751.71/753.73	c    (1.4s) probing aborted: 50/50 successive totally useless probings
751.71/753.73	c    (1.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
751.71/753.73	c symmetry computation terminated early, because number of nodes 10000000 in Nauty's search tree exceeds limit of 10000000
751.71/753.73	c for running full symmetry detection, increase value of parameter propagating/symmetry/nautymaxnnodes
751.71/753.73	c    (752.9s) symmetry computation finished: 989 generators found (max: 989, log10 of symmetry group size: 5460.0) (symcode time: 751.24)
751.71/753.73	c dynamic symmetry handling statistics:
751.71/753.73	c    orbitopal reduction:       no components
751.71/753.73	c    orbital reduction:         no components
751.71/753.73	c    lexicographic reduction:   no permutations
751.71/753.73	c handled 1 out of 56 symmetry components
751.71/753.73	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
751.71/753.73	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 8 changed coefficients
751.71/753.73	c  0 implications, 3360 cliques
751.71/753.73	c presolving was interrupted.
751.71/753.73	c Presolving Time: 752.65
751.71/753.73	c presolving:
751.71/753.73	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
751.71/753.73	c  0 deleted vars, 0 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 8 changed coefficients
751.71/753.73	c  0 implications, 3360 cliques
751.71/753.73	c presolving was interrupted.
751.71/753.73	c Presolving Time: 752.65
751.71/753.73	c 
751.71/753.73	c SCIP Status        : solving was interrupted [time limit reached]
751.71/753.73	c Solving Time (sec) : 752.89
751.71/753.73	c Solving Nodes      : 0
751.71/753.73	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
751.71/753.73	c ----------------------------------------------------------------------
751.71/753.73	c dual bound: -1e+20 -> -100000000000000000000
751.71/753.73	c primal bound: 1e+20 -> 100000000000000000000
751.71/753.73	c scip-goal-lb: -100000000000000000000
751.71/753.73	c scip-goal-ub: 100000000000000000000
751.71/753.73	c writing output to: HOME/tmp7o73p720.opb
751.71/753.73	c appending fixed variable constraints
751.71/753.73	c scip-fixed vars: 0.00% (0/64680)
751.71/753.73	c ----------------------------------------------------------------------
751.71/753.73	c executing external solver: HOME/naps-1.03a6
751.71/753.73	c ----------------------------------------------------------------------
751.71/753.73	c command: HOME/naps-1.03a6 HOME/tmp7o73p720.opb
751.71/753.73	c NaPS 1.03a6.
751.71/753.73	c Input file name: HOME/tmp7o73p720.opb
3600.09/3609.70	c
3600.09/3609.70	c *** TERMINATED *** by signal 15
3600.09/3609.70	c s UNKNOWN
3600.09/3609.70	c _____________________________________________________________________________
3600.09/3609.70	c std/band forms        : 4142,0
3600.09/3609.70	c 2cl/3cl ITE-codings   : 0,0
3600.09/3609.70	c BDD/srt/adr Max costs : 0,238,0
3600.09/3609.70	c BDDraw/bin/mul/srt/adr: 0,0,0,4142,0
3600.09/3609.70	c BDD nodes             : 0
3600.09/3609.70	c Es1/CC detections     : 0,0
3600.09/3609.70	c CC sort               : 4142
3600.09/3609.70	c SAT/UNSAT calls       : 0,0
3600.09/3609.70	c regenrated variables  : 0
3600.09/3609.70	c eliminated fixed lits : 0
3600.09/3609.70	c goal lit flips        : 0
3600.09/3609.70	c goal stages           : 0
3600.09/3609.70	c goal shrink           : 0
3600.09/3609.70	c goal coeff separations: 0
3600.09/3609.70	c restarts              : 0
3600.09/3609.70	c conflicts             : 0              (0 /sec)
3600.09/3609.70	c decisions             : 0              (0 /sec)
3600.09/3609.70	c propagations          : 0              (0 /sec)
3600.09/3609.70	c inspects              : 0              (0 /sec)
3600.09/3609.70	c CPU time (solving tm) : 2844 s        (2844 s, SAT 0 s, UNSAT 0 s)
3600.09/3609.70	c Time for Opt-base     : 0.02413 s
3600.09/3609.70	c Steps for Opt-base    : 0
3600.09/3609.70	c Time for BDD coding   : 0 s
3600.09/3609.70	c Time for srt coding   : 0.1904 s
3600.09/3609.70	c _____________________________________________________________________________
3600.09/3609.70	c received SIGTERM, forwarding to pbsolver...
3600.09/3609.70	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: 63837 MiB (63075 MiB free)
  memory of node 1: 64465 MiB (63071 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542248-1753214888/watcher-4542248-1753214888 -o /tmp/evaluation-result-4542248-1753214888/solver-4542248-1753214888 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753211276-193083 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4542248-1753214888.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=193466, runsolver pid=193463
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 4.12 4.17 4.18 4/244 193471
/proc/meminfo: memFree=129170344/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=12508 memory=9856 CPUtime=0.05 cores=1,3
/proc/193471/stat : 193471 (python3) R 193466 193466 193071 0 -1 4194304 1455 0 0 0 5 0 0 0 20 0 1 0 237168000 12808192 2464 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 3127 2464 1184 1 0 1339 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 16700 KiB
Current children cumulated memory: 12800 KiB

[startup+0.219349 s]*
/proc/loadavg: 4.12 4.17 4.18 4/244 193471
/proc/meminfo: memFree=129158500/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1185208 memory=29800 CPUtime=0.16 cores=1,3
/proc/193471/stat : 193471 (python3) R 193466 193466 193071 0 -1 4194304 3270 0 0 0 14 2 0 0 20 0 1 0 237168000 1213652992 7450 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 296302 7450 4802 1 0 268370 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1189400 KiB
Current children cumulated memory: 32744 KiB

[startup+0.322149 s]*
/proc/loadavg: 4.12 4.17 4.18 5/241 193472
/proc/meminfo: memFree=129157924/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1189592 memory=34664 CPUtime=0.24 cores=1,3
/proc/193471/stat : 193471 (python3) R 193466 193466 193071 0 -1 4194304 4293 0 0 0 22 2 0 0 20 0 1 0 237168000 1218142208 8666 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 297398 8666 5058 1 0 269307 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1193784 KiB
Current children cumulated memory: 37608 KiB

[startup+0.700375 s]
/proc/loadavg: 4.12 4.17 4.18 2/249 193489
/proc/meminfo: memFree=129105576/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1281624 memory=133224 CPUtime=0.6 cores=1,3
/proc/193471/stat : 193471 (python3) R 193466 193466 193071 0 -1 4194304 26468 0 0 0 49 11 0 0 20 0 1 0 237168000 1312382976 33306 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 320406 33306 7746 1 0 291764 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 1285816 KiB
Current children cumulated memory: 136168 KiB

[startup+1.5004 s]
/proc/loadavg: 4.12 4.17 4.18 5/252 193518
/proc/meminfo: memFree=128869588/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1415372 memory=254824 CPUtime=1.39 cores=1,3
/proc/193471/stat : 193471 (python3) R 193466 193466 193071 0 -1 4194304 57087 0 0 0 116 23 0 0 20 0 1 0 237168000 1449340928 63706 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 353843 63706 7874 1 0 325201 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 1419564 KiB
Current children cumulated memory: 257768 KiB

[startup+3.1136 s]
/proc/loadavg: 4.12 4.17 4.18 4/252 193545
/proc/meminfo: memFree=126675208/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1694664 memory=430668 CPUtime=2.99 cores=1,3
/proc/193471/stat : 193471 (python3) R 193466 193466 193071 0 -1 4194304 102816 0 0 0 268 31 0 0 20 0 1 0 237168000 1735335936 107667 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 423666 107667 7970 1 0 395024 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 1698856 KiB
Current children cumulated memory: 433612 KiB

[startup+6.30038 s]
/proc/loadavg: 4.19 4.19 4.18 5/257 193589
/proc/meminfo: memFree=123574432/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1762384 memory=502460 CPUtime=6.16 cores=1,3
/proc/193471/stat : 193471 (python3) R 193466 193466 193071 0 -1 4194304 119749 0 0 0 581 35 0 0 20 0 1 0 237168000 1804681216 125615 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 440596 125615 7970 1 0 411954 0
Current children cumulated CPU time: 6.16 s
Current children cumulated vsize: 1766576 KiB
Current children cumulated memory: 505404 KiB

[startup+12.7004 s]
/proc/loadavg: 4.18 4.18 4.18 5/257 193589
/proc/meminfo: memFree=122617116/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1833132 memory=574268 CPUtime=12.54 cores=1,3
/proc/193471/stat : 193471 (python3) R 193466 193466 193071 0 -1 4194304 137711 0 0 0 1215 39 0 0 20 0 1 0 237168000 1877127168 143567 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 458283 143567 7970 1 0 429641 0
Current children cumulated CPU time: 12.54 s
Current children cumulated vsize: 1837324 KiB
Current children cumulated memory: 577212 KiB

[startup+25.5004 s]
/proc/loadavg: 4.14 4.17 4.18 5/257 193589
/proc/meminfo: memFree=120462988/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1833132 memory=574524 CPUtime=25.3 cores=1,3
/proc/193471/stat : 193471 (python3) R 193466 193466 193071 0 -1 4194304 137773 0 0 0 2491 39 0 0 20 0 1 0 237168000 1877127168 143631 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 458283 143631 7970 1 0 429641 0
Current children cumulated CPU time: 25.3 s
Current children cumulated vsize: 1837324 KiB
Current children cumulated memory: 577468 KiB

[startup+51.1137 s]
/proc/loadavg: 4.17 4.18 4.18 5/256 193590
/proc/meminfo: memFree=120125156/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1833132 memory=574524 CPUtime=50.83 cores=1,3
/proc/193471/stat : 193471 (python3) R 193466 193466 193071 0 -1 4194304 137773 0 0 0 5044 39 0 0 20 0 1 0 237168000 1877127168 143631 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 458283 143631 7970 1 0 429641 0
Current children cumulated CPU time: 50.83 s
Current children cumulated vsize: 1837324 KiB
Current children cumulated memory: 577468 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.16 4.18 5/256 193593
/proc/meminfo: memFree=119998780/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1833132 memory=580028 CPUtime=101.84 cores=1,3
/proc/193471/stat : 193471 (python3) R 193466 193466 193071 0 -1 4194304 137774 0 0 0 10145 39 0 0 20 0 1 0 237168000 1877127168 145007 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 458283 145007 7970 1 0 429641 0
Current children cumulated CPU time: 101.84 s
Current children cumulated vsize: 1837324 KiB
Current children cumulated memory: 582972 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.16 4.18 5/256 193594
/proc/meminfo: memFree=119684484/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1833132 memory=580412 CPUtime=161.69 cores=1,3
/proc/193471/stat : 193471 (python3) R 193466 193466 193071 0 -1 4194304 137774 0 0 0 16130 39 0 0 20 0 1 0 237168000 1877127168 145103 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 458283 145103 7970 1 0 429641 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 1837324 KiB
Current children cumulated memory: 583356 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.15 4.17 5/256 193596
/proc/meminfo: memFree=119185116/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1833132 memory=586428 CPUtime=221.55 cores=1,3
/proc/193471/stat : 193471 (python3) R 193466 193466 193071 0 -1 4194304 137779 0 0 0 22115 40 0 0 20 0 1 0 237168000 1877127168 146607 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 458283 146607 7970 1 0 429641 0
Current children cumulated CPU time: 221.55 s
Current children cumulated vsize: 1837324 KiB

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

/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1852588 memory=611352 CPUtime=751.74 cores=1,3
/proc/193471/stat : 193471 (python3) S 193466 193466 193071 0 -1 4194304 147337 0 0 0 75130 44 0 0 20 0 1 0 237168000 1897050112 152838 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 463147 152838 8002 1 0 434505 0
[pid=193626] ppid=193471 vsize=273372 memory=222296 CPUtime=2462 cores=1,3
/proc/193626/stat : 193626 (naps-1.03a6) R 193471 193626 193626 0 -1 4194304 578496 0 0 0 245853 347 0 0 20 0 1 0 237243370 279932928 55574 18446744073709551615 4198400 7047149 140723103657376 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32399360 140723103664527 140723103664625 140723103664625 140723103670217 0
/proc/193626/statm: 68343 55574 544 696 0 67504 0
Current children cumulated CPU time: 3213.74 s
Current children cumulated vsize: 2130152 KiB
Current children cumulated memory: 836592 KiB

[startup+3282.3 s]
/proc/loadavg: 4.52 4.22 4.18 5/259 193757
/proc/meminfo: memFree=108851644/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1852588 memory=611352 CPUtime=751.74 cores=1,3
/proc/193471/stat : 193471 (python3) S 193466 193466 193071 0 -1 4194304 147337 0 0 0 75130 44 0 0 20 0 1 0 237168000 1897050112 152838 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 463147 152838 8002 1 0 434505 0
[pid=193626] ppid=193471 vsize=273372 memory=239532 CPUtime=2521.83 cores=1,3
/proc/193626/stat : 193626 (naps-1.03a6) R 193471 193626 193626 0 -1 4194304 587834 0 0 0 251829 354 0 0 20 0 1 0 237243370 279932928 59883 18446744073709551615 4198400 7047149 140723103657376 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32399360 140723103664527 140723103664625 140723103664625 140723103670217 0
/proc/193626/statm: 68343 59883 544 696 0 67504 0
Current children cumulated CPU time: 3273.57 s
Current children cumulated vsize: 2130152 KiB
Current children cumulated memory: 853828 KiB

[startup+3342.3 s]
/proc/loadavg: 4.59 4.31 4.21 5/258 193759
/proc/meminfo: memFree=108834128/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1852588 memory=611352 CPUtime=751.74 cores=1,3
/proc/193471/stat : 193471 (python3) S 193466 193466 193071 0 -1 4194304 147337 0 0 0 75130 44 0 0 20 0 1 0 237168000 1897050112 152838 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 463147 152838 8002 1 0 434505 0
[pid=193626] ppid=193471 vsize=273372 memory=249768 CPUtime=2581.67 cores=1,3
/proc/193626/stat : 193626 (naps-1.03a6) R 193471 193626 193626 0 -1 4194304 598870 0 0 0 257805 362 0 0 20 0 1 0 237243370 279932928 62442 18446744073709551615 4198400 7047149 140723103657376 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32399360 140723103664527 140723103664625 140723103664625 140723103670217 0
/proc/193626/statm: 68343 62442 544 696 0 67504 0
Current children cumulated CPU time: 3333.41 s
Current children cumulated vsize: 2130152 KiB
Current children cumulated memory: 864064 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.27 4.20 5/259 193768
/proc/meminfo: memFree=108845500/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1852588 memory=611352 CPUtime=751.74 cores=1,3
/proc/193471/stat : 193471 (python3) S 193466 193466 193071 0 -1 4194304 147337 0 0 0 75130 44 0 0 20 0 1 0 237168000 1897050112 152838 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 463147 152838 8002 1 0 434505 0
[pid=193626] ppid=193471 vsize=273372 memory=255916 CPUtime=2641.51 cores=1,3
/proc/193626/stat : 193626 (naps-1.03a6) R 193471 193626 193626 0 -1 4194304 604792 0 0 0 263784 367 0 0 20 0 1 0 237243370 279932928 63979 18446744073709551615 4198400 7047149 140723103657376 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32399360 140723103664527 140723103664625 140723103664625 140723103670217 0
/proc/193626/statm: 68343 63979 544 696 0 67504 0
Current children cumulated CPU time: 3393.25 s
Current children cumulated vsize: 2130152 KiB
Current children cumulated memory: 870212 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.23 4.19 5/259 193771
/proc/meminfo: memFree=108840500/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1852588 memory=611352 CPUtime=751.74 cores=1,3
/proc/193471/stat : 193471 (python3) S 193466 193466 193071 0 -1 4194304 147337 0 0 0 75130 44 0 0 20 0 1 0 237168000 1897050112 152838 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 463147 152838 8002 1 0 434505 0
[pid=193626] ppid=193471 vsize=273372 memory=262056 CPUtime=2701.35 cores=1,3
/proc/193626/stat : 193626 (naps-1.03a6) R 193471 193626 193626 0 -1 4194304 619901 0 0 0 269758 377 0 0 20 0 1 0 237243370 279932928 65514 18446744073709551615 4198400 7047149 140723103657376 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32399360 140723103664527 140723103664625 140723103664625 140723103670217 0
/proc/193626/statm: 68343 65514 544 696 0 67504 0
Current children cumulated CPU time: 3453.09 s
Current children cumulated vsize: 2130152 KiB
Current children cumulated memory: 876352 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.20 4.18 5/258 193773
/proc/meminfo: memFree=108814856/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1852588 memory=611352 CPUtime=751.74 cores=1,3
/proc/193471/stat : 193471 (python3) S 193466 193466 193071 0 -1 4194304 147337 0 0 0 75130 44 0 0 20 0 1 0 237168000 1897050112 152838 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 463147 152838 8002 1 0 434505 0
[pid=193626] ppid=193471 vsize=273372 memory=253864 CPUtime=2761.18 cores=1,3
/proc/193626/stat : 193626 (naps-1.03a6) R 193471 193626 193626 0 -1 4194304 628965 0 0 0 275735 383 0 0 20 0 1 0 237243370 279932928 63466 18446744073709551615 4198400 7047149 140723103657376 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32399360 140723103664527 140723103664625 140723103664625 140723103670217 0
/proc/193626/statm: 68343 63466 544 696 0 67504 0
Current children cumulated CPU time: 3512.92 s
Current children cumulated vsize: 2130152 KiB
Current children cumulated memory: 868160 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.19 4.18 5/258 193775
/proc/meminfo: memFree=108749064/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1852588 memory=611352 CPUtime=751.74 cores=1,3
/proc/193471/stat : 193471 (python3) S 193466 193466 193071 0 -1 4194304 147337 0 0 0 75130 44 0 0 20 0 1 0 237168000 1897050112 152838 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 463147 152838 8002 1 0 434505 0
[pid=193626] ppid=193471 vsize=273372 memory=257960 CPUtime=2821.02 cores=1,3
/proc/193626/stat : 193626 (naps-1.03a6) R 193471 193626 193626 0 -1 4194304 642023 0 0 0 281710 392 0 0 20 0 1 0 237243370 279932928 64490 18446744073709551615 4198400 7047149 140723103657376 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32399360 140723103664527 140723103664625 140723103664625 140723103670217 0
/proc/193626/statm: 68343 64490 544 696 0 67504 0
Current children cumulated CPU time: 3572.76 s
Current children cumulated vsize: 2130152 KiB
Current children cumulated memory: 872256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.10 4.18 4.17 5/258 193776
/proc/meminfo: memFree=108682404/131382116 swapFree=33009904/33010684
[pid=193466] ppid=193463 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/193466/stat : 193466 (scip-naps-1.00a) S 193463 193466 193071 0 -1 4194304 257 342 0 0 0 0 0 0 20 0 1 0 237167996 4292608 736 18446744073709551615 94365421645824 94365422540357 140726867799904 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94365422779408 94365422827152 94365445812224 140726867802523 140726867802622 140726867802622 140726867808226 0
/proc/193466/statm: 1048 736 672 219 0 110 0
[pid=193471] ppid=193466 vsize=1852588 memory=611352 CPUtime=751.74 cores=1,3
/proc/193471/stat : 193471 (python3) S 193466 193466 193071 0 -1 4194304 147337 0 0 0 75130 44 0 0 20 0 1 0 237168000 1897050112 152838 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 463147 152838 8002 1 0 434505 0
[pid=193626] ppid=193471 vsize=273372 memory=255912 CPUtime=2848.35 cores=1,3
/proc/193626/stat : 193626 (naps-1.03a6) R 193471 193626 193626 0 -1 4194304 643821 0 0 0 284441 394 0 0 20 0 1 0 237243370 279932928 63978 18446744073709551615 4198400 7047149 140723103657376 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 32399360 140723103664527 140723103664625 140723103664625 140723103670217 0
/proc/193626/statm: 68343 63978 544 696 0 67504 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2130152 KiB
Current children cumulated memory: 870208 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002956 s, system=0.012929 s

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

# cumulated CPU time of all completed processes:  user=3596 s, system=4.43814 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+3610 s]*
/proc/loadavg: 4.10 4.18 4.17 5/256 193776
/proc/meminfo: memFree=109115792/131382116 swapFree=33009904/33010684
[pid=193471] ppid=193463 vsize=1531832 memory=387172 CPUtime=3600.39 cores=1,3
/proc/193471/stat : 193471 (python3) R 193463 193466 193071 0 -1 4194304 160687 643822 0 0 75157 47 284441 394 20 0 1 0 237168000 1568595968 96793 18446744073709551615 94581938442240 94581938442617 140729987175376 0 0 0 0 16781312 0 0 0 0 17 1 0 0 0 0 0 94581938453912 94581938454532 94581938728960 140729987176783 140729987176992 140729987176992 140729987182567 0
/proc/193471/statm: 382958 96793 8066 1 0 354316 0
Current cumulated CPU time of completed processes: 0.015885 s
Current children cumulated CPU time: 3600.39 s
Current children cumulated vsize: 1531832 KiB
Current children cumulated memory: 387172 KiB

Child status: 0

Real time (s): 3610.03
CPU time (s): 3600.44
CPU user time (s): 3596
CPU system time (s): 4.43814
CPU usage (%): 99.7345
Max. virtual memory (cumulated for all children) (KiB): 2228456
Max. memory (cumulated for all children) (KiB): 917316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596
system time used= 4.43814
maximum resident set size= 611480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 806373
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 379
involuntary context switches= 3709


# summary of solver processes directly reported to runsolver:
#   pid: 193466,193471
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3596
#   total CPU system time (s): 4.43814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5458 second user time and 38.9483 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-22 22:08:08
IDJOB=4542248
IDBENCH=163910
IDSOLVER=3388
FILE ID=nodeC004/4542248-1753214888
RUNJOBID= nodeC004-1753211276-193083
SLURM_JOB_ID= 9687793
Free space on /tmp= 433004 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height19_pigeons18_holes17.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542248-1753214888/watcher-4542248-1753214888 -o /tmp/evaluation-result-4542248-1753214888/solver-4542248-1753214888 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753211276-193083 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4542248-1753214888.opb

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

MD5SUM BENCH= 664376cebc4ace2a9adeb41aa7b140b0
RANDOM SEED=142912460

nodeC004 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.203
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.302
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.206
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.285
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.542
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.287
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.223
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.213
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129177892 kB
MemAvailable:   129801568 kB
Buffers:            2128 kB
Cached:          1372136 kB
SwapCached:           32 kB
Active:          1155560 kB
Inactive:         305172 kB
Active(anon):     102212 kB
Inactive(anon):    10468 kB
Active(file):    1053348 kB
Inactive(file):   294704 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17524 kB
Writeback:             4 kB
AnonPages:         89636 kB
Mapped:           108840 kB
Shmem:             26132 kB
KReclaimable:     230504 kB
Slab:             322980 kB
SReclaimable:     230504 kB
SUnreclaim:        92476 kB
KernelStack:        3920 kB
PageTables:         3064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     370640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432900 MiB
End job on nodeC004 at 2025-07-22 23:08:18