Trace number 4529925
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-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ ProofComplexity/normalized-tseitin-regular-n34-d3-i2-r2.cnf.gz-plain.pb.metafix.opb |
MD5SUM | 10805e7a04221544de9efc2e76d20e2d |
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 | 0.007252 |
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 | 51 |
Total number of constraints | 136 |
Number of constraints which are clauses | 136 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 3 |
Maximum length of a constraint | 3 |
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 | 2 |
Number of bits of the biggest number in a constraint | 2 |
Biggest sum of numbers in a constraint | 5 |
Number of bits of the biggest sum of numbers | 3 |
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
3.04/3.16 c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529925-1752259697.opb
3.04/3.16 c Solving mode: decision
3.04/3.16 c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
3.04/3.16 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
3.04/3.16 c original problem has 51 variables (51 bin, 0 int, 0 impl, 0 cont) and 136 constraints
3.04/3.16 c presolving:
3.04/3.16 c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 136 upgd conss, 0 impls, 0 clqs
3.04/3.16 c (0.0s) probing: 51/51 (100.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.04/3.16 c (0.0s) probing aborted: 50/50 successive totally useless probings
3.04/3.16 c (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3.04/3.16 c (0.0s) no symmetry present (symcode time: 0.00)
3.04/3.16 c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
3.04/3.16 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.04/3.16 c 0 implications, 0 cliques
3.04/3.16 c presolved problem has 51 variables (51 bin, 0 int, 0 impl, 0 cont) and 136 constraints
3.04/3.16 c 136 constraints of type <logicor>
3.04/3.16 c transformed objective value is always integral (scale: 1)
3.04/3.16 c Presolving Time: 0.01
3.04/3.16 c
3.04/3.16 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
3.04/3.16 c 0.0s| 1 | 0 | 20 | - | 1842k | 0 | 51 | 142 | 136 | 0 | 0 | 8 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.1s| 1 | 0 | 74 | - | 2004k | 0 | 51 | 342 | 137 | 1 | 1 | 8 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.1s| 1 | 0 | 75 | - | 2127k | 0 | 51 | 342 | 138 | 2 | 2 | 8 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.1s| 1 | 0 | 86 | - | 2143k | 0 | 51 | 342 | 140 | 4 | 3 | 8 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.1s| 1 | 0 | 90 | - | 2236k | 0 | 51 | 342 | 142 | 6 | 4 | 8 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.1s| 1 | 0 | 101 | - | 2267k | 0 | 51 | 342 | 143 | 7 | 5 | 8 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.1s| 1 | 0 | 108 | - | 2560k | 0 | 51 | 343 | 145 | 9 | 6 | 9 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.1s| 1 | 0 | 123 | - | 2671k | 0 | 51 | 343 | 146 | 10 | 7 | 9 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.1s| 1 | 0 | 129 | - | 3133k | 0 | 51 | 343 | 148 | 12 | 8 | 10 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.1s| 1 | 0 | 140 | - | 3488k | 0 | 51 | 344 | 149 | 13 | 9 | 11 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.1s| 1 | 0 | 145 | - | 3823k | 0 | 51 | 344 | 150 | 14 | 10 | 12 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.1s| 1 | 0 | 147 | - | 3839k | 0 | 51 | 344 | 151 | 15 | 11 | 12 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.1s| 1 | 0 | 148 | - | 3856k | 0 | 51 | 344 | 152 | 16 | 12 | 12 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.1s| 1 | 0 | 153 | - | 3872k | 0 | 51 | 344 | 153 | 17 | 13 | 12 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.2s| 1 | 0 | 157 | - | 3887k | 0 | 51 | 344 | 155 | 19 | 14 | 12 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
3.04/3.16 c 0.2s| 1 | 0 | 160 | - | 3904k | 0 | 51 | 345 | 156 | 20 | 15 | 13 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.2s| 1 | 0 | 165 | - | 3921k | 0 | 51 | 346 | 151 | 22 | 16 | 14 | 0 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.2s| 1 | 2 | 208 | - | 3921k | 0 | 51 | 347 | 151 | 22 | 16 | 17 | 10 | 0.000000e+00 | -- | Inf | unknown
3.04/3.16 c 0.6s| 100 | 82 | 1732 | 15.8 | 4304k | 17 | 51 | 365 | 145 | 50 | 1 | 102 | 10 | 0.000000e+00 | -- | Inf | 12.51%
3.04/3.16 c 0.9s| 200 | 161 | 3466 | 16.6 | 5125k | 17 | 51 | 381 | 145 | 104 | 1 | 191 | 10 | 0.000000e+00 | -- | Inf | 15.65%
3.04/3.16 c 1.2s| 300 | 258 | 5537 | 18.0 | 5416k | 17 | 51 | 389 | 147 | 174 | 1 | 261 | 10 | 0.000000e+00 | -- | Inf | 18.78%
3.04/3.16 c 1.5s| 400 | 332 | 7322 | 17.9 | 5475k | 17 | 51 | 399 | 148 | 231 | 1 | 349 | 10 | 0.000000e+00 | -- | Inf | 28.43%
3.04/3.16 c 1.6s| 500 | 408 | 8450 | 16.6 | 5528k | 17 | 51 | 398 | 0 | 271 | 0 | 445 | 10 | 0.000000e+00 | -- | Inf | 28.51%
3.04/3.16 c 1.7s| 600 | 456 | 9207 | 15.1 | 5783k | 17 | 51 | 400 | 146 | 296 | 1 | 536 | 10 | 0.000000e+00 | -- | Inf | 28.56%
3.04/3.16 c 1.7s| 700 | 494 | 9966 | 14.0 | 5855k | 17 | 51 | 402 | 145 | 306 | 1 | 635 | 10 | 0.000000e+00 | -- | Inf | 28.74%
3.04/3.16 c 1.8s| 800 | 560 | 10944 | 13.5 | 6062k | 17 | 51 | 411 | 147 | 372 | 1 | 756 | 10 | 0.000000e+00 | -- | Inf | 28.91%
3.04/3.16 c 1.9s| 900 | 624 | 12339 | 13.5 | 6586k | 17 | 51 | 419 | 147 | 492 | 1 | 836 | 10 | 0.000000e+00 | -- | Inf | 29.27%
3.04/3.16 c 1.9s| 1000 | 705 | 13463 | 13.3 | 6874k | 17 | 51 | 421 | 0 | 521 | 0 | 932 | 10 | 0.000000e+00 | -- | Inf | 29.29%
3.04/3.16 c 2.0s| 1100 | 771 | 14506 | 13.0 | 6922k | 17 | 51 | 422 | 148 | 536 | 2 |1042 | 10 | 0.000000e+00 | -- | Inf | 29.44%
3.04/3.16 c 2.1s| 1200 | 806 | 15410 | 12.7 | 7034k | 17 | 51 | 420 | 145 | 569 | 1 |1119 | 10 | 0.000000e+00 | -- | Inf | 33.25%
3.04/3.16 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
3.04/3.16 c 2.1s| 1300 | 881 | 16192 | 12.3 | 7145k | 18 | 51 | 437 | 0 | 581 | 0 |1222 | 10 | 0.000000e+00 | -- | Inf | 33.26%
3.04/3.16 c 2.2s| 1400 | 926 | 17013 | 12.0 | 7316k | 18 | 51 | 436 | 0 | 601 | 0 |1338 | 10 | 0.000000e+00 | -- | Inf | 33.44%
3.04/3.16 c 2.2s| 1500 | 978 | 17703 | 11.7 | 7337k | 18 | 51 | 432 | 147 | 605 | 1 |1435 | 10 | 0.000000e+00 | -- | Inf | 33.61%
3.04/3.16 c 2.2s| 1600 | 1031 | 18465 | 11.4 | 7353k | 18 | 51 | 434 | 147 | 632 | 1 |1519 | 10 | 0.000000e+00 | -- | Inf | 33.78%
3.04/3.16 c 2.3s| 1700 | 1034 | 18975 | 11.1 | 7357k | 18 | 51 | 433 | 0 | 640 | 0 |1630 | 10 | 0.000000e+00 | -- | Inf | 34.16%
3.04/3.16 c 2.3s| 1800 | 1051 | 19555 | 10.8 | 7397k | 18 | 51 | 429 | 148 | 640 | 1 |1733 | 10 | 0.000000e+00 | -- | Inf | 34.35%
3.04/3.16 c 2.4s| 1900 | 1095 | 20506 | 10.7 | 7669k | 18 | 51 | 432 | 147 | 640 | 1 |1833 | 10 | 0.000000e+00 | -- | Inf | 47.01%
3.04/3.16 c 2.5s| 2000 | 1170 | 21413 | 10.6 | 7669k | 18 | 51 | 431 | 146 | 653 | 1 |1913 | 10 | 0.000000e+00 | -- | Inf | 47.02%
3.04/3.16 c 2.6s| 2100 | 1214 | 22599 | 10.7 | 7805k | 18 | 51 | 431 | 147 | 681 | 1 |2003 | 10 | 0.000000e+00 | -- | Inf | 50.33%
3.04/3.16 c 2.6s| 2200 | 1282 | 23650 | 10.7 | 7851k | 18 | 51 | 432 | 148 | 696 | 1 |2075 | 10 | 0.000000e+00 | -- | Inf | 50.49%
3.04/3.16 c 2.7s| 2300 | 1313 | 24447 | 10.6 | 8345k | 18 | 51 | 431 | 0 | 720 | 0 |2188 | 10 | 0.000000e+00 | -- | Inf | 50.67%
3.04/3.16 c 2.7s| 2400 | 1359 | 25291 | 10.5 | 8491k | 18 | 51 | 436 | 147 | 752 | 1 |2300 | 10 | 0.000000e+00 | -- | Inf | 50.96%
3.04/3.16 c 2.8s| 2500 | 1415 | 26259 | 10.4 | 8629k | 18 | 51 | 433 | 148 | 764 | 1 |2375 | 10 | 0.000000e+00 | -- | Inf | 51.00%
4.93/5.08 c 2.8s| 2600 | 1469 | 26989 | 10.3 | 8763k | 18 | 51 | 435 | 146 | 775 | 1 |2464 | 10 | 0.000000e+00 | -- | Inf | 51.08%
4.93/5.08 c 2.8s| 2700 | 1495 | 27655 | 10.2 | 8782k | 18 | 51 | 435 | 148 | 786 | 2 |2538 | 10 | 0.000000e+00 | -- | Inf | 51.22%
4.93/5.08 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
4.93/5.08 c 2.9s| 2800 | 1540 | 28413 | 10.1 | 8782k | 18 | 51 | 439 | 147 | 794 | 1 |2636 | 10 | 0.000000e+00 | -- | Inf | 51.29%
4.93/5.08 c 2.9s| 2900 | 1576 | 29065 | 10.0 | 8791k | 18 | 51 | 439 | 147 | 794 | 1 |2726 | 10 | 0.000000e+00 | -- | Inf | 51.38%
4.93/5.08 c 2.9s| 3000 | 1616 | 29719 | 9.9 | 8795k | 18 | 51 | 439 | 148 | 794 | 1 |2819 | 10 | 0.000000e+00 | -- | Inf | 51.44%
4.93/5.08 c 3.0s| 3100 | 1687 | 30565 | 9.8 | 9021k | 18 | 51 | 439 | 147 | 833 | 1 |2929 | 10 | 0.000000e+00 | -- | Inf | 51.48%
4.93/5.08 c 3.0s| 3200 | 1741 | 31635 | 9.8 | 9067k | 18 | 51 | 432 | 147 | 853 | 1 |3019 | 10 | 0.000000e+00 | -- | Inf | 51.54%
4.93/5.08 c 3.1s| 3300 | 1793 | 32644 | 9.8 | 9067k | 18 | 51 | 431 | 146 | 867 | 1 |3099 | 10 | 0.000000e+00 | -- | Inf | 51.59%
4.93/5.08 c 3.1s| 3400 | 1826 | 33548 | 9.8 | 9461k | 18 | 51 | 433 | 0 | 883 | 0 |3178 | 10 | 0.000000e+00 | -- | Inf | 51.74%
4.93/5.08 c 3.2s| 3500 | 1814 | 34113 | 9.7 | 9476k | 18 | 51 | 433 | 149 | 901 | 3 |3264 | 10 | 0.000000e+00 | -- | Inf | 51.99%
4.93/5.08 c 3.2s| 3600 | 1808 | 34863 | 9.6 | 9485k | 18 | 51 | 431 | 148 | 920 | 2 |3367 | 10 | 0.000000e+00 | -- | Inf | 52.19%
4.93/5.08 c 3.2s| 3700 | 1836 | 35533 | 9.6 | 9485k | 18 | 51 | 433 | 147 | 920 | 1 |3466 | 10 | 0.000000e+00 | -- | Inf | 52.37%
4.93/5.08 c 3.3s| 3800 | 1844 | 36269 | 9.5 | 9485k | 18 | 51 | 438 | 148 | 920 | 1 |3546 | 10 | 0.000000e+00 | -- | Inf | 58.99%
4.93/5.08 c 3.4s| 3900 | 1853 | 36863 | 9.4 | 9485k | 18 | 51 | 437 | 0 | 945 | 0 |3628 | 10 | 0.000000e+00 | -- | Inf | 59.57%
4.93/5.08 c 3.4s| 4000 | 1885 | 37645 | 9.4 | 9485k | 18 | 51 | 438 | 146 | 951 | 1 |3705 | 10 | 0.000000e+00 | -- | Inf | 59.72%
4.93/5.08 c 3.4s| 4100 | 1900 | 38108 | 9.3 | 9488k | 18 | 51 | 439 | 147 | 951 | 1 |3775 | 10 | 0.000000e+00 | -- | Inf | 59.99%
4.93/5.08 c 3.5s| 4200 | 1930 | 38812 | 9.2 | 9501k | 18 | 51 | 439 | 147 | 957 | 1 |3880 | 10 | 0.000000e+00 | -- | Inf | 60.23%
4.93/5.08 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
4.93/5.08 c 3.5s| 4300 | 1934 | 39443 | 9.1 | 9501k | 18 | 51 | 439 | 147 | 961 | 1 |3979 | 10 | 0.000000e+00 | -- | Inf | 60.46%
4.93/5.08 c 3.5s| 4400 | 1938 | 40085 | 9.1 | 9501k | 18 | 51 | 441 | 0 | 973 | 0 |4061 | 10 | 0.000000e+00 | -- | Inf | 60.81%
4.93/5.08 c 3.6s| 4500 | 1957 | 40950 | 9.1 | 9714k | 18 | 51 | 445 | 145 |1027 | 1 |4146 | 10 | 0.000000e+00 | -- | Inf | 61.78%
4.93/5.08 c 3.6s| 4600 | 1989 | 41725 | 9.0 | 9925k | 18 | 51 | 447 | 148 |1051 | 1 |4224 | 10 | 0.000000e+00 | -- | Inf | 62.19%
4.93/5.08 c 3.7s| 4700 | 1991 | 42390 | 9.0 | 10M | 18 | 51 | 449 | 145 |1067 | 1 |4313 | 10 | 0.000000e+00 | -- | Inf | 62.44%
4.93/5.08 c 3.7s| 4800 | 2009 | 43005 | 8.9 | 10M | 18 | 51 | 449 | 0 |1085 | 0 |4403 | 10 | 0.000000e+00 | -- | Inf | 62.82%
4.93/5.08 c 3.8s| 4900 | 2061 | 43825 | 8.9 | 10M | 18 | 51 | 449 | 0 |1097 | 0 |4492 | 10 | 0.000000e+00 | -- | Inf | 62.93%
4.93/5.08 c 3.8s| 5000 | 2087 | 44558 | 8.9 | 10M | 18 | 51 | 447 | 148 |1115 | 1 |4571 | 10 | 0.000000e+00 | -- | Inf | 63.06%
4.93/5.08 c 3.8s| 5100 | 2127 | 45360 | 8.9 | 11M | 18 | 51 | 444 | 147 |1129 | 1 |4658 | 10 | 0.000000e+00 | -- | Inf | 63.13%
4.93/5.08 c 3.9s| 5200 | 2144 | 46023 | 8.8 | 11M | 18 | 51 | 446 | 0 |1129 | 0 |4745 | 10 | 0.000000e+00 | -- | Inf | 63.34%
4.93/5.08 c 3.9s| 5300 | 2154 | 46604 | 8.8 | 11M | 18 | 51 | 449 | 147 |1129 | 1 |4816 | 10 | 0.000000e+00 | -- | Inf | 63.57%
4.93/5.08 c 3.9s| 5400 | 2159 | 47113 | 8.7 | 11M | 18 | 51 | 448 | 147 |1129 | 1 |4898 | 10 | 0.000000e+00 | -- | Inf | 63.68%
4.93/5.08 c 4.0s| 5500 | 2155 | 47772 | 8.7 | 11M | 18 | 51 | 447 | 147 |1207 | 1 |4988 | 10 | 0.000000e+00 | -- | Inf | 64.12%
4.93/5.08 c 4.0s| 5600 | 2134 | 48207 | 8.6 | 11M | 18 | 51 | 446 | 0 |1207 | 0 |5065 | 10 | 0.000000e+00 | -- | Inf | 64.36%
4.93/5.08 c 4.0s| 5700 | 2121 | 48698 | 8.5 | 12M | 18 | 51 | 445 | 0 |1207 | 0 |5142 | 10 | 0.000000e+00 | -- | Inf | 64.48%
4.93/5.08 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
4.93/5.08 c 4.0s| 5800 | 2123 | 49234 | 8.5 | 12M | 18 | 51 | 445 | 148 |1207 | 1 |5209 | 10 | 0.000000e+00 | -- | Inf | 64.57%
4.93/5.08 c 4.1s| 5900 | 2110 | 49752 | 8.4 | 12M | 18 | 51 | 446 | 147 |1209 | 1 |5284 | 10 | 0.000000e+00 | -- | Inf | 64.72%
4.93/5.08 c 4.1s| 6000 | 2100 | 50477 | 8.4 | 12M | 18 | 51 | 448 | 148 |1219 | 1 |5384 | 10 | 0.000000e+00 | -- | Inf | 64.85%
4.93/5.08 c 4.2s| 6100 | 2070 | 50883 | 8.3 | 12M | 18 | 51 | 447 | 146 |1227 | 1 |5485 | 10 | 0.000000e+00 | -- | Inf | 65.08%
4.93/5.08 c 4.2s| 6200 | 2070 | 51368 | 8.3 | 12M | 18 | 51 | 447 | 0 |1229 | 0 |5562 | 10 | 0.000000e+00 | -- | Inf | 65.21%
4.93/5.08 c 4.2s| 6300 | 2079 | 52173 | 8.3 | 12M | 18 | 51 | 446 | 147 |1252 | 1 |5655 | 10 | 0.000000e+00 | -- | Inf | 66.00%
4.93/5.08 c 4.3s| 6400 | 2067 | 52715 | 8.2 | 12M | 18 | 51 | 448 | 147 |1252 | 1 |5751 | 10 | 0.000000e+00 | -- | Inf | 66.19%
4.93/5.08 c 4.3s| 6500 | 2064 | 53401 | 8.2 | 12M | 18 | 51 | 449 | 148 |1252 | 1 |5838 | 10 | 0.000000e+00 | -- | Inf | 66.32%
4.93/5.08 c 4.3s| 6600 | 2068 | 53926 | 8.1 | 12M | 18 | 51 | 450 | 147 |1258 | 1 |5924 | 10 | 0.000000e+00 | -- | Inf | 66.52%
4.93/5.08 c 4.4s| 6700 | 2083 | 54558 | 8.1 | 12M | 18 | 51 | 450 | 148 |1273 | 2 |6008 | 10 | 0.000000e+00 | -- | Inf | 66.65%
4.93/5.08 c 4.4s| 6800 | 2073 | 55078 | 8.1 | 12M | 18 | 51 | 449 | 147 |1282 | 1 |6083 | 10 | 0.000000e+00 | -- | Inf | 66.85%
4.93/5.08 c 4.4s| 6900 | 2034 | 55487 | 8.0 | 12M | 18 | 51 | 448 | 147 |1282 | 1 |6167 | 10 | 0.000000e+00 | -- | Inf | 67.03%
4.93/5.08 c 4.5s| 7000 | 1987 | 55954 | 8.0 | 12M | 18 | 51 | 449 | 0 |1287 | 0 |6253 | 10 | 0.000000e+00 | -- | Inf | 67.42%
4.93/5.08 c 4.5s| 7100 | 1969 | 56547 | 7.9 | 12M | 18 | 51 | 449 | 147 |1290 | 1 |6338 | 10 | 0.000000e+00 | -- | Inf | 67.72%
4.93/5.08 c 4.5s| 7200 | 1920 | 57074 | 7.9 | 12M | 18 | 51 | 448 | 145 |1290 | 1 |6440 | 10 | 0.000000e+00 | -- | Inf | 67.98%
4.93/5.08 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
4.93/5.08 c 4.6s| 7300 | 1953 | 57779 | 7.9 | 12M | 18 | 51 | 446 | 0 |1305 | 0 |6520 | 10 | 0.000000e+00 | -- | Inf | 68.13%
4.93/5.08 c 4.6s| 7400 | 1944 | 58436 | 7.9 | 13M | 18 | 51 | 445 | 147 |1305 | 1 |6597 | 10 | 0.000000e+00 | -- | Inf | 68.30%
4.93/5.08 c 4.6s| 7500 | 1950 | 59181 | 7.9 | 13M | 18 | 51 | 446 | 147 |1315 | 1 |6684 | 10 | 0.000000e+00 | -- | Inf | 68.88%
4.93/5.08 c 4.7s| 7600 | 1951 | 59734 | 7.8 | 13M | 18 | 51 | 450 | 0 |1315 | 0 |6776 | 10 | 0.000000e+00 | -- | Inf | 69.11%
4.93/5.08 c 4.7s| 7700 | 1888 | 60225 | 7.8 | 13M | 18 | 51 | 450 | 148 |1315 | 1 |6865 | 10 | 0.000000e+00 | -- | Inf | 69.39%
6.71/6.81 c 4.7s| 7800 | 1845 | 60682 | 7.8 | 13M | 18 | 51 | 447 | 148 |1315 | 1 |6946 | 10 | 0.000000e+00 | -- | Inf | 69.73%
6.71/6.81 c 4.8s| 7900 | 1865 | 61445 | 7.8 | 13M | 18 | 51 | 450 | 148 |1323 | 1 |7030 | 10 | 0.000000e+00 | -- | Inf | 69.80%
6.71/6.81 c 4.8s| 8000 | 1901 | 62122 | 7.7 | 13M | 18 | 51 | 452 | 0 |1328 | 0 |7124 | 10 | 0.000000e+00 | -- | Inf | 69.88%
6.71/6.81 c 4.8s| 8100 | 1922 | 62630 | 7.7 | 13M | 18 | 51 | 453 | 148 |1328 | 1 |7213 | 10 | 0.000000e+00 | -- | Inf | 69.95%
6.71/6.81 c 4.9s| 8200 | 1921 | 63138 | 7.7 | 13M | 18 | 51 | 454 | 147 |1337 | 1 |7311 | 10 | 0.000000e+00 | -- | Inf | 70.28%
6.71/6.81 c 4.9s| 8300 | 1905 | 63688 | 7.7 | 13M | 18 | 51 | 454 | 147 |1337 | 1 |7404 | 10 | 0.000000e+00 | -- | Inf | 70.51%
6.71/6.81 c 5.0s| 8400 | 1910 | 64417 | 7.6 | 13M | 18 | 51 | 457 | 147 |1349 | 1 |7504 | 10 | 0.000000e+00 | -- | Inf | 70.71%
6.71/6.81 c 5.0s| 8500 | 1924 | 64994 | 7.6 | 13M | 18 | 51 | 454 | 147 |1354 | 1 |7569 | 10 | 0.000000e+00 | -- | Inf | 70.83%
6.71/6.81 c 5.0s| 8600 | 1884 | 65437 | 7.6 | 13M | 18 | 51 | 451 | 147 |1354 | 1 |7653 | 10 | 0.000000e+00 | -- | Inf | 71.11%
6.71/6.81 c 5.1s| 8700 | 1917 | 66046 | 7.6 | 13M | 18 | 51 | 451 | 147 |1360 | 1 |7768 | 10 | 0.000000e+00 | -- | Inf | 71.37%
6.71/6.81 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
6.71/6.81 c 5.1s| 8800 | 1850 | 66371 | 7.5 | 13M | 18 | 51 | 450 | 0 |1360 | 0 |7843 | 10 | 0.000000e+00 | -- | Inf | 71.70%
6.71/6.81 c 5.1s| 8900 | 1812 | 66945 | 7.5 | 13M | 18 | 51 | 448 | 147 |1360 | 1 |7938 | 10 | 0.000000e+00 | -- | Inf | 71.99%
6.71/6.81 c 5.2s| 9000 | 1789 | 67409 | 7.5 | 13M | 18 | 51 | 449 | 147 |1360 | 1 |8031 | 10 | 0.000000e+00 | -- | Inf | 72.38%
6.71/6.81 c 5.2s| 9100 | 1771 | 67892 | 7.4 | 13M | 18 | 51 | 448 | 147 |1360 | 1 |8115 | 10 | 0.000000e+00 | -- | Inf | 72.62%
6.71/6.81 c 5.2s| 9200 | 1708 | 68722 | 7.5 | 14M | 18 | 51 | 447 | 147 |1382 | 1 |8220 | 10 | 0.000000e+00 | -- | Inf | 72.89%
6.71/6.81 c 5.3s| 9300 | 1709 | 69339 | 7.4 | 14M | 18 | 51 | 448 | 147 |1382 | 1 |8294 | 10 | 0.000000e+00 | -- | Inf | 73.13%
6.71/6.81 c 5.3s| 9400 | 1650 | 69704 | 7.4 | 14M | 18 | 51 | 447 | 147 |1382 | 1 |8386 | 10 | 0.000000e+00 | -- | Inf | 73.54%
6.71/6.81 c 5.3s| 9500 | 1619 | 70242 | 7.4 | 14M | 18 | 51 | 446 | 147 |1382 | 0 |8458 | 10 | 0.000000e+00 | -- | Inf | 73.78%
6.71/6.81 c 5.4s| 9600 | 1605 | 70826 | 7.4 | 14M | 18 | 51 | 446 | 148 |1388 | 1 |8528 | 10 | 0.000000e+00 | -- | Inf | 74.17%
6.71/6.81 c 5.4s| 9700 | 1644 | 71698 | 7.4 | 14M | 18 | 51 | 444 | 0 |1399 | 0 |8607 | 10 | 0.000000e+00 | -- | Inf | 74.29%
6.71/6.81 c 5.4s| 9800 | 1604 | 72185 | 7.3 | 14M | 18 | 51 | 445 | 147 |1405 | 1 |8682 | 10 | 0.000000e+00 | -- | Inf | 74.77%
6.71/6.81 c 5.5s| 9900 | 1578 | 72701 | 7.3 | 14M | 18 | 51 | 445 | 0 |1405 | 0 |8752 | 10 | 0.000000e+00 | -- | Inf | 74.97%
6.71/6.81 c 5.5s| 10000 | 1589 | 73359 | 7.3 | 14M | 18 | 51 | 443 | 147 |1421 | 1 |8833 | 10 | 0.000000e+00 | -- | Inf | 75.15%
6.71/6.81 c 5.5s| 10100 | 1566 | 73913 | 7.3 | 14M | 18 | 51 | 441 | 0 |1421 | 0 |8909 | 10 | 0.000000e+00 | -- | Inf | 75.48%
6.71/6.81 c 5.6s| 10200 | 1536 | 74343 | 7.3 | 14M | 18 | 51 | 439 | 146 |1421 | 1 |8996 | 10 | 0.000000e+00 | -- | Inf | 75.95%
6.71/6.81 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
6.71/6.81 c 5.6s| 10300 | 1527 | 74814 | 7.2 | 14M | 18 | 51 | 438 | 0 |1421 | 0 |9069 | 10 | 0.000000e+00 | -- | Inf | 76.18%
6.71/6.81 c 5.6s| 10400 | 1489 | 75165 | 7.2 | 14M | 18 | 51 | 442 | 0 |1421 | 0 |9157 | 10 | 0.000000e+00 | -- | Inf | 76.51%
6.71/6.81 c 5.6s| 10500 | 1470 | 75656 | 7.2 | 14M | 18 | 51 | 438 | 147 |1425 | 1 |9225 | 10 | 0.000000e+00 | -- | Inf | 76.68%
6.71/6.81 c 5.7s| 10600 | 1459 | 76033 | 7.2 | 14M | 18 | 51 | 442 | 148 |1425 | 1 |9291 | 10 | 0.000000e+00 | -- | Inf | 76.80%
6.71/6.81 c 5.7s| 10700 | 1448 | 76664 | 7.2 | 14M | 18 | 51 | 443 | 148 |1434 | 1 |9367 | 10 | 0.000000e+00 | -- | Inf | 77.20%
6.71/6.81 c 5.7s| 10800 | 1443 | 77313 | 7.1 | 14M | 18 | 51 | 452 | 0 |1438 | 0 |9445 | 10 | 0.000000e+00 | -- | Inf | 77.52%
6.71/6.81 c 5.8s| 10900 | 1403 | 77789 | 7.1 | 14M | 18 | 51 | 452 | 147 |1438 | 1 |9543 | 10 | 0.000000e+00 | -- | Inf | 78.00%
6.71/6.81 c 5.8s| 11000 | 1391 | 78373 | 7.1 | 14M | 18 | 51 | 459 | 148 |1454 | 1 |9651 | 10 | 0.000000e+00 | -- | Inf | 78.69%
6.71/6.81 c 5.8s| 11100 | 1387 | 78918 | 7.1 | 14M | 18 | 51 | 459 | 0 |1456 | 0 |9745 | 10 | 0.000000e+00 | -- | Inf | 78.91%
6.71/6.81 c 5.9s| 11200 | 1349 | 79561 | 7.1 | 14M | 18 | 51 | 465 | 148 |1468 | 1 |9842 | 10 | 0.000000e+00 | -- | Inf | 79.41%
6.71/6.81 c 5.9s| 11300 | 1317 | 80017 | 7.1 | 14M | 18 | 51 | 466 | 147 |1468 | 1 |9929 | 10 | 0.000000e+00 | -- | Inf | 79.58%
6.71/6.81 c 5.9s| 11400 | 1276 | 80680 | 7.1 | 15M | 18 | 51 | 465 | 146 |1475 | 1 | 10k| 10 | 0.000000e+00 | -- | Inf | 80.14%
6.71/6.81 c 6.0s| 11500 | 1282 | 81419 | 7.1 | 15M | 18 | 51 | 467 | 147 |1495 | 1 | 10k| 10 | 0.000000e+00 | -- | Inf | 80.58%
6.71/6.81 c 6.0s| 11600 | 1263 | 82019 | 7.1 | 15M | 18 | 51 | 467 | 147 |1498 | 1 | 10k| 10 | 0.000000e+00 | -- | Inf | 80.92%
6.71/6.81 c 6.0s| 11700 | 1239 | 82339 | 7.0 | 15M | 18 | 51 | 466 | 0 |1501 | 0 | 10k| 10 | 0.000000e+00 | -- | Inf | 81.12%
6.71/6.81 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
6.71/6.81 c 6.1s| 11800 | 1193 | 82864 | 7.0 | 15M | 18 | 51 | 466 | 148 |1511 | 1 | 10k| 10 | 0.000000e+00 | -- | Inf | 81.59%
6.71/6.81 c 6.1s| 11900 | 1181 | 83680 | 7.0 | 15M | 18 | 51 | 468 | 0 |1523 | 0 | 10k| 10 | 0.000000e+00 | -- | Inf | 82.08%
6.71/6.81 c 6.1s| 12000 | 1149 | 84180 | 7.0 | 15M | 18 | 51 | 474 | 147 |1523 | 1 | 10k| 10 | 0.000000e+00 | -- | Inf | 82.45%
6.71/6.81 c 6.2s| 12100 | 1166 | 84632 | 7.0 | 15M | 18 | 51 | 475 | 150 |1523 | 1 | 10k| 10 | 0.000000e+00 | -- | Inf | 82.63%
6.71/6.81 c 6.2s| 12200 | 1207 | 85633 | 7.0 | 15M | 18 | 51 | 474 | 0 |1531 | 0 | 10k| 10 | 0.000000e+00 | -- | Inf | 82.71%
6.71/6.81 c 6.2s| 12300 | 1211 | 86225 | 7.0 | 15M | 18 | 51 | 474 | 0 |1531 | 0 | 10k| 10 | 0.000000e+00 | -- | Inf | 82.83%
6.71/6.81 c 6.3s| 12400 | 1163 | 86670 | 7.0 | 15M | 18 | 51 | 472 | 148 |1531 | 1 | 10k| 10 | 0.000000e+00 | -- | Inf | 83.26%
6.71/6.81 c 6.3s| 12500 | 1135 | 87224 | 7.0 | 15M | 18 | 51 | 472 | 147 |1531 | 1 | 11k| 10 | 0.000000e+00 | -- | Inf | 83.75%
6.71/6.81 c 6.3s| 12600 | 1123 | 87709 | 6.9 | 15M | 18 | 51 | 471 | 0 |1531 | 0 | 11k| 10 | 0.000000e+00 | -- | Inf | 84.02%
6.71/6.81 c 6.4s| 12700 | 1114 | 88311 | 6.9 | 15M | 18 | 51 | 473 | 148 |1535 | 1 | 11k| 10 | 0.000000e+00 | -- | Inf | 84.51%
6.71/6.81 c 6.4s| 12800 | 1106 | 88818 | 6.9 | 15M | 18 | 51 | 477 | 147 |1535 | 1 | 11k| 10 | 0.000000e+00 | -- | Inf | 84.72%
6.71/6.81 c 6.4s| 12900 | 1099 | 89358 | 6.9 | 15M | 18 | 51 | 476 | 148 |1542 | 1 | 11k| 10 | 0.000000e+00 | -- | Inf | 85.29%
6.71/6.81 c 6.4s| 13000 | 1077 | 89765 | 6.9 | 15M | 18 | 51 | 477 | 147 |1542 | 1 | 11k| 10 | 0.000000e+00 | -- | Inf | 85.76%
7.92/8.08 c 6.5s| 13100 | 1072 | 90301 | 6.9 | 15M | 18 | 51 | 482 | 148 |1546 | 1 | 11k| 10 | 0.000000e+00 | -- | Inf | 86.26%
7.92/8.08 c 6.5s| 13200 | 1055 | 90939 | 6.9 | 15M | 18 | 51 | 483 | 148 |1550 | 1 | 11k| 10 | 0.000000e+00 | -- | Inf | 86.80%
7.92/8.08 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
7.92/8.08 c 6.5s| 13300 | 1054 | 91540 | 6.9 | 15M | 18 | 51 | 482 | 148 |1557 | 1 | 11k| 10 | 0.000000e+00 | -- | Inf | 87.26%
7.92/8.08 c 6.6s| 13400 | 1040 | 92046 | 6.9 | 15M | 18 | 51 | 481 | 0 |1557 | 0 | 11k| 10 | 0.000000e+00 | -- | Inf | 87.68%
7.92/8.08 c 6.6s| 13500 | 1016 | 92592 | 6.8 | 15M | 18 | 51 | 420 | 148 |1557 | 1 | 11k| 10 | 0.000000e+00 | -- | Inf | 88.48%
7.92/8.08 c 6.6s| 13600 | 1011 | 93114 | 6.8 | 15M | 18 | 51 | 358 | 146 |1557 | 1 | 11k| 10 | 0.000000e+00 | -- | Inf | 88.84%
7.92/8.08 c 6.7s| 13700 | 996 | 93656 | 6.8 | 15M | 18 | 51 | 295 | 0 |1573 | 0 | 11k| 10 | 0.000000e+00 | -- | Inf | 89.43%
7.92/8.08 c 6.7s| 13800 | 973 | 94077 | 6.8 | 15M | 18 | 51 | 241 | 0 |1573 | 0 | 12k| 10 | 0.000000e+00 | -- | Inf | 89.84%
7.92/8.08 c 6.7s| 13900 | 947 | 94570 | 6.8 | 15M | 18 | 51 | 180 | 147 |1573 | 1 | 12k| 10 | 0.000000e+00 | -- | Inf | 90.31%
7.92/8.08 c 6.7s| 14000 | 937 | 95043 | 6.8 | 15M | 18 | 51 | 161 | 147 |1573 | 1 | 12k| 10 | 0.000000e+00 | -- | Inf | 90.49%
7.92/8.08 c 6.8s| 14100 | 934 | 95373 | 6.8 | 15M | 18 | 51 | 157 | 0 |1573 | 0 | 12k| 10 | 0.000000e+00 | -- | Inf | 90.54%
7.92/8.08 c 6.8s| 14200 | 931 | 95998 | 6.7 | 15M | 18 | 51 | 152 | 0 |1588 | 0 | 12k| 10 | 0.000000e+00 | -- | Inf | 90.67%
7.92/8.08 c 6.8s| 14300 | 991 | 96876 | 6.8 | 15M | 18 | 51 | 154 | 149 |1602 | 1 | 12k| 10 | 0.000000e+00 | -- | Inf | 90.70%
7.92/8.08 c 6.9s| 14400 | 1013 | 97504 | 6.8 | 15M | 18 | 51 | 155 | 0 |1602 | 0 | 12k| 10 | 0.000000e+00 | -- | Inf | 90.77%
7.92/8.08 c 6.9s| 14500 | 1006 | 97819 | 6.7 | 15M | 18 | 51 | 152 | 147 |1602 | 1 | 12k| 10 | 0.000000e+00 | -- | Inf | 90.87%
7.92/8.08 c 6.9s| 14600 | 1041 | 98293 | 6.7 | 15M | 18 | 51 | 153 | 149 |1602 | 1 | 12k| 10 | 0.000000e+00 | -- | Inf | 90.90%
7.92/8.08 c 6.9s| 14700 | 1056 | 98704 | 6.7 | 15M | 18 | 51 | 153 | 149 |1602 | 1 | 12k| 10 | 0.000000e+00 | -- | Inf | 90.95%
7.92/8.08 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
7.92/8.08 c 6.9s| 14800 | 1042 | 98963 | 6.7 | 15M | 18 | 51 | 155 | 149 |1602 | 1 | 12k| 10 | 0.000000e+00 | -- | Inf | 90.98%
7.92/8.08 c 7.0s| 14900 | 1021 | 99223 | 6.6 | 15M | 18 | 51 | 153 | 147 |1602 | 1 | 13k| 10 | 0.000000e+00 | -- | Inf | 91.17%
7.92/8.08 c 7.0s| 15000 | 1027 | 99583 | 6.6 | 15M | 18 | 51 | 152 | 147 |1602 | 1 | 13k| 10 | 0.000000e+00 | -- | Inf | 91.21%
7.92/8.08 c 7.0s| 15100 | 1031 |100282 | 6.6 | 15M | 18 | 51 | 154 | 147 |1602 | 1 | 13k| 10 | 0.000000e+00 | -- | Inf | 91.26%
7.92/8.08 c 7.0s| 15200 | 1037 |100854 | 6.6 | 15M | 18 | 51 | 153 | 147 |1613 | 1 | 13k| 10 | 0.000000e+00 | -- | Inf | 91.48%
7.92/8.08 c 7.0s| 15300 | 1033 |101246 | 6.6 | 15M | 18 | 51 | 151 | 148 |1616 | 1 | 13k| 10 | 0.000000e+00 | -- | Inf | 91.65%
7.92/8.08 c 7.1s| 15400 | 1032 |101716 | 6.6 | 15M | 18 | 51 | 151 | 148 |1619 | 1 | 13k| 10 | 0.000000e+00 | -- | Inf | 91.76%
7.92/8.08 c 7.1s| 15500 | 1048 |102205 | 6.6 | 15M | 18 | 51 | 151 | 148 |1625 | 1 | 13k| 10 | 0.000000e+00 | -- | Inf | 91.84%
7.92/8.08 c 7.1s| 15600 | 1078 |102737 | 6.6 | 15M | 18 | 51 | 151 | 0 |1628 | 0 | 13k| 10 | 0.000000e+00 | -- | Inf | 91.90%
7.92/8.08 c 7.2s| 15700 | 1109 |103192 | 6.6 | 15M | 18 | 51 | 151 | 148 |1631 | 1 | 13k| 10 | 0.000000e+00 | -- | Inf | 91.96%
7.92/8.08 c 7.2s| 15800 | 1124 |103755 | 6.6 | 15M | 18 | 51 | 153 | 147 |1635 | 1 | 13k| 10 | 0.000000e+00 | -- | Inf | 92.03%
7.92/8.08 c 7.2s| 15900 | 1156 |104322 | 6.6 | 15M | 18 | 51 | 151 | 148 |1635 | 1 | 13k| 10 | 0.000000e+00 | -- | Inf | 92.16%
7.92/8.08 c 7.2s| 16000 | 1200 |104888 | 6.5 | 15M | 18 | 51 | 152 | 0 |1635 | 0 | 13k| 10 | 0.000000e+00 | -- | Inf | 92.18%
7.92/8.08 c 7.2s| 16100 | 1130 |105104 | 6.5 | 15M | 18 | 51 | 151 | 148 |1635 | 1 | 13k| 10 | 0.000000e+00 | -- | Inf | 92.23%
7.92/8.08 c 7.3s| 16200 | 1153 |105788 | 6.5 | 15M | 18 | 51 | 151 | 148 |1635 | 1 | 14k| 10 | 0.000000e+00 | -- | Inf | 92.25%
7.92/8.08 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
7.92/8.08 c 7.3s| 16300 | 1124 |106149 | 6.5 | 15M | 18 | 51 | 153 | 147 |1639 | 1 | 14k| 10 | 0.000000e+00 | -- | Inf | 92.40%
7.92/8.08 c 7.3s| 16400 | 1094 |106486 | 6.5 | 15M | 18 | 51 | 152 | 0 |1639 | 0 | 14k| 10 | 0.000000e+00 | -- | Inf | 92.59%
7.92/8.08 c 7.3s| 16500 | 1088 |106916 | 6.5 | 15M | 18 | 51 | 151 | 147 |1642 | 1 | 14k| 10 | 0.000000e+00 | -- | Inf | 92.74%
7.92/8.08 c 7.4s| 16600 | 1085 |107396 | 6.5 | 15M | 18 | 51 | 151 | 0 |1642 | 0 | 14k| 10 | 0.000000e+00 | -- | Inf | 92.84%
7.92/8.08 c 7.4s| 16700 | 1039 |107652 | 6.4 | 15M | 18 | 51 | 153 | 148 |1642 | 1 | 14k| 10 | 0.000000e+00 | -- | Inf | 93.04%
7.92/8.08 c 7.4s| 16800 | 1040 |108064 | 6.4 | 15M | 18 | 51 | 156 | 0 |1642 | 0 | 14k| 10 | 0.000000e+00 | -- | Inf | 93.21%
7.92/8.08 c 7.4s| 16900 | 1041 |108500 | 6.4 | 15M | 18 | 51 | 152 | 0 |1642 | 0 | 14k| 10 | 0.000000e+00 | -- | Inf | 93.26%
7.92/8.08 c 7.5s| 17000 | 1021 |108916 | 6.4 | 15M | 18 | 51 | 152 | 0 |1642 | 0 | 14k| 10 | 0.000000e+00 | -- | Inf | 93.37%
7.92/8.08 c 7.5s| 17100 | 999 |109276 | 6.4 | 15M | 18 | 51 | 154 | 147 |1642 | 1 | 14k| 10 | 0.000000e+00 | -- | Inf | 93.45%
7.92/8.08 c 7.5s| 17200 | 988 |109607 | 6.4 | 15M | 18 | 51 | 154 | 147 |1642 | 1 | 14k| 10 | 0.000000e+00 | -- | Inf | 93.53%
7.92/8.08 c 7.5s| 17300 | 982 |109994 | 6.3 | 15M | 18 | 51 | 153 | 148 |1642 | 1 | 14k| 10 | 0.000000e+00 | -- | Inf | 93.66%
7.92/8.08 c 7.5s| 17400 | 1031 |110617 | 6.3 | 15M | 18 | 51 | 155 | 0 |1642 | 0 | 15k| 10 | 0.000000e+00 | -- | Inf | 93.74%
7.92/8.08 c 7.6s| 17500 | 1026 |110990 | 6.3 | 15M | 18 | 51 | 153 | 0 |1652 | 0 | 15k| 10 | 0.000000e+00 | -- | Inf | 93.93%
7.92/8.08 c 7.6s| 17600 | 1034 |111360 | 6.3 | 15M | 18 | 51 | 151 | 149 |1652 | 1 | 15k| 10 | 0.000000e+00 | -- | Inf | 94.05%
7.92/8.08 c 7.6s| 17700 | 1038 |111736 | 6.3 | 15M | 18 | 51 | 151 | 147 |1652 | 1 | 15k| 10 | 0.000000e+00 | -- | Inf | 94.20%
7.92/8.08 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
7.92/8.08 c 7.6s| 17800 | 1019 |112122 | 6.3 | 15M | 18 | 51 | 152 | 0 |1652 | 0 | 15k| 10 | 0.000000e+00 | -- | Inf | 94.37%
7.92/8.08 c 7.6s| 17900 | 1026 |112560 | 6.3 | 15M | 18 | 51 | 151 | 0 |1652 | 0 | 15k| 10 | 0.000000e+00 | -- | Inf | 94.49%
7.92/8.08 c 7.7s| 18000 | 1047 |113063 | 6.3 | 15M | 18 | 51 | 152 | 0 |1652 | 0 | 15k| 10 | 0.000000e+00 | -- | Inf | 94.52%
7.92/8.08 c 7.7s| 18100 | 1073 |113677 | 6.3 | 15M | 18 | 51 | 152 | 147 |1652 | 1 | 15k| 10 | 0.000000e+00 | -- | Inf | 94.66%
7.92/8.08 c 7.7s| 18200 | 1070 |114033 | 6.3 | 15M | 18 | 51 | 150 | 0 |1652 | 0 | 15k| 10 | 0.000000e+00 | -- | Inf | 94.77%
8.80/8.95 c 7.7s| 18300 | 1046 |114374 | 6.2 | 15M | 18 | 51 | 150 | 0 |1652 | 0 | 15k| 10 | 0.000000e+00 | -- | Inf | 94.94%
8.80/8.95 c 7.8s| 18400 | 1009 |114799 | 6.2 | 15M | 18 | 51 | 149 | 149 |1652 | 1 | 15k| 10 | 0.000000e+00 | -- | Inf | 95.07%
8.80/8.95 c 7.8s| 18500 | 996 |115143 | 6.2 | 15M | 18 | 51 | 149 | 0 |1652 | 0 | 16k| 10 | 0.000000e+00 | -- | Inf | 95.13%
8.80/8.95 c 7.8s| 18600 | 952 |115440 | 6.2 | 15M | 18 | 51 | 149 | 147 |1652 | 1 | 16k| 10 | 0.000000e+00 | -- | Inf | 95.29%
8.80/8.95 c 7.8s| 18700 | 928 |115758 | 6.2 | 15M | 18 | 51 | 151 | 147 |1652 | 1 | 16k| 10 | 0.000000e+00 | -- | Inf | 95.46%
8.80/8.95 c 7.8s| 18800 | 913 |116109 | 6.2 | 15M | 18 | 51 | 150 | 148 |1652 | 1 | 16k| 10 | 0.000000e+00 | -- | Inf | 95.54%
8.80/8.95 c 7.9s| 18900 | 870 |116568 | 6.2 | 15M | 18 | 51 | 150 | 147 |1652 | 1 | 16k| 10 | 0.000000e+00 | -- | Inf | 95.74%
8.80/8.95 c 7.9s| 19000 | 861 |116953 | 6.1 | 15M | 18 | 51 | 150 | 147 |1655 | 1 | 16k| 10 | 0.000000e+00 | -- | Inf | 95.83%
8.80/8.95 c 7.9s| 19100 | 844 |117342 | 6.1 | 15M | 18 | 51 | 151 | 0 |1659 | 0 | 16k| 10 | 0.000000e+00 | -- | Inf | 96.05%
8.80/8.95 c 7.9s| 19200 | 811 |117665 | 6.1 | 15M | 18 | 51 | 150 | 0 |1659 | 0 | 16k| 10 | 0.000000e+00 | -- | Inf | 96.24%
8.80/8.95 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
8.80/8.95 c 8.0s| 19300 | 797 |118074 | 6.1 | 15M | 18 | 51 | 150 | 0 |1664 | 0 | 16k| 10 | 0.000000e+00 | -- | Inf | 96.43%
8.80/8.95 c 8.0s| 19400 | 818 |118494 | 6.1 | 15M | 18 | 51 | 150 | 150 |1664 | 0 | 16k| 10 | 0.000000e+00 | -- | Inf | 96.53%
8.80/8.95 c 8.0s| 19500 | 794 |118884 | 6.1 | 15M | 18 | 51 | 150 | 0 |1664 | 0 | 17k| 10 | 0.000000e+00 | -- | Inf | 96.61%
8.80/8.95 c 8.0s| 19600 | 817 |119327 | 6.1 | 15M | 18 | 51 | 150 | 147 |1664 | 1 | 17k| 10 | 0.000000e+00 | -- | Inf | 96.72%
8.80/8.95 c 8.0s| 19700 | 808 |119700 | 6.1 | 15M | 18 | 51 | 150 | 147 |1664 | 1 | 17k| 10 | 0.000000e+00 | -- | Inf | 96.83%
8.80/8.95 c 8.1s| 19800 | 750 |120020 | 6.1 | 15M | 18 | 51 | 150 | 0 |1664 | 0 | 17k| 10 | 0.000000e+00 | -- | Inf | 97.05%
8.80/8.95 c 8.1s| 19900 | 669 |120095 | 6.0 | 15M | 18 | 51 | 150 | 0 |1664 | 0 | 17k| 10 | 0.000000e+00 | -- | Inf | 97.15%
8.80/8.95 c 8.1s| 20000 | 610 |120411 | 6.0 | 15M | 18 | 51 | 150 | 0 |1664 | 0 | 17k| 10 | 0.000000e+00 | -- | Inf | 97.30%
8.80/8.95 c 8.1s| 20100 | 572 |120712 | 6.0 | 15M | 18 | 51 | 150 | 147 |1664 | 1 | 17k| 10 | 0.000000e+00 | -- | Inf | 97.37%
8.80/8.95 c 8.1s| 20200 | 559 |121033 | 6.0 | 15M | 18 | 51 | 151 | 0 |1664 | 0 | 17k| 10 | 0.000000e+00 | -- | Inf | 97.49%
8.80/8.95 c 8.1s| 20300 | 559 |121397 | 6.0 | 15M | 18 | 51 | 150 | 147 |1666 | 1 | 17k| 10 | 0.000000e+00 | -- | Inf | 97.59%
8.80/8.95 c 8.2s| 20400 | 548 |121748 | 6.0 | 15M | 18 | 51 | 150 | 147 |1666 | 1 | 17k| 10 | 0.000000e+00 | -- | Inf | 97.71%
8.80/8.95 c 8.2s| 20500 | 538 |122192 | 6.0 | 15M | 18 | 51 | 150 | 147 |1671 | 1 | 17k| 10 | 0.000000e+00 | -- | Inf | 97.87%
8.80/8.95 c 8.2s| 20600 | 519 |122579 | 5.9 | 15M | 18 | 51 | 151 | 147 |1671 | 1 | 17k| 10 | 0.000000e+00 | -- | Inf | 97.99%
8.80/8.95 c 8.2s| 20700 | 490 |122910 | 5.9 | 15M | 18 | 51 | 149 | 0 |1671 | 0 | 18k| 10 | 0.000000e+00 | -- | Inf | 98.10%
8.80/8.95 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
8.80/8.95 c 8.2s| 20800 | 423 |123125 | 5.9 | 15M | 18 | 51 | 150 | 147 |1671 | 1 | 18k| 10 | 0.000000e+00 | -- | Inf | 98.23%
8.80/8.95 c 8.3s| 20900 | 417 |123547 | 5.9 | 15M | 18 | 51 | 149 | 147 |1671 | 1 | 18k| 10 | 0.000000e+00 | -- | Inf | 98.36%
8.80/8.95 c 8.3s| 21000 | 430 |124061 | 5.9 | 15M | 18 | 51 | 149 | 0 |1671 | 0 | 18k| 10 | 0.000000e+00 | -- | Inf | 98.40%
8.80/8.95 c 8.3s| 21100 | 386 |124322 | 5.9 | 15M | 18 | 51 | 150 | 0 |1671 | 0 | 18k| 10 | 0.000000e+00 | -- | Inf | 98.47%
8.80/8.95 c 8.3s| 21200 | 374 |124893 | 5.9 | 15M | 18 | 51 | 149 | 0 |1674 | 0 | 18k| 10 | 0.000000e+00 | -- | Inf | 98.54%
8.80/8.95 c 8.4s| 21300 | 400 |125556 | 5.9 | 15M | 18 | 51 | 150 | 148 |1677 | 1 | 18k| 10 | 0.000000e+00 | -- | Inf | 98.60%
8.80/8.95 c 8.4s| 21400 | 374 |125908 | 5.9 | 15M | 18 | 51 | 149 | 148 |1677 | 1 | 18k| 10 | 0.000000e+00 | -- | Inf | 98.69%
8.80/8.95 c 8.4s| 21500 | 327 |126137 | 5.9 | 15M | 18 | 51 | 149 | 0 |1677 | 0 | 18k| 10 | 0.000000e+00 | -- | Inf | 98.83%
8.80/8.95 c 8.4s| 21600 | 322 |126626 | 5.9 | 15M | 18 | 51 | 149 | 0 |1677 | 0 | 18k| 10 | 0.000000e+00 | -- | Inf | 98.91%
8.80/8.95 c 8.4s| 21700 | 297 |126956 | 5.8 | 15M | 18 | 51 | 149 | 0 |1677 | 0 | 18k| 10 | 0.000000e+00 | -- | Inf | 98.97%
8.80/8.95 c 8.5s| 21800 | 272 |127421 | 5.8 | 15M | 18 | 51 | 149 | 148 |1677 | 1 | 19k| 10 | 0.000000e+00 | -- | Inf | 99.04%
8.80/8.95 c 8.5s| 21900 | 229 |127721 | 5.8 | 15M | 18 | 51 | 149 | 0 |1677 | 0 | 19k| 10 | 0.000000e+00 | -- | Inf | 99.15%
8.80/8.95 c 8.5s| 22000 | 189 |127990 | 5.8 | 15M | 18 | 51 | 149 | 0 |1677 | 0 | 19k| 10 | 0.000000e+00 | -- | Inf | 99.31%
8.80/8.95 c 8.5s| 22100 | 177 |128383 | 5.8 | 15M | 18 | 51 | 149 | 147 |1677 | 1 | 19k| 10 | 0.000000e+00 | -- | Inf | 99.46%
8.80/8.95 c 8.5s| 22200 | 140 |128692 | 5.8 | 15M | 18 | 51 | 149 | 147 |1677 | 1 | 19k| 10 | 0.000000e+00 | -- | Inf | 99.58%
8.80/8.95 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
8.80/8.95 c 8.6s| 22300 | 108 |129140 | 5.8 | 15M | 18 | 51 | 149 | 0 |1677 | 0 | 19k| 10 | 0.000000e+00 | -- | Inf | 99.69%
8.80/8.95 c 8.6s| 22400 | 47 |129370 | 5.8 | 15M | 18 | 51 | 149 | 148 |1677 | 1 | 19k| 10 | 0.000000e+00 | -- | Inf | 99.85%
8.80/8.95 c 8.6s| 22500 | 11 |129632 | 5.8 | 15M | 18 | 51 | 150 | 0 |1677 | 0 | 19k| 10 | 0.000000e+00 | -- | Inf | 99.96%
8.80/8.95 c
8.80/8.95 c SCIP Status : problem is solved [infeasible]
8.80/8.95 c Solving Time (sec) : 8.60
8.80/8.95 c Solving Nodes : 22533
8.80/8.95 c Primal Bound : +1.00000000000000e+20 (0 solutions)
8.80/8.95 c Dual Bound : +1.00000000000000e+20
8.80/8.95 c Gap : 0.00 %
8.80/8.95 c SCIP found the problem to be infeasible.
8.80/8.95 s UNSATISFIABLE
Verifier Data
ERROR: no interpretation found !
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63837 MiB (62476 MiB free)
memory of node 1: 64465 MiB (63551 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529925-1752259697/watcher-4529925-1752259697 -o /tmp/evaluation-result-4529925-1752259697/solver-4529925-1752259697 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1752258008-115399 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529925-1752259697.opb
running on 2 cores: 1,3
CPU governors:
performance: 1 3
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=115844, runsolver pid=115841
Current StackSize limit: 8192 KiB
[startup+0.10007 s]*
/proc/loadavg: 4.08 4.11 3.86 5/253 115849
/proc/meminfo: memFree=129052856/131382116 swapFree=33005528/33010684
[pid=115844] ppid=115841 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115844/stat : 115844 (scip-naps-1.00a) S 115841 115844 115387 0 -1 4194304 259 323 0 0 0 0 0 0 20 0 1 0 141649154 4292608 768 18446744073709551615 94643607556096 94643608450629 140735696940560 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94643608689680 94643608737424 94643620487168 140735696947611 140735696947710 140735696947710 140735696953314 0
/proc/115844/statm: 1048 768 704 219 0 110 0
[pid=115849] ppid=115844 vsize=19328 memory=14208 CPUtime=0.07 cores=1,3
/proc/115849/stat : 115849 (python3) R 115844 115844 115387 0 -1 4194304 1887 0 0 0 6 1 0 0 20 0 1 0 141649156 19791872 3552 18446744073709551615 94729663598592 94729663598969 140726360212384 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94729663610264 94729663610884 94729687687168 140726360217935 140726360218144 140726360218144 140726360223719 0
/proc/115849/statm: 4832 3552 1984 1 0 1586 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 23520 KiB
Current children cumulated memory: 17280 KiB
[startup+0.21339 s]*
/proc/loadavg: 4.08 4.11 3.86 5/253 115849
/proc/meminfo: memFree=129050840/131382116 swapFree=33005528/33010684
[pid=115844] ppid=115841 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115844/stat : 115844 (scip-naps-1.00a) S 115841 115844 115387 0 -1 4194304 259 323 0 0 0 0 0 0 20 0 1 0 141649154 4292608 768 18446744073709551615 94643607556096 94643608450629 140735696940560 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94643608689680 94643608737424 94643620487168 140735696947611 140735696947710 140735696947710 140735696953314 0
/proc/115844/statm: 1048 768 704 219 0 110 0
[pid=115849] ppid=115844 vsize=1186972 memory=31936 CPUtime=0.18 cores=1,3
/proc/115849/stat : 115849 (python3) R 115844 115844 115387 0 -1 4194304 3733 0 0 0 15 3 0 0 20 0 1 0 141649156 1215459328 7984 18446744073709551615 94729663598592 94729663598969 140726360212384 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94729663610264 94729663610884 94729687687168 140726360217935 140726360218144 140726360218144 140726360223719 0
/proc/115849/statm: 296743 7984 4912 1 0 268765 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 1191164 KiB
Current children cumulated memory: 35008 KiB
[startup+0.313295 s]*
/proc/loadavg: 4.08 4.11 3.86 5/253 115849
/proc/meminfo: memFree=129050840/131382116 swapFree=33005528/33010684
[pid=115844] ppid=115841 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115844/stat : 115844 (scip-naps-1.00a) S 115841 115844 115387 0 -1 4194304 259 323 0 0 0 0 0 0 20 0 1 0 141649154 4292608 768 18446744073709551615 94643607556096 94643608450629 140735696940560 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94643608689680 94643608737424 94643620487168 140735696947611 140735696947710 140735696947710 140735696953314 0
/proc/115844/statm: 1048 768 704 219 0 110 0
[pid=115849] ppid=115844 vsize=1194264 memory=38976 CPUtime=0.27 cores=1,3
/proc/115849/stat : 115849 (python3) R 115844 115844 115387 0 -1 4194304 4916 0 0 0 23 4 0 0 20 0 1 0 141649156 1222926336 9744 18446744073709551615 94729663598592 94729663598969 140726360212384 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94729663610264 94729663610884 94729687687168 140726360217935 140726360218144 140726360218144 140726360223719 0
/proc/115849/statm: 298566 9744 5584 1 0 269924 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1198456 KiB
Current children cumulated memory: 42048 KiB
[startup+0.700367 s]
/proc/loadavg: 4.08 4.11 3.86 5/253 115849
/proc/meminfo: memFree=129047060/131382116 swapFree=33005528/33010684
[pid=115844] ppid=115841 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115844/stat : 115844 (scip-naps-1.00a) S 115841 115844 115387 0 -1 4194304 259 323 0 0 0 0 0 0 20 0 1 0 141649154 4292608 768 18446744073709551615 94643607556096 94643608450629 140735696940560 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94643608689680 94643608737424 94643620487168 140735696947611 140735696947710 140735696947710 140735696953314 0
/proc/115844/statm: 1048 768 704 219 0 110 0
[pid=115849] ppid=115844 vsize=1205064 memory=57536 CPUtime=0.65 cores=1,3
/proc/115849/stat : 115849 (python3) R 115844 115844 115387 0 -1 4194304 7154 0 0 0 60 5 0 0 20 0 1 0 141649156 1233985536 14384 18446744073709551615 94729663598592 94729663598969 140726360212384 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94729663610264 94729663610884 94729687687168 140726360217935 140726360218144 140726360218144 140726360223719 0
/proc/115849/statm: 301266 14384 8144 1 0 272624 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1209256 KiB
Current children cumulated memory: 60608 KiB
[startup+1.50034 s]
/proc/loadavg: 4.08 4.11 3.86 5/253 115849
/proc/meminfo: memFree=129043028/131382116 swapFree=33005528/33010684
[pid=115844] ppid=115841 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115844/stat : 115844 (scip-naps-1.00a) S 115841 115844 115387 0 -1 4194304 259 323 0 0 0 0 0 0 20 0 1 0 141649154 4292608 768 18446744073709551615 94643607556096 94643608450629 140735696940560 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94643608689680 94643608737424 94643620487168 140735696947611 140735696947710 140735696947710 140735696953314 0
/proc/115844/statm: 1048 768 704 219 0 110 0
[pid=115849] ppid=115844 vsize=1206452 memory=59840 CPUtime=1.44 cores=1,3
/proc/115849/stat : 115849 (python3) R 115844 115844 115387 0 -1 4194304 7710 0 0 0 139 5 0 0 20 0 1 0 141649156 1235406848 14960 18446744073709551615 94729663598592 94729663598969 140726360212384 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94729663610264 94729663610884 94729687687168 140726360217935 140726360218144 140726360218144 140726360223719 0
/proc/115849/statm: 301613 14960 8144 1 0 272971 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1210644 KiB
Current children cumulated memory: 62912 KiB
[startup+3.11284 s]
/proc/loadavg: 4.08 4.10 3.87 5/253 115849
/proc/meminfo: memFree=129030712/131382116 swapFree=33005528/33010684
[pid=115844] ppid=115841 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115844/stat : 115844 (scip-naps-1.00a) S 115841 115844 115387 0 -1 4194304 259 323 0 0 0 0 0 0 20 0 1 0 141649154 4292608 768 18446744073709551615 94643607556096 94643608450629 140735696940560 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94643608689680 94643608737424 94643620487168 140735696947611 140735696947710 140735696947710 140735696953314 0
/proc/115844/statm: 1048 768 704 219 0 110 0
[pid=115849] ppid=115844 vsize=1208912 memory=61668 CPUtime=3.04 cores=1,3
/proc/115849/stat : 115849 (python3) R 115844 115844 115387 0 -1 4194304 8769 0 0 0 299 5 0 0 20 0 1 0 141649156 1237925888 15417 18446744073709551615 94729663598592 94729663598969 140726360212384 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94729663610264 94729663610884 94729687687168 140726360217935 140726360218144 140726360218144 140726360223719 0
/proc/115849/statm: 302228 15417 8144 1 0 273586 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1213104 KiB
Current children cumulated memory: 64740 KiB
[startup+6.30033 s]
/proc/loadavg: 4.08 4.10 3.87 5/253 115849
/proc/meminfo: memFree=129014592/131382116 swapFree=33005528/33010684
[pid=115844] ppid=115841 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115844/stat : 115844 (scip-naps-1.00a) S 115841 115844 115387 0 -1 4194304 259 323 0 0 0 0 0 0 20 0 1 0 141649154 4292608 768 18446744073709551615 94643607556096 94643608450629 140735696940560 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94643608689680 94643608737424 94643620487168 140735696947611 140735696947710 140735696947710 140735696953314 0
/proc/115844/statm: 1048 768 704 219 0 110 0
[pid=115849] ppid=115844 vsize=1213684 memory=67428 CPUtime=6.21 cores=1,3
/proc/115849/stat : 115849 (python3) R 115844 115844 115387 0 -1 4194304 10209 0 0 0 616 5 0 0 20 0 1 0 141649156 1242812416 16857 18446744073709551615 94729663598592 94729663598969 140726360212384 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94729663610264 94729663610884 94729687687168 140726360217935 140726360218144 140726360218144 140726360223719 0
/proc/115849/statm: 303421 16857 8144 1 0 274779 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1217876 KiB
Current children cumulated memory: 70500 KiB
[startup+8.97301 s]
# the end of solver process 115844 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=8.83075 s, system=0.072913 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+6.40038 s]
/proc/loadavg: 4.08 4.10 3.87 5/253 115849
/proc/meminfo: memFree=129014592/131382116 swapFree=33005528/33010684
[pid=115844] ppid=115841 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115844/stat : 115844 (scip-naps-1.00a) S 115841 115844 115387 0 -1 4194304 259 323 0 0 0 0 0 0 20 0 1 0 141649154 4292608 768 18446744073709551615 94643607556096 94643608450629 140735696940560 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94643608689680 94643608737424 94643620487168 140735696947611 140735696947710 140735696947710 140735696953314 0
/proc/115844/statm: 1048 768 704 219 0 110 0
[pid=115849] ppid=115844 vsize=1214608 memory=68196 CPUtime=6.31 cores=1,3
/proc/115849/stat : 115849 (python3) R 115844 115844 115387 0 -1 4194304 10424 0 0 0 626 5 0 0 20 0 1 0 141649156 1243758592 17049 18446744073709551615 94729663598592 94729663598969 140726360212384 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94729663610264 94729663610884 94729687687168 140726360217935 140726360218144 140726360218144 140726360223719 0
/proc/115849/statm: 303652 17049 8144 1 0 275010 0
Current children cumulated CPU time: 6.31 s
Current children cumulated vsize: 1218800 KiB
Current children cumulated memory: 71268 KiB
[startup+8.00032 s]*
/proc/loadavg: 4.07 4.10 3.87 5/253 115849
/proc/meminfo: memFree=129006400/131382116 swapFree=33005528/33010684
[pid=115844] ppid=115841 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115844/stat : 115844 (scip-naps-1.00a) S 115841 115844 115387 0 -1 4194304 259 323 0 0 0 0 0 0 20 0 1 0 141649154 4292608 768 18446744073709551615 94643607556096 94643608450629 140735696940560 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94643608689680 94643608737424 94643620487168 140735696947611 140735696947710 140735696947710 140735696953314 0
/proc/115844/statm: 1048 768 704 219 0 110 0
[pid=115849] ppid=115844 vsize=1214608 memory=68324 CPUtime=7.92 cores=1,3
/proc/115849/stat : 115849 (python3) R 115844 115844 115387 0 -1 4194304 10443 0 0 0 787 5 0 0 20 0 1 0 141649156 1243758592 17081 18446744073709551615 94729663598592 94729663598969 140726360212384 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94729663610264 94729663610884 94729687687168 140726360217935 140726360218144 140726360218144 140726360223719 0
/proc/115849/statm: 303652 17081 8144 1 0 275010 0
Current children cumulated CPU time: 7.92 s
Current children cumulated vsize: 1218800 KiB
Current children cumulated memory: 71396 KiB
[startup+8.40029 s]
/proc/loadavg: 4.07 4.10 3.87 5/253 115849
/proc/meminfo: memFree=129006400/131382116 swapFree=33005528/33010684
[pid=115844] ppid=115841 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115844/stat : 115844 (scip-naps-1.00a) S 115841 115844 115387 0 -1 4194304 259 323 0 0 0 0 0 0 20 0 1 0 141649154 4292608 768 18446744073709551615 94643607556096 94643608450629 140735696940560 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94643608689680 94643608737424 94643620487168 140735696947611 140735696947710 140735696947710 140735696953314 0
/proc/115844/statm: 1048 768 704 219 0 110 0
[pid=115849] ppid=115844 vsize=1214608 memory=68324 CPUtime=8.31 cores=1,3
/proc/115849/stat : 115849 (python3) R 115844 115844 115387 0 -1 4194304 10444 0 0 0 826 5 0 0 20 0 1 0 141649156 1243758592 17081 18446744073709551615 94729663598592 94729663598969 140726360212384 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94729663610264 94729663610884 94729687687168 140726360217935 140726360218144 140726360218144 140726360223719 0
/proc/115849/statm: 303652 17081 8144 1 0 275010 0
Current children cumulated CPU time: 8.31 s
Current children cumulated vsize: 1218800 KiB
Current children cumulated memory: 71396 KiB
[startup+8.8003 s]
/proc/loadavg: 4.07 4.10 3.87 5/253 115849
/proc/meminfo: memFree=129006400/131382116 swapFree=33005528/33010684
[pid=115844] ppid=115841 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115844/stat : 115844 (scip-naps-1.00a) S 115841 115844 115387 0 -1 4194304 259 323 0 0 0 0 0 0 20 0 1 0 141649154 4292608 768 18446744073709551615 94643607556096 94643608450629 140735696940560 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94643608689680 94643608737424 94643620487168 140735696947611 140735696947710 140735696947710 140735696953314 0
/proc/115844/statm: 1048 768 704 219 0 110 0
[pid=115849] ppid=115844 vsize=1214608 memory=68324 CPUtime=8.7 cores=1,3
/proc/115849/stat : 115849 (python3) R 115844 115844 115387 0 -1 4194304 10448 0 0 0 865 5 0 0 20 0 1 0 141649156 1243758592 17081 18446744073709551615 94729663598592 94729663598969 140726360212384 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94729663610264 94729663610884 94729687687168 140726360217935 140726360218144 140726360218144 140726360223719 0
/proc/115849/statm: 303652 17081 8144 1 0 275010 0
Current children cumulated CPU time: 8.7 s
Current children cumulated vsize: 1218800 KiB
Current children cumulated memory: 71396 KiB
[startup+8.90029 s]
/proc/loadavg: 4.07 4.10 3.87 5/253 115849
/proc/meminfo: memFree=129006400/131382116 swapFree=33005528/33010684
[pid=115844] ppid=115841 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115844/stat : 115844 (scip-naps-1.00a) S 115841 115844 115387 0 -1 4194304 259 323 0 0 0 0 0 0 20 0 1 0 141649154 4292608 768 18446744073709551615 94643607556096 94643608450629 140735696940560 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94643608689680 94643608737424 94643620487168 140735696947611 140735696947710 140735696947710 140735696953314 0
/proc/115844/statm: 1048 768 704 219 0 110 0
[pid=115849] ppid=115844 vsize=1214608 memory=68324 CPUtime=8.8 cores=1,3
/proc/115849/stat : 115849 (python3) R 115844 115844 115387 0 -1 4194304 10448 0 0 0 875 5 0 0 20 0 1 0 141649156 1243758592 17081 18446744073709551615 94729663598592 94729663598969 140726360212384 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94729663610264 94729663610884 94729687687168 140726360217935 140726360218144 140726360218144 140726360223719 0
/proc/115849/statm: 303652 17081 8144 1 0 275010 0
Current children cumulated CPU time: 8.8 s
Current children cumulated vsize: 1218800 KiB
Current children cumulated memory: 71396 KiB
Child status: 0
Real time (s): 8.97309
CPU time (s): 8.90366
CPU user time (s): 8.83075
CPU system time (s): 0.072913
CPU usage (%): 99.2263
Max. virtual memory (cumulated for all children) (KiB): 1218800
Max. memory (cumulated for all children) (KiB): 71396
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.83075
system time used= 0.072913
maximum resident set size= 68324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11071
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 333
involuntary context switches= 60
# summary of solver processes directly reported to runsolver:
# pid: 115844
# total CPU time (s): 8.90366
# total CPU user time (s): 8.83075
# total CPU system time (s): 0.072913
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.088258 second user time and 0.132327 second system time
The end
Launcher Data
Begin job on nodeC010 at 2025-07-11 20:48:18
IDJOB=4529925
IDBENCH=160142
IDSOLVER=3388
FILE ID=nodeC010/4529925-1752259697
RUNJOBID= nodeC010-1752258008-115399
SLURM_JOB_ID= 9682609
Free space on /tmp= 429576 MiB
SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n34-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529925-1752259697/watcher-4529925-1752259697 -o /tmp/evaluation-result-4529925-1752259697/solver-4529925-1752259697 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1752258008-115399 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529925-1752259697.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 10805e7a04221544de9efc2e76d20e2d
RANDOM SEED=1484783143
nodeC010 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 : 3662.548
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.147
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.36
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.334
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.36
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 : 1796.843
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.36
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 : 3662.511
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.36
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 : 3691.200
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.427
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.36
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 : 3700.000
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382116 kB
MemFree: 129053104 kB
MemAvailable: 129545096 kB
Buffers: 228 kB
Cached: 1285896 kB
SwapCached: 4296 kB
Active: 709420 kB
Inactive: 1032040 kB
Active(anon): 416708 kB
Inactive(anon): 52264 kB
Active(file): 292712 kB
Inactive(file): 979776 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33005528 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 11440 kB
Writeback: 12 kB
AnonPages: 454152 kB
Mapped: 124640 kB
Shmem: 13628 kB
KReclaimable: 118260 kB
Slab: 206224 kB
SReclaimable: 118260 kB
SUnreclaim: 87964 kB
KernelStack: 4032 kB
PageTables: 4440 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701740 kB
Committed_AS: 4012428 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149448 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 16384 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: 205640 kB
DirectMap2M: 12279808 kB
DirectMap1G: 123731968 kB
Free space on /tmp at the end= 429572 MiB
End job on nodeC010 at 2025-07-11 20:48:27