Trace number 4432090

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 NameAnswerobjective functionCPU timeWall clock time
IPBHS-SCIP 2024-07-09? (TO) 3600.18 3608.29

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_0_mh.opb
MD5SUM1805785d49293ee7708f7a2cbbe3381b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4475355
Best CPU time to get the best result obtained on this benchmark72001.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 145531576
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 65051092014
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 145531576
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 65051092014
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

169.01/169.64	c initialize IPBHS solver
169.01/169.64	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:06:57), with Glucose 3.0, with SCIP , with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
169.01/169.64	c optimizer = "scip"
169.01/169.64	c pbsolver = "roundingsat"
169.01/169.64	c load symmetries from file ""
169.01/169.64	c set time limit for symmetry computation to 100 seconds.
169.01/169.64	c set interchangeable summation variable limit to 3
169.01/169.64	c set abs symmetric core budget per WCE-iteration to 100
169.01/169.64	c set rel symmetric core budget per WCE-iteration to 0
169.01/169.64	c set lit symmetric core budget per WCE-iteration to 0
169.01/169.64	c set sym generation to 's'
169.01/169.64	c set abstraction set creation to 10 iterations without LB change
169.01/169.64	c set abstraction set inputs to 0
169.01/169.64	c set abstraction set cluster min size to 2
169.01/169.64	c set abstraction set cluster max size to 100000000
169.01/169.64	c set abstraction set cluster activation limit to 2
169.01/169.64	c enable abstraction set require equal cost
169.01/169.64	c set abstraction set assumptions to 0
169.01/169.64	c set abstraction set constraint type to 0
169.01/169.64	c set abstract core extraction strategy to b
169.01/169.64	c set core extraction strategy to 2
169.01/169.64	c set core extraction shuffles 10
169.01/169.64	c set cores per iteration to 5
169.01/169.64	c set optimizer bound usage strategy to 2
169.01/169.64	c set optimizer max non-optimal iterations to 1000
169.01/169.64	c set small core cardinality limit to 2
169.01/169.64	c set max coef in cores to 1000000000
169.01/169.64	c set SIS iterations to 5
169.01/169.64	c set SIS budget abs to 1000
169.01/169.64	c set SIS budget rel to 0.05
169.01/169.64	c limit for coefficient in constraints and objective to 9223372036854775807
169.01/169.64	c will solve HOME/instance-4432090-1721138494.opb
169.01/169.64	c [1.46] solve iteration 1, LB=-50, UB=65051091965

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: 64059 MiB (62410 MiB free)
  memory of node 1: 64510 MiB (60597 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432090-1721138494/watcher-4432090-1721138494 -o /tmp/evaluation-result-4432090-1721138494/solver-4432090-1721138494 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721138506-847892 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432090-1721138494.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=847953, runsolver pid=847950
Current StackSize limit: 8192 KiB


[startup+0.100099 s]*
/proc/loadavg: 3.59 4.11 4.22 6/245 847954
/proc/meminfo: memFree=125919120/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=44772 memory=20668 CPUtime=0.1 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 4756 0 0 0 9 1 0 0 20 0 1 0 166006440 45846528 5167 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 11193 5167 1023 2900 0 7707 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 44772 KiB
Current children cumulated memory: 20668 KiB

[startup+0.21354 s]*
/proc/loadavg: 3.59 4.11 4.22 6/245 847954
/proc/meminfo: memFree=125880372/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=55688 memory=27684 CPUtime=0.21 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 6524 0 0 0 19 2 0 0 20 0 1 0 166006440 57024512 6921 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 13922 6921 1023 2900 0 10436 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 55688 KiB
Current children cumulated memory: 27684 KiB

[startup+0.313338 s]*
/proc/loadavg: 3.59 4.11 4.22 6/245 847954
/proc/meminfo: memFree=125841716/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=66004 memory=39624 CPUtime=0.31 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 8013 0 0 0 29 2 0 0 20 0 1 0 166006440 67588096 9906 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 16501 9906 1023 2900 0 13015 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 66004 KiB
Current children cumulated memory: 39624 KiB

[startup+0.700362 s]
/proc/loadavg: 3.59 4.11 4.22 6/245 847954
/proc/meminfo: memFree=125794788/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=92688 memory=62332 CPUtime=0.69 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 11630 0 0 0 65 4 0 0 20 0 1 0 166006440 94912512 15583 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 23172 15583 1023 2900 0 19686 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 92688 KiB
Current children cumulated memory: 62332 KiB

[startup+1.5003 s]
/proc/loadavg: 3.59 4.11 4.22 6/245 847954
/proc/meminfo: memFree=125696344/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=190952 memory=155252 CPUtime=1.49 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 25593 0 0 0 133 16 0 0 20 0 1 0 166006440 195534848 38813 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 47738 38813 1135 2900 0 44252 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 190952 KiB
Current children cumulated memory: 155252 KiB

[startup+3.1124 s]
/proc/loadavg: 3.62 4.11 4.22 7/245 847954
/proc/meminfo: memFree=124528484/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=511328 memory=457596 CPUtime=3.09 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 91830 0 0 0 248 61 0 0 20 0 1 0 166006440 523599872 114399 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 127832 114399 2399 2900 0 124346 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 511328 KiB
Current children cumulated memory: 457596 KiB

[startup+6.30033 s]
/proc/loadavg: 3.62 4.11 4.22 7/245 847956
/proc/meminfo: memFree=122839540/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=1086112 memory=1021900 CPUtime=6.27 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 231714 0 0 0 473 154 0 0 20 0 1 0 166006440 1112178688 255475 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 271528 255475 2655 2900 0 268042 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1086112 KiB
Current children cumulated memory: 1021900 KiB

[startup+12.7003 s]
/proc/loadavg: 3.74 4.13 4.22 6/245 847956
/proc/meminfo: memFree=122041696/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=1689052 memory=1529896 CPUtime=12.66 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 316711 0 0 0 1097 169 0 0 20 0 1 0 166006440 1729589248 382474 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 422263 382474 2783 2900 0 418777 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1689052 KiB
Current children cumulated memory: 1529896 KiB

[startup+25.5004 s]
/proc/loadavg: 3.86 4.14 4.23 6/245 847959
/proc/meminfo: memFree=120247020/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=1950792 memory=1793420 CPUtime=25.42 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 401369 0 0 0 2360 182 0 0 20 0 1 0 166006440 1997611008 448355 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 487698 448355 2895 2900 0 484212 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1950792 KiB
Current children cumulated memory: 1793420 KiB

[startup+51.1129 s]
/proc/loadavg: 3.91 4.13 4.22 6/245 847962
/proc/meminfo: memFree=120013648/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=1965788 memory=1808244 CPUtime=50.94 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 404089 0 0 0 4910 184 0 0 20 0 1 0 166006440 2012966912 452061 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 491447 452061 2895 2900 0 487961 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1965788 KiB
Current children cumulated memory: 1808244 KiB

[startup+102.3 s]
/proc/loadavg: 4.00 4.12 4.21 6/245 847970
/proc/meminfo: memFree=118349204/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=2528672 memory=2291400 CPUtime=101.95 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 501860 0 0 0 9995 200 0 0 20 0 1 0 166006440 2589360128 572850 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 632168 572850 2895 2900 0 628682 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 2528672 KiB
Current children cumulated memory: 2291400 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.12 4.20 6/244 847981
/proc/meminfo: memFree=117961224/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=2546712 memory=2308432 CPUtime=161.74 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 506153 0 0 0 15973 201 0 0 20 0 1 0 166006440 2607833088 577108 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 636678 577108 2895 2900 0 633192 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 2546712 KiB
Current children cumulated memory: 2308432 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 4.10 4.19 6/244 847992
/proc/meminfo: memFree=115983844/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3403600 CPUtime=221.57 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 766426 0 0 0 21907 250 0 0 20 0 1 0 166006440 3756511232 850900 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 850900 2911 2900 0 913631 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3403600 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.11 4.18 6/242 848002
/proc/meminfo: memFree=114367760/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3404056 CPUtime=281.41 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 766539 0 0 0 27836 305 0 0 20 0 1 0 166006440 3756511232 851014 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 851014 2943 2900 0 913631 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3404056 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.10 4.18 6/241 848013
/proc/meminfo: memFree=114352796/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3404392 CPUtime=341.27 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 766679 0 0 0 33769 358 0 0 20 0 1 0 166006440 3756511232 851098 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 851098 2943 2900 0 913631 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3404392 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.11 4.18 6/241 848024
/proc/meminfo: memFree=114307320/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3406596 CPUtime=401.13 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 766776 0 0 0 39699 414 0 0 20 0 1 0 166006440 3756511232 851649 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 851649 2943 2900 0 913631 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3406596 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.11 4.17 7/241 848034
/proc/meminfo: memFree=114282304/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3406660 CPUtime=460.99 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 766829 0 0 0 45631 468 0 0 20 0 1 0 166006440 3756511232 851665 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 851665 2943 2900 0 913631 0

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

Current children cumulated memory: 3416904 KiB

[startup+2862.3 s]
/proc/loadavg: 4.11 4.18 4.19 6/241 849125
/proc/meminfo: memFree=112233696/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3416904 CPUtime=2855.76 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 769326 0 0 0 282852 2724 0 0 20 0 1 0 166006440 3756511232 854226 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854226 2943 2900 0 913631 0
Current children cumulated CPU time: 2855.76 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3416904 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.16 4.18 6/241 849135
/proc/meminfo: memFree=112228676/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3416904 CPUtime=2915.63 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 769389 0 0 0 288782 2781 0 0 20 0 1 0 166006440 3756511232 854226 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854226 2943 2900 0 913631 0
Current children cumulated CPU time: 2915.63 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3416904 KiB

[startup+2982.3 s]
/proc/loadavg: 4.16 4.16 4.18 6/243 849151
/proc/meminfo: memFree=112222860/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3416904 CPUtime=2975.51 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 769453 0 0 0 294715 2836 0 0 20 0 1 0 166006440 3756511232 854226 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854226 2943 2900 0 913631 0
Current children cumulated CPU time: 2975.51 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3416904 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.14 4.17 6/243 849161
/proc/meminfo: memFree=112222464/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3416904 CPUtime=3035.38 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 769519 0 0 0 300641 2897 0 0 20 0 1 0 166006440 3756511232 854226 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854226 2943 2900 0 913631 0
Current children cumulated CPU time: 3035.38 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3416904 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.13 4.17 6/243 849171
/proc/meminfo: memFree=112218040/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3418956 CPUtime=3095.25 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 769590 0 0 0 306567 2958 0 0 20 0 1 0 166006440 3756511232 854739 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854739 2943 2900 0 913631 0
Current children cumulated CPU time: 3095.25 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3418956 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.14 4.17 6/243 849182
/proc/meminfo: memFree=112217820/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3418956 CPUtime=3155.12 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 769660 0 0 0 312495 3017 0 0 20 0 1 0 166006440 3756511232 854739 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854739 2943 2900 0 913631 0
Current children cumulated CPU time: 3155.12 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3418956 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.12 4.16 6/243 849193
/proc/meminfo: memFree=112217476/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3418956 CPUtime=3215 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 769720 0 0 0 318423 3077 0 0 20 0 1 0 166006440 3756511232 854739 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854739 2943 2900 0 913631 0
Current children cumulated CPU time: 3215 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3418956 KiB

[startup+3282.3 s]
/proc/loadavg: 4.04 4.10 4.15 7/242 849586
/proc/meminfo: memFree=112216528/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3418956 CPUtime=3274.87 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 769795 0 0 0 324350 3137 0 0 20 0 1 0 166006440 3756511232 854739 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854739 2943 2900 0 913631 0
Current children cumulated CPU time: 3274.87 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3418956 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.15 6/242 849597
/proc/meminfo: memFree=112216284/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3418956 CPUtime=3334.75 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 769860 0 0 0 330278 3197 0 0 20 0 1 0 166006440 3756511232 854739 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854739 2943 2900 0 913631 0
Current children cumulated CPU time: 3334.75 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3418956 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.10 4.14 6/242 849607
/proc/meminfo: memFree=112215336/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3418956 CPUtime=3394.61 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 769926 0 0 0 336208 3253 0 0 20 0 1 0 166006440 3756511232 854739 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854739 2943 2900 0 913631 0
Current children cumulated CPU time: 3394.61 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3418956 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.10 4.14 6/244 849787
/proc/meminfo: memFree=112205368/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3418956 CPUtime=3454.49 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 770000 0 0 0 342131 3318 0 0 20 0 1 0 166006440 3756511232 854739 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854739 2943 2900 0 913631 0
Current children cumulated CPU time: 3454.49 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3418956 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.11 4.14 6/244 849797
/proc/meminfo: memFree=112198252/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3418956 CPUtime=3514.37 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 770066 0 0 0 348058 3379 0 0 20 0 1 0 166006440 3756511232 854739 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854739 2943 2900 0 913631 0
Current children cumulated CPU time: 3514.37 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3418956 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.10 4.13 7/245 849823
/proc/meminfo: memFree=112191756/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3418956 CPUtime=3574.24 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 770134 0 0 0 353989 3435 0 0 20 0 1 0 166006440 3756511232 854739 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854739 2943 2900 0 913631 0
Current children cumulated CPU time: 3574.24 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3418956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.2 s]
/proc/loadavg: 4.13 4.11 4.13 5/245 849875
/proc/meminfo: memFree=115556156/131655788 swapFree=131071996/131071996
[pid=847953] ppid=847950 vsize=3668468 memory=3418956 CPUtime=3600.08 cores=1,3
/proc/847953/stat : 847953 (ipbhs_static_sc) R 847950 847953 847880 0 -1 4194304 770164 0 0 0 356549 3459 0 0 20 0 1 0 166006440 3756511232 854739 134679101440 4194304 16068861 140720321942864 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 41066496 140720321946662 140720321946749 140720321946749 140720321953764 0
/proc/847953/statm: 917117 854739 2943 2900 0 913631 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 3668468 KiB
Current children cumulated memory: 3418956 KiB

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

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

