Trace number 4530039
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.33/501.65 c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4530039-1752261413.opb
500.33/501.65 c Solving mode: decision
500.33/501.65 c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
500.33/501.65 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
500.33/501.65 c original problem has 167056 variables (167056 bin, 0 int, 0 impl, 0 cont) and 169577 constraints
500.33/501.65 c presolving:
500.33/501.65 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.33/501.65 c (12.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
500.33/501.65 c (13.6s) symmetry computation finished: 264 generators found (max: 383, log10 of symmetry group size: 0.0) (symcode time: 0.31)
500.33/501.65 c dynamic symmetry handling statistics:
500.33/501.65 c orbitopal reduction: no components
500.33/501.65 c orbital reduction: no components
500.33/501.65 c lexicographic reduction: no permutations
500.33/501.65 c handled 12 out of 12 symmetry components
500.33/501.65 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.33/501.65 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.33/501.65 c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
500.33/501.65 c 305 deleted vars, 281 deleted constraints, 266 added constraints, 0 tightened bounds, 0 added holes, 2 changed sides, 233 changed coefficients
500.33/501.65 c 0 implications, 184187 cliques
500.33/501.65 c presolved problem has 166751 variables (166751 bin, 0 int, 0 impl, 0 cont) and 169562 constraints
500.33/501.65 c 556 constraints of type <knapsack>
500.33/501.65 c 168742 constraints of type <setppc>
500.33/501.65 c 264 constraints of type <orbitope>
500.33/501.65 c transformed objective value is always integral (scale: 1)
500.33/501.65 c Presolving Time: 29.48
500.33/501.65 c
500.33/501.65 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
500.33/501.65 c 500s| 1 | 0 | 36849 | - | 1953M | 0 | 166k| 169k| 169k| 0 | 0 | 109 | 0 | 0.000000e+00 | -- | Inf | unknown
500.33/501.65 c (node 1) LP solver hit time limit in LP 3 -- using pseudo solution instead
500.33/501.65 c
500.33/501.65 c SCIP Status : solving was interrupted [time limit reached]
500.33/501.65 c Solving Time (sec) : 500.33
500.33/501.65 c Solving Nodes : 1
500.33/501.65 c Primal Bound : +1.00000000000000e+20 (0 solutions)
500.33/501.65 c Dual Bound : +0.00000000000000e+00
500.33/501.65 c Gap : infinite
500.33/501.65 c ----------------------------------------------------------------------
500.33/501.65 c dual bound: 0.0 -> 0
500.33/501.65 c primal bound: 1e+20 -> 100000000000000000000
500.33/501.65 c scip-goal-lb: 0
500.33/501.65 c scip-goal-ub: 100000000000000000000
500.33/501.65 c writing output to: HOME/tmpn6pfpq1w.opb
500.33/501.65 c appending fixed variable constraints
500.33/501.65 c scip-fixed vars: 0.18% (305/166751)
500.33/501.65 c ----------------------------------------------------------------------
500.33/501.65 c executing external solver: HOME/naps-1.03a6
500.33/501.65 c ----------------------------------------------------------------------
500.33/501.65 c command: HOME/naps-1.03a6 HOME/tmpn6pfpq1w.opb
500.42/501.72 c NaPS 1.03a6.
500.42/501.72 c Input file name: HOME/tmpn6pfpq1w.opb
3600.00/3610.20 c
3600.00/3610.20 c *** TERMINATED *** by signal 15
3600.00/3610.20 c s UNKNOWN
3600.00/3610.20 c _____________________________________________________________________________
3600.00/3610.20 c std/band forms : 2522,0
3600.00/3610.20 c 2cl/3cl ITE-codings : 291896,0
3600.00/3610.20 c BDD/srt/adr Max costs : 1034,24924,0
3600.00/3610.20 c BDDraw/bin/mul/srt/adr: 556,0,0,1966,0
3600.00/3610.20 c BDD nodes : 574387
3600.00/3610.20 c Es1/CC detections : 0,0
3600.00/3610.20 c CC sort : 1966
3600.00/3610.20 c SAT/UNSAT calls : 0,0
3600.00/3610.20 c regenrated variables : 0
3600.00/3610.20 c eliminated fixed lits : 305
3600.00/3610.20 c goal lit flips : 0
3600.00/3610.20 c goal stages : 0
3600.00/3610.20 c goal shrink : 0
3600.00/3610.20 c goal coeff separations: 0
3600.00/3610.20 c restarts : 0
3600.00/3610.20 c conflicts : 0 (0 /sec)
3600.00/3610.20 c decisions : 0 (0 /sec)
3600.00/3610.20 c propagations : 0 (0 /sec)
3600.00/3610.20 c inspects : 0 (0 /sec)
3600.00/3610.20 c CPU time (solving tm) : 3091 s (3080 s, SAT 0 s, UNSAT 0 s)
3600.00/3610.20 c Time for Opt-base : 0.08668 s
3600.00/3610.20 c Steps for Opt-base : 0
3600.00/3610.20 c Time for BDD coding : 1.364 s
3600.00/3610.20 c Time for srt coding : 4.435 s
3600.00/3610.20 c _____________________________________________________________________________
3600.00/3610.20 c received SIGTERM, forwarding to pbsolver...
3600.00/3610.20 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 (55858 MiB free)
memory of node 1: 64507 MiB (44711 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530039-1752261413/watcher-4530039-1752261413 -o /tmp/evaluation-result-4530039-1752261413/solver-4530039-1752261413 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1752258607-127223 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530039-1752261413.opb
running on 2 cores: 5,7
CPU governors:
performance: 5 7
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
solver pid=127593, runsolver pid=127590
Current StackSize limit: 8192 KiB
[startup+0.100063 s]*
/proc/loadavg: 4.04 4.08 4.04 6/271 127598
/proc/meminfo: memFree=102973696/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=1187380 memory=32224 CPUtime=0.07 cores=5,7
/proc/127598/stat : 127598 (python3) R 127593 127593 115142 0 -1 4194304 3808 0 0 0 6 1 0 0 20 0 1 0 141820133 1215877120 8056 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 296845 8056 4896 1 0 268867 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191572 KiB
Current children cumulated memory: 35168 KiB
[startup+0.205728 s]*
/proc/loadavg: 4.04 4.08 4.04 5/271 127598
/proc/meminfo: memFree=102941452/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=1261028 memory=111968 CPUtime=0.17 cores=5,7
/proc/127598/stat : 127598 (python3) R 127593 127593 115142 0 -1 4194304 21246 0 0 0 14 3 0 0 20 0 1 0 141820133 1291292672 27992 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 315257 27992 7616 1 0 286615 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1265220 KiB
Current children cumulated memory: 114912 KiB
[startup+0.305716 s]*
/proc/loadavg: 4.04 4.08 4.04 5/271 127598
/proc/meminfo: memFree=102844684/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=1354888 memory=205536 CPUtime=0.26 cores=5,7
/proc/127598/stat : 127598 (python3) R 127593 127593 115142 0 -1 4194304 44618 0 0 0 20 6 0 0 20 0 1 0 141820133 1387405312 51384 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 338722 51384 7616 1 0 310080 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1359080 KiB
Current children cumulated memory: 208480 KiB
[startup+0.700168 s]
/proc/loadavg: 4.04 4.08 4.04 5/271 127598
/proc/meminfo: memFree=102788236/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=1435892 memory=286432 CPUtime=0.66 cores=5,7
/proc/127598/stat : 127598 (python3) R 127593 127593 115142 0 -1 4194304 64847 0 0 0 57 9 0 0 20 0 1 0 141820133 1470353408 71608 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 358973 71608 7616 1 0 330331 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1440084 KiB
Current children cumulated memory: 289376 KiB
[startup+1.5002 s]
/proc/loadavg: 4.04 4.08 4.04 6/271 127598
/proc/meminfo: memFree=102563236/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=1804960 memory=650080 CPUtime=1.46 cores=5,7
/proc/127598/stat : 127598 (python3) R 127593 127593 115142 0 -1 4194304 155575 0 0 0 122 24 0 0 20 0 1 0 141820133 1848279040 162520 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 451240 162520 7840 1 0 422598 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 1809152 KiB
Current children cumulated memory: 653024 KiB
[startup+3.10573 s]
/proc/loadavg: 4.04 4.08 4.04 6/271 127598
/proc/meminfo: memFree=102346140/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=1866432 memory=701152 CPUtime=3.06 cores=5,7
/proc/127598/stat : 127598 (python3) R 127593 127593 115142 0 -1 4194304 168343 0 0 0 280 26 0 0 20 0 1 0 141820133 1911226368 175288 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 466608 175288 7872 1 0 437966 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1870624 KiB
Current children cumulated memory: 704096 KiB
[startup+6.3002 s]
/proc/loadavg: 4.04 4.08 4.04 6/271 127598
/proc/meminfo: memFree=102112200/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=2105296 memory=936524 CPUtime=6.24 cores=5,7
/proc/127598/stat : 127598 (python3) R 127593 127593 115142 0 -1 4194304 223726 0 0 0 589 35 0 0 20 0 1 0 141820133 2155823104 234131 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 526324 234131 7936 1 0 497682 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 2109488 KiB
Current children cumulated memory: 939468 KiB
[startup+12.7002 s]
/proc/loadavg: 4.12 4.09 4.04 6/271 127598
/proc/meminfo: memFree=102014664/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=2226504 memory=1040656 CPUtime=12.63 cores=5,7
/proc/127598/stat : 127598 (python3) R 127593 127593 115142 0 -1 4194304 237693 0 0 0 1225 38 0 0 20 0 1 0 141820133 2279940096 260164 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 556626 260164 7936 1 0 527984 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2230696 KiB
Current children cumulated memory: 1043600 KiB
[startup+25.5002 s]
/proc/loadavg: 4.09 4.09 4.04 6/271 127598
/proc/meminfo: memFree=101398600/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=2856352 memory=1600248 CPUtime=25.39 cores=5,7
/proc/127598/stat : 127598 (python3) R 127593 127593 115142 0 -1 4194304 372382 0 0 0 2478 61 0 0 20 0 1 0 141820133 2924904448 400062 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 714088 400062 8000 1 0 685446 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2860544 KiB
Current children cumulated memory: 1603192 KiB
[startup+51.1057 s]
/proc/loadavg: 4.06 4.08 4.04 6/271 127599
/proc/meminfo: memFree=101031060/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=3304224 memory=2014692 CPUtime=50.93 cores=5,7
/proc/127598/stat : 127598 (python3) R 127593 127593 115142 0 -1 4194304 457828 0 0 0 5016 77 0 0 20 0 1 0 141820133 3383525376 503673 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 826056 503673 8128 1 0 797414 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 3308416 KiB
Current children cumulated memory: 2017636 KiB
[startup+102.3 s]
/proc/loadavg: 4.14 4.10 4.04 6/270 127601
/proc/meminfo: memFree=100420292/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=3998200 memory=2702564 CPUtime=101.99 cores=5,7
/proc/127598/stat : 127598 (python3) R 127593 127593 115142 0 -1 4194304 625293 0 0 0 10092 107 0 0 20 0 1 0 141820133 4094156800 675641 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 999550 675641 8128 1 0 970908 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 4002392 KiB
Current children cumulated memory: 2705508 KiB
[startup+162.3 s]
/proc/loadavg: 4.11 4.09 4.04 6/270 127602
/proc/meminfo: memFree=100298984/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=4050176 memory=2745700 CPUtime=161.85 cores=5,7
/proc/127598/stat : 127598 (python3) R 127593 127593 115142 0 -1 4194304 636425 0 0 0 16076 109 0 0 20 0 1 0 141820133 4147380224 686425 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 1012544 686425 8128 1 0 983902 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 4054368 KiB
Current children cumulated memory: 2748644 KiB
[startup+222.3 s]
/proc/loadavg: 4.04 4.07 4.04 6/270 127604
/proc/meminfo: memFree=100299164/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=4051688 memory=2745700 CPUtime=221.71 cores=5,7
/proc/127598/stat : 127598 (python3) R 127593 127593 115142 0 -1 4194304 636426 0 0 0 22062 109 0 0 20 0 1 0 141820133 4148928512 686425 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 1012922 686425 8128 1 0 984280 0
Current children cumulated CPU time: 221.71 s
################
# More data... #
################
/proc/meminfo: memFree=76253592/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=4154592 memory=2850620 CPUtime=500.42 cores=5,7
/proc/127598/stat : 127598 (python3) S 127593 127593 115142 0 -1 4194304 663014 0 0 0 49924 118 0 0 20 0 1 0 141820133 4254302208 712655 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 1038648 712655 8160 1 0 1010006 0
[pid=127622] ppid=127598 vsize=1530984 memory=1436460 CPUtime=2832.38 cores=5,7
/proc/127622/stat : 127622 (naps-1.03a6) R 127598 127622 127622 0 -1 4194304 1198771 0 0 0 282459 779 0 0 20 0 1 0 141870300 1567727616 359115 18446744073709551615 4198400 7047149 140731452756496 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 36614144 140731452762511 140731452762609 140731452762609 140731452768201 0
/proc/127622/statm: 382746 359115 544 696 0 381907 0
Current children cumulated CPU time: 3332.8 s
Current children cumulated vsize: 5689768 KiB
Current children cumulated memory: 4290024 KiB
[startup+3402.3 s]
/proc/loadavg: 4.34 4.24 4.15 5/272 128511
/proc/meminfo: memFree=75871808/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=4154592 memory=2850620 CPUtime=500.42 cores=5,7
/proc/127598/stat : 127598 (python3) S 127593 127593 115142 0 -1 4194304 663014 0 0 0 49924 118 0 0 20 0 1 0 141820133 4254302208 712655 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 1038648 712655 8160 1 0 1010006 0
[pid=127622] ppid=127598 vsize=1604712 memory=1476176 CPUtime=2892.21 cores=5,7
/proc/127622/stat : 127622 (naps-1.03a6) R 127598 127622 127622 0 -1 4194304 1214695 0 0 0 288429 792 0 0 20 0 1 0 141870300 1643225088 369044 18446744073709551615 4198400 7047149 140731452756496 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 36614144 140731452762511 140731452762609 140731452762609 140731452768201 0
/proc/127622/statm: 401178 369044 544 696 0 400339 0
Current children cumulated CPU time: 3392.63 s
Current children cumulated vsize: 5763496 KiB
Current children cumulated memory: 4329740 KiB
[startup+3462.3 s]
/proc/loadavg: 4.16 4.21 4.14 5/274 128517
/proc/meminfo: memFree=74933380/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=4154592 memory=2850620 CPUtime=500.42 cores=5,7
/proc/127598/stat : 127598 (python3) S 127593 127593 115142 0 -1 4194304 663014 0 0 0 49924 118 0 0 20 0 1 0 141820133 4254302208 712655 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 1038648 712655 8160 1 0 1010006 0
[pid=127622] ppid=127598 vsize=1539176 memory=1442580 CPUtime=2952.06 cores=5,7
/proc/127622/stat : 127622 (naps-1.03a6) R 127598 127622 127622 0 -1 4194304 1230913 0 0 0 294401 805 0 0 20 0 1 0 141870300 1576116224 360645 18446744073709551615 4198400 7047149 140731452756496 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 36614144 140731452762511 140731452762609 140731452762609 140731452768201 0
/proc/127622/statm: 384794 360645 544 696 0 383955 0
Current children cumulated CPU time: 3452.48 s
Current children cumulated vsize: 5697960 KiB
Current children cumulated memory: 4296144 KiB
[startup+3522.3 s]
/proc/loadavg: 4.11 4.18 4.14 5/274 128519
/proc/meminfo: memFree=75042836/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=4154592 memory=2850620 CPUtime=500.42 cores=5,7
/proc/127598/stat : 127598 (python3) S 127593 127593 115142 0 -1 4194304 663014 0 0 0 49924 118 0 0 20 0 1 0 141820133 4254302208 712655 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 1038648 712655 8160 1 0 1010006 0
[pid=127622] ppid=127598 vsize=1522788 memory=1429492 CPUtime=3011.91 cores=5,7
/proc/127622/stat : 127622 (naps-1.03a6) R 127598 127622 127622 0 -1 4194304 1247531 0 0 0 300373 818 0 0 20 0 1 0 141870300 1559334912 357373 18446744073709551615 4198400 7047149 140731452756496 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 36614144 140731452762511 140731452762609 140731452762609 140731452768201 0
/proc/127622/statm: 380697 357373 544 696 0 379858 0
Current children cumulated CPU time: 3512.33 s
Current children cumulated vsize: 5681572 KiB
Current children cumulated memory: 4283056 KiB
[startup+3582.3 s]
/proc/loadavg: 4.08 4.16 4.13 5/275 128522
/proc/meminfo: memFree=74992412/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=4154592 memory=2850620 CPUtime=500.42 cores=5,7
/proc/127598/stat : 127598 (python3) S 127593 127593 115142 0 -1 4194304 663014 0 0 0 49924 118 0 0 20 0 1 0 141820133 4254302208 712655 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 1038648 712655 8160 1 0 1010006 0
[pid=127622] ppid=127598 vsize=1588328 memory=1465936 CPUtime=3071.75 cores=5,7
/proc/127622/stat : 127622 (naps-1.03a6) R 127598 127622 127622 0 -1 4194304 1262823 0 0 0 306344 831 0 0 20 0 1 0 141870300 1626447872 366484 18446744073709551615 4198400 7047149 140731452756496 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 36614144 140731452762511 140731452762609 140731452762609 140731452768201 0
/proc/127622/statm: 397082 366484 544 696 0 396243 0
Current children cumulated CPU time: 3572.17 s
Current children cumulated vsize: 5747112 KiB
Current children cumulated memory: 4319500 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3610.2 s]
/proc/loadavg: 4.10 4.16 4.13 5/275 128523
/proc/meminfo: memFree=74413068/131249988 swapFree=33010160/33010684
[pid=127593] ppid=127590 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/127593/stat : 127593 (scip-naps-1.00a) S 127590 127593 115142 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141820131 4292608 736 18446744073709551615 94030447620096 94030448514629 140730713570528 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94030448753680 94030448801424 94030463496192 140730713577883 140730713577982 140730713577982 140730713583586 0
/proc/127593/statm: 1048 736 672 219 0 110 0
[pid=127598] ppid=127593 vsize=4154592 memory=2850620 CPUtime=500.42 cores=5,7
/proc/127598/stat : 127598 (python3) S 127593 127593 115142 0 -1 4194304 663014 0 0 0 49924 118 0 0 20 0 1 0 141820133 4254302208 712655 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 1038648 712655 8160 1 0 1010006 0
[pid=127622] ppid=127598 vsize=1571944 memory=1452952 CPUtime=3099.58 cores=5,7
/proc/127622/stat : 127622 (naps-1.03a6) R 127598 127622 127622 0 -1 4194304 1268543 0 0 0 309121 837 0 0 20 0 1 0 141870300 1609670656 363238 18446744073709551615 4198400 7047149 140731452756496 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 36614144 140731452762511 140731452762609 140731452762609 140731452768201 0
/proc/127622/statm: 392986 363238 544 696 0 392147 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 5730728 KiB
Current children cumulated memory: 4306516 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3610.22 s]
# the end of solver process 127593 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=0.001431 s, system=0.006486 s
[startup+3611.71 s]
# the end of solver process 127598 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=3591.67 s, system=9.85582 s
# this solver process was not waited by its parent and was adopted by runsolver
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3610.41 s]
/proc/loadavg: 4.10 4.16 4.13 5/273 128523
/proc/meminfo: memFree=75770496/131249988 swapFree=33010160/33010684
[pid=127598] ppid=127590 vsize=4154592 memory=2850620 CPUtime=3600.21 cores=5,7
/proc/127598/stat : 127598 (python3) R 127590 127593 115142 0 -1 4194304 734972 1268544 0 0 49940 123 309121 837 20 0 1 0 141820133 4254302208 712655 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 1038648 712655 8160 1 0 1010006 0
Current cumulated CPU time of completed processes: 0.007917 s
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 4154592 KiB
Current children cumulated memory: 2850620 KiB
[startup+3611.2 s]
/proc/loadavg: 4.10 4.16 4.13 5/273 128523
/proc/meminfo: memFree=75541712/131249988 swapFree=33010160/33010684
[pid=127598] ppid=127590 vsize=4153068 memory=2849292 CPUtime=3600.99 cores=5,7
/proc/127598/stat : 127598 (python3) R 127590 127593 115142 0 -1 4194304 890956 1268544 0 0 50010 131 309121 837 20 0 1 0 141820133 4252741632 712323 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 1038267 712323 8160 1 0 1009625 0
Current cumulated CPU time of completed processes: 0.007917 s
Current children cumulated CPU time: 3600.99 s
Current children cumulated vsize: 4153068 KiB
Current children cumulated memory: 2849292 KiB
[startup+3611.6 s]
/proc/loadavg: 4.10 4.16 4.13 5/273 128523
/proc/meminfo: memFree=75541712/131249988 swapFree=33010160/33010684
[pid=127598] ppid=127590 vsize=3711416 memory=2513948 CPUtime=3601.39 cores=5,7
/proc/127598/stat : 127598 (python3) R 127590 127593 115142 0 -1 4194304 985394 1268544 0 0 50044 137 309121 837 20 0 1 0 141820133 3800489984 628487 18446744073709551615 94915130617856 94915130618233 140736730143536 0 0 0 0 16781312 0 0 0 0 17 5 0 0 0 0 0 94915130629528 94915130630148 94915157184512 140736730147151 140736730147360 140736730147360 140736730152935 0
/proc/127598/statm: 927854 628487 8160 1 0 899212 0
Current cumulated CPU time of completed processes: 0.007917 s
Current children cumulated CPU time: 3601.39 s
Current children cumulated vsize: 3711416 KiB
Current children cumulated memory: 2513948 KiB
[startup+3611.7 s]*
/proc/loadavg: 4.10 4.16 4.13 5/273 128523
/proc/meminfo: memFree=77894216/131249988 swapFree=33010160/33010684
Current cumulated CPU time of completed processes: 0.007917 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
Child status: 0
Real time (s): 3611.71
CPU time (s): 3601.53
CPU user time (s): 3591.67
CPU system time (s): 9.85582
CPU usage (%): 99.7182
Max. virtual memory (cumulated for all children) (KiB): 7573348
Max. memory (cumulated for all children) (KiB): 5521232
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.67
system time used= 9.85582
maximum resident set size= 2850620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2256413
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= 420
involuntary context switches= 4976
# summary of solver processes directly reported to runsolver:
# pid: 127593,127598
# total CPU time (s): 3601.53
# total CPU user time (s): 3591.67
# total CPU system time (s): 9.85582
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.69976 second user time and 16.763 second system time
The end
Launcher Data
Begin job on nodeC034 at 2025-07-11 21:16:53
IDJOB=4530039
IDBENCH=164408
IDSOLVER=3388
FILE ID=nodeC034/4530039-1752261413
RUNJOBID= nodeC034-1752258607-127223
SLURM_JOB_ID= 9682613
Free space on /tmp= 429912 MiB
SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-631710.0.u.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530039-1752261413/watcher-4530039-1752261413 -o /tmp/evaluation-result-4530039-1752261413/solver-4530039-1752261413 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1752258607-127223 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530039-1752261413.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 3de1ff2182bb2a8df9b13aa693b03795
RANDOM SEED=1399427194
nodeC034 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.661
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.53
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.725
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.53
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 : 3706.284
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.53
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 : 3600.024
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.53
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.766
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.53
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.771
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.53
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 : 3594.324
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.53
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 : 3598.852
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.53
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249988 kB
MemFree: 102962552 kB
MemAvailable: 127797148 kB
Buffers: 2128 kB
Cached: 25568292 kB
SwapCached: 36 kB
Active: 2440420 kB
Inactive: 25037576 kB
Active(anon): 1923484 kB
Inactive(anon): 2160 kB
Active(file): 516936 kB
Inactive(file): 25035416 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010160 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 15064 kB
Writeback: 16 kB
AnonPages: 1903860 kB
Mapped: 135928 kB
Shmem: 18068 kB
KReclaimable: 242568 kB
Slab: 340600 kB
SReclaimable: 242568 kB
SUnreclaim: 98032 kB
KernelStack: 4352 kB
PageTables: 7676 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635676 kB
Committed_AS: 5662688 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150680 kB
VmallocChunk: 0 kB
Percpu: 3872 kB
HardwareCorrupted: 0 kB
AnonHugePages: 966656 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: 189140 kB
DirectMap2M: 7970816 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 429648 MiB
End job on nodeC034 at 2025-07-11 22:17:05