Trace number 4449075

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:
  1. 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.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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.
  5. 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 NameAnswerCPU timeWall clock time
SCIP 2024-07-07? (TO) 3600.06 3617.84

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm95p-dec.opb.negationfix.opb
MD5SUM4a42be2aaf272439af058ac9b796a856
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.75774
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables661504
Total number of constraints5680
Number of constraints which are clauses2583
Number of constraints which are cardinality constraints (but not clauses)2583
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2584
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 935283
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2150318
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-4449075-1721368239.opb>
1.27/1.38	c original problem has 661504 variables (661504 bin, 0 int, 0 impl, 0 cont) and 5680 constraints
1.27/1.38	c problem read in 1.38
1.27/1.38	c No objective function, only one solution is needed.
2.77/2.89	c presolving:
4.27/4.36	c (round 1, fast)       1672 del vars, 2 del conss, 0 add conss, 1416 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 164657 clqs
5.56/5.65	c    (5.6s) running MILP presolver
13.44/13.56	c    (13.6s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
13.83/13.94	c (round 2, medium)     1672 del vars, 5680 del conss, 3095 add conss, 1416 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 164657 clqs
23.80/23.97	c (round 3, exhaustive) 1672 del vars, 5680 del conss, 3095 add conss, 1416 chg bounds, 0 chg sides, 0 chg coeffs, 3095 upgd conss, 0 impls, 164657 clqs
34.16/34.36	c    (34.4s) probing: 51/659832 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
34.16/34.36	c    (34.4s) probing aborted: 50/50 successive totally useless probings
34.76/34.96	c    (35.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: 63931 MiB (59849 MiB free)
  memory of node 1: 64510 MiB (60626 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449075-1721368239/watcher-4449075-1721368239 -o /tmp/evaluation-result-4449075-1721368239/solver-4449075-1721368239 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721365636-969376 --watchdog 3760 pbscip -f HOME/instance-4449075-1721368239.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=970680, runsolver pid=970677

[startup+0.100262 s]*
/proc/loadavg: 4.15 4.14 4.01 5/257 970681
/proc/meminfo: memFree=123264320/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=157412 memory=115560 CPUtime=0.08 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 25971 0 0 0 6 2 0 0 20 0 1 0 188984537 161189888 28890 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 39353 28890 3202 3540 0 27610 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 157412 KiB
Current children cumulated memory: 115560 KiB

[startup+0.206276 s]*
/proc/loadavg: 4.15 4.14 4.01 5/257 970681
/proc/meminfo: memFree=123169568/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=253524 memory=211128 CPUtime=0.19 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 49848 0 0 0 13 6 0 0 20 0 1 0 188984537 259608576 52716 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 63381 52782 3202 3540 0 51638 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 253524 KiB
Current children cumulated memory: 211128 KiB

[startup+0.305435 s]*
/proc/loadavg: 4.15 4.14 4.01 5/257 970683
/proc/meminfo: memFree=123084416/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=342108 memory=299688 CPUtime=0.29 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 71538 0 0 0 20 9 0 0 20 0 1 0 188984537 350318592 74922 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 85527 74922 3202 3540 0 73784 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 342108 KiB
Current children cumulated memory: 299688 KiB

[startup+0.700223 s]
/proc/loadavg: 4.15 4.14 4.01 5/257 970683
/proc/meminfo: memFree=122899052/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=700800 memory=658292 CPUtime=0.68 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 159091 0 0 0 46 22 0 0 20 0 1 0 188984537 717619200 164573 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 175200 164573 3202 3540 0 163457 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 700800 KiB
Current children cumulated memory: 658292 KiB

[startup+1.50023 s]
/proc/loadavg: 4.15 4.14 4.01 5/257 970683
/proc/meminfo: memFree=122698672/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=847076 memory=802104 CPUtime=1.47 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 197845 0 0 0 119 28 0 0 20 0 1 0 188984537 867405824 200526 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 211769 200526 3489 3540 0 200026 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 847076 KiB
Current children cumulated memory: 802104 KiB

[startup+3.1057 s]
/proc/loadavg: 4.13 4.14 4.01 5/257 970683
/proc/meminfo: memFree=121696228/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=1751912 memory=1693092 CPUtime=3.07 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 407238 0 0 0 247 60 0 0 20 0 1 0 188984537 1793957888 423273 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 437978 423273 3569 3540 0 426235 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1751912 KiB
Current children cumulated memory: 1693092 KiB

[startup+6.30022 s]
/proc/loadavg: 4.13 4.14 4.01 5/257 970683
/proc/meminfo: memFree=121164228/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=2277036 memory=2208500 CPUtime=6.26 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 457092 0 0 0 544 82 0 0 20 0 1 0 188984537 2331684864 552125 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 569259 552125 3648 3540 0 557516 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2277036 KiB
Current children cumulated memory: 2208500 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.14 4.01 5/257 970684
/proc/meminfo: memFree=121152544/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=2287344 memory=2219072 CPUtime=12.64 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 458288 0 0 0 1180 84 0 0 20 0 1 0 188984537 2342240256 554768 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 571836 554768 3712 3540 0 560093 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2287344 KiB
Current children cumulated memory: 2219072 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.13 4.01 5/257 970686
/proc/meminfo: memFree=121236932/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=2579776 memory=2514096 CPUtime=25.39 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 583944 0 0 0 2436 103 0 0 20 0 1 0 188984537 2641690624 628458 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 644944 628458 3744 3540 0 633201 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2579776 KiB
Current children cumulated memory: 2514096 KiB

[startup+51.1056 s]
/proc/loadavg: 4.13 4.14 4.01 5/257 970691
/proc/meminfo: memFree=118774788/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5198680 memory=4584304 CPUtime=50.91 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 826597 0 0 0 4924 167 0 0 20 0 1 0 188984537 5323448320 1146076 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1299670 1146076 3760 3540 0 1287927 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 5198680 KiB
Current children cumulated memory: 4584304 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.13 4.01 5/257 970700
/proc/meminfo: memFree=118561664/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337864 memory=4776912 CPUtime=101.91 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 840079 0 0 0 10019 172 0 0 20 0 1 0 188984537 5465972736 1194228 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334466 1194228 3760 3540 0 1322723 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 5337864 KiB
Current children cumulated memory: 4776912 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.12 4.01 5/257 970757
/proc/meminfo: memFree=117365644/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337868 memory=4809684 CPUtime=161.7 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 840283 0 0 0 15994 176 0 0 20 0 1 0 188984537 5465976832 1202421 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334467 1202421 3760 3540 0 1322724 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 5337868 KiB
Current children cumulated memory: 4809684 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.12 4.02 5/257 970769
/proc/meminfo: memFree=114967032/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337868 memory=4836308 CPUtime=221.47 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 840481 0 0 0 21968 179 0 0 20 0 1 0 188984537 5465976832 1209077 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334467 1209077 3760 3540 0 1322724 0
Current children cumulated CPU time: 221.47 s
Current children cumulated vsize: 5337868 KiB
Current children cumulated memory: 4836308 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.11 4.02 5/258 971166
/proc/meminfo: memFree=114997932/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337868 memory=4856788 CPUtime=281.25 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 840716 0 0 0 27943 182 0 0 20 0 1 0 188984537 5465976832 1214197 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334467 1214197 3760 3540 0 1322724 0
Current children cumulated CPU time: 281.25 s
Current children cumulated vsize: 5337868 KiB
Current children cumulated memory: 4856788 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.12 4.02 5/256 971176
/proc/meminfo: memFree=114947840/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337868 memory=4870224 CPUtime=341.02 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 841203 0 0 0 33918 184 0 0 20 0 1 0 188984537 5465976832 1217556 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334467 1217556 3760 3540 0 1322724 0
Current children cumulated CPU time: 341.02 s
Current children cumulated vsize: 5337868 KiB
Current children cumulated memory: 4870224 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.11 4.02 6/257 971188
/proc/meminfo: memFree=114918080/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337872 memory=4870420 CPUtime=400.8 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 841413 0 0 0 39893 187 0 0 20 0 1 0 188984537 5465980928 1217605 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334468 1217605 3760 3540 0 1322725 0
Current children cumulated CPU time: 400.8 s
Current children cumulated vsize: 5337872 KiB
Current children cumulated memory: 4870420 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.12 4.03 5/257 971413
/proc/meminfo: memFree=113015204/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337872 memory=4870420 CPUtime=460.57 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 841607 0 0 0 45868 189 0 0 20 0 1 0 188984537 5465980928 1217605 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334468 1217605 3760 3540 0 1322725 0

################
# More data... #
################

Current children cumulated memory: 4899280 KiB

[startup+2862.3 s]
/proc/loadavg: 4.17 4.20 4.13 5/254 972564
/proc/meminfo: memFree=99433548/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337884 memory=4899280 CPUtime=2848.21 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 849130 0 0 0 284571 250 0 0 20 0 1 0 188984537 5465993216 1224820 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334471 1224820 3760 3540 0 1322728 0
Current children cumulated CPU time: 2848.21 s
Current children cumulated vsize: 5337884 KiB
Current children cumulated memory: 4899280 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.17 4.13 5/254 972575
/proc/meminfo: memFree=99433164/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337884 memory=4899280 CPUtime=2907.94 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 849585 0 0 0 290543 251 0 0 20 0 1 0 188984537 5465993216 1224820 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334471 1224820 3760 3540 0 1322728 0
Current children cumulated CPU time: 2907.94 s
Current children cumulated vsize: 5337884 KiB
Current children cumulated memory: 4899280 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.15 4.12 5/257 972591
/proc/meminfo: memFree=99432076/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337888 memory=4899284 CPUtime=2967.67 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 850100 0 0 0 296515 252 0 0 20 0 1 0 188984537 5465997312 1224821 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334472 1224821 3760 3540 0 1322729 0
Current children cumulated CPU time: 2967.67 s
Current children cumulated vsize: 5337888 KiB
Current children cumulated memory: 4899284 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.15 4.12 5/257 972602
/proc/meminfo: memFree=99431216/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337888 memory=4899284 CPUtime=3027.4 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 850546 0 0 0 302487 253 0 0 20 0 1 0 188984537 5465997312 1224821 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334472 1224821 3760 3540 0 1322729 0
Current children cumulated CPU time: 3027.4 s
Current children cumulated vsize: 5337888 KiB
Current children cumulated memory: 4899284 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.15 4.12 5/257 972612
/proc/meminfo: memFree=99430516/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337888 memory=4899284 CPUtime=3087.13 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 851019 0 0 0 308459 254 0 0 20 0 1 0 188984537 5465997312 1224821 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334472 1224821 3760 3540 0 1322729 0
Current children cumulated CPU time: 3087.13 s
Current children cumulated vsize: 5337888 KiB
Current children cumulated memory: 4899284 KiB

[startup+3162.3 s]
/proc/loadavg: 4.05 4.12 4.11 5/257 972623
/proc/meminfo: memFree=99429808/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337888 memory=4899284 CPUtime=3146.86 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 851633 0 0 0 314431 255 0 0 20 0 1 0 188984537 5465997312 1224821 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334472 1224821 3760 3540 0 1322729 0
Current children cumulated CPU time: 3146.86 s
Current children cumulated vsize: 5337888 KiB
Current children cumulated memory: 4899284 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.13 4.11 5/257 972637
/proc/meminfo: memFree=96696704/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337888 memory=4899284 CPUtime=3206.59 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 852075 0 0 0 320403 256 0 0 20 0 1 0 188984537 5465997312 1224821 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334472 1224821 3760 3540 0 1322729 0
Current children cumulated CPU time: 3206.59 s
Current children cumulated vsize: 5337888 KiB
Current children cumulated memory: 4899284 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.12 4.11 5/256 972648
/proc/meminfo: memFree=93154796/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337888 memory=4899284 CPUtime=3266.28 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 852567 0 0 0 326371 257 0 0 20 0 1 0 188984537 5465997312 1224821 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334472 1224821 3760 3540 0 1322729 0
Current children cumulated CPU time: 3266.28 s
Current children cumulated vsize: 5337888 KiB
Current children cumulated memory: 4899284 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.10 5/255 972659
/proc/meminfo: memFree=92547192/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337888 memory=4899284 CPUtime=3325.97 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 853067 0 0 0 332339 258 0 0 20 0 1 0 188984537 5465997312 1224821 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334472 1224821 3760 3540 0 1322729 0
Current children cumulated CPU time: 3325.97 s
Current children cumulated vsize: 5337888 KiB
Current children cumulated memory: 4899284 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.10 5/255 972670
/proc/meminfo: memFree=92484980/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337888 memory=4899284 CPUtime=3385.65 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 853596 0 0 0 338306 259 0 0 20 0 1 0 188984537 5465997312 1224821 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334472 1224821 3760 3540 0 1322729 0
Current children cumulated CPU time: 3385.65 s
Current children cumulated vsize: 5337888 KiB
Current children cumulated memory: 4899284 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.14 4.11 5/255 972680
/proc/meminfo: memFree=92432432/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337888 memory=4901492 CPUtime=3445.34 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 854103 0 0 0 344274 260 0 0 20 0 1 0 188984537 5465997312 1225373 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334472 1225373 3760 3540 0 1322729 0
Current children cumulated CPU time: 3445.34 s
Current children cumulated vsize: 5337888 KiB
Current children cumulated memory: 4901492 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.13 4.10 6/255 972690
/proc/meminfo: memFree=92391008/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337888 memory=4903436 CPUtime=3505.02 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 854561 0 0 0 350241 261 0 0 20 0 1 0 188984537 5465997312 1225859 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334472 1225859 3760 3540 0 1322729 0
Current children cumulated CPU time: 3505.02 s
Current children cumulated vsize: 5337888 KiB
Current children cumulated memory: 4903436 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/257 972705
/proc/meminfo: memFree=92355304/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337888 memory=4903436 CPUtime=3564.7 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 855053 0 0 0 356208 262 0 0 20 0 1 0 188984537 5465997312 1225859 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334472 1225859 3760 3540 0 1322729 0
Current children cumulated CPU time: 3564.7 s
Current children cumulated vsize: 5337888 KiB
Current children cumulated memory: 4903436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.8 s]
/proc/loadavg: 4.14 4.13 4.10 5/257 972711
/proc/meminfo: memFree=92335144/131524600 swapFree=131071996/131071996
[pid=970680] ppid=970677 vsize=5337888 memory=4903436 CPUtime=3600.01 cores=0,2
/proc/970680/stat : 970680 (pbscip) R 970677 970680 969366 0 -1 4194304 855382 0 0 0 359739 262 0 0 20 0 1 0 188984537 5465997312 1225859 134679101440 4194304 18693293 140727336958096 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 46919680 140727336965123 140727336965222 140727336965222 140727336972238 0
/proc/970680/statm: 1334472 1225859 3760 3540 0 1322729 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 5337888 KiB
Current children cumulated memory: 4903436 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3617.84 s]
# the end of solver process 970680 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3597.4 s, system=2.667 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3617.84
CPU time (s): 3600.06
CPU user time (s): 3597.4
CPU system time (s): 2.667
CPU usage (%): 99.5086
Max. virtual memory (cumulated for all children) (KiB): 5337888
Max. memory (cumulated for all children) (KiB): 4903436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.4
system time used= 2.667
maximum resident set size= 4903436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 855382
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= 18
involuntary context switches= 24846


# summary of solver processes directly reported to runsolver:
#   pid: 970680
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3597.4
#   total CPU system time (s): 2.667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.11483 second user time and 19.1263 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-19 07:50:51
IDJOB=4449075
IDBENCH=160480
IDSOLVER=3059
FILE ID=nodeC016/4449075-1721368239
RUNJOBID= nodeC016-1721365636-969376
SLURM_JOB_ID= 7542800
Free space on /tmp= 889992 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm95p-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-4449075-1721368239/watcher-4449075-1721368239 -o /tmp/evaluation-result-4449075-1721368239/solver-4449075-1721368239 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721365636-969376 --watchdog 3760  pbscip -f HOME/instance-4449075-1721368239.opb -t 3600 -j 2 -m 31000

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 4a42be2aaf272439af058ac9b796a856
RANDOM SEED=778696540

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		: 3668.812
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		: 3686.094
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		: 3644.692
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		: 3600.216
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		: 3668.394
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.095
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		: 3600.470
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		: 3600.048
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:        123368100 kB
MemAvailable:   127251152 kB
Buffers:          379548 kB
Cached:          4337760 kB
SwapCached:            0 kB
Active:           626340 kB
Inactive:        6910572 kB
Active(anon):       1544 kB
Inactive(anon):  2855772 kB
Active(file):     624796 kB
Inactive(file):  4054800 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             48860 kB
Writeback:             0 kB
AnonPages:       2817028 kB
Mapped:           141500 kB
Shmem:             37720 kB
KReclaimable:      86204 kB
Slab:             196276 kB
SReclaimable:      86204 kB
SUnreclaim:       110072 kB
KernelStack:        4096 kB
PageTables:        15096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3175248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71104 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2232320 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= 889792 MiB
End job on nodeC016 at 2024-07-19 08:51:09