Trace number 4511385
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/ EC_ODD_GRIDS/normalized-ECgrid5x100split.opb |
MD5SUM | 8085e67efea758974236eb172d264588 |
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 | 5.11999 |
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 | 1001 |
Total number of constraints | 501 |
Number of constraints which are clauses | 0 |
Number of constraints which are cardinality constraints (but not clauses) | 501 |
Number of constraints which are nor clauses,nor cardinality constraints | 0 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 4 |
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 | 6 |
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
7.30/7.57 c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4511385-1751205274.opb
7.30/7.57 c Solving mode: decision
7.30/7.57 c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
7.30/7.57 c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
7.30/7.57 c original problem has 1001 variables (1001 bin, 0 int, 0 impl, 0 cont) and 501 constraints
7.30/7.57 c presolving:
7.30/7.57 c (round 1, fast) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
7.30/7.57 c (0.0s) probing: 51/1000 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
7.30/7.57 c (0.0s) probing aborted: 50/50 successive totally useless probings
7.30/7.57 c (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
7.30/7.57 c (0.0s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
7.30/7.57 c dynamic symmetry handling statistics:
7.30/7.57 c orbitopal reduction: no components
7.30/7.57 c orbital reduction: no components
7.30/7.57 c lexicographic reduction: 1 permutations with support sizes 800
7.30/7.57 c handled 1 out of 1 symmetry components
7.30/7.57 c presolving (2 rounds: 2 fast, 1 medium, 1 exhaustive):
7.30/7.57 c 1 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
7.30/7.57 c 0 implications, 0 cliques
7.30/7.57 c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 500 constraints
7.30/7.57 c 500 constraints of type <linear>
7.30/7.57 c transformed objective value is always integral (scale: 1)
7.30/7.57 c Presolving Time: 0.03
7.30/7.57 c
7.30/7.57 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
7.30/7.57 c 0.1s| 1 | 0 | 539 | - | 16M | 0 |1000 | 521 | 500 | 0 | 0 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.2s| 1 | 0 | 652 | - | 16M | 0 |1000 | 527 | 512 | 12 | 1 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.2s| 1 | 0 | 660 | - | 16M | 0 |1000 | 527 | 523 | 23 | 2 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.2s| 1 | 0 | 674 | - | 17M | 0 |1000 | 527 | 527 | 27 | 3 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.2s| 1 | 0 | 686 | - | 18M | 0 |1000 | 527 | 535 | 35 | 4 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.2s| 1 | 0 | 726 | - | 19M | 0 |1000 | 527 | 540 | 40 | 5 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.2s| 1 | 0 | 732 | - | 20M | 0 |1000 | 527 | 543 | 43 | 6 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.2s| 1 | 0 | 736 | - | 20M | 0 |1000 | 527 | 546 | 46 | 7 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.3s| 1 | 0 | 738 | - | 20M | 0 |1000 | 527 | 548 | 48 | 8 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.3s| 1 | 0 | 740 | - | 20M | 0 |1000 | 527 | 550 | 50 | 9 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.3s| 1 | 0 | 748 | - | 21M | 0 |1000 | 527 | 552 | 52 | 10 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.3s| 1 | 0 | 756 | - | 21M | 0 |1000 | 527 | 553 | 53 | 11 | 21 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.3s| 1 | 0 | 797 | - | 21M | 0 |1000 | 530 | 540 | 54 | 12 | 24 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.3s| 1 | 0 | 802 | - | 21M | 0 |1000 | 530 | 542 | 56 | 13 | 24 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.3s| 1 | 0 | 805 | - | 21M | 0 |1000 | 530 | 543 | 57 | 14 | 24 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
7.30/7.57 c 0.3s| 1 | 0 | 807 | - | 21M | 0 |1000 | 530 | 544 | 58 | 15 | 24 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.3s| 1 | 0 | 817 | - | 21M | 0 |1000 | 532 | 545 | 59 | 16 | 26 | 0 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 0.4s| 1 | 2 | 930 | - | 21M | 0 |1000 | 540 | 545 | 59 | 16 | 34 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 1.6s| 100 | 101 | 9733 | 90.1 | 26M | 13 |1000 | 843 | 500 | 207 | 1 | 338 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 2.4s| 200 | 201 | 15062 | 71.6 | 30M | 21 |1000 |1038 | 505 | 448 | 1 | 537 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 2.7s| 300 | 299 | 17467 | 55.7 | 30M | 44 |1000 |1175 | 509 | 465 | 1 | 675 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 2.9s| 400 | 399 | 19308 | 46.3 | 30M | 44 |1000 |1274 | 510 | 582 | 1 | 774 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 3.2s| 500 | 499 | 21272 | 41.0 | 31M | 52 |1000 |1401 | 511 | 696 | 1 | 903 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 3.5s| 600 | 597 | 25780 | 41.7 | 31M | 53 |1000 |1455 | 522 | 807 | 2 | 957 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 3.6s| 700 | 691 | 26460 | 36.7 | 31M | 72 |1000 |1482 | 509 | 879 | 1 | 984 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 3.7s| 800 | 789 | 26863 | 32.6 | 31M | 72 |1000 |1502 | 513 | 889 | 1 |1004 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 3.9s| 900 | 883 | 27620 | 29.8 | 31M | 84 |1000 |1530 | 513 | 889 | 0 |1032 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 3.9s| 1000 | 977 | 28064 | 27.3 | 32M | 84 |1000 |1542 | 513 | 889 | 1 |1044 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 4.3s| 1100 | 1069 | 28657 | 25.3 | 32M | 86 |1000 |1629 | 513 | 889 | 1 |1133 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 4.3s| 1200 | 1161 | 28968 | 23.5 | 32M | 86 |1000 |1689 | 513 | 889 | 1 |1195 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
7.30/7.57 c 4.5s| 1300 | 1249 | 29467 | 22.1 | 32M | 86 |1000 |1727 | 513 | 889 | 1 |1235 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 4.6s| 1400 | 1347 | 29751 | 20.7 | 32M | 86 |1000 |1738 | 513 | 889 | 1 |1248 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 4.7s| 1500 | 1443 | 30046 | 19.5 | 33M | 86 |1000 |1775 | 513 | 889 | 1 |1286 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 4.8s| 1600 | 1525 | 30539 | 18.6 | 33M | 86 |1000 |1831 | 513 | 889 | 0 |1344 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 5.0s| 1700 | 1609 | 30923 | 17.7 | 33M | 86 |1000 |1904 | 513 | 889 | 1 |1421 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 5.3s| 1800 | 1709 | 31527 | 17.1 | 33M | 95 |1000 |1932 | 513 | 889 | 1 |1450 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 5.7s| 1900 | 1805 | 32260 | 16.6 | 33M | 95 |1000 |2002 | 513 | 889 | 1 |1520 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 5.9s| 2000 | 1895 | 32683 | 15.9 | 33M | 95 |1000 |2086 | 513 | 889 | 1 |1605 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 6.3s| 2100 | 1991 | 33007 | 15.3 | 33M | 95 |1000 |2129 | 513 | 889 | 1 |1651 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 6.5s| 2200 | 2091 | 33686 | 14.9 | 34M | 97 |1000 |2187 | 513 | 889 | 1 |1710 | 10 | 0.000000e+00 | -- | Inf | unknown
7.30/7.57 c 6.7s| 2300 | 2181 | 34238 | 14.5 | 34M | 99 |1000 |2278 | 513 | 889 | 1 |1805 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 7.2s| 2400 | 2273 | 34646 | 14.1 | 34M | 99 |1000 |2364 | 513 | 889 | 2 |1895 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 7.4s| 2500 | 2367 | 35062 | 13.7 | 35M | 99 |1000 |2408 | 513 | 889 | 1 |1941 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 7.6s| 2600 | 2465 | 35425 | 13.3 | 36M | 99 |1000 |2424 | 513 | 889 | 1 |1959 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 7.8s| 2700 | 2561 | 36305 | 13.1 | 36M | 99 |1000 |2528 | 513 | 889 | 1 |2067 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
13.45/13.70 c 7.9s| 2800 | 2657 | 36892 | 12.9 | 36M | 99 |1000 |2554 | 513 | 889 | 1 |2096 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 8.0s| 2900 | 2751 | 37284 | 12.6 | 36M | 99 |1000 |2584 | 513 | 889 | 1 |2130 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 8.0s| 3000 | 2843 | 37637 | 12.3 | 36M | 99 |1000 |2617 | 513 | 889 | 1 |2164 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 8.1s| 3100 | 2943 | 37986 | 12.0 | 36M | 99 |1000 |2666 | 513 | 889 | 1 |2216 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 8.4s| 3200 | 3037 | 38670 | 11.8 | 36M | 99 |1000 |2709 | 513 | 889 | 1 |2266 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 8.6s| 3300 | 3131 | 39013 | 11.6 | 37M | 99 |1000 |2755 | 513 | 889 | 1 |2315 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 8.9s| 3400 | 3221 | 39469 | 11.4 | 38M | 99 |1000 |2843 | 513 | 889 | 1 |2410 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 9.2s| 3500 | 3317 | 40225 | 11.3 | 38M | 99 |1000 |2894 | 513 | 889 | 1 |2471 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 9.3s| 3600 | 3411 | 40657 | 11.1 | 38M | 99 |1000 |2955 | 513 | 889 | 1 |2536 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 9.3s| 3700 | 3511 | 40967 | 10.9 | 38M | 99 |1000 |2957 | 513 | 889 | 1 |2538 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 9.8s| 3800 | 3603 | 41647 | 10.7 | 38M | 99 |1000 |3048 | 513 | 889 | 1 |2633 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 10.5s| 3900 | 3699 | 42051 | 10.6 | 38M | 99 |1000 |3104 | 513 | 889 | 1 |2691 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 10.8s| 4000 | 3797 | 42395 | 10.4 | 38M | 99 |1000 |3110 | 513 | 889 | 1 |2698 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 11.5s| 4100 | 3895 | 42727 | 10.2 | 39M | 99 |1000 |3188 | 513 | 889 | 1 |2776 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 11.6s| 4200 | 3984 | 43077 | 10.1 | 39M | 102 |1000 |3215 | 513 | 889 | 1 |2806 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c time | node | left |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr| dualbound | primalbound | gap | compl.
13.45/13.70 c 11.8s| 4300 | 4082 | 43915 | 10.0 | 39M | 102 |1000 |3290 | 513 | 889 | 1 |2883 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 12.0s| 4400 | 4176 | 44162 | 9.9 | 39M | 112 |1000 |3305 | 513 | 889 | 1 |2899 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 12.2s| 4500 | 4276 | 44506 | 9.7 | 39M | 112 |1000 |3341 | 513 | 889 | 1 |2938 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 12.3s| 4600 | 4376 | 44784 | 9.6 | 40M | 116 |1000 |3346 | 513 | 889 | 1 |2943 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 12.4s| 4700 | 4476 | 45194 | 9.4 | 40M | 127 |1000 |3375 | 513 | 889 | 1 |2977 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 12.7s| 4800 | 4576 | 45684 | 9.3 | 40M | 127 |1000 |3421 | 513 | 889 | 2 |3025 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 13.1s| 4900 | 4676 | 46406 | 9.3 | 40M | 127 |1000 |3481 | 513 | 889 | 1 |3088 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c 13.2s| 5000 | 4776 | 46809 | 9.2 | 40M | 134 |1000 |3514 | 513 | 889 | 1 |3124 | 10 | 0.000000e+00 | -- | Inf | unknown
13.45/13.70 c Restart triggered after 50 consecutive estimations that the remaining tree will be large
13.45/13.70 c
13.45/13.70 c SCIP Status : problem is solved [infeasible]
13.45/13.70 c Solving Time (sec) : 13.33
13.45/13.70 c Solving Nodes : 5064
13.45/13.70 c Primal Bound : +1.00000000000000e+20 (0 solutions)
13.45/13.70 c Dual Bound : +1.00000000000000e+20
13.45/13.70 c Gap : 0.00 %
13.45/13.70 c SCIP found the problem to be infeasible.
13.45/13.70 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 (62776 MiB free)
memory of node 1: 64465 MiB (61747 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511385-1751205274/watcher-4511385-1751205274 -o /tmp/evaluation-result-4511385-1751205274/solver-4511385-1751205274 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751204746-27067 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4511385-1751205274.opb
running on 2 cores: 5,7
CPU governors:
performance: 5 7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el
solver pid=27405, runsolver pid=27402
Current StackSize limit: 8192 KiB
[startup+0.100068 s]*
/proc/loadavg: 4.24 3.81 3.05 5/255 27410
/proc/meminfo: memFree=127512044/131382116 swapFree=33010684/33010684
[pid=27405] ppid=27402 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/27405/stat : 27405 (scip-naps-1.00.) S 27402 27405 27054 0 -1 4194304 258 324 0 0 0 0 0 0 20 0 1 0 36206564 4292608 768 18446744073709551615 94836103823360 94836104717893 140724640143488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94836104956944 94836105004688 94836126801920 140724640151969 140724640152066 140724640152066 140724640157668 0
/proc/27405/statm: 1048 768 704 219 0 110 0
[pid=27410] ppid=27405 vsize=19272 memory=14208 CPUtime=0.06 cores=5,7
/proc/27410/stat : 27410 (python3) R 27405 27405 27054 0 -1 4194304 1873 0 0 0 5 1 0 0 20 0 1 0 36206566 19734528 3552 18446744073709551615 94204456972288 94204456972665 140730643288176 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94204456983960 94204456984580 94204481855488 140730643290456 140730643290658 140730643290658 140730643296231 0
/proc/27410/statm: 4818 3552 1984 1 0 1572 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 23464 KiB
Current children cumulated memory: 17280 KiB
[startup+0.212557 s]*
/proc/loadavg: 4.24 3.81 3.05 5/255 27410
/proc/meminfo: memFree=127509524/131382116 swapFree=33010684/33010684
[pid=27405] ppid=27402 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/27405/stat : 27405 (scip-naps-1.00.) S 27402 27405 27054 0 -1 4194304 258 324 0 0 0 0 0 0 20 0 1 0 36206564 4292608 768 18446744073709551615 94836103823360 94836104717893 140724640143488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94836104956944 94836105004688 94836126801920 140724640151969 140724640152066 140724640152066 140724640157668 0
/proc/27405/statm: 1048 768 704 219 0 110 0
[pid=27410] ppid=27405 vsize=1186492 memory=31072 CPUtime=0.15 cores=5,7
/proc/27410/stat : 27410 (python3) R 27405 27405 27054 0 -1 4194304 3572 0 0 0 13 2 0 0 20 0 1 0 36206566 1214967808 7768 18446744073709551615 94204456972288 94204456972665 140730643288176 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94204456983960 94204456984580 94204481855488 140730643290456 140730643290658 140730643290658 140730643296231 0
/proc/27410/statm: 296623 7768 4829 1 0 268645 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 1190684 KiB
Current children cumulated memory: 34144 KiB
[startup+0.313158 s]*
/proc/loadavg: 4.24 3.81 3.05 5/255 27410
/proc/meminfo: memFree=127504484/131382116 swapFree=33010684/33010684
[pid=27405] ppid=27402 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/27405/stat : 27405 (scip-naps-1.00.) S 27402 27405 27054 0 -1 4194304 258 324 0 0 0 0 0 0 20 0 1 0 36206564 4292608 768 18446744073709551615 94836103823360 94836104717893 140724640143488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94836104956944 94836105004688 94836126801920 140724640151969 140724640152066 140724640152066 140724640157668 0
/proc/27405/statm: 1048 768 704 219 0 110 0
[pid=27410] ppid=27405 vsize=1190132 memory=35168 CPUtime=0.24 cores=5,7
/proc/27410/stat : 27410 (python3) R 27405 27405 27054 0 -1 4194304 4437 0 0 0 21 3 0 0 20 0 1 0 36206566 1218695168 8792 18446744073709551615 94204456972288 94204456972665 140730643288176 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94204456983960 94204456984580 94204481855488 140730643290456 140730643290658 140730643290658 140730643296231 0
/proc/27410/statm: 297533 8792 5021 1 0 269442 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1194324 KiB
Current children cumulated memory: 38240 KiB
[startup+0.700252 s]
/proc/loadavg: 4.24 3.81 3.05 5/255 27410
/proc/meminfo: memFree=127477268/131382116 swapFree=33010684/33010684
[pid=27405] ppid=27402 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/27405/stat : 27405 (scip-naps-1.00.) S 27402 27405 27054 0 -1 4194304 258 324 0 0 0 0 0 0 20 0 1 0 36206564 4292608 768 18446744073709551615 94836103823360 94836104717893 140724640143488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94836104956944 94836105004688 94836126801920 140724640151969 140724640152066 140724640152066 140724640157668 0
/proc/27405/statm: 1048 768 704 219 0 110 0
[pid=27410] ppid=27405 vsize=1223216 memory=71880 CPUtime=0.58 cores=5,7
/proc/27410/stat : 27410 (python3) R 27405 27405 27054 0 -1 4194304 11187 0 0 0 53 5 0 0 20 0 1 0 36206566 1252573184 17970 18446744073709551615 94204456972288 94204456972665 140730643288176 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94204456983960 94204456984580 94204481855488 140730643290456 140730643290658 140730643290658 140730643296231 0
/proc/27410/statm: 305804 17970 8125 1 0 277162 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 1227408 KiB
Current children cumulated memory: 74952 KiB
[startup+1.50024 s]
/proc/loadavg: 4.24 3.81 3.05 5/255 27410
/proc/meminfo: memFree=127476260/131382116 swapFree=33010684/33010684
[pid=27405] ppid=27402 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/27405/stat : 27405 (scip-naps-1.00.) S 27402 27405 27054 0 -1 4194304 258 324 0 0 0 0 0 0 20 0 1 0 36206564 4292608 768 18446744073709551615 94836103823360 94836104717893 140724640143488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94836104956944 94836105004688 94836126801920 140724640151969 140724640152066 140724640152066 140724640157668 0
/proc/27405/statm: 1048 768 704 219 0 110 0
[pid=27410] ppid=27405 vsize=1228856 memory=77332 CPUtime=1.37 cores=5,7
/proc/27410/stat : 27410 (python3) R 27405 27405 27054 0 -1 4194304 14769 0 0 0 131 6 0 0 20 0 1 0 36206566 1258348544 19333 18446744073709551615 94204456972288 94204456972665 140730643288176 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94204456983960 94204456984580 94204481855488 140730643290456 140730643290658 140730643290658 140730643296231 0
/proc/27410/statm: 307214 19333 8125 1 0 278572 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 1233048 KiB
Current children cumulated memory: 80404 KiB
[startup+3.10542 s]
/proc/loadavg: 4.22 3.82 3.06 5/255 27410
/proc/meminfo: memFree=127437196/131382116 swapFree=33010684/33010684
[pid=27405] ppid=27402 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/27405/stat : 27405 (scip-naps-1.00.) S 27402 27405 27054 0 -1 4194304 258 324 0 0 0 0 0 0 20 0 1 0 36206564 4292608 768 18446744073709551615 94836103823360 94836104717893 140724640143488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94836104956944 94836105004688 94836126801920 140724640151969 140724640152066 140724640152066 140724640157668 0
/proc/27405/statm: 1048 768 704 219 0 110 0
[pid=27410] ppid=27405 vsize=1239048 memory=88220 CPUtime=2.95 cores=5,7
/proc/27410/stat : 27410 (python3) R 27405 27405 27054 0 -1 4194304 17901 0 0 0 289 6 0 0 20 0 1 0 36206566 1268785152 22055 18446744073709551615 94204456972288 94204456972665 140730643288176 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94204456983960 94204456984580 94204481855488 140730643290456 140730643290658 140730643290658 140730643296231 0
/proc/27410/statm: 309762 22055 8125 1 0 281120 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 1243240 KiB
Current children cumulated memory: 91292 KiB
[startup+6.30021 s]
/proc/loadavg: 4.22 3.82 3.06 5/255 27410
/proc/meminfo: memFree=127437448/131382116 swapFree=33010684/33010684
[pid=27405] ppid=27402 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/27405/stat : 27405 (scip-naps-1.00.) S 27402 27405 27054 0 -1 4194304 258 324 0 0 0 0 0 0 20 0 1 0 36206564 4292608 768 18446744073709551615 94836103823360 94836104717893 140724640143488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94836104956944 94836105004688 94836126801920 140724640151969 140724640152066 140724640152066 140724640157668 0
/proc/27405/statm: 1048 768 704 219 0 110 0
[pid=27410] ppid=27405 vsize=1245732 memory=95088 CPUtime=6.11 cores=5,7
/proc/27410/stat : 27410 (python3) R 27405 27405 27054 0 -1 4194304 22288 0 0 0 604 7 0 0 20 0 1 0 36206566 1275629568 23772 18446744073709551615 94204456972288 94204456972665 140730643288176 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94204456983960 94204456984580 94204481855488 140730643290456 140730643290658 140730643290658 140730643296231 0
/proc/27410/statm: 311433 23772 8125 1 0 282791 0
Current children cumulated CPU time: 6.11 s
Current children cumulated vsize: 1249924 KiB
Current children cumulated memory: 98160 KiB
[startup+12.7004 s]
/proc/loadavg: 4.19 3.83 3.07 6/255 27509
/proc/meminfo: memFree=127649380/131382116 swapFree=33010684/33010684
[pid=27405] ppid=27402 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/27405/stat : 27405 (scip-naps-1.00.) S 27402 27405 27054 0 -1 4194304 258 324 0 0 0 0 0 0 20 0 1 0 36206564 4292608 768 18446744073709551615 94836103823360 94836104717893 140724640143488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94836104956944 94836105004688 94836126801920 140724640151969 140724640152066 140724640152066 140724640157668 0
/proc/27405/statm: 1048 768 704 219 0 110 0
[pid=27410] ppid=27405 vsize=1256840 memory=106280 CPUtime=12.47 cores=5,7
/proc/27410/stat : 27410 (python3) R 27405 27405 27054 0 -1 4194304 27644 0 0 0 1238 9 0 0 20 0 1 0 36206566 1287004160 26570 18446744073709551615 94204456972288 94204456972665 140730643288176 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94204456983960 94204456984580 94204481855488 140730643290456 140730643290658 140730643290658 140730643296231 0
/proc/27410/statm: 314210 26570 8125 1 0 285568 0
Current children cumulated CPU time: 12.47 s
Current children cumulated vsize: 1261032 KiB
Current children cumulated memory: 109352 KiB
[startup+13.7355 s]
# the end of solver process 27405 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=13.4033 s, system=0.111098 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+12.8004 s]
/proc/loadavg: 4.19 3.83 3.07 6/255 27509
/proc/meminfo: memFree=127649380/131382116 swapFree=33010684/33010684
[pid=27405] ppid=27402 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/27405/stat : 27405 (scip-naps-1.00.) S 27402 27405 27054 0 -1 4194304 258 324 0 0 0 0 0 0 20 0 1 0 36206564 4292608 768 18446744073709551615 94836103823360 94836104717893 140724640143488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94836104956944 94836105004688 94836126801920 140724640151969 140724640152066 140724640152066 140724640157668 0
/proc/27405/statm: 1048 768 704 219 0 110 0
[pid=27410] ppid=27405 vsize=1256840 memory=106280 CPUtime=12.56 cores=5,7
/proc/27410/stat : 27410 (python3) R 27405 27405 27054 0 -1 4194304 27644 0 0 0 1247 9 0 0 20 0 1 0 36206566 1287004160 26570 18446744073709551615 94204456972288 94204456972665 140730643288176 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94204456983960 94204456984580 94204481855488 140730643290456 140730643290658 140730643290658 140730643296231 0
/proc/27410/statm: 314210 26570 8125 1 0 285568 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 1261032 KiB
Current children cumulated memory: 109352 KiB
[startup+13.2003 s]
/proc/loadavg: 4.19 3.83 3.07 5/250 27517
/proc/meminfo: memFree=127649788/131382116 swapFree=33010684/33010684
[pid=27405] ppid=27402 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/27405/stat : 27405 (scip-naps-1.00.) S 27402 27405 27054 0 -1 4194304 258 324 0 0 0 0 0 0 20 0 1 0 36206564 4292608 768 18446744073709551615 94836103823360 94836104717893 140724640143488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94836104956944 94836105004688 94836126801920 140724640151969 140724640152066 140724640152066 140724640157668 0
/proc/27405/statm: 1048 768 704 219 0 110 0
[pid=27410] ppid=27405 vsize=1258088 memory=107560 CPUtime=12.96 cores=5,7
/proc/27410/stat : 27410 (python3) R 27405 27405 27054 0 -1 4194304 27943 0 0 0 1287 9 0 0 20 0 1 0 36206566 1288282112 26890 18446744073709551615 94204456972288 94204456972665 140730643288176 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94204456983960 94204456984580 94204481855488 140730643290456 140730643290658 140730643290658 140730643296231 0
/proc/27410/statm: 314522 26890 8125 1 0 285880 0
Current children cumulated CPU time: 12.96 s
Current children cumulated vsize: 1262280 KiB
Current children cumulated memory: 110632 KiB
[startup+13.6003 s]
/proc/loadavg: 4.19 3.83 3.07 5/250 27517
/proc/meminfo: memFree=127649788/131382116 swapFree=33010684/33010684
[pid=27405] ppid=27402 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/27405/stat : 27405 (scip-naps-1.00.) S 27402 27405 27054 0 -1 4194304 258 324 0 0 0 0 0 0 20 0 1 0 36206564 4292608 768 18446744073709551615 94836103823360 94836104717893 140724640143488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94836104956944 94836105004688 94836126801920 140724640151969 140724640152066 140724640152066 140724640157668 0
/proc/27405/statm: 1048 768 704 219 0 110 0
[pid=27410] ppid=27405 vsize=1258088 memory=107560 CPUtime=13.36 cores=5,7
/proc/27410/stat : 27410 (python3) R 27405 27405 27054 0 -1 4194304 27943 0 0 0 1327 9 0 0 20 0 1 0 36206566 1288282112 26890 18446744073709551615 94204456972288 94204456972665 140730643288176 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94204456983960 94204456984580 94204481855488 140730643290456 140730643290658 140730643290658 140730643296231 0
/proc/27410/statm: 314522 26890 8125 1 0 285880 0
Current children cumulated CPU time: 13.36 s
Current children cumulated vsize: 1262280 KiB
Current children cumulated memory: 110632 KiB
[startup+13.7003 s]
/proc/loadavg: 4.19 3.83 3.07 5/250 27517
/proc/meminfo: memFree=127649788/131382116 swapFree=33010684/33010684
[pid=27405] ppid=27402 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/27405/stat : 27405 (scip-naps-1.00.) S 27402 27405 27054 0 -1 4194304 258 324 0 0 0 0 0 0 20 0 1 0 36206564 4292608 768 18446744073709551615 94836103823360 94836104717893 140724640143488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94836104956944 94836105004688 94836126801920 140724640151969 140724640152066 140724640152066 140724640157668 0
/proc/27405/statm: 1048 768 704 219 0 110 0
[pid=27410] ppid=27405 vsize=1258088 memory=107560 CPUtime=13.45 cores=5,7
/proc/27410/stat : 27410 (python3) R 27405 27405 27054 0 -1 4194304 27955 0 0 0 1336 9 0 0 20 0 1 0 36206566 1288282112 26890 18446744073709551615 94204456972288 94204456972665 140730643288176 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94204456983960 94204456984580 94204481855488 140730643290456 140730643290658 140730643290658 140730643296231 0
/proc/27410/statm: 314522 26890 8125 1 0 285880 0
Current children cumulated CPU time: 13.45 s
Current children cumulated vsize: 1262280 KiB
Current children cumulated memory: 110632 KiB
Child status: 0
Real time (s): 13.7356
CPU time (s): 13.5144
CPU user time (s): 13.4033
CPU system time (s): 0.111098
CPU usage (%): 98.3896
Max. virtual memory (cumulated for all children) (KiB): 1262280
Max. memory (cumulated for all children) (KiB): 110632
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.4033
system time used= 0.111098
maximum resident set size= 108072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28577
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= 334
involuntary context switches= 203
# summary of solver processes directly reported to runsolver:
# pid: 27405
# total CPU time (s): 13.5144
# total CPU user time (s): 13.4033
# total CPU system time (s): 0.111098
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.07506 second user time and 0.137508 second system time
The end
Launcher Data
Begin job on nodeC004 at 2025-06-29 15:54:34
IDJOB=4511385
IDBENCH=160439
IDSOLVER=3368
FILE ID=nodeC004/4511385-1751205274
RUNJOBID= nodeC004-1751204746-27067
SLURM_JOB_ID= 9587619
Free space on /tmp= 433044 MiB
SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x100split.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511385-1751205274/watcher-4511385-1751205274 -o /tmp/evaluation-result-4511385-1751205274/solver-4511385-1751205274 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751204746-27067 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4511385-1751205274.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 8085e67efea758974236eb172d264588
RANDOM SEED=49632854
nodeC004 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 : 3563.411
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.74
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 : 3662.796
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.74
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.429
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.74
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.137
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.74
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 : 3633.370
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.74
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 : 1198.140
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.74
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 : 1198.144
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.74
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 : 1396.754
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.74
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382116 kB
MemFree: 127512044 kB
MemAvailable: 129020468 kB
Buffers: 3280 kB
Cached: 2312168 kB
SwapCached: 0 kB
Active: 1252924 kB
Inactive: 2014152 kB
Active(anon): 969612 kB
Inactive(anon): 0 kB
Active(file): 283312 kB
Inactive(file): 2014152 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 6004 kB
Writeback: 0 kB
AnonPages: 954720 kB
Mapped: 126836 kB
Shmem: 17976 kB
KReclaimable: 101172 kB
Slab: 184080 kB
SReclaimable: 101172 kB
SUnreclaim: 82908 kB
KernelStack: 4096 kB
PageTables: 5568 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701740 kB
Committed_AS: 4536316 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149480 kB
VmallocChunk: 0 kB
Percpu: 3680 kB
HardwareCorrupted: 0 kB
AnonHugePages: 407552 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: 197448 kB
DirectMap2M: 10190848 kB
DirectMap1G: 125829120 kB
Free space on /tmp at the end= 433036 MiB
End job on nodeC004 at 2025-06-29 15:54:48