Trace number 4431834

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.07 3608.7

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_1.opb.PB06.opb
MD5SUMf429a5cb74c34761160471c7897bca93
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 benchmark1037
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1963
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1963
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1963
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1963
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

8.57/8.62	c initialize IPBHS solver
8.57/8.62	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
8.57/8.62	c optimizer = "scip"
8.57/8.62	c pbsolver = "roundingsat"
8.57/8.62	c load symmetries from file ""
8.57/8.62	c set time limit for symmetry computation to 100 seconds.
8.57/8.62	c set interchangeable summation variable limit to 3
8.57/8.62	c set abs symmetric core budget per WCE-iteration to 100
8.57/8.62	c set rel symmetric core budget per WCE-iteration to 0
8.57/8.62	c set lit symmetric core budget per WCE-iteration to 0
8.57/8.62	c set sym generation to 's'
8.57/8.62	c set abstraction set creation to 10 iterations without LB change
8.57/8.62	c set abstraction set inputs to 0
8.57/8.62	c set abstraction set cluster min size to 2
8.57/8.62	c set abstraction set cluster max size to 100000000
8.57/8.62	c set abstraction set cluster activation limit to 2
8.57/8.62	c enable abstraction set require equal cost
8.57/8.62	c set abstraction set assumptions to 0
8.57/8.62	c set abstraction set constraint type to 0
8.57/8.62	c set abstract core extraction strategy to b
8.57/8.62	c set core extraction strategy to 2
8.57/8.62	c set core extraction shuffles 10
8.57/8.62	c set cores per iteration to 5
8.57/8.62	c set optimizer bound usage strategy to 2
8.57/8.62	c set optimizer max non-optimal iterations to 1000
8.57/8.62	c set small core cardinality limit to 2
8.57/8.62	c set max coef in cores to 1000000000
8.57/8.62	c set SIS iterations to 5
8.57/8.62	c set SIS budget abs to 1000
8.57/8.62	c set SIS budget rel to 0.05
8.57/8.62	c limit for coefficient in constraints and objective to 9223372036854775807
8.57/8.62	c will solve HOME/instance-4431834-1721077717.opb
8.57/8.62	c [0.03] solve iteration 1, LB=0, UB=1964

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431834-1721077717/watcher-4431834-1721077717 -o /tmp/evaluation-result-4431834-1721077717/solver-4431834-1721077717 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721070510-808455 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4431834-1721077717.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=812497, runsolver pid=812494

[startup+0.101073 s]*
/proc/loadavg: 4.15 4.22 4.22 5/242 812498
/proc/meminfo: memFree=124332568/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=47180 memory=28544 CPUtime=0.1 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 4747 0 0 0 6 4 0 0 20 0 1 0 159928424 48312320 7136 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 11795 7136 2623 2900 0 8309 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 47180 KiB
Current children cumulated memory: 28544 KiB

[startup+0.212726 s]*
/proc/loadavg: 4.15 4.22 4.22 5/242 812498
/proc/meminfo: memFree=124321780/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=60400 memory=39380 CPUtime=0.21 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 7440 0 0 0 16 5 0 0 20 0 1 0 159928424 61849600 9845 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 15100 9845 2863 2900 0 11614 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 60400 KiB
Current children cumulated memory: 39380 KiB

[startup+0.311687 s]*
/proc/loadavg: 4.15 4.22 4.22 5/242 812498
/proc/meminfo: memFree=124312260/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=73296 memory=48928 CPUtime=0.31 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 9872 0 0 0 25 6 0 0 20 0 1 0 159928424 75055104 12232 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 18324 12232 2879 2900 0 14838 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 73296 KiB
Current children cumulated memory: 48928 KiB

[startup+0.700246 s]
/proc/loadavg: 4.15 4.22 4.22 5/242 812498
/proc/meminfo: memFree=124309396/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=75856 memory=51604 CPUtime=0.69 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 10517 0 0 0 63 6 0 0 20 0 1 0 159928424 77676544 12901 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 18964 12901 2895 2900 0 15478 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 75856 KiB
Current children cumulated memory: 51604 KiB

