Trace number 4530388

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP-NaPS 1.00a2? (MO) 1187.91 1192.18

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_1_mh.opb
MD5SUMfb79dc5ec425f6747fbd9d81f9d6ccc8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14278749
Best CPU time to get the best result obtained on this benchmark68921.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019600
Biggest coefficient in the objective function 183250432
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 416475778904
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 183250432
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 416475778904
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1018.35/1022.29	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4530388-1752257139.opb
1018.35/1022.29	c Solving mode: optimization
1018.35/1022.29	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
1018.35/1022.29	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
1018.35/1022.29	c original problem has 2000400 variables (2000400 bin, 0 int, 0 impl, 0 cont) and 4920807 constraints
1018.35/1022.29	c presolving:
1018.35/1022.29	c (round 1, fast)       40000 del vars, 19803 del conss, 0 add conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 0 upgd conss, 0 impls, 2925551 clqs
1018.35/1022.29	c (round 2, exhaustive) 40000 del vars, 24753 del conss, 0 add conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 0 upgd conss, 0 impls, 2925551 clqs
1018.35/1022.29	c (round 3, exhaustive) 40000 del vars, 24753 del conss, 0 add conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 4896051 upgd conss, 0 impls, 2925551 clqs
1018.35/1022.29	c (round 4, medium)     40000 del vars, 1004853 del conss, 2910600 add conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 4896051 upgd conss, 0 impls, 5836151 clqs
1018.35/1022.29	c (round 5, exhaustive) 40000 del vars, 4895553 del conss, 3890700 add conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 4896051 upgd conss, 0 impls, 5836151 clqs
1018.35/1022.29	c    (1000.0s) probing: 968/1960400 (0.0%) - 0 fixings, 0 aggregations, 568596 implications, 0 bound changes
1018.35/1022.29	c    (1000.0s) probing aborted: solving stopped
1018.35/1022.29	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
1018.35/1022.29	c  40000 deleted vars, 4895553 deleted constraints, 3890700 added constraints, 300 tightened bounds, 0 added holes, 4950 changed sides, 14850 changed coefficients
1018.35/1022.29	c  0 implications, 6404747 cliques
1018.35/1022.29	c presolving was interrupted.
1018.35/1022.29	c Presolving Time: 988.46
1018.35/1022.29	c presolving:
1018.35/1022.29	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
1018.35/1022.29	c  40000 deleted vars, 4895553 deleted constraints, 3890700 added constraints, 300 tightened bounds, 0 added holes, 4950 changed sides, 14850 changed coefficients
1018.35/1022.29	c  0 implications, 6404747 cliques
1018.35/1022.29	c presolving was interrupted.
1018.35/1022.29	c Presolving Time: 988.46
1018.35/1022.29	c 
1018.35/1022.29	c SCIP Status        : solving was interrupted [time limit reached]
1018.35/1022.29	c Solving Time (sec) : 1000.04
1018.35/1022.29	c Solving Nodes      : 0
1018.35/1022.29	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1018.35/1022.29	c ----------------------------------------------------------------------
1018.35/1022.29	c dual bound: -1e+20 -> -100000000000000000000
1018.35/1022.29	c primal bound: 1e+20 -> 100000000000000000000
1018.35/1022.29	c scip-goal-lb: -100000000000000000000
1018.35/1022.29	c scip-goal-ub: 100000000000000000000
1018.35/1022.29	c writing output to: HOME/tmpjvq06k80.opb
1018.35/1022.29	c appending fixed variable constraints
1018.35/1022.29	c scip-fixed vars: 1.54% (30100/1960400)
1018.35/1022.29	c ----------------------------------------------------------------------
1018.35/1022.29	c executing external solver: HOME/naps-1.03a6
1018.35/1022.29	c ----------------------------------------------------------------------
1018.35/1022.29	c command: HOME/naps-1.03a6 -goal-lb=-100000000000000000000 -goal-ub=99999999999999999999 HOME/tmpjvq06k80.opb
1018.56/1022.51	c NaPS 1.03a6.
1018.56/1022.51	c Input file name: HOME/tmpjvq06k80.opb
1185.40/1189.70	c
1185.40/1189.70	c *** TERMINATED *** by signal 15
1185.40/1189.70	c s UNKNOWN
1185.40/1189.70	c _____________________________________________________________________________
1185.40/1189.70	c std/band forms        : 985357,0
1185.40/1189.70	c 2cl/3cl ITE-codings   : 0,0
1185.40/1189.70	c BDD/srt/adr Max costs : 1659,1674525,0
1185.40/1189.70	c BDDraw/bin/mul/srt/adr: 985250,0,0,107,0
1185.40/1189.70	c BDD nodes             : 4240050
1185.40/1189.70	c Es1/CC detections     : 0,0
1185.40/1189.70	c CC sort               : 104
1185.40/1189.70	c SAT/UNSAT calls       : 0,0
1185.40/1189.70	c regenrated variables  : 0
1185.40/1189.70	c eliminated fixed lits : 70292
1185.40/1189.70	c goal lit flips        : 0
1185.40/1189.70	c goal stages           : 0
1185.40/1189.70	c goal shrink           : 0
1185.40/1189.70	c goal coeff separations: 0
1185.40/1189.70	c restarts              : 0
1185.40/1189.70	c conflicts             : 0              (0 /sec)
1185.40/1189.70	c decisions             : 0              (0 /sec)
1185.40/1189.70	c propagations          : 0              (0 /sec)
1185.40/1189.70	c inspects              : 0              (0 /sec)
1185.40/1189.70	c CPU time (solving tm) : 161.4 s        (0 s, SAT 0 s, UNSAT 0 s)
1185.40/1189.70	c Time for Opt-base     : 0.3826 s
1185.40/1189.70	c Steps for Opt-base    : 0
1185.40/1189.70	c Time for BDD coding   : 11.34 s
1185.40/1189.70	c Time for srt coding   : 69.36 s
1185.40/1189.70	c _____________________________________________________________________________
1185.40/1189.70	c received SIGTERM, forwarding to pbsolver...
1018.58/1189.90	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (54151 MiB free)
  memory of node 1: 64507 MiB (45462 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530388-1752257139/watcher-4530388-1752257139 -o /tmp/evaluation-result-4530388-1752257139/solver-4530388-1752257139 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1752253448-117659 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530388-1752257139.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=118567, runsolver pid=118564

[startup+0.100061 s]*
/proc/loadavg: 4.11 4.11 4.05 5/270 118572
/proc/meminfo: memFree=101969432/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=82676 memory=24944 CPUtime=0.04 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 2880 0 0 0 3 1 0 0 20 0 1 0 141391779 84660224 6236 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 20669 6236 3840 1 0 3898 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 86868 KiB
Current children cumulated memory: 28016 KiB

[startup+0.20579 s]*
/proc/loadavg: 4.11 4.11 4.05 5/270 118572
/proc/meminfo: memFree=101902708/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=1287524 memory=126324 CPUtime=0.14 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 14164 0 0 0 10 4 0 0 20 0 1 0 141391779 1318424576 31581 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 321881 31581 7555 1 0 293239 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1291716 KiB
Current children cumulated memory: 129396 KiB

[startup+0.305859 s]*
/proc/loadavg: 4.11 4.11 4.05 5/270 118572
/proc/meminfo: memFree=101769076/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=1403816 memory=248832 CPUtime=0.25 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 38143 0 0 0 16 9 0 0 20 0 1 0 141391779 1437507584 62208 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 350954 62208 7555 1 0 322312 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1408008 KiB
Current children cumulated memory: 251904 KiB

[startup+0.700199 s]
/proc/loadavg: 4.11 4.11 4.05 5/270 118572
/proc/meminfo: memFree=101591668/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=1766644 memory=611704 CPUtime=0.63 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 126312 0 0 0 43 20 0 0 20 0 1 0 141391779 1809043456 152926 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 441661 152926 7555 1 0 413019 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1770836 KiB
Current children cumulated memory: 614776 KiB

[startup+1.50019 s]
/proc/loadavg: 4.11 4.11 4.05 6/270 118572
/proc/meminfo: memFree=101113804/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=2367496 memory=1209896 CPUtime=1.43 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 257970 0 0 0 103 40 0 0 20 0 1 0 141391779 2424315904 302474 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 591874 302474 7587 1 0 563232 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 2371688 KiB
Current children cumulated memory: 1212968 KiB

[startup+3.10543 s]
/proc/loadavg: 4.11 4.11 4.05 6/270 118572
/proc/meminfo: memFree=100191848/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=3015404 memory=1856168 CPUtime=3.03 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 419585 0 0 0 240 63 0 0 20 0 1 0 141391779 3087773696 464042 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 753851 464042 7587 1 0 725209 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 3019596 KiB
Current children cumulated memory: 1859240 KiB

[startup+6.30016 s]
/proc/loadavg: 4.10 4.11 4.05 6/270 118572
/proc/meminfo: memFree=99126204/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=4099156 memory=2940488 CPUtime=6.22 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 678914 0 0 0 521 101 0 0 20 0 1 0 141391779 4197535744 735122 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 1024789 735122 7587 1 0 996147 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 4103348 KiB
Current children cumulated memory: 2943560 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.13 4.06 6/271 118574
/proc/meminfo: memFree=97902896/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=5397204 memory=4233816 CPUtime=12.6 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 964952 0 0 0 1117 143 0 0 20 0 1 0 141391779 5526736896 1058454 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 1349301 1058454 7587 1 0 1320659 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 5401396 KiB
Current children cumulated memory: 4236888 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.12 4.06 6/271 118574
/proc/meminfo: memFree=89754824/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=11140268 memory=9973160 CPUtime=25.37 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 2273556 0 0 0 2184 353 0 0 20 0 1 0 141391779 11407634432 2493290 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 2785067 2493290 7779 1 0 2756425 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 11144460 KiB
Current children cumulated memory: 9976232 KiB

[startup+51.1054 s]
/proc/loadavg: 4.16 4.13 4.06 6/271 118575
/proc/meminfo: memFree=90321212/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=12376484 memory=10996624 CPUtime=50.89 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 2394652 0 0 0 4708 381 0 0 20 0 1 0 141391779 12673519616 2749156 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 3094121 2749156 7875 1 0 3065479 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 12380676 KiB
Current children cumulated memory: 10999696 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.14 4.07 6/270 118577
/proc/meminfo: memFree=86465376/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=15151532 memory=13750832 CPUtime=101.93 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 2915614 0 0 0 9715 478 0 0 20 0 1 0 141391779 15515168768 3437708 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 3787883 3437708 7907 1 0 3759241 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 15155724 KiB
Current children cumulated memory: 13753904 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.12 4.07 6/270 118579
/proc/meminfo: memFree=83984040/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=16144820 memory=14784428 CPUtime=161.73 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 2948335 0 0 0 15669 504 0 0 20 0 1 0 141391779 16532295680 3696107 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 4036205 3696107 7939 1 0 4007563 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 16149012 KiB
Current children cumulated memory: 14787500 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.11 4.07 6/270 118581
/proc/meminfo: memFree=83397912/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=16144820 memory=14784428 CPUtime=221.52 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 2949421 0 0 0 21644 508 0 0 20 0 1 0 141391779 16532295680 3696107 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 4036205 3696107 7939 1 0 4007563 0
Current children cumulated CPU time: 221.53 s

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

/proc/loadavg: 4.04 4.08 4.08 6/271 118616
/proc/meminfo: memFree=80415592/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=16154536 memory=14789412 CPUtime=938.73 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 2961358 0 0 0 93328 545 0 0 20 0 1 0 141391779 16542244864 3697353 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 4038634 3697353 7939 1 0 4009992 0
Current children cumulated CPU time: 938.74 s
Current children cumulated vsize: 16158728 KiB
Current children cumulated memory: 14792484 KiB

[startup+1002.3 s]
/proc/loadavg: 4.12 4.09 4.08 6/272 118626
/proc/meminfo: memFree=77429224/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=16154536 memory=14789412 CPUtime=998.52 cores=0,2
/proc/118572/stat : 118572 (python3) R 118567 118567 117649 0 -1 4194304 2962362 0 0 0 99304 548 0 0 20 0 1 0 141391779 16542244864 3697353 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 4038634 3697353 7939 1 0 4009992 0
Current children cumulated CPU time: 998.53 s
Current children cumulated vsize: 16158728 KiB
Current children cumulated memory: 14792484 KiB

[startup+1062.3 s]
/proc/loadavg: 4.15 4.10 4.09 6/274 118630
/proc/meminfo: memFree=73482140/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=17361612 memory=15996936 CPUtime=1018.55 cores=0,2
/proc/118572/stat : 118572 (python3) S 118567 118567 117649 0 -1 4194304 3242213 0 0 0 101238 617 0 0 20 0 1 0 141391779 17778290688 3999234 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 4340403 3999234 8003 1 0 4311761 0
[pid=118628] ppid=118572 vsize=2119180 memory=2021292 CPUtime=39.78 cores=0,2
/proc/118628/stat : 118628 (naps-1.03a6) R 118572 118628 118628 0 -1 4194304 417183 0 0 0 3881 97 0 0 20 0 1 0 141494015 2170040320 505323 18446744073709551615 4198400 7047149 140733551440784 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 17719296 140733551446353 140733551446513 140733551446513 140733551452105 0
/proc/118628/statm: 529795 505323 544 696 0 528956 0
Current children cumulated CPU time: 1058.34 s
Current children cumulated vsize: 19484984 KiB
Current children cumulated memory: 18021300 KiB

[startup+1122.3 s]
/proc/loadavg: 4.14 4.11 4.09 6/274 118633
/proc/meminfo: memFree=70015736/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=17361612 memory=15996936 CPUtime=1018.55 cores=0,2
/proc/118572/stat : 118572 (python3) S 118567 118567 117649 0 -1 4194304 3242213 0 0 0 101238 617 0 0 20 0 1 0 141391779 17778290688 3999234 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 4340403 3999234 8003 1 0 4311761 0
[pid=118628] ppid=118572 vsize=5563652 memory=5413452 CPUtime=99.62 cores=0,2
/proc/118628/stat : 118628 (naps-1.03a6) R 118572 118628 118628 0 -1 4194304 749939 0 0 0 9746 216 0 0 20 0 1 0 141494015 5697179648 1353363 18446744073709551615 4198400 7047149 140733551440784 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 17719296 140733551446353 140733551446513 140733551446513 140733551452105 0
/proc/118628/statm: 1390913 1353363 544 696 0 1390074 0
Current children cumulated CPU time: 1118.18 s
Current children cumulated vsize: 22929456 KiB
Current children cumulated memory: 21413460 KiB

[startup+1182.3 s]
/proc/loadavg: 4.11 4.11 4.09 6/273 118635
/proc/meminfo: memFree=65950412/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=17361612 memory=15996936 CPUtime=1018.55 cores=0,2
/proc/118572/stat : 118572 (python3) S 118567 118567 117649 0 -1 4194304 3242213 0 0 0 101238 617 0 0 20 0 1 0 141391779 17778290688 3999234 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 4340403 3999234 8003 1 0 4311761 0
[pid=118628] ppid=118572 vsize=10386516 memory=9735216 CPUtime=159.46 cores=0,2
/proc/118628/stat : 118628 (naps-1.03a6) R 118572 118628 118628 0 -1 4194304 1034215 0 0 0 15506 440 0 0 20 0 1 0 141494015 10635792384 2433804 18446744073709551615 4198400 7047149 140733551440784 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 17719296 140733551446353 140733551446513 140733551446513 140733551452105 0
/proc/118628/statm: 2596629 2433804 544 696 0 2595790 0
Current children cumulated CPU time: 1178.02 s
Current children cumulated vsize: 27752320 KiB
Current children cumulated memory: 25735224 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1189.7 s]
/proc/loadavg: 4.10 4.10 4.09 6/273 118635
/proc/meminfo: memFree=63232228/131249996 swapFree=33010672/33010684
[pid=118567] ppid=118564 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/118567/stat : 118567 (scip-naps-1.00a) S 118564 118567 117649 0 -1 4194304 261 3397 0 0 0 0 0 1 20 0 1 0 141391775 4292608 768 18446744073709551615 94606847328256 94606848222789 140737352808608 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94606848461840 94606848509584 94606861389824 140737352812955 140737352813054 140737352813054 140737352818658 0
/proc/118567/statm: 1048 768 704 219 0 110 0
[pid=118572] ppid=118567 vsize=17361612 memory=15996936 CPUtime=1018.55 cores=0,2
/proc/118572/stat : 118572 (python3) S 118567 118567 117649 0 -1 4194304 3242213 0 0 0 101238 617 0 0 20 0 1 0 141391779 17778290688 3999234 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 4340403 3999234 8003 1 0 4311761 0
[pid=118628] ppid=118572 vsize=14791928 memory=12901904 CPUtime=166.84 cores=0,2
/proc/118628/stat : 118628 (naps-1.03a6) R 118572 118628 118628 0 -1 4194304 1365759 0 0 0 16136 548 0 0 20 0 1 0 141494015 15146934272 3225476 18446744073709551615 4198400 7047149 140733551440784 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 17719296 140733551446353 140733551446513 140733551446513 140733551452105 0
/proc/118628/statm: 3697982 3225476 544 696 0 3697143 0
Current children cumulated CPU time: 1185.4 s
Current children cumulated vsize: 32157732 KiB
Current children cumulated memory: 28901912 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

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