# cumulated CPU time of all completed processes:  user=3565.49 s, system=34.6852 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): 3608.29
CPU time (s): 3600.18
CPU user time (s): 3565.49
CPU system time (s): 34.6852
CPU usage (%): 99.7753
Max. virtual memory (cumulated for all children) (KiB): 3668468
Max. memory (cumulated for all children) (KiB): 3418956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3565.49
system time used= 34.6852
maximum resident set size= 3418956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 770164
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= 2
involuntary context switches= 1514


# summary of solver processes directly reported to runsolver:
#   pid: 847953
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3565.49
#   total CPU system time (s): 34.6852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6673 second user time and 32.7841 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-16 16:01:47
IDJOB=4432090
IDBENCH=155668
IDSOLVER=3057
FILE ID=nodeC012/4432090-1721138494
RUNJOBID= nodeC012-1721138506-847892
SLURM_JOB_ID= 7505715
Free space on /tmp= 723636 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_0_mh.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432090-1721138494/watcher-4432090-1721138494 -o /tmp/evaluation-result-4432090-1721138494/solver-4432090-1721138494 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721138506-847892 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4432090-1721138494.opb

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

MD5SUM BENCH= 1805785d49293ee7708f7a2cbbe3381b
RANDOM SEED=1117706127

nodeC012.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	: 0xb00001f
cpu MHz		: 1995.587
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 invpcid_single pti 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	: 6984.37
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		: 1895.759
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 invpcid_single pti 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	: 6983.32
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.323
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 invpcid_single pti 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	: 6984.37
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.513
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 invpcid_single pti 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	: 6983.32
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		: 1795.982
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 invpcid_single pti 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	: 6984.37
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		: 1596.428
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 invpcid_single pti 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	: 6983.32
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.555
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 invpcid_single pti 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	: 6984.37
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.490
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 invpcid_single pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125965100 kB
MemAvailable:   129862520 kB
Buffers:          411164 kB
Cached:          4282652 kB
SwapCached:            0 kB
Active:           798856 kB
Inactive:        4265384 kB
Active(anon):       1408 kB
Inactive(anon):   406720 kB
Active(file):     797448 kB
Inactive(file):  3858664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            292088 kB
Writeback:             8 kB
AnonPages:        370268 kB
Mapped:           114288 kB
Shmem:             37704 kB
KReclaimable:     162676 kB
Slab:             267196 kB
SReclaimable:     162676 kB
SUnreclaim:       104520 kB
KernelStack:        3824 kB
PageTables:         9796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     735000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53216 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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:      303944 kB
DirectMap2M:    33155072 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723480 MiB
End job on nodeC012 at 2024-07-16 17:01:56