Trace number 4515359
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/ dec/miplib2010/normalized-neos-631710.0.u.opb |
MD5SUM | 3de1ff2182bb2a8df9b13aa693b03795 |
Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 7728.55 |
Has Objective Function | NO |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 167056 |
Total number of constraints | 169577 |
Number of constraints which are clauses | 167055 |
Number of constraints which are cardinality constraints (but not clauses) | 1966 |
Number of constraints which are nor clauses,nor cardinality constraints | 556 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 556 |
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 | 202 |
Number of bits of the biggest number in a constraint | 8 |
Biggest sum of numbers in a constraint | 758 |
Number of bits of the biggest sum of numbers | 10 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
500.50/502.01 c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4515359-1751228791.opb
500.50/502.01 c Solving mode: decision
500.50/502.01 c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
500.50/502.01 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
500.50/502.01 c original problem has 167056 variables (167056 bin, 0 int, 0 impl, 0 cont) and 169577 constraints
500.50/502.01 c presolving:
500.50/502.01 c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 169577 upgd conss, 0 impls, 176852 clqs
500.50/502.01 c (13.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
500.50/502.01 c (14.1s) symmetry computation finished: 264 generators found (max: 383, log10 of symmetry group size: 0.0) (symcode time: 0.32)
500.50/502.01 c dynamic symmetry handling statistics:
500.50/502.01 c orbitopal reduction: no components
500.50/502.01 c orbital reduction: no components
500.50/502.01 c lexicographic reduction: no permutations
500.50/502.01 c handled 12 out of 12 symmetry components
500.50/502.01 c (round 2, exhaustive) 280 del vars, 1 del conss, 266 add conss, 0 chg bounds, 2 chg sides, 233 chg coeffs, 169577 upgd conss, 0 impls, 176464 clqs
500.50/502.01 c (round 3, fast) 280 del vars, 281 del conss, 266 add conss, 0 chg bounds, 2 chg sides, 233 chg coeffs, 169577 upgd conss, 0 impls, 176464 clqs
500.50/502.01 c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
500.50/502.01 c 305 deleted vars, 281 deleted constraints, 266 added constraints, 0 tightened bounds, 0 added holes, 2 changed sides, 233 changed coefficients
500.50/502.01 c 0 implications, 184187 cliques
500.50/502.01 c presolved problem has 166751 variables (166751 bin, 0 int, 0 impl, 0 cont) and 169562 constraints
500.50/502.01 c 556 constraints of type <knapsack>
500.50/502.01 c 168742 constraints of type <setppc>
500.50/502.01 c 264 constraints of type <orbitope>
500.50/502.01 c transformed objective value is always integral (scale: 1)
500.50/502.01 c Presolving Time: 31.47
500.50/502.01 c
500.50/502.01 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
500.50/502.01 c 500s| 1 | 0 | 35350 | - | 1953M | 0 | 166k| 169k| 169k| 0 | 0 | 109 | 0 | 0.000000e+00 | -- | Inf | unknown
500.50/502.01 c (node 1) LP solver hit time limit in LP 3 -- using pseudo solution instead
500.50/502.01 c
500.50/502.01 c SCIP Status : solving was interrupted [time limit reached]
500.50/502.01 c Solving Time (sec) : 500.05
500.50/502.01 c Solving Nodes : 1
500.50/502.01 c Primal Bound : +1.00000000000000e+20 (0 solutions)
500.50/502.01 c Dual Bound : +0.00000000000000e+00
500.50/502.01 c Gap : infinite
500.50/502.01 c ----------------------------------------------------------------------
500.50/502.01 c dual bound: 0.0 -> 0
500.50/502.01 c primal bound: 1e+20 -> 100000000000000000000
500.50/502.01 c scip-goal-lb: 0
500.50/502.01 c scip-goal-ub: 100000000000000000000
500.50/502.01 c writing output to: HOME/tmpqlu5zghz.opb
500.50/502.01 c appending fixed variable constraints
500.50/502.01 c scip-fixed vars: 0.18% (305/166751)
500.50/502.01 c ----------------------------------------------------------------------
500.50/502.01 c executing external solver: HOME/naps-1.03a6
500.50/502.01 c ----------------------------------------------------------------------
500.50/502.01 c command: HOME/naps-1.03a6 HOME/tmpqlu5zghz.opb
500.62/502.09 c NaPS 1.03a6.
500.62/502.09 c Input file name: HOME/tmpqlu5zghz.opb
3600.10/3611.01 c
3600.10/3611.01 c *** TERMINATED *** by signal 15
3600.10/3611.01 c _____________________________________________________________________________
3600.10/3611.01 c std/band forms : 2522,0
3600.10/3611.01 c 2cl/3cl ITE-codings : 291896,0
3600.10/3611.01 c BDD/srt/adr Max costs : 1034,24924,0
3600.10/3611.01 c BDDraw/bin/mul/srt/adr: 556,0,0,1966,0
3600.10/3611.01 c BDD nodes : 574387
3600.10/3611.01 c Es1/CC detections : 0,0
3600.10/3611.01 c CC sort : 1966
3600.10/3611.01 c SAT/UNSAT calls : 0,0
3600.10/3611.01 c regenrated variables : 0
3600.10/3611.01 c eliminated fixed lits : 305
3600.10/3611.01 c goal lit flips : 0
3600.10/3611.01 c goal stages : 0
3600.10/3611.01 c goal shrink : 0
3600.10/3611.01 c goal coeff separations: 0
3600.10/3611.01 c restarts : 0
3600.10/3611.01 c conflicts : 0 (0 /sec)
3600.10/3611.01 c decisions : 0 (0 /sec)
3600.10/3611.01 c propagations : 0 (0 /sec)
3600.10/3611.01 c inspects : 0 (0 /sec)
3600.10/3611.01 c CPU time (solving tm) : 3091 s (3078 s, SAT 0 s, UNSAT 0 s)
3600.10/3611.01 c Time for Opt-base : 0.09088 s
3600.10/3611.01 c Steps for Opt-base : 0
3600.10/3611.01 c Time for BDD coding : 1.398 s
3600.10/3611.01 c Time for srt coding : 4.783 s
3600.10/3611.01 c _____________________________________________________________________________
3600.10/3611.03 c received SIGTERM, forwarding to pbsolver...
3600.10/3611.03 s UNKNOWN
Verifier Data
ERROR: no interpretation found !
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63794 MiB (62503 MiB free)
memory of node 1: 64507 MiB (58917 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515359-1751228791/watcher-4515359-1751228791 -o /tmp/evaluation-result-4515359-1751228791/solver-4515359-1751228791 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751226828-31368 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4515359-1751228791.opb
running on 2 cores: 4,6
CPU governors:
performance: 4 6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=32383, runsolver pid=32380
[startup+0.100098 s]*
/proc/loadavg: 4.11 4.21 4.09 5/256 32388
/proc/meminfo: memFree=124332432/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=18788 memory=13312 CPUtime=0.06 cores=4,6
/proc/32388/stat : 32388 (python3) R 32383 32383 31357 0 -1 4194304 1801 0 0 0 5 1 0 0 20 0 1 0 38558859 19238912 3328 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 4697 3328 1824 1 0 1470 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 22980 KiB
Current children cumulated memory: 16384 KiB
[startup+0.212934 s]*
/proc/loadavg: 4.11 4.21 4.09 5/256 32388
/proc/meminfo: memFree=124326668/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=1186916 memory=31568 CPUtime=0.17 cores=4,6
/proc/32388/stat : 32388 (python3) R 32383 32383 31357 0 -1 4194304 3672 0 0 0 14 3 0 0 20 0 1 0 38558859 1215401984 7892 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 296729 7892 4852 1 0 268751 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1191108 KiB
Current children cumulated memory: 34640 KiB
[startup+0.312688 s]*
/proc/loadavg: 4.11 4.21 4.09 5/256 32388
/proc/meminfo: memFree=124322888/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=1191028 memory=36432 CPUtime=0.27 cores=4,6
/proc/32388/stat : 32388 (python3) R 32383 32383 31357 0 -1 4194304 4673 0 0 0 23 4 0 0 20 0 1 0 38558859 1219612672 9108 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 297757 9108 5108 1 0 269648 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1195220 KiB
Current children cumulated memory: 39504 KiB
[startup+0.700391 s]
/proc/loadavg: 4.11 4.21 4.09 5/256 32388
/proc/meminfo: memFree=124236956/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=1359828 memory=210512 CPUtime=0.64 cores=4,6
/proc/32388/stat : 32388 (python3) R 32383 32383 31357 0 -1 4194304 45893 0 0 0 49 15 0 0 20 0 1 0 38558859 1392463872 52628 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 339957 52628 7604 1 0 311315 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1364020 KiB
Current children cumulated memory: 213584 KiB
[startup+1.5004 s]
/proc/loadavg: 4.11 4.21 4.09 5/256 32388
/proc/meminfo: memFree=124115996/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=1523568 memory=375120 CPUtime=1.44 cores=4,6
/proc/32388/stat : 32388 (python3) R 32383 32383 31357 0 -1 4194304 86838 0 0 0 120 24 0 0 20 0 1 0 38558859 1560133632 93748 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 380892 93780 7796 1 0 352250 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1527760 KiB
Current children cumulated memory: 378192 KiB
[startup+3.11326 s]
/proc/loadavg: 4.11 4.21 4.09 5/256 32388
/proc/meminfo: memFree=123664716/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=1847188 memory=692560 CPUtime=3.05 cores=4,6
/proc/32388/stat : 32388 (python3) R 32383 32383 31357 0 -1 4194304 166119 0 0 0 268 37 0 0 20 0 1 0 38558859 1891520512 173140 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 461797 173140 7892 1 0 433155 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1851380 KiB
Current children cumulated memory: 695632 KiB
[startup+6.30035 s]
/proc/loadavg: 4.10 4.20 4.09 5/256 32388
/proc/meminfo: memFree=123432184/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=2104244 memory=934388 CPUtime=6.22 cores=4,6
/proc/32388/stat : 32388 (python3) R 32383 32383 31357 0 -1 4194304 223742 0 0 0 576 46 0 0 20 0 1 0 38558859 2154745856 233597 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 526061 233597 7924 1 0 497419 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 2108436 KiB
Current children cumulated memory: 937460 KiB
[startup+12.7004 s]
/proc/loadavg: 4.17 4.22 4.09 5/256 32388
/proc/meminfo: memFree=123309464/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=2225456 memory=1039388 CPUtime=12.61 cores=4,6
/proc/32388/stat : 32388 (python3) R 32383 32383 31357 0 -1 4194304 238409 0 0 0 1212 49 0 0 20 0 1 0 38558859 2278866944 259847 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 556364 259847 7924 1 0 527722 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 2229648 KiB
Current children cumulated memory: 1042460 KiB
[startup+25.5004 s]
/proc/loadavg: 4.13 4.21 4.09 5/256 32388
/proc/meminfo: memFree=122696896/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=2856224 memory=1602892 CPUtime=25.38 cores=4,6
/proc/32388/stat : 32388 (python3) R 32383 32383 31357 0 -1 4194304 373609 0 0 0 2467 71 0 0 20 0 1 0 38558859 2924773376 400723 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 714056 400723 7988 1 0 685414 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 2860416 KiB
Current children cumulated memory: 1605964 KiB
[startup+51.114 s]
/proc/loadavg: 4.16 4.20 4.09 5/257 32390
/proc/meminfo: memFree=122148284/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=3303740 memory=2019180 CPUtime=50.91 cores=4,6
/proc/32388/stat : 32388 (python3) R 32383 32383 31357 0 -1 4194304 459078 0 0 0 5005 86 0 0 20 0 1 0 38558859 3383029760 504795 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 825935 504795 8148 1 0 797293 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 3307932 KiB
Current children cumulated memory: 2022252 KiB
[startup+102.3 s]
/proc/loadavg: 4.14 4.19 4.09 5/257 32392
/proc/meminfo: memFree=121938320/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=3315548 memory=2030316 CPUtime=101.93 cores=4,6
/proc/32388/stat : 32388 (python3) R 32383 32383 31357 0 -1 4194304 461876 0 0 0 10107 86 0 0 20 0 1 0 38558859 3395121152 507579 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 828887 507579 8148 1 0 800245 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 3319740 KiB
Current children cumulated memory: 2033388 KiB
[startup+162.3 s]
/proc/loadavg: 4.10 4.17 4.09 5/260 32399
/proc/meminfo: memFree=122203840/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=3953380 memory=2663420 CPUtime=161.75 cores=4,6
/proc/32388/stat : 32388 (python3) R 32383 32383 31357 0 -1 4194304 639966 0 0 0 16060 115 0 0 20 0 1 0 38558859 4048261120 665855 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 988345 665855 8148 1 0 959703 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 3957572 KiB
Current children cumulated memory: 2666492 KiB
[startup+222.3 s]
/proc/loadavg: 4.11 4.16 4.09 5/260 32401
/proc/meminfo: memFree=121931164/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=3953380 memory=2663420 CPUtime=221.6 cores=4,6
/proc/32388/stat : 32388 (python3) R 32383 32383 31357 0 -1 4194304 639978 0 0 0 22043 117 0 0 20 0 1 0 38558859 4048261120 665855 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 988345 665855 8148 1 0 959703 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 3957572 KiB
################
# More data... #
################
/proc/32388/stat : 32388 (python3) S 32383 32383 31357 0 -1 4194304 666544 0 0 0 49939 124 0 0 20 0 1 0 38558859 4155183104 692002 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 1014449 692002 8180 1 0 985807 0
[pid=32418] ppid=32388 vsize=1555560 memory=1443488 CPUtime=2831.6 cores=4,6
/proc/32418/stat : 32418 (naps-1.03a6) R 32388 32418 32418 0 -1 4194304 1233569 0 0 0 282357 803 0 0 20 0 1 0 38609059 1592893440 360872 18446744073709551615 4198400 7047149 140722488246176 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 27381760 140722488252817 140722488252915 140722488252915 140722488258505 0
/proc/32418/statm: 388890 360872 544 696 0 388051 0
Current children cumulated CPU time: 3332.23 s
Current children cumulated vsize: 5617548 KiB
Current children cumulated memory: 4214568 KiB
[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/258 34936
/proc/meminfo: memFree=125754624/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=4057796 memory=2768008 CPUtime=500.63 cores=4,6
/proc/32388/stat : 32388 (python3) S 32383 32383 31357 0 -1 4194304 666544 0 0 0 49939 124 0 0 20 0 1 0 38558859 4155183104 692002 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 1014449 692002 8180 1 0 985807 0
[pid=32418] ppid=32388 vsize=1571944 memory=1442496 CPUtime=2891.4 cores=4,6
/proc/32418/stat : 32418 (naps-1.03a6) R 32388 32418 32418 0 -1 4194304 1258575 0 0 0 288321 819 0 0 20 0 1 0 38609059 1609670656 360624 18446744073709551615 4198400 7047149 140722488246176 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 27381760 140722488252817 140722488252915 140722488252915 140722488258505 0
/proc/32418/statm: 392986 360624 544 696 0 392147 0
Current children cumulated CPU time: 3392.03 s
Current children cumulated vsize: 5633932 KiB
Current children cumulated memory: 4213576 KiB
[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/259 35236
/proc/meminfo: memFree=125755260/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=4057796 memory=2768008 CPUtime=500.63 cores=4,6
/proc/32388/stat : 32388 (python3) S 32383 32383 31357 0 -1 4194304 666544 0 0 0 49939 124 0 0 20 0 1 0 38558859 4155183104 692002 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 1014449 692002 8180 1 0 985807 0
[pid=32418] ppid=32388 vsize=1555560 memory=1450068 CPUtime=2951.21 cores=4,6
/proc/32418/stat : 32418 (naps-1.03a6) R 32388 32418 32418 0 -1 4194304 1280418 0 0 0 294285 836 0 0 20 0 1 0 38609059 1592893440 362517 18446744073709551615 4198400 7047149 140722488246176 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 27381760 140722488252817 140722488252915 140722488252915 140722488258505 0
/proc/32418/statm: 388890 362517 544 696 0 388051 0
Current children cumulated CPU time: 3451.84 s
Current children cumulated vsize: 5617548 KiB
Current children cumulated memory: 4221148 KiB
[startup+3522.3 s]
/proc/loadavg: 4.57 4.27 4.16 5/258 35238
/proc/meminfo: memFree=125705552/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=4057796 memory=2768008 CPUtime=500.63 cores=4,6
/proc/32388/stat : 32388 (python3) S 32383 32383 31357 0 -1 4194304 666544 0 0 0 49939 124 0 0 20 0 1 0 38558859 4155183104 692002 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 1014449 692002 8180 1 0 985807 0
[pid=32418] ppid=32388 vsize=1571944 memory=1451736 CPUtime=3011.03 cores=4,6
/proc/32418/stat : 32418 (naps-1.03a6) R 32388 32418 32418 0 -1 4194304 1298053 0 0 0 300254 849 0 0 20 0 1 0 38609059 1609670656 362934 18446744073709551615 4198400 7047149 140722488246176 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 27381760 140722488252817 140722488252915 140722488252915 140722488258505 0
/proc/32418/statm: 392986 362934 544 696 0 392147 0
Current children cumulated CPU time: 3511.66 s
Current children cumulated vsize: 5633932 KiB
Current children cumulated memory: 4222816 KiB
[startup+3582.3 s]
/proc/loadavg: 4.32 4.25 4.16 5/258 35241
/proc/meminfo: memFree=125699304/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=4057796 memory=2768520 CPUtime=500.63 cores=4,6
/proc/32388/stat : 32388 (python3) S 32383 32383 31357 0 -1 4194304 666544 0 0 0 49939 124 0 0 20 0 1 0 38558859 4155183104 692130 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 1014449 692130 8180 1 0 985807 0
[pid=32418] ppid=32388 vsize=1604712 memory=1457620 CPUtime=3070.85 cores=4,6
/proc/32418/stat : 32418 (naps-1.03a6) R 32388 32418 32418 0 -1 4194304 1314733 0 0 0 306222 863 0 0 20 0 1 0 38609059 1643225088 364405 18446744073709551615 4198400 7047149 140722488246176 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 27381760 140722488252817 140722488252915 140722488252915 140722488258505 0
/proc/32418/statm: 401178 364405 544 696 0 400339 0
Current children cumulated CPU time: 3571.48 s
Current children cumulated vsize: 5666700 KiB
Current children cumulated memory: 4229212 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3611 s]*
/proc/loadavg: 4.19 4.22 4.15 5/258 35341
/proc/meminfo: memFree=125777088/131382116 swapFree=33010684/33010684
[pid=32383] ppid=32380 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/32383/stat : 32383 (scip-naps-1.00.) S 32380 32383 31357 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 38558855 4292608 768 18446744073709551615 93916615426048 93916616320581 140726104947152 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 93916616559632 93916616607376 93916634189824 140726104951201 140726104951298 140726104951298 140726104956900 0
/proc/32383/statm: 1048 768 704 219 0 110 0
[pid=32388] ppid=32383 vsize=4057796 memory=2768520 CPUtime=500.63 cores=4,6
/proc/32388/stat : 32388 (python3) S 32383 32383 31357 0 -1 4194304 666544 0 0 0 49939 124 0 0 20 0 1 0 38558859 4155183104 692130 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 1014449 692130 8180 1 0 985807 0
[pid=32418] ppid=32388 vsize=1571940 memory=1442412 CPUtime=3099.47 cores=4,6
/proc/32418/stat : 32418 (naps-1.03a6) R 32388 32418 32418 0 -1 4194304 1323650 0 0 0 309078 869 0 0 20 0 1 0 38609059 1609666560 360603 18446744073709551615 4198400 7047149 140722488246176 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 27381760 140722488252817 140722488252915 140722488252915 140722488258505 0
/proc/32418/statm: 392985 360603 544 696 0 392146 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 5633928 KiB
Current children cumulated memory: 4214004 KiB
Sending SIGTERM to process tree (bottom up)
[startup+3611.02 s]
# the end of solver process 32383 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=0.002675 s, system=0.014287 s
Sleeping 2 seconds
Sending SIGKILL to process tree (bottom up)
??? end of watcher thread
[startup+3613.18 s]
# the end of solver process 32388 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)
# cumulated CPU time of all completed processes: user=3591.78 s, system=10.5099 s
# this solver process was not waited by its parent and was adopted by runsolver
Solver just ended.
Dumping a history of the last processes samples
[startup+3611.21 s]
/proc/loadavg: 4.19 4.22 4.15 5/256 35341
/proc/meminfo: memFree=127216660/131382116 swapFree=33010684/33010684
[pid=32388] ppid=32380 vsize=4057796 memory=2768520 CPUtime=3600.3 cores=4,6
/proc/32388/stat : 32388 (python3) R 32380 32383 31357 0 -1 4194304 723391 1323651 0 0 49948 132 309078 872 20 0 1 0 38558859 4155183104 692130 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 16386 0 0 0 17 6 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 1014449 692130 8180 1 0 985807 0
Current cumulated CPU time of completed processes: 0.016962 s
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 4057796 KiB
Current children cumulated memory: 2768520 KiB
[startup+3612 s]*
/proc/loadavg: 4.19 4.22 4.15 5/256 35341
/proc/meminfo: memFree=127216668/131382116 swapFree=33010684/33010684
[pid=32388] ppid=32380 vsize=4057796 memory=2768520 CPUtime=3601.09 cores=4,6
/proc/32388/stat : 32388 (python3) R 32380 32383 31357 0 -1 4194304 815978 1323651 0 0 50014 145 309078 872 20 0 1 0 38558859 4155183104 692130 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 1014449 692130 8180 1 0 985807 0
Current cumulated CPU time of completed processes: 0.016962 s
Current children cumulated CPU time: 3601.09 s
Current children cumulated vsize: 4057796 KiB
Current children cumulated memory: 2768520 KiB
[startup+3612.8 s]
/proc/loadavg: 4.19 4.22 4.15 5/256 35341
/proc/meminfo: memFree=127216668/131382116 swapFree=33010684/33010684
[pid=32388] ppid=32380 vsize=4056272 memory=2767280 CPUtime=3601.87 cores=4,6
/proc/32388/stat : 32388 (python3) R 32380 32383 31357 0 -1 4194304 893903 1323651 0 0 50081 156 309078 872 20 0 1 0 38558859 4153622528 691820 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 1014068 691820 8180 1 0 985426 0
Current cumulated CPU time of completed processes: 0.016962 s
Current children cumulated CPU time: 3601.87 s
Current children cumulated vsize: 4056272 KiB
Current children cumulated memory: 2767280 KiB
[startup+3613 s]*
/proc/loadavg: 4.19 4.22 4.15 5/256 35341
/proc/meminfo: memFree=127216668/131382116 swapFree=33010684/33010684
[pid=32388] ppid=32380 vsize=4053224 memory=2764532 CPUtime=3602.09 cores=4,6
/proc/32388/stat : 32388 (python3) R 32380 32383 31357 0 -1 4194304 931407 1323651 0 0 50098 161 309078 872 20 0 1 0 38558859 4150501376 691133 18446744073709551615 94597788782592 94597788782969 140734126170032 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94597788794264 94597788794884 94597796552704 140734126172504 140734126172706 140734126172706 140734126178279 0
/proc/32388/statm: 1013306 691133 8180 1 0 984664 0
Current cumulated CPU time of completed processes: 0.016962 s
Current children cumulated CPU time: 3602.09 s
Current children cumulated vsize: 4053224 KiB
Current children cumulated memory: 2764532 KiB
Child ended because it received signal 9 (SIGKILL)
Real time (s): 3613.18
CPU time (s): 3602.29
CPU user time (s): 3591.78
CPU system time (s): 10.5099
CPU usage (%): 99.6986
Max. virtual memory (cumulated for all children) (KiB): 7476552
Max. memory (cumulated for all children) (KiB): 5441368
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.78
system time used= 10.5099
maximum resident set size= 2768520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2255884
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358
involuntary context switches= 4087
# summary of solver processes directly reported to runsolver:
# pid: 32383,32388
# total CPU time (s): 3602.29
# total CPU user time (s): 3591.78
# total CPU system time (s): 10.5099
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2134 second user time and 38.8579 second system time
The end
Launcher Data
Begin job on nodeC011 at 2025-06-29 22:26:31
IDJOB=4515359
IDBENCH=164408
IDSOLVER=3368
FILE ID=nodeC011/4515359-1751228791
RUNJOBID= nodeC011-1751226828-31368
SLURM_JOB_ID= 9587684
Free space on /tmp= 433024 MiB
SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-631710.0.u.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515359-1751228791/watcher-4515359-1751228791 -o /tmp/evaluation-result-4515359-1751228791/solver-4515359-1751228791 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751226828-31368 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4515359-1751228791.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 3de1ff2182bb2a8df9b13aa693b03795
RANDOM SEED=1400979900
nodeC011 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 : 3491.972
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 : 6984.20
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 : 3691.667
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 : 6984.20
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.583
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 : 6984.20
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.950
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 : 6984.20
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.594
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 : 6984.20
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 : 3492.165
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 : 6984.20
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 : 1297.069
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 : 6984.20
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.737
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 : 6984.20
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382116 kB
MemFree: 124336388 kB
MemAvailable: 124135020 kB
Buffers: 3280 kB
Cached: 608424 kB
SwapCached: 0 kB
Active: 6111040 kB
Inactive: 309552 kB
Active(anon): 5826848 kB
Inactive(anon): 0 kB
Active(file): 284192 kB
Inactive(file): 309552 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 15228 kB
Writeback: 0 kB
AnonPages: 5797276 kB
Mapped: 129536 kB
Shmem: 17960 kB
KReclaimable: 88644 kB
Slab: 169328 kB
SReclaimable: 88644 kB
SUnreclaim: 80684 kB
KernelStack: 4128 kB
PageTables: 15200 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701740 kB
Committed_AS: 10723168 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149448 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 3250176 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: 191304 kB
DirectMap2M: 8099840 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 433012 MiB
End job on nodeC011 at 2025-06-29 23:26:45