[startup+1190.4 s]
/proc/loadavg: 4.10 4.10 4.09 6/271 118635
/proc/meminfo: memFree=74685812/131249996 swapFree=33010672/33010684
[pid=118572] ppid=118564 vsize=17338324 memory=15973696 CPUtime=1186.09 cores=0,2
/proc/118572/stat : 118572 (python3) R 118564 118567 117649 0 -1 4194304 3483225 1365761 0 0 101275 629 16136 569 20 0 1 0 141391779 17754443776 3993424 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 4334581 3993424 8003 1 0 4305939 0
Current cumulated CPU time of completed processes: 0.029094 s
Current children cumulated CPU time: 1186.09 s
Current children cumulated vsize: 17338324 KiB
Current children cumulated memory: 15973696 KiB

[startup+1191.2 s]
/proc/loadavg: 4.09 4.10 4.09 6/271 118635
/proc/meminfo: memFree=75156728/131249996 swapFree=33010672/33010684
[pid=118572] ppid=118564 vsize=17338324 memory=15973696 CPUtime=1186.88 cores=0,2
/proc/118572/stat : 118572 (python3) R 118564 118567 117649 0 -1 4194304 3572112 1365761 0 0 101349 634 16136 569 20 0 1 0 141391779 17754443776 3993424 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 4334581 3993424 8003 1 0 4305939 0
Current cumulated CPU time of completed processes: 0.029094 s
Current children cumulated CPU time: 1186.88 s
Current children cumulated vsize: 17338324 KiB
Current children cumulated memory: 15973696 KiB

