Trace number 4449255
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.27 | 3618.37 |
General information on the benchmark
Name | PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/ hw512/normalized-hw512-vm90p-dec.opb.negationfix.opb |
MD5SUM | f94999381e02cae36541ecafb635807a |
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 | 6.53012 |
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 | 2429952 |
Total number of constraints | 10516 |
Number of constraints which are clauses | 4745 |
Number of constraints which are cardinality constraints (but not clauses) | 4745 |
Number of constraints which are nor clauses,nor cardinality constraints | 1026 |
Minimum length of a constraint | 512 |
Maximum length of a constraint | 4745 |
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 | 1782678 |
Number of bits of the biggest number in a constraint | 21 |
Biggest sum of numbers in a constraint | 4250098 |
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-4449255-1721371226.opb>
5.18/5.22 c original problem has 2429952 variables (2429952 bin, 0 int, 0 impl, 0 cont) and 10516 constraints
5.18/5.22 c problem read in 5.22
5.18/5.24 c No objective function, only one solution is needed.
11.06/11.18 c presolving:
23.41/23.57 c (round 1, fast) 3793 del vars, 2 del conss, 0 add conss, 3281 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 771126 clqs
28.70/28.85 c (28.8s) running MILP presolver
91.49/91.82 c (91.8s) MILP presolver (3 rounds): 0 aggregations, 512 fixings, 0 bound changes
92.29/92.60 c (round 2, medium) 4305 del vars, 10516 del conss, 5768 add conss, 3281 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 771126 clqs
126.13/126.67 c (round 3, exhaustive) 4305 del vars, 10516 del conss, 5768 add conss, 3281 chg bounds, 0 chg sides, 0 chg coeffs, 5768 upgd conss, 0 impls, 773782 clqs
618.14/620.79 c (620.8s) probing: 1000/2425647 (0.0%) - 0 fixings, 0 aggregations, 510451 implications, 0 bound changes
618.64/621.26 c (621.2s) probing: 1001/2425647 (0.0%) - 0 fixings, 0 aggregations, 510962 implications, 0 bound changes
618.64/621.26 c (621.2s) probing aborted: 1000/1000 successive useless probings
621.14/623.75 c (623.7s) 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 (61472 MiB free)
memory of node 1: 64510 MiB (52929 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449255-1721371226/watcher-4449255-1721371226 -o /tmp/evaluation-result-4449255-1721371226/solver-4449255-1721371226 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721367638-1021978 --watchdog 3760 pbscip -f HOME/instance-4449255-1721371226.opb -t 3600 -j 2 -m 31000
running on 2 cores: 0,2
CPU governors:
performance: 0 2
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
Current StackSize limit: 8192 KiB
solver pid=1024724, runsolver pid=1024721
[startup+0.100089 s]*
/proc/loadavg: 4.22 4.21 4.18 5/252 1024725
/proc/meminfo: memFree=117024472/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=166564 memory=125168 CPUtime=0.09 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 28349 0 0 0 5 4 0 0 20 0 1 0 189284555 170561536 31292 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 41641 31292 3240 3540 0 29898 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 166564 KiB
Current children cumulated memory: 125168 KiB
[startup+0.20564 s]*
/proc/loadavg: 4.22 4.21 4.18 5/250 1024725
/proc/meminfo: memFree=116921596/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=269808 memory=227972 CPUtime=0.2 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 54063 0 0 0 12 8 0 0 20 0 1 0 189284555 276283392 56993 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 67452 56993 3240 3540 0 55709 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 269808 KiB
Current children cumulated memory: 227972 KiB
[startup+0.305481 s]*
/proc/loadavg: 4.22 4.21 4.18 5/250 1024726
/proc/meminfo: memFree=116808272/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=362664 memory=321188 CPUtime=0.3 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 76837 0 0 0 17 13 0 0 20 0 1 0 189284555 371367936 80297 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 90666 80297 3240 3540 0 78923 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 362664 KiB
Current children cumulated memory: 321188 KiB
[startup+0.700226 s]
/proc/loadavg: 4.22 4.21 4.18 5/256 1024736
/proc/meminfo: memFree=116483424/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=725264 memory=683716 CPUtime=0.69 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 165408 0 0 0 43 26 0 0 20 0 1 0 189284555 742670336 170863 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 181316 170863 3240 3540 0 169573 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 725264 KiB
Current children cumulated memory: 683716 KiB
[startup+1.50022 s]
/proc/loadavg: 4.22 4.21 4.18 5/256 1024736
/proc/meminfo: memFree=115557676/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=1469960 memory=1428320 CPUtime=1.49 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 346470 0 0 0 98 51 0 0 20 0 1 0 189284555 1505239040 357080 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 367490 357080 3240 3540 0 355747 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1469960 KiB
Current children cumulated memory: 1428320 KiB
[startup+3.10553 s]
/proc/loadavg: 4.20 4.21 4.18 5/256 1024737
/proc/meminfo: memFree=113224520/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=2486064 memory=2444200 CPUtime=3.09 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 589234 0 0 0 222 87 0 0 20 0 1 0 189284555 2545729536 611050 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 621516 611050 3240 3540 0 609773 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2486064 KiB
Current children cumulated memory: 2444200 KiB
[startup+6.30021 s]
/proc/loadavg: 4.20 4.21 4.18 5/256 1024737
/proc/meminfo: memFree=110568488/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=3530020 memory=3477024 CPUtime=6.27 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 849767 0 0 0 501 126 0 0 20 0 1 0 189284555 3614740480 869256 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 882505 869256 3528 3540 0 870762 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3530020 KiB
Current children cumulated memory: 3477024 KiB
[startup+12.7002 s]
/proc/loadavg: 4.19 4.21 4.18 5/256 1024737
/proc/meminfo: memFree=106750268/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=6362704 memory=6250712 CPUtime=12.65 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 1447583 0 0 0 1048 217 0 0 20 0 1 0 189284555 6515408896 1562678 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 1590676 1562678 3608 3540 0 1578933 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 6362704 KiB
Current children cumulated memory: 6250712 KiB
[startup+25.5002 s]
/proc/loadavg: 4.21 4.21 4.18 5/256 1024741
/proc/meminfo: memFree=105591004/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=7531980 memory=7107216 CPUtime=25.41 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 1555514 0 0 0 2298 243 0 0 20 0 1 0 189284555 7712747520 1776804 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 1882995 1776804 3608 3540 0 1871252 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 7531980 KiB
Current children cumulated memory: 7107216 KiB
[startup+51.1056 s]
/proc/loadavg: 4.20 4.21 4.18 5/256 1024744
/proc/meminfo: memFree=104796976/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=8288224 memory=8126868 CPUtime=50.94 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 1576851 0 0 0 4797 297 0 0 20 0 1 0 189284555 8487141376 2031717 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 2072056 2031717 3719 3540 0 2060313 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 8288224 KiB
Current children cumulated memory: 8126868 KiB
[startup+102.3 s]
/proc/loadavg: 4.16 4.19 4.18 5/256 1024753
/proc/meminfo: memFree=102244616/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=7486312 memory=7333072 CPUtime=101.95 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 1583982 0 0 0 9887 308 0 0 20 0 1 0 189284555 7665983488 1833268 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 1871578 1833268 3719 3540 0 1859835 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 7486312 KiB
Current children cumulated memory: 7333072 KiB
[startup+162.3 s]
/proc/loadavg: 4.11 4.17 4.17 5/256 1024763
/proc/meminfo: memFree=96936452/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=11289528 memory=10957796 CPUtime=161.68 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 2270921 0 0 0 15746 422 0 0 20 0 1 0 189284555 11560476672 2739449 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 2822382 2739449 3751 3540 0 2810639 0
Current children cumulated CPU time: 161.68 s
Current children cumulated vsize: 11289528 KiB
Current children cumulated memory: 10957796 KiB
[startup+222.3 s]
/proc/loadavg: 4.08 4.15 4.17 5/256 1024776
/proc/meminfo: memFree=96883608/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=11289528 memory=10957796 CPUtime=221.43 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 2271506 0 0 0 21716 427 0 0 20 0 1 0 189284555 11560476672 2739449 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 2822382 2739449 3751 3540 0 2810639 0
Current children cumulated CPU time: 221.43 s
Current children cumulated vsize: 11289528 KiB
Current children cumulated memory: 10957796 KiB
[startup+282.3 s]
/proc/loadavg: 4.06 4.14 4.16 5/256 1024786
/proc/meminfo: memFree=96846404/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=11289528 memory=10957796 CPUtime=281.17 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 2272109 0 0 0 27686 431 0 0 20 0 1 0 189284555 11560476672 2739449 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 2822382 2739449 3751 3540 0 2810639 0
Current children cumulated CPU time: 281.17 s
Current children cumulated vsize: 11289528 KiB
Current children cumulated memory: 10957796 KiB
[startup+342.3 s]
/proc/loadavg: 4.36 4.19 4.18 5/254 1024796
/proc/meminfo: memFree=96813272/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=11289528 memory=10957796 CPUtime=340.92 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 2272594 0 0 0 33656 436 0 0 20 0 1 0 189284555 11560476672 2739449 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 2822382 2739449 3751 3540 0 2810639 0
Current children cumulated CPU time: 340.92 s
Current children cumulated vsize: 11289528 KiB
Current children cumulated memory: 10957796 KiB
[startup+402.3 s]
/proc/loadavg: 4.28 4.20 4.18 5/254 1024806
/proc/meminfo: memFree=96788428/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=11289528 memory=10957796 CPUtime=400.67 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 2273211 0 0 0 39625 442 0 0 20 0 1 0 189284555 11560476672 2739449 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 2822382 2739449 3751 3540 0 2810639 0
Current children cumulated CPU time: 400.67 s
Current children cumulated vsize: 11289528 KiB
Current children cumulated memory: 10957796 KiB
[startup+462.3 s]
/proc/loadavg: 4.16 4.18 4.18 5/254 1024817
/proc/meminfo: memFree=96763512/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=11289528 memory=10957796 CPUtime=460.42 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 2273840 0 0 0 45595 447 0 0 20 0 1 0 189284555 11560476672 2739449 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 2822382 2739449 3751 3540 0 2810639 0
################
# More data... #
################
/proc/meminfo: memFree=95088612/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=18029068 memory=17164512 CPUtime=2907.83 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 3124396 0 0 0 289777 1006 0 0 20 0 1 0 189284555 18461765632 4291128 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 4507267 4291128 3767 3540 0 4495524 0
Current children cumulated CPU time: 2907.83 s
Current children cumulated vsize: 18029068 KiB
Current children cumulated memory: 17164512 KiB
[startup+2982.3 s]
/proc/loadavg: 4.14 4.12 4.15 5/262 1026548
/proc/meminfo: memFree=95077960/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=18029068 memory=17164564 CPUtime=2967.52 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 3125120 0 0 0 295738 1014 0 0 20 0 1 0 189284555 18461765632 4291141 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 4507267 4291141 3767 3540 0 4495524 0
Current children cumulated CPU time: 2967.52 s
Current children cumulated vsize: 18029068 KiB
Current children cumulated memory: 17164564 KiB
[startup+3042.3 s]
/proc/loadavg: 4.15 4.13 4.15 5/261 1026559
/proc/meminfo: memFree=95072208/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=18029068 memory=17165776 CPUtime=3027.21 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 3125880 0 0 0 301699 1022 0 0 20 0 1 0 189284555 18461765632 4291444 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 4507267 4291444 3767 3540 0 4495524 0
Current children cumulated CPU time: 3027.21 s
Current children cumulated vsize: 18029068 KiB
Current children cumulated memory: 17165776 KiB
[startup+3102.3 s]
/proc/loadavg: 4.22 4.15 4.15 5/261 1026569
/proc/meminfo: memFree=95071272/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=18029068 memory=17165776 CPUtime=3086.9 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 3126635 0 0 0 307660 1030 0 0 20 0 1 0 189284555 18461765632 4291444 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 4507267 4291444 3767 3540 0 4495524 0
Current children cumulated CPU time: 3086.9 s
Current children cumulated vsize: 18029068 KiB
Current children cumulated memory: 17165776 KiB
[startup+3162.3 s]
/proc/loadavg: 4.15 4.14 4.15 5/261 1026579
/proc/meminfo: memFree=95069192/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=18029068 memory=17167408 CPUtime=3146.58 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 3127409 0 0 0 313620 1038 0 0 20 0 1 0 189284555 18461765632 4291852 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 4507267 4291852 3767 3540 0 4495524 0
Current children cumulated CPU time: 3146.58 s
Current children cumulated vsize: 18029068 KiB
Current children cumulated memory: 17167408 KiB
[startup+3222.3 s]
/proc/loadavg: 4.14 4.14 4.15 5/258 1026591
/proc/meminfo: memFree=95062064/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=18029068 memory=17170720 CPUtime=3206.26 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 3128196 0 0 0 319581 1045 0 0 20 0 1 0 189284555 18461765632 4292680 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 4507267 4292680 3767 3540 0 4495524 0
Current children cumulated CPU time: 3206.26 s
Current children cumulated vsize: 18029068 KiB
Current children cumulated memory: 17170720 KiB
[startup+3282.3 s]
/proc/loadavg: 4.16 4.14 4.15 5/254 1026601
/proc/meminfo: memFree=95055372/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=18029072 memory=17170724 CPUtime=3265.95 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 3128926 0 0 0 325542 1053 0 0 20 0 1 0 189284555 18461769728 4292681 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 4507268 4292681 3767 3540 0 4495525 0
Current children cumulated CPU time: 3265.95 s
Current children cumulated vsize: 18029072 KiB
Current children cumulated memory: 17170724 KiB
[startup+3342.3 s]
/proc/loadavg: 4.09 4.13 4.14 5/254 1026611
/proc/meminfo: memFree=95054580/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=18029072 memory=17170724 CPUtime=3325.64 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 3130166 0 0 0 331503 1061 0 0 20 0 1 0 189284555 18461769728 4292681 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 4507268 4292681 3767 3540 0 4495525 0
Current children cumulated CPU time: 3325.64 s
Current children cumulated vsize: 18029072 KiB
Current children cumulated memory: 17170724 KiB
[startup+3402.3 s]
/proc/loadavg: 4.08 4.12 4.13 5/254 1026621
/proc/meminfo: memFree=95053808/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=18029072 memory=17170724 CPUtime=3385.31 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 3131856 0 0 0 337464 1067 0 0 20 0 1 0 189284555 18461769728 4292681 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 4507268 4292681 3767 3540 0 4495525 0
Current children cumulated CPU time: 3385.31 s
Current children cumulated vsize: 18029072 KiB
Current children cumulated memory: 17170724 KiB
[startup+3462.3 s]
/proc/loadavg: 4.18 4.14 4.14 5/254 1026632
/proc/meminfo: memFree=95051220/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=18029072 memory=17170756 CPUtime=3445.01 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 3132579 0 0 0 343426 1075 0 0 20 0 1 0 189284555 18461769728 4292689 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 4507268 4292689 3767 3540 0 4495525 0
Current children cumulated CPU time: 3445.01 s
Current children cumulated vsize: 18029072 KiB
Current children cumulated memory: 17170756 KiB
[startup+3522.3 s]
/proc/loadavg: 4.12 4.13 4.13 5/254 1026643
/proc/meminfo: memFree=95050360/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=18029072 memory=17170756 CPUtime=3504.69 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 3133272 0 0 0 349388 1081 0 0 20 0 1 0 189284555 18461769728 4292689 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 4507268 4292689 3767 3540 0 4495525 0
Current children cumulated CPU time: 3504.69 s
Current children cumulated vsize: 18029072 KiB
Current children cumulated memory: 17170756 KiB
[startup+3582.3 s]
/proc/loadavg: 4.12 4.12 4.13 5/257 1026658
/proc/meminfo: memFree=95049512/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=18029072 memory=17170756 CPUtime=3564.38 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 3134039 0 0 0 355349 1089 0 0 20 0 1 0 189284555 18461769728 4292689 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 4507268 4292689 3767 3540 0 4495525 0
Current children cumulated CPU time: 3564.38 s
Current children cumulated vsize: 18029072 KiB
Current children cumulated memory: 17170756 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3618.11 s]
/proc/loadavg: 4.12 4.12 4.13 5/257 1026665
/proc/meminfo: memFree=100916784/131524600 swapFree=131071996/131071996
[pid=1024724] ppid=1024721 vsize=18029072 memory=17170864 CPUtime=3600 cores=0,2
/proc/1024724/stat : 1024724 (pbscip) R 1024721 1024724 1021968 0 -1 4194304 3134374 0 0 0 358907 1093 0 0 20 0 1 0 189284555 18461769728 4292716 134679101440 4194304 18693293 140726794700128 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 55803904 140726794703874 140726794703973 140726794703973 140726794710990 0
/proc/1024724/statm: 4507268 4292716 3767 3540 0 4495525 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 18029072 KiB
Current children cumulated memory: 17170864 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3618.37 s]
# the end of solver process 1024724 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=3589.07 s, system=11.1976 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3618.2 s]*
/proc/loadavg: 4.12 4.12 4.13 4/254 1026679
/proc/meminfo: memFree=113133204/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
[startup+3618.31 s]
/proc/loadavg: 4.12 4.12 4.13 4/254 1026679
/proc/meminfo: memFree=113133204/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): 3618.37
CPU time (s): 3600.27
CPU user time (s): 3589.07
CPU system time (s): 11.1976
CPU usage (%): 99.4998
Max. virtual memory (cumulated for all children) (KiB): 18029072
Max. memory (cumulated for all children) (KiB): 17170864
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.07
system time used= 11.1976
maximum resident set size= 17170864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3134374
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= 19
involuntary context switches= 25248
# summary of solver processes directly reported to runsolver:
# pid: 1024724
# total CPU time (s): 3600.27
# total CPU user time (s): 3589.07
# total CPU system time (s): 11.1976
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.31361 second user time and 18.2478 second system time
The end
Launcher Data
Begin job on nodeC017 at 2024-07-19 08:40:40
IDJOB=4449255
IDBENCH=160493
IDSOLVER=3059
FILE ID=nodeC017/4449255-1721371226
RUNJOBID= nodeC017-1721367638-1021978
SLURM_JOB_ID= 7542810
Free space on /tmp= 889836 MiB
SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm90p-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-4449255-1721371226/watcher-4449255-1721371226 -o /tmp/evaluation-result-4449255-1721371226/solver-4449255-1721371226 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721367638-1021978 --watchdog 3760 pbscip -f HOME/instance-4449255-1721371226.opb -t 3600 -j 2 -m 31000
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= f94999381e02cae36541ecafb635807a
RANDOM SEED=1806082187
nodeC017.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 : 3666.463
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.46
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 : 3684.830
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.99
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 : 3663.198
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.46
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.792
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.99
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 : 3620.200
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.46
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 : 3684.825
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.99
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 : 3665.052
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.46
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.770
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.99
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131524600 kB
MemFree: 117151136 kB
MemAvailable: 119888504 kB
Buffers: 559560 kB
Cached: 2993528 kB
SwapCached: 0 kB
Active: 1302544 kB
Inactive: 12393644 kB
Active(anon): 1528 kB
Inactive(anon): 10179632 kB
Active(file): 1301016 kB
Inactive(file): 2214012 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 131071996 kB
SwapFree: 131071996 kB
Dirty: 179464 kB
Writeback: 0 kB
AnonPages: 10139452 kB
Mapped: 128388 kB
Shmem: 37720 kB
KReclaimable: 123976 kB
Slab: 238612 kB
SReclaimable: 123976 kB
SUnreclaim: 114636 kB
KernelStack: 4048 kB
PageTables: 29184 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 196834296 kB
Committed_AS: 11267520 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 0 kB
VmallocChunk: 0 kB
Percpu: 69312 kB
HardwareCorrupted: 0 kB
AnonHugePages: 6098944 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: 287444 kB
DirectMap2M: 40380416 kB
DirectMap1G: 95420416 kB
Free space on /tmp at the end= 889876 MiB
End job on nodeC017 at 2024-07-19 09:40:58