[startup+1.50028 s]
/proc/loadavg: 4.14 4.22 4.22 5/242 812498
/proc/meminfo: memFree=124306648/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=79812 memory=54744 CPUtime=1.48 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 11315 0 0 0 142 6 0 0 20 0 1 0 159928424 81727488 13686 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 19953 13686 2895 2900 0 16467 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 79812 KiB
Current children cumulated memory: 54744 KiB

[startup+3.11232 s]
/proc/loadavg: 4.14 4.22 4.22 5/242 812590
/proc/meminfo: memFree=128109488/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=86660 memory=60552 CPUtime=3.09 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 12743 0 0 0 303 6 0 0 20 0 1 0 159928424 88739840 15138 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 21665 15138 2895 2900 0 18179 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 86660 KiB
Current children cumulated memory: 60552 KiB

[startup+6.30025 s]
/proc/loadavg: 4.13 4.22 4.22 5/242 812591
/proc/meminfo: memFree=128038552/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=103504 memory=76128 CPUtime=6.27 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 16652 0 0 0 620 7 0 0 20 0 1 0 159928424 105988096 19032 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 25876 19032 2895 2900 0 22390 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 103504 KiB
Current children cumulated memory: 76128 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.21 4.22 5/242 812637
/proc/meminfo: memFree=128353428/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=119268 memory=89424 CPUtime=12.66 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 20853 0 0 0 1258 8 0 0 20 0 1 0 159928424 122130432 22356 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 29817 22356 2895 2900 0 26331 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 119268 KiB
Current children cumulated memory: 89424 KiB

[startup+25.5003 s]
/proc/loadavg: 4.18 4.22 4.22 5/242 812641
/proc/meminfo: memFree=128309444/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=119268 memory=91204 CPUtime=25.42 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 20926 0 0 0 2534 8 0 0 20 0 1 0 159928424 122130432 22801 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 29817 22801 2895 2900 0 26331 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 119268 KiB
Current children cumulated memory: 91204 KiB

[startup+51.1122 s]
/proc/loadavg: 4.11 4.20 4.21 5/242 812644
/proc/meminfo: memFree=128167228/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=157288 memory=131300 CPUtime=50.94 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 30251 0 0 0 5084 10 0 0 20 0 1 0 159928424 161062912 32825 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 39322 32825 2895 2900 0 35836 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 157288 KiB
Current children cumulated memory: 131300 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.18 4.20 5/244 812657
/proc/meminfo: memFree=128097980/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=171392 memory=153404 CPUtime=102.01 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 34839 0 0 0 10190 11 0 0 20 0 1 0 159928424 175505408 38351 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 42848 38351 2895 2900 0 39362 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 171392 KiB
Current children cumulated memory: 153404 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.18 4.20 5/244 812667
/proc/meminfo: memFree=127991532/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=197328 memory=179120 CPUtime=161.88 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 41317 0 0 0 16176 12 0 0 20 0 1 0 159928424 202063872 44780 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 49332 44780 2895 2900 0 45846 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 197328 KiB
Current children cumulated memory: 179120 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.17 4.19 5/244 812678
/proc/meminfo: memFree=127954632/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=207564 memory=187588 CPUtime=221.73 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 43827 0 0 0 22161 12 0 0 20 0 1 0 159928424 212545536 46897 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 51891 46897 2895 2900 0 48405 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 207564 KiB
Current children cumulated memory: 187588 KiB

[startup+282.3 s]
/proc/loadavg: 4.22 4.19 4.19 5/244 812688
/proc/meminfo: memFree=127910980/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=225036 memory=203048 CPUtime=281.6 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 47925 0 0 0 28147 13 0 0 20 0 1 0 159928424 230436864 50762 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 56259 50762 2895 2900 0 52773 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 225036 KiB
Current children cumulated memory: 203048 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.17 4.18 5/244 812699
/proc/meminfo: memFree=127880632/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=225604 memory=203888 CPUtime=341.46 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 48173 0 0 0 34133 13 0 0 20 0 1 0 159928424 231018496 50972 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 56401 50972 2895 2900 0 52915 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 225604 KiB
Current children cumulated memory: 203888 KiB

