Trace number 4449225
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 | CPU time | Wall clock time |
---|
SCIP 2024-07-07 | ? (TO) | 3600.39 | 3624.15 |
General information on the benchmark
Name | PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/ hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb |
MD5SUM | 8e74907d75b3430f44949ac6e798f9f2 |
Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
Best result obtained on this benchmark | SAT |
Best value of the objective obtained on this benchmark | 0 |
Best CPU time to get the best result obtained on this benchmark | 7.93447 |
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 | 2766336 |
Total number of constraints | 11830 |
Number of constraints which are clauses | 5402 |
Number of constraints which are cardinality constraints (but not clauses) | 5402 |
Number of constraints which are nor clauses,nor cardinality constraints | 1026 |
Minimum length of a constraint | 512 |
Maximum length of a constraint | 5402 |
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 | 1983745 |
Number of bits of the biggest number in a constraint | 21 |
Biggest sum of numbers in a constraint | 4451165 |
Number of bits of the biggest sum of numbers | 23 |
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.00 c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00 c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c user parameter file <scip.set> not found - using default parameters
0.00/0.00 c reading problem <HOME/instance-4449225-1721370714.opb>
6.45/6.60 c original problem has 2766336 variables (2766336 bin, 0 int, 0 impl, 0 cont) and 11830 constraints
6.45/6.60 c problem read in 6.59
6.56/6.62 c No objective function, only one solution is needed.
14.03/14.12 c presolving:
31.96/32.13 c (round 1, fast) 3874 del vars, 2 del conss, 0 add conss, 3362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 868110 clqs
38.84/39.01 c (39.0s) running MILP presolver
108.49/109.46 c (109.4s) MILP presolver (3 rounds): 0 aggregations, 512 fixings, 0 bound changes
109.38/110.39 c (round 2, medium) 4386 del vars, 11830 del conss, 6425 add conss, 3362 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 868110 clqs
149.17/150.68 c (round 3, exhaustive) 4386 del vars, 11830 del conss, 6425 add conss, 3362 chg bounds, 0 chg sides, 0 chg coeffs, 6425 upgd conss, 0 impls, 871258 clqs
712.35/720.14 c (720.1s) probing: 1000/2761950 (0.0%) - 0 fixings, 0 aggregations, 510500 implications, 0 bound changes
712.84/720.67 c (720.6s) probing: 1001/2761950 (0.0%) - 0 fixings, 0 aggregations, 511011 implications, 0 bound changes
712.84/720.67 c (720.6s) probing aborted: 1000/1000 successive useless probings
715.61/723.48 c (723.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: 63931 MiB (56478 MiB free)
memory of node 1: 64510 MiB (52712 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449225-1721370714/watcher-4449225-1721370714 -o /tmp/evaluation-result-4449225-1721370714/solver-4449225-1721370714 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721365636-969377 --watchdog 3760 pbscip -f HOME/instance-4449225-1721370714.opb -t 3600 -j 2 -m 31000
running on 2 cores: 4,6
CPU governors:
performance: 4 6
Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=972494, runsolver pid=972491
Current StackSize limit: 8192 KiB
[startup+0.100474 s]*
/proc/loadavg: 4.34 4.20 4.12 5/259 972495
/proc/meminfo: memFree=111726168/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=138640 memory=97116 CPUtime=0.09 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 21362 0 0 0 6 3 0 0 20 0 1 0 189232138 141967360 24279 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 34660 24279 3243 3540 0 22917 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 138640 KiB
Current children cumulated memory: 97116 KiB
[startup+0.206479 s]*
/proc/loadavg: 4.34 4.20 4.12 5/259 972495
/proc/meminfo: memFree=111644520/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=221176 memory=179408 CPUtime=0.19 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 41882 0 0 0 13 6 0 0 20 0 1 0 189232138 226484224 44852 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 55294 44852 3243 3540 0 43551 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 221176 KiB
Current children cumulated memory: 179408 KiB
[startup+0.306085 s]*
/proc/loadavg: 4.34 4.20 4.12 5/259 972495
/proc/meminfo: memFree=111571884/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=295252 memory=253304 CPUtime=0.29 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 59866 0 0 0 21 8 0 0 20 0 1 0 189232138 302338048 63326 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 73813 63326 3243 3540 0 62070 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 295252 KiB
Current children cumulated memory: 253304 KiB
[startup+0.700246 s]
/proc/loadavg: 4.34 4.20 4.12 5/259 972495
/proc/meminfo: memFree=111404612/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=608856 memory=566548 CPUtime=0.67 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 136149 0 0 0 49 18 0 0 20 0 1 0 189232138 623468544 141637 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 152214 141637 3243 3540 0 140471 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 608856 KiB
Current children cumulated memory: 566548 KiB
[startup+1.50024 s]
/proc/loadavg: 4.34 4.20 4.12 5/259 972495
/proc/meminfo: memFree=111004800/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=1244112 memory=1201988 CPUtime=1.47 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 289848 0 0 0 107 40 0 0 20 0 1 0 189232138 1273970688 300431 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 311028 300497 3243 3540 0 299285 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 1244112 KiB
Current children cumulated memory: 1201988 KiB
[startup+3.10592 s]
/proc/loadavg: 4.31 4.20 4.12 5/259 972495
/proc/meminfo: memFree=109438848/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=2507752 memory=2466520 CPUtime=3.08 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 594331 0 0 0 222 86 0 0 20 0 1 0 189232138 2567938048 616630 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 626938 616630 3243 3540 0 615195 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2507752 KiB
Current children cumulated memory: 2466520 KiB
[startup+6.30022 s]
/proc/loadavg: 4.31 4.20 4.12 5/259 972496
/proc/meminfo: memFree=108959596/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=2917068 memory=2873460 CPUtime=6.26 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 695557 0 0 0 519 107 0 0 20 0 1 0 189232138 2987077632 718365 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 729267 718365 3243 3540 0 717524 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2917068 KiB
Current children cumulated memory: 2873460 KiB
[startup+12.7002 s]
/proc/loadavg: 4.28 4.19 4.12 5/259 972496
/proc/meminfo: memFree=105335976/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=6624712 memory=6580488 CPUtime=12.63 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 1578653 0 0 0 1025 238 0 0 20 0 1 0 189232138 6783705088 1645122 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 1656178 1645122 3530 3540 0 1644435 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 6624712 KiB
Current children cumulated memory: 6580488 KiB
[startup+25.5003 s]
/proc/loadavg: 4.30 4.20 4.12 5/259 972499
/proc/meminfo: memFree=104439664/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=7483796 memory=7369012 CPUtime=25.39 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 1708805 0 0 0 2274 265 0 0 20 0 1 0 189232138 7663407104 1842253 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 1870949 1842253 3610 3540 0 1859206 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 7483796 KiB
Current children cumulated memory: 7369012 KiB
[startup+51.1065 s]
/proc/loadavg: 4.20 4.18 4.12 5/259 972503
/proc/meminfo: memFree=102581396/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=9378140 memory=9223344 CPUtime=50.81 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 1782313 0 0 0 4734 347 0 0 20 0 1 0 189232138 9603215360 2305836 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 2344535 2305836 3737 3540 0 2332792 0
Current children cumulated CPU time: 50.81 s
Current children cumulated vsize: 9378140 KiB
Current children cumulated memory: 9223344 KiB
[startup+102.3 s]
/proc/loadavg: 4.26 4.20 4.13 5/258 972512
/proc/meminfo: memFree=102592048/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=9366720 memory=9211896 CPUtime=101.46 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 1785373 0 0 0 9794 352 0 0 20 0 1 0 189232138 9591521280 2302974 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 2341680 2302974 3737 3540 0 2329937 0
Current children cumulated CPU time: 101.46 s
Current children cumulated vsize: 9366720 KiB
Current children cumulated memory: 9211896 KiB
[startup+162.3 s]
/proc/loadavg: 4.15 4.18 4.12 5/257 972524
/proc/meminfo: memFree=100279164/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=11744596 memory=11519652 CPUtime=160.73 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 2556410 0 0 0 15602 471 0 0 20 0 1 0 189232138 12026466304 2879913 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 2936149 2879913 3769 3540 0 2924406 0
Current children cumulated CPU time: 160.73 s
Current children cumulated vsize: 11744596 KiB
Current children cumulated memory: 11519652 KiB
[startup+222.3 s]
/proc/loadavg: 4.10 4.16 4.11 5/254 972534
/proc/meminfo: memFree=99438296/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=12740792 memory=12358176 CPUtime=220.07 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 2566952 0 0 0 21514 493 0 0 20 0 1 0 189232138 13046571008 3089544 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 3185198 3089544 3769 3540 0 3173455 0
Current children cumulated CPU time: 220.07 s
Current children cumulated vsize: 12740792 KiB
Current children cumulated memory: 12358176 KiB
[startup+282.3 s]
/proc/loadavg: 4.45 4.23 4.14 5/254 972545
/proc/meminfo: memFree=99437616/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=12740792 memory=12358176 CPUtime=279.41 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 2567482 0 0 0 27443 498 0 0 20 0 1 0 189232138 13046571008 3089544 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 3185198 3089544 3769 3540 0 3173455 0
Current children cumulated CPU time: 279.41 s
Current children cumulated vsize: 12740792 KiB
Current children cumulated memory: 12358176 KiB
[startup+342.3 s]
/proc/loadavg: 4.25 4.21 4.14 5/254 972556
/proc/meminfo: memFree=99435032/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=12740792 memory=12358176 CPUtime=338.75 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 2568071 0 0 0 33371 504 0 0 20 0 1 0 189232138 13046571008 3089544 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 3185198 3089544 3769 3540 0 3173455 0
Current children cumulated CPU time: 338.75 s
Current children cumulated vsize: 12740792 KiB
Current children cumulated memory: 12358176 KiB
[startup+402.3 s]
/proc/loadavg: 4.13 4.19 4.13 5/254 972566
/proc/meminfo: memFree=99433568/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=12741816 memory=12359200 CPUtime=398.08 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 2568954 0 0 0 39299 509 0 0 20 0 1 0 189232138 13047619584 3089800 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 3185454 3089800 3769 3540 0 3173711 0
Current children cumulated CPU time: 398.08 s
Current children cumulated vsize: 12741816 KiB
Current children cumulated memory: 12359200 KiB
[startup+462.3 s]
/proc/loadavg: 4.08 4.16 4.13 5/254 972576
/proc/meminfo: memFree=99432996/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=12741816 memory=12359200 CPUtime=457.42 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 2569530 0 0 0 45228 514 0 0 20 0 1 0 189232138 13047619584 3089800 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 3185454 3089800 3769 3540 0 3173711 0
################
# More data... #
################
/proc/meminfo: memFree=90458996/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=20756548 memory=19781600 CPUtime=2902.21 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 3635365 0 0 0 289021 1200 0 0 20 0 1 0 189232138 21254705152 4945400 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 5189137 4945400 3785 3540 0 5177394 0
Current children cumulated CPU time: 2902.21 s
Current children cumulated vsize: 20756548 KiB
Current children cumulated memory: 19781600 KiB
[startup+2982.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/257 973989
/proc/meminfo: memFree=90457648/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=20756548 memory=19781600 CPUtime=2961.9 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 3636163 0 0 0 294979 1211 0 0 20 0 1 0 189232138 21254705152 4945400 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 5189137 4945400 3785 3540 0 5177394 0
Current children cumulated CPU time: 2961.9 s
Current children cumulated vsize: 20756548 KiB
Current children cumulated memory: 19781600 KiB
[startup+3042.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/257 974000
/proc/meminfo: memFree=90447884/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=20756548 memory=19781600 CPUtime=3021.58 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 3637029 0 0 0 300937 1221 0 0 20 0 1 0 189232138 21254705152 4945400 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 5189137 4945400 3785 3540 0 5177394 0
Current children cumulated CPU time: 3021.58 s
Current children cumulated vsize: 20756548 KiB
Current children cumulated memory: 19781600 KiB
[startup+3102.3 s]
/proc/loadavg: 4.04 4.08 4.09 5/256 974010
/proc/meminfo: memFree=90446588/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=20756548 memory=19781600 CPUtime=3081.27 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 3637758 0 0 0 306896 1231 0 0 20 0 1 0 189232138 21254705152 4945400 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 5189137 4945400 3785 3540 0 5177394 0
Current children cumulated CPU time: 3081.27 s
Current children cumulated vsize: 20756548 KiB
Current children cumulated memory: 19781600 KiB
[startup+3162.3 s]
/proc/loadavg: 4.26 4.13 4.10 5/256 974023
/proc/meminfo: memFree=90456648/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=20756548 memory=19781600 CPUtime=3140.95 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 3638654 0 0 0 312854 1241 0 0 20 0 1 0 189232138 21254705152 4945400 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 5189137 4945400 3785 3540 0 5177394 0
Current children cumulated CPU time: 3140.95 s
Current children cumulated vsize: 20756548 KiB
Current children cumulated memory: 19781600 KiB
[startup+3222.3 s]
/proc/loadavg: 4.15 4.12 4.10 5/255 974416
/proc/meminfo: memFree=90412064/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=20756548 memory=19781600 CPUtime=3200.64 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 3639483 0 0 0 318814 1250 0 0 20 0 1 0 189232138 21254705152 4945400 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 5189137 4945400 3785 3540 0 5177394 0
Current children cumulated CPU time: 3200.64 s
Current children cumulated vsize: 20756548 KiB
Current children cumulated memory: 19781600 KiB
[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/256 974427
/proc/meminfo: memFree=90411116/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=20756548 memory=19781600 CPUtime=3260.33 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 3640299 0 0 0 324773 1260 0 0 20 0 1 0 189232138 21254705152 4945400 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 5189137 4945400 3785 3540 0 5177394 0
Current children cumulated CPU time: 3260.33 s
Current children cumulated vsize: 20756548 KiB
Current children cumulated memory: 19781600 KiB
[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/256 974438
/proc/meminfo: memFree=90405548/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=20756548 memory=19781600 CPUtime=3320.01 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 3641158 0 0 0 330731 1270 0 0 20 0 1 0 189232138 21254705152 4945400 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 5189137 4945400 3785 3540 0 5177394 0
Current children cumulated CPU time: 3320.01 s
Current children cumulated vsize: 20756548 KiB
Current children cumulated memory: 19781600 KiB
[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/258 974619
/proc/meminfo: memFree=90402008/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=20756548 memory=19781600 CPUtime=3379.7 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 3642028 0 0 0 336690 1280 0 0 20 0 1 0 189232138 21254705152 4945400 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 5189137 4945400 3785 3540 0 5177394 0
Current children cumulated CPU time: 3379.7 s
Current children cumulated vsize: 20756548 KiB
Current children cumulated memory: 19781600 KiB
[startup+3462.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/258 974629
/proc/meminfo: memFree=90399796/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=20756548 memory=19781600 CPUtime=3439.38 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 3642831 0 0 0 342648 1290 0 0 20 0 1 0 189232138 21254705152 4945400 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 5189137 4945400 3785 3540 0 5177394 0
Current children cumulated CPU time: 3439.38 s
Current children cumulated vsize: 20756548 KiB
Current children cumulated memory: 19781600 KiB
[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/257 974696
/proc/meminfo: memFree=90307424/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=20756548 memory=19781600 CPUtime=3499.07 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 3643565 0 0 0 348607 1300 0 0 20 0 1 0 189232138 21254705152 4945400 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 5189137 4945400 3785 3540 0 5177394 0
Current children cumulated CPU time: 3499.07 s
Current children cumulated vsize: 20756548 KiB
Current children cumulated memory: 19781600 KiB
[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/256 974707
/proc/meminfo: memFree=90306380/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=20756548 memory=19781600 CPUtime=3558.76 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 3644449 0 0 0 354566 1310 0 0 20 0 1 0 189232138 21254705152 4945400 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 5189137 4945400 3785 3540 0 5177394 0
Current children cumulated CPU time: 3558.76 s
Current children cumulated vsize: 20756548 KiB
Current children cumulated memory: 19781600 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3623.8 s]
/proc/loadavg: 4.09 4.11 4.09 5/256 974714
/proc/meminfo: memFree=90305900/131524600 swapFree=131071996/131071996
[pid=972494] ppid=972491 vsize=20756548 memory=19781600 CPUtime=3600.04 cores=4,6
/proc/972494/stat : 972494 (pbscip) R 972491 972494 969366 0 -1 4194304 3645046 0 0 0 358688 1316 0 0 20 0 1 0 189232138 21254705152 4945400 134679101440 4194304 18693293 140726489158816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 57774080 140726489162755 140726489162854 140726489162854 140726489169870 0
/proc/972494/statm: 5189137 4945400 3785 3540 0 5177394 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 20756548 KiB
Current children cumulated memory: 19781600 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3624.15 s]
# the end of solver process 972494 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=3586.88 s, system=13.5082 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3624.01 s]*
/proc/loadavg: 4.09 4.11 4.09 5/256 974714
/proc/meminfo: memFree=102202340/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
[startup+3624.11 s]
/proc/loadavg: 4.09 4.11 4.09 5/256 974714
/proc/meminfo: memFree=102202340/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
Child ended because it received signal 15 (SIGTERM)
Real time (s): 3624.15
CPU time (s): 3600.39
CPU user time (s): 3586.88
CPU system time (s): 13.5082
CPU usage (%): 99.3445
Max. virtual memory (cumulated for all children) (KiB): 20756548
Max. memory (cumulated for all children) (KiB): 19781600
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.88
system time used= 13.5082
maximum resident set size= 19781600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3645046
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= 16
involuntary context switches= 12038
# summary of solver processes directly reported to runsolver:
# pid: 972494
# total CPU time (s): 3600.39
# total CPU user time (s): 3586.88
# total CPU system time (s): 13.5082
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.32953 second user time and 19.5885 second system time
The end
Launcher Data
Begin job on nodeC016 at 2024-07-19 08:32:07
IDJOB=4449225
IDBENCH=160490
IDSOLVER=3059
FILE ID=nodeC016/4449225-1721370714
RUNJOBID= nodeC016-1721365636-969377
SLURM_JOB_ID= 7542800
Free space on /tmp= 889812 MiB
SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449225-1721370714/watcher-4449225-1721370714 -o /tmp/evaluation-result-4449225-1721370714/solver-4449225-1721370714 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721365636-969377 --watchdog 3760 pbscip -f HOME/instance-4449225-1721370714.opb -t 3600 -j 2 -m 31000
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 8e74907d75b3430f44949ac6e798f9f2
RANDOM SEED=779885253
nodeC016.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021
/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 : 3687.693
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 6999.70
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 : 3687.189
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 7006.63
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 : 3637.410
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 6999.70
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.880
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 7006.63
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 : 3618.204
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 6999.70
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 : 3686.924
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 7006.63
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 : 3602.401
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 6999.70
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 : 3601.501
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips : 7006.63
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131524600 kB
MemFree: 111811720 kB
MemAvailable: 115823384 kB
Buffers: 381612 kB
Cached: 4462592 kB
SwapCached: 0 kB
Active: 713716 kB
Inactive: 18353420 kB
Active(anon): 1552 kB
Inactive(anon): 14259104 kB
Active(file): 712164 kB
Inactive(file): 4094316 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 131071996 kB
SwapFree: 131071996 kB
Dirty: 154028 kB
Writeback: 0 kB
AnonPages: 14219796 kB
Mapped: 139156 kB
Shmem: 37720 kB
KReclaimable: 89660 kB
Slab: 200200 kB
SReclaimable: 89660 kB
SUnreclaim: 110540 kB
KernelStack: 4192 kB
PageTables: 37676 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 196834296 kB
Committed_AS: 15572532 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 0 kB
VmallocChunk: 0 kB
Percpu: 71200 kB
HardwareCorrupted: 0 kB
AnonHugePages: 6283264 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 207572 kB
DirectMap2M: 13197312 kB
DirectMap1G: 122683392 kB
Free space on /tmp at the end= 889780 MiB
End job on nodeC016 at 2024-07-19 09:32:32