[startup+1191.6 s]
/proc/loadavg: 4.09 4.10 4.09 6/271 118635
/proc/meminfo: memFree=75156728/131249996 swapFree=33010672/33010684
[pid=118572] ppid=118564 vsize=17338324 memory=15973696 CPUtime=1187.28 cores=0,2
/proc/118572/stat : 118572 (python3) R 118564 118567 117649 0 -1 4194304 3606534 1365761 0 0 101387 636 16136 569 20 0 1 0 141391779 17754443776 3993424 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 4334581 3993424 8003 1 0 4305939 0
Current cumulated CPU time of completed processes: 0.029094 s
Current children cumulated CPU time: 1187.28 s
Current children cumulated vsize: 17338324 KiB
Current children cumulated memory: 15973696 KiB

[startup+1191.7 s]
/proc/loadavg: 4.09 4.10 4.09 6/271 118635
/proc/meminfo: memFree=75156728/131249996 swapFree=33010672/33010684
[pid=118572] ppid=118564 vsize=17338324 memory=15973696 CPUtime=1187.38 cores=0,2
/proc/118572/stat : 118572 (python3) R 118564 118567 117649 0 -1 4194304 3624822 1365761 0 0 101396 637 16136 569 20 0 1 0 141391779 17754443776 3993424 18446744073709551615 93940485124096 93940485124473 140731704894448 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 93940485135768 93940485136388 93940505808896 140731704895838 140731704896032 140731704896032 140731704901607 0
/proc/118572/statm: 4334581 3993424 8003 1 0 4305939 0
Current cumulated CPU time of completed processes: 0.029094 s
Current children cumulated CPU time: 1187.38 s
Current children cumulated vsize: 17338324 KiB
Current children cumulated memory: 15973696 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1192.18
CPU time (s): 1187.91
CPU user time (s): 1175.35
CPU system time (s): 12.5617
CPU usage (%): 99.6418
Max. virtual memory (cumulated for all children) (KiB): 32157732
Max. memory (cumulated for all children) (KiB): 28901912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1175.35
system time used= 12.5617
maximum resident set size= 15996936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4994266
page faults= 0
swaps= 0
block input operations= 0
block output operations= 445024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 354
involuntary context switches= 1643