[startup+402.3 s]
/proc/loadavg: 4.18 4.17 4.18 5/244 812710
/proc/meminfo: memFree=127847244/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=236824 memory=214376 CPUtime=401.28 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 51226 0 0 0 40115 13 0 0 20 0 1 0 159928424 242507776 53594 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 59206 53594 2895 2900 0 55720 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 236824 KiB
Current children cumulated memory: 214376 KiB

[startup+462.3 s]
/proc/loadavg: 4.17 4.16 4.18 5/242 812721
/proc/meminfo: memFree=127808588/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=238272 memory=215168 CPUtime=461.11 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 51482 0 0 0 46098 13 0 0 20 0 1 0 159928424 243990528 53792 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 59568 53792 2895 2900 0 56082 0

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

Current children cumulated memory: 345432 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.12 4.16 5/244 814160
/proc/meminfo: memFree=127287956/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345432 CPUtime=2915.26 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 85693 0 0 0 291507 19 0 0 20 0 1 0 159928424 370704384 86358 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86358 2895 2900 0 87018 0
Current children cumulated CPU time: 2915.26 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345432 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.11 4.15 5/247 814341
/proc/meminfo: memFree=127255528/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345432 CPUtime=2975.12 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 85824 0 0 0 297493 19 0 0 20 0 1 0 159928424 370704384 86358 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86358 2895 2900 0 87018 0
Current children cumulated CPU time: 2975.12 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345432 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.10 4.15 5/247 814352
/proc/meminfo: memFree=127252280/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345496 CPUtime=3034.98 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 85972 0 0 0 303479 19 0 0 20 0 1 0 159928424 370704384 86374 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86374 2895 2900 0 87018 0
Current children cumulated CPU time: 3034.98 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345496 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.10 4.14 5/248 814367
/proc/meminfo: memFree=127255284/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345516 CPUtime=3094.84 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 86104 0 0 0 309465 19 0 0 20 0 1 0 159928424 370704384 86379 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86379 2895 2900 0 87018 0
Current children cumulated CPU time: 3094.84 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345516 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.09 4.13 5/246 814391
/proc/meminfo: memFree=127248764/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345564 CPUtime=3154.7 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 86247 0 0 0 315451 19 0 0 20 0 1 0 159928424 370704384 86391 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86391 2895 2900 0 87018 0
Current children cumulated CPU time: 3154.7 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345564 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.10 4.13 5/246 814402
/proc/meminfo: memFree=127244928/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345564 CPUtime=3214.56 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 86379 0 0 0 321437 19 0 0 20 0 1 0 159928424 370704384 86391 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86391 2895 2900 0 87018 0
Current children cumulated CPU time: 3214.56 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345564 KiB

[startup+3282.3 s]
/proc/loadavg: 4.04 4.08 4.12 5/247 814413
/proc/meminfo: memFree=127236244/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345780 CPUtime=3274.42 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 86569 0 0 0 327423 19 0 0 20 0 1 0 159928424 370704384 86445 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86445 2895 2900 0 87018 0
Current children cumulated CPU time: 3274.42 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345780 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.09 4.12 5/245 814423
/proc/meminfo: memFree=127235836/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345804 CPUtime=3334.28 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 86701 0 0 0 333409 19 0 0 20 0 1 0 159928424 370704384 86451 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86451 2895 2900 0 87018 0
Current children cumulated CPU time: 3334.28 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345804 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.12 5/243 814434
/proc/meminfo: memFree=127236700/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345820 CPUtime=3394.14 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 86836 0 0 0 339395 19 0 0 20 0 1 0 159928424 370704384 86455 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86455 2895 2900 0 87018 0
Current children cumulated CPU time: 3394.14 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345820 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.11 5/243 814445
/proc/meminfo: memFree=127236276/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345820 CPUtime=3454 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 86966 0 0 0 345381 19 0 0 20 0 1 0 159928424 370704384 86455 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86455 2895 2900 0 87018 0
Current children cumulated CPU time: 3454 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345820 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.10 4.11 5/245 814469
/proc/meminfo: memFree=127234724/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345940 CPUtime=3513.86 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 87132 0 0 0 351367 19 0 0 20 0 1 0 159928424 370704384 86485 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86485 2895 2900 0 87018 0
Current children cumulated CPU time: 3513.86 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345940 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.10 4.11 5/246 814707
/proc/meminfo: memFree=127232896/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345948 CPUtime=3573.72 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 87262 0 0 0 357353 19 0 0 20 0 1 0 159928424 370704384 86487 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86487 2895 2900 0 87018 0
Current children cumulated CPU time: 3573.72 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.7 s]
/proc/loadavg: 4.14 4.10 4.11 5/246 814712
/proc/meminfo: memFree=127233080/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345968 CPUtime=3600.06 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 87294 0 0 0 359987 19 0 0 20 0 1 0 159928424 370704384 86492 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86492 2895 2900 0 87018 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345968 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.88 s, system=0.197379 s

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

