Trace number 4512030
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.46 | 3614.45 |
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 | 13.8301 |
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.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-4512030-1751209883.opb>
6.26/6.39 c original problem has 2766336 variables (2766336 bin, 0 int, 0 impl, 0 cont) and 11830 constraints
6.26/6.39 c problem read in 6.38
6.37/6.41 c No objective function, only one solution is needed.
13.54/13.61 c presolving:
30.98/31.19 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
37.54/37.76 c (37.7s) running MILP presolver
107.45/107.89 c (107.9s) MILP presolver (3 rounds): 0 aggregations, 512 fixings, 0 bound changes
108.35/108.79 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
146.14/146.79 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
614.83/616.88 c (616.8s) probing: 1000/2761950 (0.0%) - 0 fixings, 0 aggregations, 510500 implications, 0 bound changes
615.33/617.32 c (617.3s) probing: 1001/2761950 (0.0%) - 0 fixings, 0 aggregations, 511011 implications, 0 bound changes
615.33/617.32 c (617.3s) probing aborted: 1000/1000 successive useless probings
618.04/620.02 c (620.0s) 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: 63837 MiB (29982 MiB free)
memory of node 1: 64465 MiB (60989 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512030-1751209883/watcher-4512030-1751209883 -o /tmp/evaluation-result-4512030-1751209883/solver-4512030-1751209883 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751205287-23621 --watchdog 3760 pbscip -f HOME/instance-4512030-1751209883.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=24275, runsolver pid=24272
[startup+0.100111 s]*
/proc/loadavg: 4.24 4.22 4.19 5/252 24276
/proc/meminfo: memFree=93075808/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=136324 memory=107008 CPUtime=0.1 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 23863 0 0 0 6 4 0 0 20 0 1 0 36667375 139595776 26752 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 34081 26752 3200 3530 0 25532 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 136324 KiB
Current children cumulated memory: 107008 KiB
[startup+0.21387 s]*
/proc/loadavg: 4.24 4.22 4.19 6/252 24276
/proc/meminfo: memFree=92979040/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=229136 memory=200320 CPUtime=0.21 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 47186 0 0 0 14 7 0 0 20 0 1 0 36667375 234635264 50080 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 57284 50080 3200 3530 0 48735 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 229136 KiB
Current children cumulated memory: 200320 KiB
[startup+0.313437 s]*
/proc/loadavg: 4.24 4.22 4.19 5/252 24276
/proc/meminfo: memFree=92898400/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=306288 memory=277600 CPUtime=0.31 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 65996 0 0 0 21 10 0 0 20 0 1 0 36667375 313638912 69400 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 76572 69400 3200 3530 0 68023 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 306288 KiB
Current children cumulated memory: 277600 KiB
[startup+0.700322 s]
/proc/loadavg: 4.24 4.22 4.19 6/252 24276
/proc/meminfo: memFree=92730064/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=614760 memory=585912 CPUtime=0.68 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 141038 0 0 0 45 23 0 0 20 0 1 0 36667375 629514240 146478 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 153690 146478 3200 3530 0 145141 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 614760 KiB
Current children cumulated memory: 585912 KiB
[startup+1.50032 s]
/proc/loadavg: 4.24 4.22 4.19 5/252 24276
/proc/meminfo: memFree=92332848/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=1283396 memory=1252712 CPUtime=1.48 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 302620 0 0 0 101 47 0 0 20 0 1 0 36667375 1314197504 313178 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 320849 313178 3200 3530 0 312300 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1283396 KiB
Current children cumulated memory: 1252712 KiB
[startup+3.11325 s]
/proc/loadavg: 4.24 4.22 4.19 5/252 24276
/proc/meminfo: memFree=90656532/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=2637700 memory=2605624 CPUtime=3.08 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 628848 0 0 0 213 95 0 0 20 0 1 0 36667375 2701004800 651406 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 659425 651406 3200 3530 0 650876 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2637700 KiB
Current children cumulated memory: 2605624 KiB
[startup+6.30031 s]
/proc/loadavg: 4.22 4.22 4.19 5/252 24276
/proc/meminfo: memFree=90285712/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=2913696 memory=2883920 CPUtime=6.26 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 697913 0 0 0 518 108 0 0 20 0 1 0 36667375 2983624704 720980 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 728424 720980 3200 3530 0 719875 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2913696 KiB
Current children cumulated memory: 2883920 KiB
[startup+12.7003 s]
/proc/loadavg: 4.20 4.22 4.19 5/252 24276
/proc/meminfo: memFree=86598272/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=6883220 memory=6785068 CPUtime=12.65 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 1601605 0 0 0 1015 250 0 0 20 0 1 0 36667375 7048417280 1696267 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 1720805 1696267 3520 3530 0 1712256 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 6883220 KiB
Current children cumulated memory: 6785068 KiB
[startup+25.5003 s]
/proc/loadavg: 4.16 4.20 4.19 5/252 24276
/proc/meminfo: memFree=85757652/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=7513200 memory=7410112 CPUtime=25.39 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 1716961 0 0 0 2268 271 0 0 20 0 1 0 36667375 7693516800 1852528 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 1878300 1852528 3552 3530 0 1869751 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 7513200 KiB
Current children cumulated memory: 7410112 KiB
[startup+51.1132 s]
/proc/loadavg: 4.22 4.22 4.19 5/250 24277
/proc/meminfo: memFree=83825448/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=9365396 memory=9223028 CPUtime=50.91 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 1779488 0 0 0 4743 348 0 0 20 0 1 0 36667375 9590165504 2305757 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 2341349 2305757 3680 3530 0 2332800 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 9365396 KiB
Current children cumulated memory: 9223028 KiB
[startup+102.3 s]
/proc/loadavg: 4.15 4.20 4.18 5/250 24279
/proc/meminfo: memFree=84275452/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=8922068 memory=8790356 CPUtime=101.96 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 1785505 0 0 0 9842 354 0 0 20 0 1 0 36667375 9136197632 2197589 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 2230517 2197589 3680 3530 0 2221968 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 8922068 KiB
Current children cumulated memory: 8790356 KiB
[startup+162.3 s]
/proc/loadavg: 4.10 4.18 4.18 5/251 24286
/proc/meminfo: memFree=81503368/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=11730112 memory=11517856 CPUtime=161.68 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 2550672 0 0 0 15704 464 0 0 20 0 1 0 36667375 12011634688 2879464 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 2932528 2879464 3712 3530 0 2923979 0
Current children cumulated CPU time: 161.68 s
Current children cumulated vsize: 11730112 KiB
Current children cumulated memory: 11517856 KiB
[startup+222.3 s]
/proc/loadavg: 4.14 4.17 4.18 5/251 24332
/proc/meminfo: memFree=74018136/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=12726312 memory=12355340 CPUtime=221.51 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 2562494 0 0 0 21669 482 0 0 20 0 1 0 36667375 13031743488 3088835 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 3181578 3088835 3712 3530 0 3173029 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 12726312 KiB
Current children cumulated memory: 12355340 KiB
[startup+282.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/250 24334
/proc/meminfo: memFree=74972440/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=12726312 memory=12355340 CPUtime=281.35 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 2562557 0 0 0 27653 482 0 0 20 0 1 0 36667375 13031743488 3088835 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 3181578 3088835 3712 3530 0 3173029 0
Current children cumulated CPU time: 281.35 s
Current children cumulated vsize: 12726312 KiB
Current children cumulated memory: 12355340 KiB
[startup+342.3 s]
/proc/loadavg: 4.15 4.16 4.17 5/250 24336
/proc/meminfo: memFree=70972888/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=12726312 memory=12355340 CPUtime=341.16 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 2562620 0 0 0 33634 482 0 0 20 0 1 0 36667375 13031743488 3088835 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 3181578 3088835 3712 3530 0 3173029 0
Current children cumulated CPU time: 341.16 s
Current children cumulated vsize: 12726312 KiB
Current children cumulated memory: 12355340 KiB
[startup+402.3 s]
/proc/loadavg: 4.12 4.14 4.16 5/250 24338
/proc/meminfo: memFree=70938356/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=12727336 memory=12356364 CPUtime=400.98 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 2562876 0 0 0 39616 482 0 0 20 0 1 0 36667375 13032792064 3089091 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 3181834 3089091 3712 3530 0 3173285 0
Current children cumulated CPU time: 400.98 s
Current children cumulated vsize: 12727336 KiB
Current children cumulated memory: 12356364 KiB
[startup+462.3 s]
/proc/loadavg: 4.09 4.13 4.16 5/249 24340
/proc/meminfo: memFree=70901160/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=12727336 memory=12356364 CPUtime=460.8 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 2562939 0 0 0 45598 482 0 0 20 0 1 0 36667375 13032792064 3089091 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 3181834 3089091 3712 3530 0 3173285 0
################
# More data... #
################
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 2851.58 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
[startup+2922.3 s]
/proc/loadavg: 4.14 4.11 4.14 5/250 24543
/proc/meminfo: memFree=90368892/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=20742060 memory=19777212 CPUtime=2911.33 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 3598532 0 0 0 290344 789 0 0 20 0 1 0 36667375 21239869440 4944303 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 2911.33 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
[startup+2982.3 s]
/proc/loadavg: 4.11 4.11 4.14 5/251 24557
/proc/meminfo: memFree=90370256/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=20742060 memory=19777212 CPUtime=2971.07 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 3598601 0 0 0 296318 789 0 0 20 0 1 0 36667375 21239869440 4944303 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 2971.07 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
[startup+3042.3 s]
/proc/loadavg: 4.69 4.27 4.20 5/251 24562
/proc/meminfo: memFree=90370740/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=20742060 memory=19777212 CPUtime=3030.8 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 3598797 0 0 0 302289 791 0 0 20 0 1 0 36667375 21239869440 4944303 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 3030.8 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
[startup+3102.3 s]
/proc/loadavg: 4.39 4.27 4.20 5/251 24564
/proc/meminfo: memFree=90373252/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=20742060 memory=19777212 CPUtime=3090.54 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 3598992 0 0 0 308261 793 0 0 20 0 1 0 36667375 21239869440 4944303 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 3090.54 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
[startup+3162.3 s]
/proc/loadavg: 4.19 4.23 4.18 5/251 24566
/proc/meminfo: memFree=90368016/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=20742060 memory=19777212 CPUtime=3150.28 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 3599061 0 0 0 314235 793 0 0 20 0 1 0 36667375 21239869440 4944303 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 3150.28 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
[startup+3222.3 s]
/proc/loadavg: 4.11 4.20 4.18 5/251 24568
/proc/meminfo: memFree=90347564/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=20742060 memory=19777212 CPUtime=3210.02 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 3599130 0 0 0 320209 793 0 0 20 0 1 0 36667375 21239869440 4944303 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 3210.02 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
[startup+3282.3 s]
/proc/loadavg: 4.14 4.19 4.18 5/251 24573
/proc/meminfo: memFree=90344032/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=20742060 memory=19777212 CPUtime=3269.76 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 3599199 0 0 0 326183 793 0 0 20 0 1 0 36667375 21239869440 4944303 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 3269.76 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
[startup+3342.3 s]
/proc/loadavg: 4.09 4.17 4.17 5/249 24575
/proc/meminfo: memFree=90328216/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=20742060 memory=19777212 CPUtime=3329.5 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 3599268 0 0 0 332157 793 0 0 20 0 1 0 36667375 21239869440 4944303 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 3329.5 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
[startup+3402.3 s]
/proc/loadavg: 4.14 4.17 4.17 5/249 24577
/proc/meminfo: memFree=90329104/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=20742060 memory=19777212 CPUtime=3389.24 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 3599406 0 0 0 338131 793 0 0 20 0 1 0 36667375 21239869440 4944303 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 3389.24 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
[startup+3462.3 s]
/proc/loadavg: 4.11 4.15 4.16 5/249 24579
/proc/meminfo: memFree=90292708/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=20742060 memory=19777212 CPUtime=3448.97 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 3599475 0 0 0 344104 793 0 0 20 0 1 0 36667375 21239869440 4944303 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 3448.97 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
[startup+3522.3 s]
/proc/loadavg: 4.16 4.15 4.16 5/249 24581
/proc/meminfo: memFree=90294780/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=20742060 memory=19777212 CPUtime=3508.71 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 3599545 0 0 0 350078 793 0 0 20 0 1 0 36667375 21239869440 4944303 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 3508.71 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
[startup+3582.3 s]
/proc/loadavg: 4.12 4.14 4.16 5/249 24584
/proc/meminfo: memFree=90265176/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=20742060 memory=19777212 CPUtime=3568.45 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 3599741 0 0 0 356050 795 0 0 20 0 1 0 36667375 21239869440 4944303 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 3568.45 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3614 s]*
/proc/loadavg: 4.23 4.16 4.16 5/250 24589
/proc/meminfo: memFree=90266208/131382120 swapFree=33010684/33010684
[pid=24275] ppid=24272 vsize=20742060 memory=19777212 CPUtime=3600.02 cores=5,7
/proc/24275/stat : 24275 (pbscip) R 24272 24275 23608 0 -1 4194304 3599741 0 0 0 359207 795 0 0 20 0 1 0 36667375 21239869440 4944303 18446744073709551615 4235264 18693293 140720765611696 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 36929536 140720765614473 140720765614572 140720765614572 140720765620174 0
/proc/24275/statm: 5185515 4944303 3744 3530 0 5176966 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 20742060 KiB
Current children cumulated memory: 19777212 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3614.45 s]
# the end of solver process 24275 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=3592.08 s, system=8.38383 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+3614.4 s]
/proc/loadavg: 4.23 4.16 4.16 5/250 24589
/proc/meminfo: memFree=95353312/131382120 swapFree=33010684/33010684
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): 3614.45
CPU time (s): 3600.46
CPU user time (s): 3592.08
CPU system time (s): 8.38383
CPU usage (%): 99.613
Max. virtual memory (cumulated for all children) (KiB): 20742060
Max. memory (cumulated for all children) (KiB): 19777212
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.08
system time used= 8.38383
maximum resident set size= 19777212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3599741
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= 90
involuntary context switches= 1739
# summary of solver processes directly reported to runsolver:
# pid: 24275
# total CPU time (s): 3600.46
# total CPU user time (s): 3592.08
# total CPU system time (s): 8.38383
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5449 second user time and 36.1063 second system time
The end
Launcher Data
Begin job on nodeC002 at 2025-06-29 17:11:26
IDJOB=4512030
IDBENCH=160490
IDSOLVER=3365
FILE ID=nodeC002/4512030-1751209883
RUNJOBID= nodeC002-1751205287-23621
SLURM_JOB_ID= 9587625
Free space on /tmp= 432624 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 -w /tmp/evaluation-result-4512030-1751209883/watcher-4512030-1751209883 -o /tmp/evaluation-result-4512030-1751209883/solver-4512030-1751209883 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751205287-23621 --watchdog 3760 pbscip -f HOME/instance-4512030-1751209883.opb -t 3600 -j 2 -m 31000
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= 8e74907d75b3430f44949ac6e798f9f2
RANDOM SEED=1123425971
nodeC002 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3595.348
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.81
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3691.106
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.81
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.487
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.81
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.044
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.81
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3591.675
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.81
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 3700.000
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.81
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.780
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.81
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00001f
cpu MHz : 1197.223
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6983.81
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131382120 kB
MemFree: 93155912 kB
MemAvailable: 93308756 kB
Buffers: 3280 kB
Cached: 963952 kB
SwapCached: 0 kB
Active: 36899308 kB
Inactive: 715348 kB
Active(anon): 36665384 kB
Inactive(anon): 0 kB
Active(file): 233924 kB
Inactive(file): 715348 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 154156 kB
Writeback: 4 kB
AnonPages: 36648744 kB
Mapped: 134972 kB
Shmem: 17960 kB
KReclaimable: 86396 kB
Slab: 168556 kB
SReclaimable: 86396 kB
SUnreclaim: 82160 kB
KernelStack: 4080 kB
PageTables: 75288 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98701744 kB
Committed_AS: 39302992 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 149432 kB
VmallocChunk: 0 kB
Percpu: 3776 kB
HardwareCorrupted: 0 kB
AnonHugePages: 10625024 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: 181064 kB
DirectMap2M: 8110080 kB
DirectMap1G: 127926272 kB
Free space on /tmp at the end= 432724 MiB
End job on nodeC002 at 2025-06-29 18:11:40