Trace number 4520076
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
Solver Name | Answer | objective function | CPU time | Wall clock time |
---|
SCIP 2024-07-07 | ? (TO) | | 3600.1 | 3609.7 |
General information on the benchmark
Name | PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/ normalized-linearized_pebbling_opt_layeredfan_up_r33_c65_a6.opb |
MD5SUM | 0e48a521f9e70a759d0a47d941d82f86 |
Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | 12675 |
Best CPU time to get the best result obtained on this benchmark | 0.310882 |
Has Objective Function | YES |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 25350 |
Total number of constraints | 4225 |
Number of constraints which are clauses | 0 |
Number of constraints which are cardinality constraints (but not clauses) | 65 |
Number of constraints which are nor clauses,nor cardinality constraints | 4160 |
Minimum length of a constraint | 6 |
Maximum length of a constraint | 18 |
Number of terms in the objective function | 25350 |
Biggest coefficient in the objective function | 1 |
Number of bits for the biggest coefficient in the objective function | 1 |
Sum of the numbers in the objective function | 25350 |
Number of bits of the sum of numbers in the objective function | 15 |
Biggest number in a constraint | 5 |
Number of bits of the biggest number in a constraint | 3 |
Biggest sum of numbers in a constraint | 25350 |
Number of bits of the biggest sum of numbers | 15 |
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
0.00/0.01 c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01 c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01 c
0.00/0.01 c user parameter file <scip.set> not found - using default parameters
0.00/0.01 c reading problem <HOME/instance-4520076-1751550403.opb>
0.00/0.05 c original problem has 25350 variables (25350 bin, 0 int, 0 impl, 0 cont) and 4225 constraints
0.00/0.05 c problem read in 0.05
0.09/0.11 o 25350
0.09/0.11 c feasible solution found by trivial heuristic after 0.1 seconds, objective value 2.535000e+04
0.09/0.11 c presolving:
0.09/0.13 c (round 1, fast) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 65 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.15 c (0.1s) running MILP presolver
0.09/0.17 c (0.2s) MILP presolver found nothing
0.19/0.22 c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 65 chg sides, 0 chg coeffs, 4161 upgd conss, 0 impls, 0 clqs
0.19/0.23 c (round 3, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 65 chg sides, 0 chg coeffs, 4225 upgd conss, 0 impls, 0 clqs
0.39/0.50 c (0.5s) probing: 51/25350 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.50 c (0.5s) probing aborted: 50/50 successive totally useless probings
0.49/0.52 c (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
Verifier Data
ERROR: no interpretation found !
Watcher Data
runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
NUMA information:
number of nodes: 2
memory of node 0: 63665 MiB (62108 MiB free)
memory of node 1: 64507 MiB (61423 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4520076-1751550403/watcher-4520076-1751550403 -o /tmp/evaluation-result-4520076-1751550403/solver-4520076-1751550403 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751550309-78444 --watchdog 3760 pbscip -f HOME/instance-4520076-1751550403.opb -t 3600 -j 2 -m 31000
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
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=79016, runsolver pid=79013
[startup+0.100067 s]*
/proc/loadavg: 3.23 2.17 2.97 5/265 79017
/proc/meminfo: memFree=126440272/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=112992 memory=84432 CPUtime=0.09 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 18553 0 0 0 7 2 0 0 20 0 1 0 70720143 115703808 21108 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 28248 21108 3584 3530 0 19699 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 112992 KiB
Current children cumulated memory: 84432 KiB
[startup+0.205645 s]*
/proc/loadavg: 3.23 2.17 2.97 5/265 79017
/proc/meminfo: memFree=126408604/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=150392 memory=121132 CPUtime=0.19 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 30707 0 0 0 15 4 0 0 20 0 1 0 70720143 154001408 30283 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 37598 30283 3744 3530 0 29049 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 150392 KiB
Current children cumulated memory: 121132 KiB
[startup+0.305487 s]*
/proc/loadavg: 3.23 2.17 2.97 5/265 79017
/proc/meminfo: memFree=126392476/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=156308 memory=126764 CPUtime=0.29 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 32107 0 0 0 25 4 0 0 20 0 1 0 70720143 160059392 31691 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 39077 31691 3776 3530 0 30528 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 156308 KiB
Current children cumulated memory: 126764 KiB
[startup+0.70018 s]
/proc/loadavg: 3.23 2.17 2.97 5/265 79017
/proc/meminfo: memFree=126392684/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=273072 memory=202060 CPUtime=0.68 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 50416 0 0 0 61 7 0 0 20 0 1 0 70720143 279625728 50515 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 68268 50515 3808 3530 0 59719 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 273072 KiB
Current children cumulated memory: 202060 KiB
[startup+1.50018 s]
/proc/loadavg: 3.23 2.17 2.97 5/265 79017
/proc/meminfo: memFree=126295916/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=352900 memory=283524 CPUtime=1.48 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 70282 0 0 0 137 11 0 0 20 0 1 0 70720143 361369600 70881 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 88225 70881 3808 3530 0 79676 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 352900 KiB
Current children cumulated memory: 283524 KiB
[startup+3.1053 s]
/proc/loadavg: 3.23 2.17 2.97 5/265 79017
/proc/meminfo: memFree=126199176/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=378652 memory=309892 CPUtime=3.08 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 76855 0 0 0 296 12 0 0 20 0 1 0 70720143 387739648 77473 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 94663 77473 3808 3530 0 86114 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 378652 KiB
Current children cumulated memory: 309892 KiB
[startup+6.30017 s]
/proc/loadavg: 3.37 2.21 2.98 5/265 79017
/proc/meminfo: memFree=126175400/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=400440 memory=333188 CPUtime=6.27 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 82683 0 0 0 614 13 0 0 20 0 1 0 70720143 410050560 83297 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 100110 83297 3808 3530 0 91561 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 400440 KiB
Current children cumulated memory: 333188 KiB
[startup+12.7001 s]
/proc/loadavg: 3.42 2.24 2.99 5/265 79017
/proc/meminfo: memFree=126144152/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=428176 memory=360452 CPUtime=12.65 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 89498 0 0 0 1250 15 0 0 20 0 1 0 70720143 438452224 90113 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 107044 90113 3808 3530 0 98495 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 428176 KiB
Current children cumulated memory: 360452 KiB
[startup+25.5002 s]
/proc/loadavg: 3.51 2.30 3.00 5/265 79017
/proc/meminfo: memFree=126110476/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=448976 memory=381444 CPUtime=25.43 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 94746 0 0 0 2526 17 0 0 20 0 1 0 70720143 459751424 95361 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112244 95361 3808 3530 0 103695 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 448976 KiB
Current children cumulated memory: 381444 KiB
[startup+51.1053 s]
/proc/loadavg: 3.79 2.48 3.04 5/265 79017
/proc/meminfo: memFree=126110748/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=448984 memory=381444 CPUtime=50.98 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 94748 0 0 0 5081 17 0 0 20 0 1 0 70720143 459759616 95361 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112246 95361 3808 3530 0 103697 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 448984 KiB
Current children cumulated memory: 381444 KiB
[startup+102.3 s]
/proc/loadavg: 3.98 2.73 3.10 5/264 79019
/proc/meminfo: memFree=126044540/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=448996 memory=381444 CPUtime=102.07 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 94751 0 0 0 10190 17 0 0 20 0 1 0 70720143 459771904 95361 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112249 95361 3808 3530 0 103700 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 448996 KiB
Current children cumulated memory: 381444 KiB
[startup+162.3 s]
/proc/loadavg: 4.04 2.98 3.16 5/265 79022
/proc/meminfo: memFree=125973624/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449004 memory=381444 CPUtime=161.94 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 94753 0 0 0 16177 17 0 0 20 0 1 0 70720143 459780096 95361 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112251 95361 3808 3530 0 103702 0
Current children cumulated CPU time: 161.94 s
Current children cumulated vsize: 449004 KiB
Current children cumulated memory: 381444 KiB
[startup+222.3 s]
/proc/loadavg: 4.13 3.20 3.23 5/265 79069
/proc/meminfo: memFree=126091776/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449016 memory=381444 CPUtime=221.8 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 94756 0 0 0 22163 17 0 0 20 0 1 0 70720143 459792384 95361 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112254 95361 3808 3530 0 103705 0
Current children cumulated CPU time: 221.8 s
Current children cumulated vsize: 449016 KiB
Current children cumulated memory: 381444 KiB
[startup+282.3 s]
/proc/loadavg: 4.11 3.37 3.28 5/266 79072
/proc/meminfo: memFree=126085976/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449020 memory=381444 CPUtime=281.67 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 94757 0 0 0 28150 17 0 0 20 0 1 0 70720143 459796480 95361 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112255 95361 3808 3530 0 103706 0
Current children cumulated CPU time: 281.67 s
Current children cumulated vsize: 449020 KiB
Current children cumulated memory: 381444 KiB
[startup+342.3 s]
/proc/loadavg: 4.09 3.50 3.34 5/266 79075
/proc/meminfo: memFree=126081600/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449028 memory=381444 CPUtime=341.54 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 94759 0 0 0 34137 17 0 0 20 0 1 0 70720143 459804672 95361 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112257 95361 3808 3530 0 103708 0
Current children cumulated CPU time: 341.54 s
Current children cumulated vsize: 449028 KiB
Current children cumulated memory: 381444 KiB
[startup+402.3 s]
/proc/loadavg: 4.13 3.62 3.39 5/266 79077
/proc/meminfo: memFree=126123420/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449032 memory=381444 CPUtime=401.4 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 94760 0 0 0 40123 17 0 0 20 0 1 0 70720143 459808768 95361 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112258 95361 3808 3530 0 103709 0
Current children cumulated CPU time: 401.4 s
Current children cumulated vsize: 449032 KiB
Current children cumulated memory: 381444 KiB
[startup+462.3 s]
/proc/loadavg: 4.10 3.71 3.44 5/265 79079
/proc/meminfo: memFree=126090984/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449040 memory=381444 CPUtime=461.27 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 94762 0 0 0 46110 17 0 0 20 0 1 0 70720143 459816960 95361 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112260 95361 3808 3530 0 103711 0
Current children cumulated CPU time: 461.27 s
################
# More data... #
################
Current children cumulated memory: 391556 KiB
[startup+2922.3 s]
/proc/loadavg: 4.09 4.12 4.06 5/262 79204
/proc/meminfo: memFree=125948872/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449160 memory=391556 CPUtime=2914.61 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 94963 0 0 0 291444 17 0 0 20 0 1 0 70720143 459939840 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112290 97889 3808 3530 0 103741 0
Current children cumulated CPU time: 2914.61 s
Current children cumulated vsize: 449160 KiB
Current children cumulated memory: 391556 KiB
[startup+2982.3 s]
/proc/loadavg: 4.14 4.13 4.06 5/262 79208
/proc/meminfo: memFree=125948276/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449160 memory=391556 CPUtime=2974.44 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 94963 0 0 0 297427 17 0 0 20 0 1 0 70720143 459939840 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112290 97889 3808 3530 0 103741 0
Current children cumulated CPU time: 2974.44 s
Current children cumulated vsize: 449160 KiB
Current children cumulated memory: 391556 KiB
[startup+3042.3 s]
/proc/loadavg: 4.10 4.12 4.06 5/262 79215
/proc/meminfo: memFree=125948460/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449164 memory=391556 CPUtime=3034.28 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 94964 0 0 0 303411 17 0 0 20 0 1 0 70720143 459943936 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112291 97889 3808 3530 0 103742 0
Current children cumulated CPU time: 3034.28 s
Current children cumulated vsize: 449164 KiB
Current children cumulated memory: 391556 KiB
[startup+3102.3 s]
/proc/loadavg: 4.08 4.11 4.06 5/262 79217
/proc/meminfo: memFree=125940292/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449164 memory=391556 CPUtime=3094.11 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 94999 0 0 0 309394 17 0 0 20 0 1 0 70720143 459943936 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112291 97889 3808 3530 0 103742 0
Current children cumulated CPU time: 3094.11 s
Current children cumulated vsize: 449164 KiB
Current children cumulated memory: 391556 KiB
[startup+3162.3 s]
/proc/loadavg: 4.13 4.12 4.07 5/262 79219
/proc/meminfo: memFree=125940428/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449168 memory=391556 CPUtime=3153.94 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 95000 0 0 0 315377 17 0 0 20 0 1 0 70720143 459948032 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112292 97889 3808 3530 0 103743 0
Current children cumulated CPU time: 3153.94 s
Current children cumulated vsize: 449168 KiB
Current children cumulated memory: 391556 KiB
[startup+3222.3 s]
/proc/loadavg: 4.09 4.11 4.07 5/262 79221
/proc/meminfo: memFree=125941036/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449168 memory=391556 CPUtime=3213.77 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 95000 0 0 0 321360 17 0 0 20 0 1 0 70720143 459948032 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112292 97889 3808 3530 0 103743 0
Current children cumulated CPU time: 3213.77 s
Current children cumulated vsize: 449168 KiB
Current children cumulated memory: 391556 KiB
[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.07 5/262 79223
/proc/meminfo: memFree=125932276/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449172 memory=391556 CPUtime=3273.61 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 95001 0 0 0 327344 17 0 0 20 0 1 0 70720143 459952128 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112293 97889 3808 3530 0 103744 0
Current children cumulated CPU time: 3273.61 s
Current children cumulated vsize: 449172 KiB
Current children cumulated memory: 391556 KiB
[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.07 5/262 79225
/proc/meminfo: memFree=125933368/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449172 memory=391556 CPUtime=3333.44 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 95002 0 0 0 333327 17 0 0 20 0 1 0 70720143 459952128 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112293 97889 3808 3530 0 103744 0
Current children cumulated CPU time: 3333.44 s
Current children cumulated vsize: 449172 KiB
Current children cumulated memory: 391556 KiB
[startup+3402.3 s]
/proc/loadavg: 4.16 4.12 4.08 5/262 79228
/proc/meminfo: memFree=125916388/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449176 memory=391556 CPUtime=3393.27 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 95003 0 0 0 339310 17 0 0 20 0 1 0 70720143 459956224 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112294 97889 3808 3530 0 103745 0
Current children cumulated CPU time: 3393.27 s
Current children cumulated vsize: 449176 KiB
Current children cumulated memory: 391556 KiB
[startup+3462.3 s]
/proc/loadavg: 4.12 4.11 4.08 5/262 79230
/proc/meminfo: memFree=125916544/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449176 memory=391556 CPUtime=3453.11 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 95003 0 0 0 345294 17 0 0 20 0 1 0 70720143 459956224 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112294 97889 3808 3530 0 103745 0
Current children cumulated CPU time: 3453.11 s
Current children cumulated vsize: 449176 KiB
Current children cumulated memory: 391556 KiB
[startup+3522.3 s]
/proc/loadavg: 4.02 4.09 4.08 5/262 79412
/proc/meminfo: memFree=128087668/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449180 memory=391556 CPUtime=3512.94 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 95039 0 0 0 351277 17 0 0 20 0 1 0 70720143 459960320 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112295 97889 3808 3530 0 103746 0
Current children cumulated CPU time: 3512.94 s
Current children cumulated vsize: 449180 KiB
Current children cumulated memory: 391556 KiB
[startup+3582.3 s]
/proc/loadavg: 4.17 4.12 4.09 5/262 79728
/proc/meminfo: memFree=128553208/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449180 memory=391556 CPUtime=3572.77 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 95040 0 0 0 357260 17 0 0 20 0 1 0 70720143 459960320 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112295 97889 3808 3530 0 103746 0
Current children cumulated CPU time: 3572.77 s
Current children cumulated vsize: 449180 KiB
Current children cumulated memory: 391556 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3609.7 s]
/proc/loadavg: 4.11 4.11 4.08 5/263 79732
/proc/meminfo: memFree=128553312/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449180 memory=391556 CPUtime=3600.09 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 95041 0 0 0 359992 17 0 0 20 0 1 0 70720143 459960320 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112295 97889 3808 3530 0 103746 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 449180 KiB
Current children cumulated memory: 391556 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3609.7 s]
# the end of solver process 79016 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=3599.93 s, system=0.175526 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3609.7 s]
/proc/loadavg: 4.11 4.11 4.08 5/263 79732
/proc/meminfo: memFree=128553312/131250000 swapFree=33010416/33010684
[pid=79016] ppid=79013 vsize=449180 memory=391556 CPUtime=3600.09 cores=5,7
/proc/79016/stat : 79016 (pbscip) R 79013 79016 78407 0 -1 4194304 95041 0 0 0 359992 17 0 0 20 0 1 0 70720143 459960320 97889 18446744073709551615 4235264 18693293 140729637579616 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 39809024 140729637583241 140729637583340 140729637583340 140729637588942 0
/proc/79016/statm: 112295 97889 3808 3530 0 103746 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 449180 KiB
Current children cumulated memory: 391556 KiB
Child ended because it received signal 15 (SIGTERM)
Real time (s): 3609.7
CPU time (s): 3600.1
CPU user time (s): 3599.93
CPU system time (s): 0.175526
CPU usage (%): 99.734
Max. virtual memory (cumulated for all children) (KiB): 449180
Max. memory (cumulated for all children) (KiB): 391556
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.93
system time used= 0.175526
maximum resident set size= 391556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95041
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88
involuntary context switches= 3817
# summary of solver processes directly reported to runsolver:
# pid: 79016
# total CPU time (s): 3600.1
# total CPU user time (s): 3599.93
# total CPU system time (s): 0.175526
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.70216 second user time and 15.3575 second system time
The end
Launcher Data
Begin job on nodeC027 at 2025-07-03 15:46:43
IDJOB=4520076
IDBENCH=177684
IDSOLVER=3365
FILE ID=nodeC027/4520076-1751550403
RUNJOBID= nodeC027-1751550309-78444
SLURM_JOB_ID= 9598730
Free space on /tmp= 431120 MiB
SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/normalized-linearized_pebbling_opt_layeredfan_up_r33_c65_a6.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520076-1751550403/watcher-4520076-1751550403 -o /tmp/evaluation-result-4520076-1751550403/solver-4520076-1751550403 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751550309-78444 --watchdog 3760 pbscip -f HOME/instance-4520076-1751550403.opb -t 3600 -j 2 -m 31000
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 0e48a521f9e70a759d0a47d941d82f86
RANDOM SEED=2033024277
nodeC027 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.614
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.29
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.650
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.29
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 : 3652.619
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.29
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 : 3585.017
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.29
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.635
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.29
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 : 3596.455
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.29
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 : 3700.000
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.29
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.636
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.29
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131250000 kB
MemFree: 126496664 kB
MemAvailable: 126772380 kB
Buffers: 2488 kB
Cached: 1074992 kB
SwapCached: 12 kB
Active: 3577188 kB
Inactive: 534444 kB
Active(anon): 3049424 kB
Inactive(anon): 2792 kB
Active(file): 527764 kB
Inactive(file): 531652 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010416 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 19660 kB
Writeback: 4 kB
AnonPages: 3037204 kB
Mapped: 138496 kB
Shmem: 18056 kB
KReclaimable: 110676 kB
Slab: 200064 kB
SReclaimable: 110676 kB
SUnreclaim: 89388 kB
KernelStack: 4272 kB
PageTables: 9328 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635684 kB
Committed_AS: 3663160 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150488 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 305152 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: 203476 kB
DirectMap2M: 9005056 kB
DirectMap1G: 126877696 kB
Free space on /tmp at the end= 431108 MiB
End job on nodeC027 at 2025-07-03 16:46:53