[startup+3608.7 s]
/proc/loadavg: 4.14 4.10 4.11 5/246 814712
/proc/meminfo: memFree=127233080/131655788 swapFree=131071996/131071996
[pid=812497] ppid=812494 vsize=362016 memory=345968 CPUtime=3600.06 cores=4,6
/proc/812497/stat : 812497 (ipbhs_static_sc) R 812494 812497 808444 0 -1 4194304 87294 0 0 0 359987 19 0 0 20 0 1 0 159928424 370704384 86492 134679101440 4194304 16068861 140731156586912 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 38346752 140731156591654 140731156591741 140731156591741 140731156598756 0
/proc/812497/statm: 90504 86492 2895 2900 0 87018 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 362016 KiB
Current children cumulated memory: 345968 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.7
CPU time (s): 3600.07
CPU user time (s): 3599.88
CPU system time (s): 0.197379
CPU usage (%): 99.7608
Max. virtual memory (cumulated for all children) (KiB): 362016
Max. memory (cumulated for all children) (KiB): 345968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.88
system time used= 0.197379
maximum resident set size= 345988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87294
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= 42
involuntary context switches= 1956


# summary of solver processes directly reported to runsolver:
#   pid: 812497
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.88
#   total CPU system time (s): 0.197379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4531 second user time and 32.5048 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-15 23:08:50
IDJOB=4431834
IDBENCH=147531
IDSOLVER=3057
FILE ID=nodeC007/4431834-1721077717
RUNJOBID= nodeC007-1721070510-808455
SLURM_JOB_ID= 7505529
Free space on /tmp= 723624 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_1.opb.PB06.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431834-1721077717/watcher-4431834-1721077717 -o /tmp/evaluation-result-4431834-1721077717/solver-4431834-1721077717 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721070510-808455 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4431834-1721077717.opb

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

MD5SUM BENCH= f429a5cb74c34761160471c7897bca93
RANDOM SEED=624995589

nodeC007.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		: 3656.728
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	: 6983.25
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		: 3646.569
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.30
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.206
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	: 6983.25
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.180
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.30
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		: 3491.635
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	: 6983.25
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		: 3619.283
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.30
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.133
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	: 6983.25
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.316
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124354344 kB
MemAvailable:   125677312 kB
Buffers:          378676 kB
Cached:          1775304 kB
SwapCached:            0 kB
Active:           679100 kB
Inactive:        6064476 kB
Active(anon):       1460 kB
Inactive(anon):  4625852 kB
Active(file):     677640 kB
Inactive(file):  1438624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             53692 kB
Writeback:             0 kB
AnonPages:       4584508 kB
Mapped:           139732 kB
Shmem:             37704 kB
KReclaimable:      93472 kB
Slab:             189284 kB
SReclaimable:      93472 kB
SUnreclaim:        95812 kB
KernelStack:        3856 kB
PageTables:        19320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5721104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51168 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3928064 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:      248648 kB
DirectMap2M:    22724608 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723572 MiB
End job on nodeC007 at 2024-07-16 00:08:59