# summary of solver processes directly reported to runsolver:
#   pid: 118567,118572
#   total CPU time (s): 1187.91
#   total CPU user time (s): 1175.35
#   total CPU system time (s): 12.5617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.691 second user time and 5.41138 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-11 20:05:40
IDJOB=4530388
IDBENCH=155756
IDSOLVER=3388
FILE ID=nodeC017/4530388-1752257139
RUNJOBID= nodeC017-1752253448-117659
SLURM_JOB_ID= 9682588
Free space on /tmp= 432104 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_1_mh.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530388-1752257139/watcher-4530388-1752257139 -o /tmp/evaluation-result-4530388-1752257139/solver-4530388-1752257139 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1752253448-117659 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4530388-1752257139.opb

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

MD5SUM BENCH= fb79dc5ec425f6747fbd9d81f9d6ccc8
RANDOM SEED=153904170

nodeC017 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		: 3600.105
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	: 7000.12
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.982
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	: 7000.12
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		: 3600.060
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	: 7000.12
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		: 3597.317
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	: 7000.12
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		: 3600.055
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	: 7000.12
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.869
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	: 7000.12
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		: 3610.323
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	: 7000.12
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		: 3600.640
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        102004516 kB
MemAvailable:   106918220 kB
Buffers:            1688 kB
Cached:          5679068 kB
SwapCached:            8 kB
Active:         23186408 kB
Inactive:        5328440 kB
Active(anon):   22836240 kB
Inactive(anon):    15952 kB
Active(file):     350168 kB
Inactive(file):  5312488 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            227636 kB
Writeback:             0 kB
AnonPages:      22834640 kB
Mapped:           131496 kB
Shmem:             18072 kB
KReclaimable:     180176 kB
Slab:             274636 kB
SReclaimable:     180176 kB
SUnreclaim:        94460 kB
KernelStack:        4368 kB
PageTables:        48656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   27501356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7944192 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 431760 MiB
End job on nodeC017 at 2025-07-11 20:25:32