Trace number 4509837
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-n32-d3-i1-r2.cnf.gz-plain.pb.metafix.opb |
MD5SUM | 42c976ecf95c251160b63ed15915b9f7 |
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.008437 |
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 | 48 |
Total number of constraints | 128 |
Number of constraints which are clauses | 128 |
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
1.95/2.08 c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4509837-1751186640.opb
1.95/2.08 c Solving mode: decision
1.95/2.08 c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
1.95/2.08 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
1.95/2.08 c original problem has 48 variables (48 bin, 0 int, 0 impl, 0 cont) and 128 constraints
1.95/2.08 c presolving:
1.95/2.08 c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 128 upgd conss, 0 impls, 0 clqs
1.95/2.08 c (0.0s) probing cycle finished: starting next cycle
1.95/2.08 c (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1.95/2.08 c (0.0s) no symmetry present (symcode time: 0.00)
1.95/2.08 c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
1.95/2.08 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.95/2.08 c 0 implications, 0 cliques
1.95/2.08 c presolved problem has 48 variables (48 bin, 0 int, 0 impl, 0 cont) and 128 constraints
1.95/2.08 c 128 constraints of type <logicor>
1.95/2.08 c transformed objective value is always integral (scale: 1)
1.95/2.08 c Presolving Time: 0.00
1.95/2.08 c
1.95/2.08 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1.95/2.08 c 0.0s| 1 | 0 | 22 | - | 1832k | 0 | 48 | 132 | 128 | 0 | 0 | 4 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.0s| 1 | 0 | 56 | - | 1891k | 0 | 48 | 332 | 130 | 2 | 1 | 4 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.0s| 1 | 0 | 58 | - | 2193k | 0 | 48 | 332 | 131 | 3 | 2 | 4 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.0s| 1 | 0 | 71 | - | 2243k | 0 | 48 | 332 | 132 | 4 | 3 | 4 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.0s| 1 | 0 | 78 | - | 2513k | 0 | 48 | 332 | 133 | 5 | 4 | 4 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.0s| 1 | 0 | 88 | - | 2634k | 0 | 48 | 332 | 134 | 6 | 5 | 4 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.0s| 1 | 0 | 92 | - | 2865k | 0 | 48 | 332 | 135 | 7 | 6 | 4 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.0s| 1 | 0 | 99 | - | 3162k | 0 | 48 | 332 | 136 | 8 | 7 | 4 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.0s| 1 | 0 | 110 | - | 3600k | 0 | 48 | 332 | 137 | 9 | 8 | 4 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.1s| 1 | 0 | 112 | - | 4141k | 0 | 48 | 332 | 138 | 10 | 9 | 4 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.1s| 1 | 0 | 119 | - | 4157k | 0 | 48 | 332 | 139 | 11 | 10 | 4 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.1s| 1 | 0 | 123 | - | 4172k | 0 | 48 | 333 | 140 | 12 | 11 | 5 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.1s| 1 | 0 | 129 | - | 4187k | 0 | 48 | 333 | 141 | 13 | 12 | 5 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.1s| 1 | 0 | 137 | - | 4201k | 0 | 48 | 333 | 142 | 14 | 13 | 5 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.1s| 1 | 0 | 141 | - | 4216k | 0 | 48 | 334 | 143 | 15 | 14 | 6 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1.95/2.08 c 0.1s| 1 | 0 | 145 | - | 4232k | 0 | 48 | 334 | 139 | 16 | 15 | 6 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.1s| 1 | 0 | 153 | - | 4232k | 0 | 48 | 335 | 140 | 17 | 16 | 7 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.1s| 1 | 0 | 163 | - | 4232k | 0 | 48 | 336 | 141 | 18 | 17 | 8 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.1s| 1 | 0 | 181 | - | 4232k | 0 | 48 | 337 | 142 | 19 | 18 | 9 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.1s| 1 | 0 | 197 | - | 4263k | 0 | 48 | 338 | 143 | 20 | 19 | 10 | 0 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.1s| 1 | 2 | 273 | - | 4263k | 0 | 48 | 342 | 143 | 20 | 19 | 14 | 12 | 0.000000e+00 | -- | Inf | unknown
1.95/2.08 c 0.2s| 100 | 89 | 1636 | 14.5 | 4914k | 16 | 48 | 348 | 138 | 43 | 1 | 93 | 12 | 0.000000e+00 | -- | Inf | 3.13%
1.95/2.08 c 0.4s| 200 | 153 | 3552 | 16.9 | 5791k | 16 | 48 | 370 | 136 | 102 | 1 | 146 | 12 | 0.000000e+00 | -- | Inf | 18.79%
1.95/2.08 c 0.5s| 300 | 245 | 5410 | 17.4 | 6530k | 16 | 48 | 387 | 138 | 180 | 1 | 247 | 12 | 0.000000e+00 | -- | Inf | 18.80%
1.95/2.08 c 0.7s| 400 | 296 | 6573 | 16.0 | 6619k | 16 | 48 | 402 | 136 | 221 | 2 | 330 | 12 | 0.000000e+00 | -- | Inf | 28.25%
1.95/2.08 c 0.8s| 500 | 369 | 7867 | 15.4 | 6662k | 16 | 48 | 414 | 137 | 281 | 1 | 418 | 12 | 0.000000e+00 | -- | Inf | 28.29%
1.95/2.08 c 0.9s| 600 | 426 | 9031 | 14.7 | 6808k | 16 | 48 | 417 | 137 | 309 | 1 | 495 | 12 | 0.000000e+00 | -- | Inf | 28.36%
1.95/2.08 c 1.0s| 700 | 487 | 10275 | 14.4 | 7026k | 16 | 48 | 432 | 138 | 343 | 1 | 585 | 12 | 0.000000e+00 | -- | Inf | 31.56%
1.95/2.08 c 1.0s| 800 | 516 | 10938 | 13.4 | 7067k | 16 | 48 | 438 | 0 | 359 | 0 | 693 | 12 | 0.000000e+00 | -- | Inf | 31.73%
1.95/2.08 c 1.2s| 900 | 547 | 11948 | 13.1 | 7232k | 16 | 48 | 463 | 139 | 378 | 1 | 800 | 12 | 0.000000e+00 | -- | Inf | 50.63%
1.95/2.08 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
1.95/2.08 c 1.3s| 1000 | 594 | 12716 | 12.5 | 7359k | 16 | 48 | 464 | 138 | 399 | 1 | 893 | 12 | 0.000000e+00 | -- | Inf | 50.81%
1.95/2.08 c 1.3s| 1100 | 637 | 13560 | 12.2 | 7450k | 16 | 48 | 471 | 138 | 425 | 1 | 994 | 12 | 0.000000e+00 | -- | Inf | 50.99%
1.95/2.08 c 1.4s| 1200 | 671 | 14452 | 11.9 | 7507k | 16 | 48 | 474 | 0 | 452 | 0 |1084 | 12 | 0.000000e+00 | -- | Inf | 51.14%
1.95/2.08 c 1.5s| 1300 | 707 | 15502 | 11.8 | 7608k | 16 | 48 | 477 | 138 | 482 | 1 |1186 | 12 | 0.000000e+00 | -- | Inf | 54.43%
1.95/2.08 c 1.5s| 1400 | 728 | 16174 | 11.4 | 7622k | 16 | 48 | 479 | 139 | 490 | 1 |1289 | 12 | 0.000000e+00 | -- | Inf | 54.57%
1.95/2.08 c 1.6s| 1500 | 790 | 17431 | 11.5 | 7671k | 16 | 48 | 479 | 0 | 535 | 0 |1391 | 12 | 0.000000e+00 | -- | Inf | 54.65%
1.95/2.08 c 1.6s| 1600 | 809 | 18016 | 11.1 | 7716k | 16 | 48 | 478 | 137 | 538 | 1 |1461 | 12 | 0.000000e+00 | -- | Inf | 54.82%
1.95/2.08 c 1.6s| 1700 | 823 | 18486 | 10.8 | 7734k | 16 | 48 | 488 | 139 | 544 | 1 |1541 | 12 | 0.000000e+00 | -- | Inf | 54.99%
1.95/2.08 c 1.7s| 1800 | 829 | 19208 | 10.6 | 7801k | 16 | 48 | 498 | 139 | 562 | 1 |1641 | 12 | 0.000000e+00 | -- | Inf | 55.24%
1.95/2.08 c 1.7s| 1900 | 830 | 19904 | 10.4 | 7884k | 16 | 48 | 500 | 0 | 581 | 0 |1713 | 12 | 0.000000e+00 | -- | Inf | 55.94%
1.95/2.08 c 1.8s| 2000 | 862 | 20766 | 10.3 | 8140k | 16 | 48 | 497 | 138 | 609 | 1 |1804 | 12 | 0.000000e+00 | -- | Inf | 56.24%
1.95/2.08 c 1.8s| 2100 | 847 | 21261 | 10.0 | 8183k | 16 | 48 | 496 | 138 | 609 | 1 |1897 | 12 | 0.000000e+00 | -- | Inf | 56.55%
1.95/2.08 c 1.9s| 2200 | 813 | 21695 | 9.8 | 8213k | 16 | 48 | 499 | 0 | 609 | 0 |1970 | 12 | 0.000000e+00 | -- | Inf | 63.10%
1.95/2.08 c 1.9s| 2300 | 783 | 22112 | 9.5 | 8472k | 16 | 48 | 501 | 139 | 609 | 1 |2042 | 12 | 0.000000e+00 | -- | Inf | 63.48%
3.84/3.91 c 1.9s| 2400 | 781 | 22641 | 9.4 | 8472k | 16 | 48 | 499 | 139 | 618 | 1 |2123 | 12 | 0.000000e+00 | -- | Inf | 63.83%
3.84/3.91 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
3.84/3.91 c 2.0s| 2500 | 797 | 23194 | 9.2 | 8472k | 16 | 48 | 497 | 0 | 633 | 0 |2202 | 12 | 0.000000e+00 | -- | Inf | 64.00%
3.84/3.91 c 2.0s| 2600 | 789 | 23812 | 9.1 | 8616k | 16 | 48 | 500 | 136 | 653 | 1 |2299 | 12 | 0.000000e+00 | -- | Inf | 64.34%
3.84/3.91 c 2.1s| 2700 | 799 | 24467 | 9.0 | 8740k | 16 | 48 | 515 | 139 | 682 | 1 |2389 | 12 | 0.000000e+00 | -- | Inf | 64.96%
3.84/3.91 c 2.1s| 2800 | 808 | 24958 | 8.8 | 8740k | 16 | 48 | 515 | 0 | 688 | 0 |2458 | 12 | 0.000000e+00 | -- | Inf | 65.26%
3.84/3.91 c 2.1s| 2900 | 812 | 25475 | 8.7 | 8740k | 16 | 48 | 516 | 137 | 694 | 1 |2520 | 12 | 0.000000e+00 | -- | Inf | 65.57%
3.84/3.91 c 2.1s| 3000 | 834 | 25898 | 8.6 | 8740k | 16 | 48 | 518 | 137 | 700 | 1 |2573 | 12 | 0.000000e+00 | -- | Inf | 65.75%
3.84/3.91 c 2.2s| 3100 | 866 | 26739 | 8.6 | 8902k | 17 | 48 | 521 | 137 | 708 | 1 |2663 | 12 | 0.000000e+00 | -- | Inf | 65.91%
3.84/3.91 c 2.2s| 3200 | 879 | 27331 | 8.5 | 8902k | 17 | 48 | 526 | 138 | 708 | 1 |2744 | 12 | 0.000000e+00 | -- | Inf | 66.14%
3.84/3.91 c 2.3s| 3300 | 895 | 27994 | 8.4 | 8902k | 17 | 48 | 525 | 0 | 717 | 0 |2814 | 12 | 0.000000e+00 | -- | Inf | 66.38%
3.84/3.91 c 2.3s| 3400 | 942 | 28702 | 8.4 | 9160k | 17 | 48 | 527 | 138 | 732 | 1 |2892 | 12 | 0.000000e+00 | -- | Inf | 66.48%
3.84/3.91 c 2.3s| 3500 | 964 | 29151 | 8.3 | 9160k | 17 | 48 | 527 | 138 | 739 | 1 |2975 | 12 | 0.000000e+00 | -- | Inf | 66.68%
3.84/3.91 c 2.4s| 3600 | 971 | 29711 | 8.2 | 9164k | 17 | 48 | 525 | 138 | 743 | 1 |3068 | 12 | 0.000000e+00 | -- | Inf | 66.98%
3.84/3.91 c 2.4s| 3700 | 988 | 30259 | 8.1 | 9197k | 17 | 48 | 522 | 0 | 743 | 0 |3164 | 12 | 0.000000e+00 | -- | Inf | 67.29%
3.84/3.91 c 2.4s| 3800 | 1012 | 30734 | 8.0 | 9202k | 17 | 48 | 519 | 0 | 750 | 0 |3229 | 12 | 0.000000e+00 | -- | Inf | 67.52%
3.84/3.91 c 2.5s| 3900 | 1026 | 31285 | 8.0 | 9264k | 17 | 48 | 524 | 0 | 750 | 0 |3316 | 12 | 0.000000e+00 | -- | Inf | 67.70%
3.84/3.91 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
3.84/3.91 c 2.5s| 4000 | 1054 | 31966 | 7.9 | 9269k | 17 | 48 | 523 | 137 | 757 | 1 |3408 | 12 | 0.000000e+00 | -- | Inf | 67.92%
3.84/3.91 c 2.5s| 4100 | 1079 | 32531 | 7.9 | 9498k | 17 | 48 | 524 | 0 | 763 | 0 |3494 | 12 | 0.000000e+00 | -- | Inf | 68.08%
3.84/3.91 c 2.6s| 4200 | 1085 | 33091 | 7.8 | 9526k | 17 | 48 | 524 | 0 | 763 | 0 |3571 | 12 | 0.000000e+00 | -- | Inf | 68.24%
3.84/3.91 c 2.6s| 4300 | 1105 | 33767 | 7.8 | 9529k | 17 | 48 | 527 | 137 | 782 | 1 |3663 | 12 | 0.000000e+00 | -- | Inf | 68.41%
3.84/3.91 c 2.7s| 4400 | 1119 | 34272 | 7.7 | 9691k | 17 | 48 | 527 | 139 | 793 | 1 |3761 | 12 | 0.000000e+00 | -- | Inf | 68.59%
3.84/3.91 c 2.7s| 4500 | 1120 | 34886 | 7.7 | 9691k | 17 | 48 | 527 | 138 | 805 | 1 |3843 | 12 | 0.000000e+00 | -- | Inf | 68.79%
3.84/3.91 c 2.7s| 4600 | 1107 | 35417 | 7.7 | 9738k | 17 | 48 | 526 | 137 | 805 | 1 |3920 | 12 | 0.000000e+00 | -- | Inf | 69.16%
3.84/3.91 c 2.8s| 4700 | 1109 | 35886 | 7.6 | 9799k | 17 | 48 | 522 | 138 | 807 | 1 |3990 | 12 | 0.000000e+00 | -- | Inf | 69.38%
3.84/3.91 c 2.8s| 4800 | 1129 | 36702 | 7.6 | 9799k | 17 | 48 | 523 | 138 | 824 | 1 |4081 | 12 | 0.000000e+00 | -- | Inf | 69.57%
3.84/3.91 c 2.8s| 4900 | 1129 | 37147 | 7.5 | 9893k | 17 | 48 | 525 | 138 | 824 | 1 |4169 | 12 | 0.000000e+00 | -- | Inf | 69.82%
3.84/3.91 c 2.9s| 5000 | 1126 | 37596 | 7.5 | 9896k | 17 | 48 | 528 | 138 | 824 | 1 |4256 | 12 | 0.000000e+00 | -- | Inf | 70.21%
3.84/3.91 c 2.9s| 5100 | 1161 | 38514 | 7.5 | 10M | 17 | 48 | 528 | 139 | 856 | 1 |4372 | 12 | 0.000000e+00 | -- | Inf | 70.44%
3.84/3.91 c 3.0s| 5200 | 1182 | 39243 | 7.5 | 10M | 17 | 48 | 529 | 139 | 856 | 1 |4484 | 12 | 0.000000e+00 | -- | Inf | 70.53%
3.84/3.91 c 3.0s| 5300 | 1199 | 39674 | 7.4 | 10M | 17 | 48 | 527 | 139 | 856 | 1 |4552 | 12 | 0.000000e+00 | -- | Inf | 70.61%
3.84/3.91 c 3.1s| 5400 | 1257 | 40459 | 7.5 | 10M | 17 | 48 | 524 | 0 | 870 | 0 |4635 | 12 | 0.000000e+00 | -- | Inf | 70.64%
3.84/3.91 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
3.84/3.91 c 3.1s| 5500 | 1292 | 41177 | 7.5 | 10M | 17 | 48 | 521 | 139 | 884 | 1 |4720 | 12 | 0.000000e+00 | -- | Inf | 70.70%
3.84/3.91 c 3.1s| 5600 | 1315 | 41661 | 7.4 | 10M | 17 | 48 | 515 | 0 | 884 | 0 |4788 | 12 | 0.000000e+00 | -- | Inf | 70.77%
3.84/3.91 c 3.2s| 5700 | 1338 | 42219 | 7.4 | 10M | 17 | 48 | 514 | 138 | 884 | 1 |4845 | 12 | 0.000000e+00 | -- | Inf | 70.90%
3.84/3.91 c 3.2s| 5800 | 1338 | 42696 | 7.3 | 10M | 17 | 48 | 513 | 0 | 884 | 0 |4920 | 12 | 0.000000e+00 | -- | Inf | 71.21%
3.84/3.91 c 3.2s| 5900 | 1375 | 43551 | 7.3 | 10M | 17 | 48 | 513 | 0 | 893 | 0 |4992 | 12 | 0.000000e+00 | -- | Inf | 71.29%
3.84/3.91 c 3.3s| 6000 | 1413 | 44220 | 7.3 | 10M | 17 | 48 | 519 | 136 | 923 | 1 |5068 | 12 | 0.000000e+00 | -- | Inf | 72.01%
3.84/3.91 c 3.3s| 6100 | 1406 | 44729 | 7.3 | 10M | 17 | 48 | 520 | 0 | 934 | 0 |5146 | 12 | 0.000000e+00 | -- | Inf | 72.57%
3.84/3.91 c 3.3s| 6200 | 1410 | 45142 | 7.3 | 10M | 17 | 48 | 521 | 137 | 934 | 1 |5211 | 12 | 0.000000e+00 | -- | Inf | 72.73%
3.84/3.91 c 3.4s| 6300 | 1444 | 45823 | 7.2 | 10M | 17 | 48 | 521 | 139 | 950 | 1 |5299 | 12 | 0.000000e+00 | -- | Inf | 72.85%
3.84/3.91 c 3.4s| 6400 | 1441 | 46124 | 7.2 | 10M | 17 | 48 | 519 | 138 | 950 | 1 |5362 | 12 | 0.000000e+00 | -- | Inf | 73.04%
3.84/3.91 c 3.4s| 6500 | 1410 | 46480 | 7.1 | 10M | 17 | 48 | 519 | 137 | 950 | 1 |5434 | 12 | 0.000000e+00 | -- | Inf | 73.43%
3.84/3.91 c 3.5s| 6600 | 1394 | 46863 | 7.1 | 10M | 17 | 48 | 518 | 139 | 950 | 1 |5500 | 12 | 0.000000e+00 | -- | Inf | 73.67%
3.84/3.91 c 3.5s| 6700 | 1352 | 47301 | 7.0 | 10M | 17 | 48 | 519 | 140 | 954 | 3 |5573 | 12 | 0.000000e+00 | -- | Inf | 73.94%
3.84/3.91 c 3.5s| 6800 | 1368 | 47757 | 7.0 | 10M | 17 | 48 | 520 | 0 | 954 | 0 |5652 | 12 | 0.000000e+00 | -- | Inf | 74.10%
3.84/3.91 c 3.6s| 6900 | 1343 | 48299 | 7.0 | 10M | 17 | 48 | 516 | 138 | 954 | 1 |5732 | 12 | 0.000000e+00 | -- | Inf | 74.39%
3.84/3.91 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
3.84/3.91 c 3.6s| 7000 | 1340 | 48763 | 6.9 | 10M | 17 | 48 | 516 | 0 | 954 | 0 |5796 | 12 | 0.000000e+00 | -- | Inf | 74.65%
3.84/3.91 c 3.6s| 7100 | 1300 | 49202 | 6.9 | 10M | 17 | 48 | 519 | 138 | 954 | 1 |5877 | 12 | 0.000000e+00 | -- | Inf | 74.97%
3.84/3.91 c 3.6s| 7200 | 1309 | 49734 | 6.9 | 10M | 17 | 48 | 518 | 137 | 954 | 1 |5941 | 12 | 0.000000e+00 | -- | Inf | 75.25%
3.84/3.91 c 3.7s| 7300 | 1307 | 50284 | 6.9 | 10M | 17 | 48 | 520 | 139 | 954 | 1 |6029 | 12 | 0.000000e+00 | -- | Inf | 75.55%
3.84/3.91 c 3.7s| 7400 | 1306 | 50761 | 6.8 | 10M | 17 | 48 | 523 | 0 | 954 | 0 |6085 | 12 | 0.000000e+00 | -- | Inf | 75.86%
3.84/3.91 c 3.7s| 7500 | 1267 | 51331 | 6.8 | 10M | 17 | 48 | 523 | 0 | 954 | 0 |6195 | 12 | 0.000000e+00 | -- | Inf | 76.25%
5.13/5.21 c 3.8s| 7600 | 1245 | 51831 | 6.8 | 11M | 17 | 48 | 525 | 139 | 954 | 1 |6281 | 12 | 0.000000e+00 | -- | Inf | 76.43%
5.13/5.21 c 3.8s| 7700 | 1193 | 52270 | 6.8 | 11M | 17 | 48 | 526 | 138 | 959 | 1 |6364 | 12 | 0.000000e+00 | -- | Inf | 76.75%
5.13/5.21 c 3.8s| 7800 | 1216 | 52839 | 6.7 | 11M | 17 | 48 | 524 | 139 | 964 | 1 |6448 | 12 | 0.000000e+00 | -- | Inf | 76.89%
5.13/5.21 c 3.9s| 7900 | 1242 | 53425 | 6.7 | 11M | 17 | 48 | 523 | 139 | 969 | 1 |6527 | 12 | 0.000000e+00 | -- | Inf | 76.97%
5.13/5.21 c 3.9s| 8000 | 1240 | 53890 | 6.7 | 11M | 17 | 48 | 526 | 137 | 969 | 1 |6598 | 12 | 0.000000e+00 | -- | Inf | 77.10%
5.13/5.21 c 3.9s| 8100 | 1206 | 54244 | 6.7 | 11M | 17 | 48 | 525 | 137 | 969 | 1 |6680 | 12 | 0.000000e+00 | -- | Inf | 77.31%
5.13/5.21 c 4.0s| 8200 | 1158 | 54720 | 6.6 | 11M | 17 | 48 | 525 | 0 | 969 | 0 |6757 | 12 | 0.000000e+00 | -- | Inf | 77.57%
5.13/5.21 c 4.0s| 8300 | 1153 | 55201 | 6.6 | 11M | 17 | 48 | 527 | 139 | 969 | 1 |6843 | 12 | 0.000000e+00 | -- | Inf | 77.85%
5.13/5.21 c 4.1s| 8400 | 1150 | 55783 | 6.6 | 11M | 17 | 48 | 538 | 138 | 969 | 1 |6932 | 12 | 0.000000e+00 | -- | Inf | 90.49%
5.13/5.21 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
5.13/5.21 c 4.2s| 8500 | 1113 | 56276 | 6.6 | 11M | 17 | 48 | 538 | 0 | 969 | 0 |7012 | 12 | 0.000000e+00 | -- | Inf | 90.76%
5.13/5.21 c 4.2s| 8600 | 1057 | 56722 | 6.6 | 11M | 17 | 48 | 540 | 139 | 969 | 1 |7101 | 12 | 0.000000e+00 | -- | Inf | 91.22%
5.13/5.21 c 4.2s| 8700 | 995 | 57087 | 6.5 | 11M | 17 | 48 | 541 | 137 | 969 | 1 |7192 | 12 | 0.000000e+00 | -- | Inf | 91.49%
5.13/5.21 c 4.2s| 8800 | 932 | 57429 | 6.5 | 11M | 17 | 48 | 541 | 139 | 969 | 1 |7286 | 12 | 0.000000e+00 | -- | Inf | 91.77%
5.13/5.21 c 4.3s| 8900 | 861 | 57744 | 6.5 | 11M | 17 | 48 | 540 | 137 | 969 | 1 |7375 | 12 | 0.000000e+00 | -- | Inf | 91.98%
5.13/5.21 c 4.3s| 9000 | 824 | 58163 | 6.4 | 11M | 17 | 48 | 538 | 0 | 969 | 0 |7447 | 12 | 0.000000e+00 | -- | Inf | 92.16%
5.13/5.21 c 4.3s| 9100 | 784 | 58618 | 6.4 | 11M | 17 | 48 | 533 | 138 | 969 | 1 |7531 | 12 | 0.000000e+00 | -- | Inf | 92.36%
5.13/5.21 c 4.3s| 9200 | 743 | 59071 | 6.4 | 11M | 17 | 48 | 529 | 137 | 973 | 1 |7617 | 12 | 0.000000e+00 | -- | Inf | 92.50%
5.13/5.21 c 4.4s| 9300 | 705 | 59569 | 6.4 | 11M | 17 | 48 | 529 | 0 | 985 | 0 |7706 | 12 | 0.000000e+00 | -- | Inf | 92.90%
5.13/5.21 c 4.4s| 9400 | 621 | 59953 | 6.4 | 11M | 17 | 48 | 531 | 0 | 985 | 0 |7814 | 12 | 0.000000e+00 | -- | Inf | 93.38%
5.13/5.21 c 4.5s| 9500 | 573 | 60426 | 6.3 | 11M | 17 | 48 | 530 | 0 | 985 | 0 |7920 | 12 | 0.000000e+00 | -- | Inf | 94.17%
5.13/5.21 c 4.5s| 9600 | 524 | 60866 | 6.3 | 11M | 17 | 48 | 530 | 139 | 985 | 1 |8004 | 12 | 0.000000e+00 | -- | Inf | 94.44%
5.13/5.21 c 4.5s| 9700 | 450 | 61309 | 6.3 | 11M | 17 | 48 | 530 | 0 | 985 | 0 |8099 | 12 | 0.000000e+00 | -- | Inf | 94.83%
5.13/5.21 c 4.5s| 9800 | 425 | 61809 | 6.3 | 11M | 17 | 48 | 530 | 139 | 985 | 1 |8179 | 12 | 0.000000e+00 | -- | Inf | 95.27%
5.13/5.21 c 4.6s| 9900 | 380 | 62272 | 6.3 | 11M | 17 | 48 | 529 | 137 | 985 | 1 |8264 | 12 | 0.000000e+00 | -- | Inf | 95.63%
5.13/5.21 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
5.13/5.21 c 4.6s| 10000 | 315 | 62709 | 6.3 | 11M | 17 | 48 | 530 | 139 | 985 | 1 |8359 | 12 | 0.000000e+00 | -- | Inf | 95.96%
5.13/5.21 c 4.6s| 10100 | 291 | 63186 | 6.2 | 11M | 17 | 48 | 533 | 137 | 985 | 1 |8441 | 12 | 0.000000e+00 | -- | Inf | 96.14%
5.13/5.21 c 4.6s| 10200 | 231 | 63537 | 6.2 | 12M | 17 | 48 | 531 | 139 | 985 | 1 |8530 | 12 | 0.000000e+00 | -- | Inf | 96.37%
5.13/5.21 c 4.7s| 10300 | 215 | 63972 | 6.2 | 12M | 17 | 48 | 532 | 139 | 985 | 1 |8613 | 12 | 0.000000e+00 | -- | Inf | 96.61%
5.13/5.21 c 4.7s| 10400 | 217 | 64473 | 6.2 | 12M | 17 | 48 | 530 | 0 | 985 | 0 |8703 | 12 | 0.000000e+00 | -- | Inf | 96.72%
5.13/5.21 c 4.7s| 10500 | 188 | 64863 | 6.2 | 12M | 17 | 48 | 528 | 138 | 987 | 1 |8791 | 12 | 0.000000e+00 | -- | Inf | 96.90%
5.13/5.21 c 4.8s| 10600 | 229 | 65568 | 6.2 | 12M | 17 | 48 | 530 | 140 | 991 | 1 |8878 | 12 | 0.000000e+00 | -- | Inf | 96.98%
5.13/5.21 c 4.8s| 10700 | 201 | 65967 | 6.1 | 12M | 17 | 48 | 531 | 0 | 991 | 0 |8941 | 12 | 0.000000e+00 | -- | Inf | 97.26%
5.13/5.21 c 4.8s| 10800 | 186 | 66403 | 6.1 | 12M | 17 | 48 | 534 | 139 | 997 | 1 |9001 | 12 | 0.000000e+00 | -- | Inf | 97.63%
5.13/5.21 c 4.9s| 10900 | 172 | 66812 | 6.1 | 12M | 17 | 48 | 533 | 138 |1000 | 1 |9073 | 12 | 0.000000e+00 | -- | Inf | 97.88%
5.13/5.21 c 4.9s| 11000 | 139 | 67185 | 6.1 | 12M | 17 | 48 | 536 | 0 |1003 | 0 |9167 | 12 | 0.000000e+00 | -- | Inf | 98.21%
5.13/5.21 c 4.9s| 11100 | 116 | 67578 | 6.1 | 12M | 17 | 48 | 536 | 140 |1003 | 1 |9241 | 12 | 0.000000e+00 | -- | Inf | 98.35%
5.13/5.21 c 4.9s| 11200 | 70 | 68005 | 6.1 | 12M | 17 | 48 | 536 | 138 |1005 | 1 |9338 | 12 | 0.000000e+00 | -- | Inf | 98.67%
5.13/5.21 c 5.0s| 11300 | 74 | 68499 | 6.0 | 12M | 17 | 48 | 533 | 138 |1005 | 1 |9453 | 12 | 0.000000e+00 | -- | Inf | 98.95%
5.13/5.21 c 5.0s| 11400 | 39 | 68889 | 6.0 | 12M | 17 | 48 | 532 | 0 |1005 | 0 |9535 | 12 | 0.000000e+00 | -- | Inf | 99.34%
5.13/5.21 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
5.13/5.21 c 5.0s| 11500 | 15 | 69352 | 6.0 | 12M | 17 | 48 | 532 | 0 |1005 | 0 |9609 | 12 | 0.000000e+00 | -- | Inf | 99.64%
5.13/5.21 c
5.13/5.21 c SCIP Status : problem is solved [infeasible]
5.13/5.21 c Solving Time (sec) : 5.06
5.13/5.21 c Solving Nodes : 11591
5.13/5.21 c Primal Bound : +1.00000000000000e+20 (0 solutions)
5.13/5.21 c Dual Bound : +1.00000000000000e+20
5.13/5.21 c Gap : 0.00 %
5.13/5.21 c SCIP found the problem to be infeasible.
5.13/5.21 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: 63708 MiB (62470 MiB free)
memory of node 1: 64465 MiB (60792 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509837-1751186640/watcher-4509837-1751186640 -o /tmp/evaluation-result-4509837-1751186640/solver-4509837-1751186640 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751183027-22499 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4509837-1751186640.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=23359, runsolver pid=23356
Current StackSize limit: 8192 KiB
[startup+0.10006 s]*
/proc/loadavg: 4.20 4.18 4.11 5/269 23364
/proc/meminfo: memFree=126206008/131249992 swapFree=33010672/33010684
[pid=23359] ppid=23356 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/23359/stat : 23359 (scip-naps-1.00.) S 23356 23359 22487 0 -1 4194304 258 313 0 0 0 0 0 0 20 0 1 0 34338494 4292608 736 18446744073709551615 93994704662528 93994705557061 140723896604400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93994705796112 93994705843856 93994714664960 140723896613281 140723896613378 140723896613378 140723896618980 0
/proc/23359/statm: 1048 736 672 219 0 110 0
[pid=23364] ppid=23359 vsize=1187348 memory=32016 CPUtime=0.06 cores=1,3
/proc/23364/stat : 23364 (python3) R 23359 23359 22487 0 -1 4194304 3779 0 0 0 5 1 0 0 20 0 1 0 34338496 1215844352 8004 18446744073709551615 94676421193728 94676421194105 140728491570480 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94676421205400 94676421206020 94676438204416 140728491575640 140728491575842 140728491575842 140728491581415 0
/proc/23364/statm: 296837 8004 4868 1 0 268859 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191540 KiB
Current children cumulated memory: 34960 KiB
[startup+0.205702 s]*
/proc/loadavg: 4.20 4.18 4.11 5/269 23364
/proc/meminfo: memFree=126206008/131249992 swapFree=33010672/33010684
[pid=23359] ppid=23356 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/23359/stat : 23359 (scip-naps-1.00.) S 23356 23359 22487 0 -1 4194304 258 313 0 0 0 0 0 0 20 0 1 0 34338494 4292608 736 18446744073709551615 93994704662528 93994705557061 140723896604400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93994705796112 93994705843856 93994714664960 140723896613281 140723896613378 140723896613378 140723896618980 0
/proc/23359/statm: 1048 736 672 219 0 110 0
[pid=23364] ppid=23359 vsize=1202496 memory=55184 CPUtime=0.17 cores=1,3
/proc/23364/stat : 23364 (python3) R 23359 23359 22487 0 -1 4194304 6601 0 0 0 15 2 0 0 20 0 1 0 34338496 1231355904 13796 18446744073709551615 94676421193728 94676421194105 140728491570480 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94676421205400 94676421206020 94676438204416 140728491575640 140728491575842 140728491575842 140728491581415 0
/proc/23364/statm: 300624 13796 8100 1 0 271982 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1206688 KiB
Current children cumulated memory: 58128 KiB
[startup+0.305619 s]*
/proc/loadavg: 4.20 4.18 4.11 5/269 23364
/proc/meminfo: memFree=126202228/131249992 swapFree=33010672/33010684
[pid=23359] ppid=23356 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/23359/stat : 23359 (scip-naps-1.00.) S 23356 23359 22487 0 -1 4194304 258 313 0 0 0 0 0 0 20 0 1 0 34338494 4292608 736 18446744073709551615 93994704662528 93994705557061 140723896604400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93994705796112 93994705843856 93994714664960 140723896613281 140723896613378 140723896613378 140723896618980 0
/proc/23359/statm: 1048 736 672 219 0 110 0
[pid=23364] ppid=23359 vsize=1205264 memory=57488 CPUtime=0.27 cores=1,3
/proc/23364/stat : 23364 (python3) R 23359 23359 22487 0 -1 4194304 7163 0 0 0 25 2 0 0 20 0 1 0 34338496 1234190336 14372 18446744073709551615 94676421193728 94676421194105 140728491570480 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94676421205400 94676421206020 94676438204416 140728491575640 140728491575842 140728491575842 140728491581415 0
/proc/23364/statm: 301316 14372 8100 1 0 272674 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1209456 KiB
Current children cumulated memory: 60432 KiB
[startup+0.700174 s]
/proc/loadavg: 4.20 4.18 4.11 5/269 23364
/proc/meminfo: memFree=126202228/131249992 swapFree=33010672/33010684
[pid=23359] ppid=23356 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/23359/stat : 23359 (scip-naps-1.00.) S 23356 23359 22487 0 -1 4194304 258 313 0 0 0 0 0 0 20 0 1 0 34338494 4292608 736 18446744073709551615 93994704662528 93994705557061 140723896604400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93994705796112 93994705843856 93994714664960 140723896613281 140723896613378 140723896613378 140723896618980 0
/proc/23359/statm: 1048 736 672 219 0 110 0
[pid=23364] ppid=23359 vsize=1207756 memory=60048 CPUtime=0.65 cores=1,3
/proc/23364/stat : 23364 (python3) R 23359 23359 22487 0 -1 4194304 7820 0 0 0 63 2 0 0 20 0 1 0 34338496 1236742144 15012 18446744073709551615 94676421193728 94676421194105 140728491570480 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94676421205400 94676421206020 94676438204416 140728491575640 140728491575842 140728491575842 140728491581415 0
/proc/23364/statm: 301939 15012 8100 1 0 273297 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1211948 KiB
Current children cumulated memory: 62992 KiB
[startup+1.50015 s]
/proc/loadavg: 4.20 4.18 4.11 5/269 23364
/proc/meminfo: memFree=126198212/131249992 swapFree=33010672/33010684
[pid=23359] ppid=23356 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/23359/stat : 23359 (scip-naps-1.00.) S 23356 23359 22487 0 -1 4194304 258 313 0 0 0 0 0 0 20 0 1 0 34338494 4292608 736 18446744073709551615 93994704662528 93994705557061 140723896604400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93994705796112 93994705843856 93994714664960 140723896613281 140723896613378 140723896613378 140723896618980 0
/proc/23359/statm: 1048 736 672 219 0 110 0
[pid=23364] ppid=23359 vsize=1208608 memory=61328 CPUtime=1.45 cores=1,3
/proc/23364/stat : 23364 (python3) R 23359 23359 22487 0 -1 4194304 8140 0 0 0 143 2 0 0 20 0 1 0 34338496 1237614592 15332 18446744073709551615 94676421193728 94676421194105 140728491570480 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94676421205400 94676421206020 94676438204416 140728491575640 140728491575842 140728491575842 140728491581415 0
/proc/23364/statm: 302152 15332 8100 1 0 273510 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1212800 KiB
Current children cumulated memory: 64272 KiB
[startup+3.10553 s]
/proc/loadavg: 4.20 4.18 4.11 5/269 23364
/proc/meminfo: memFree=126194160/131249992 swapFree=33010672/33010684
[pid=23359] ppid=23356 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/23359/stat : 23359 (scip-naps-1.00.) S 23356 23359 22487 0 -1 4194304 258 313 0 0 0 0 0 0 20 0 1 0 34338494 4292608 736 18446744073709551615 93994704662528 93994705557061 140723896604400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93994705796112 93994705843856 93994714664960 140723896613281 140723896613378 140723896613378 140723896618980 0
/proc/23359/statm: 1048 736 672 219 0 110 0
[pid=23364] ppid=23359 vsize=1209608 memory=62992 CPUtime=3.05 cores=1,3
/proc/23364/stat : 23364 (python3) R 23359 23359 22487 0 -1 4194304 8551 0 0 0 303 2 0 0 20 0 1 0 34338496 1238638592 15748 18446744073709551615 94676421193728 94676421194105 140728491570480 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94676421205400 94676421206020 94676438204416 140728491575640 140728491575842 140728491575842 140728491581415 0
/proc/23364/statm: 302402 15748 8100 1 0 273760 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1213800 KiB
Current children cumulated memory: 65936 KiB
[startup+5.23639 s]
# the end of solver process 23359 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=5.15646 s, system=0.034348 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3.20023 s]
/proc/loadavg: 4.20 4.18 4.11 5/269 23364
/proc/meminfo: memFree=126194160/131249992 swapFree=33010672/33010684
[pid=23359] ppid=23356 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/23359/stat : 23359 (scip-naps-1.00.) S 23356 23359 22487 0 -1 4194304 258 313 0 0 0 0 0 0 20 0 1 0 34338494 4292608 736 18446744073709551615 93994704662528 93994705557061 140723896604400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93994705796112 93994705843856 93994714664960 140723896613281 140723896613378 140723896613378 140723896618980 0
/proc/23359/statm: 1048 736 672 219 0 110 0
[pid=23364] ppid=23359 vsize=1209608 memory=62992 CPUtime=3.14 cores=1,3
/proc/23364/stat : 23364 (python3) R 23359 23359 22487 0 -1 4194304 8553 0 0 0 312 2 0 0 20 0 1 0 34338496 1238638592 15748 18446744073709551615 94676421193728 94676421194105 140728491570480 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94676421205400 94676421206020 94676438204416 140728491575640 140728491575842 140728491575842 140728491581415 0
/proc/23364/statm: 302402 15748 8100 1 0 273760 0
Current children cumulated CPU time: 3.14 s
Current children cumulated vsize: 1213800 KiB
Current children cumulated memory: 65936 KiB
[startup+4.00017 s]*
/proc/loadavg: 4.18 4.17 4.11 5/269 23364
/proc/meminfo: memFree=126173808/131249992 swapFree=33010672/33010684
[pid=23359] ppid=23356 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/23359/stat : 23359 (scip-naps-1.00.) S 23356 23359 22487 0 -1 4194304 258 313 0 0 0 0 0 0 20 0 1 0 34338494 4292608 736 18446744073709551615 93994704662528 93994705557061 140723896604400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93994705796112 93994705843856 93994714664960 140723896613281 140723896613378 140723896613378 140723896618980 0
/proc/23359/statm: 1048 736 672 219 0 110 0
[pid=23364] ppid=23359 vsize=1209916 memory=63376 CPUtime=3.94 cores=1,3
/proc/23364/stat : 23364 (python3) R 23359 23359 22487 0 -1 4194304 8649 0 0 0 392 2 0 0 20 0 1 0 34338496 1238953984 15844 18446744073709551615 94676421193728 94676421194105 140728491570480 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94676421205400 94676421206020 94676438204416 140728491575640 140728491575842 140728491575842 140728491581415 0
/proc/23364/statm: 302479 15844 8100 1 0 273837 0
Current children cumulated CPU time: 3.94 s
Current children cumulated vsize: 1214108 KiB
Current children cumulated memory: 66320 KiB
[startup+4.80015 s]
/proc/loadavg: 4.18 4.17 4.11 5/269 23364
/proc/meminfo: memFree=126173808/131249992 swapFree=33010672/33010684
[pid=23359] ppid=23356 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/23359/stat : 23359 (scip-naps-1.00.) S 23356 23359 22487 0 -1 4194304 258 313 0 0 0 0 0 0 20 0 1 0 34338494 4292608 736 18446744073709551615 93994704662528 93994705557061 140723896604400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93994705796112 93994705843856 93994714664960 140723896613281 140723896613378 140723896613378 140723896618980 0
/proc/23359/statm: 1048 736 672 219 0 110 0
[pid=23364] ppid=23359 vsize=1212524 memory=65680 CPUtime=4.73 cores=1,3
/proc/23364/stat : 23364 (python3) R 23359 23359 22487 0 -1 4194304 9230 0 0 0 471 2 0 0 20 0 1 0 34338496 1241624576 16420 18446744073709551615 94676421193728 94676421194105 140728491570480 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94676421205400 94676421206020 94676438204416 140728491575640 140728491575842 140728491575842 140728491581415 0
/proc/23364/statm: 303131 16420 8100 1 0 274489 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 1216716 KiB
Current children cumulated memory: 68624 KiB
[startup+5.20014 s]
/proc/loadavg: 4.18 4.17 4.11 5/269 23364
/proc/meminfo: memFree=126170028/131249992 swapFree=33010672/33010684
[pid=23359] ppid=23356 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/23359/stat : 23359 (scip-naps-1.00.) S 23356 23359 22487 0 -1 4194304 258 313 0 0 0 0 0 0 20 0 1 0 34338494 4292608 736 18446744073709551615 93994704662528 93994705557061 140723896604400 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 93994705796112 93994705843856 93994714664960 140723896613281 140723896613378 140723896613378 140723896618980 0
/proc/23359/statm: 1048 736 672 219 0 110 0
[pid=23364] ppid=23359 vsize=1212524 memory=65808 CPUtime=5.13 cores=1,3
/proc/23364/stat : 23364 (python3) R 23359 23359 22487 0 -1 4194304 9237 0 0 0 511 2 0 0 20 0 1 0 34338496 1241624576 16452 18446744073709551615 94676421193728 94676421194105 140728491570480 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94676421205400 94676421206020 94676438204416 140728491575640 140728491575842 140728491575842 140728491581415 0
/proc/23364/statm: 303131 16452 8100 1 0 274489 0
Current children cumulated CPU time: 5.13 s
Current children cumulated vsize: 1216716 KiB
Current children cumulated memory: 68752 KiB
Child status: 0
Real time (s): 5.23647
CPU time (s): 5.19081
CPU user time (s): 5.15646
CPU system time (s): 0.034348
CPU usage (%): 99.1279
Max. virtual memory (cumulated for all children) (KiB): 1216716
Max. memory (cumulated for all children) (KiB): 68752
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.15646
system time used= 0.034348
maximum resident set size= 66448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9850
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= 350
involuntary context switches= 15
# summary of solver processes directly reported to runsolver:
# pid: 23359
# total CPU time (s): 5.19081
# total CPU user time (s): 5.15646
# total CPU system time (s): 0.034348
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.019708 second user time and 0.055321 second system time
The end
Launcher Data
Begin job on nodeC035 at 2025-06-29 10:44:00
IDJOB=4509837
IDBENCH=159018
IDSOLVER=3368
FILE ID=nodeC035/4509837-1751186640
RUNJOBID= nodeC035-1751183027-22499
SLURM_JOB_ID= 9587567
Free space on /tmp= 433044 MiB
SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n32-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509837-1751186640/watcher-4509837-1751186640 -o /tmp/evaluation-result-4509837-1751186640/solver-4509837-1751186640 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751183027-22499 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4509837-1751186640.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 42c976ecf95c251160b63ed15915b9f7
RANDOM SEED=1376436920
nodeC035 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.751
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.51
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.071
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.51
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 : 3635.124
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.51
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 : 3599.832
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.51
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.747
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.51
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.829
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.51
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 : 3591.179
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.51
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 : 3599.013
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.51
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249992 kB
MemFree: 126221616 kB
MemAvailable: 128655796 kB
Buffers: 2352 kB
Cached: 3228744 kB
SwapCached: 8 kB
Active: 1425264 kB
Inactive: 2978612 kB
Active(anon): 1184796 kB
Inactive(anon): 6040 kB
Active(file): 240468 kB
Inactive(file): 2972572 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010672 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 5516 kB
Writeback: 0 kB
AnonPages: 1171120 kB
Mapped: 131656 kB
Shmem: 18056 kB
KReclaimable: 120756 kB
Slab: 207416 kB
SReclaimable: 120756 kB
SUnreclaim: 86660 kB
KernelStack: 4368 kB
PageTables: 5948 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635680 kB
Committed_AS: 4761276 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150600 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 698368 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: 205524 kB
DirectMap2M: 7954432 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 433040 MiB
End job on nodeC035 at 2025-06-29 10:44:05