Trace number 4432070

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.31

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat50_6_9_5_ic.opb
MD5SUM26d1f8baed9b076d56083d3420fb6ea6
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 benchmark18236785
Best CPU time to get the best result obtained on this benchmark72000.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 160989184
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 45888664096
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 160989184
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 45888664096
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

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

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: 64096 MiB (57078 MiB free)
  memory of node 1: 64473 MiB (60259 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432070-1721140844/watcher-4432070-1721140844 -o /tmp/evaluation-result-4432070-1721140844/solver-4432070-1721140844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721133636-851113 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432070-1721140844.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
solver pid=855184, runsolver pid=855180
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 4.11 4.11 4.12 6/241 855202
/proc/meminfo: memFree=120185088/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=34916 memory=10672 CPUtime=0.1 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 2218 0 0 0 9 1 0 0 20 0 1 0 166241646 35753984 2668 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 8729 2668 1023 2900 0 5243 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 34916 KiB
Current children cumulated memory: 10672 KiB

[startup+0.209499 s]*
/proc/loadavg: 4.11 4.11 4.12 5/240 855203
/proc/meminfo: memFree=120155656/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=41384 memory=16808 CPUtime=0.2 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 4271 0 0 0 19 1 0 0 20 0 1 0 166241646 42377216 4202 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 10346 4202 1023 2900 0 6860 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 41384 KiB
Current children cumulated memory: 16808 KiB

[startup+0.30925 s]*
/proc/loadavg: 4.11 4.11 4.12 5/239 855203
/proc/meminfo: memFree=120091564/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=48912 memory=22160 CPUtime=0.31 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 5596 0 0 0 29 2 0 0 20 0 1 0 166241646 50085888 5540 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 12228 5540 1023 2900 0 8742 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 48912 KiB
Current children cumulated memory: 22160 KiB

[startup+0.700333 s]
/proc/loadavg: 4.11 4.11 4.12 5/245 855213
/proc/meminfo: memFree=120054680/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=66440 memory=41112 CPUtime=0.68 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 9824 0 0 0 65 3 0 0 20 0 1 0 166241646 68034560 10278 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 16610 10278 1023 2900 0 13124 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 66440 KiB
Current children cumulated memory: 41112 KiB

[startup+1.50032 s]
/proc/loadavg: 4.18 4.12 4.12 5/245 855213
/proc/meminfo: memFree=119941408/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=123828 memory=96472 CPUtime=1.48 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 20013 0 0 0 126 22 0 0 20 0 1 0 166241646 126799872 24118 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 30957 24118 1135 2900 0 27471 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 123828 KiB
Current children cumulated memory: 96472 KiB

[startup+3.11319 s]
/proc/loadavg: 4.18 4.12 4.12 5/245 855213
/proc/meminfo: memFree=118205500/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=629816 memory=570968 CPUtime=3.09 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 133352 0 0 0 262 47 0 0 20 0 1 0 166241646 644931584 142742 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 157454 142742 2911 2900 0 153968 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 629816 KiB
Current children cumulated memory: 570968 KiB

[startup+6.30025 s]
/proc/loadavg: 4.25 4.14 4.13 6/245 855259
/proc/meminfo: memFree=121986544/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=656748 memory=596152 CPUtime=6.27 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 139695 0 0 0 578 49 0 0 20 0 1 0 166241646 672509952 149038 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 164187 149038 2911 2900 0 160701 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 656748 KiB
Current children cumulated memory: 596152 KiB

[startup+12.7003 s]
/proc/loadavg: 4.31 4.15 4.13 5/245 855260
/proc/meminfo: memFree=121231824/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=710092 memory=648320 CPUtime=12.65 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 152794 0 0 0 1214 51 0 0 20 0 1 0 166241646 727134208 162080 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 177523 162080 2911 2900 0 174037 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 710092 KiB
Current children cumulated memory: 648320 KiB

[startup+25.5003 s]
/proc/loadavg: 4.41 4.18 4.14 5/245 855262
/proc/meminfo: memFree=120860840/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=722196 memory=660700 CPUtime=25.42 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 155911 0 0 0 2490 52 0 0 20 0 1 0 166241646 739528704 165175 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 180549 165175 2911 2900 0 177063 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 722196 KiB
Current children cumulated memory: 660700 KiB

[startup+51.113 s]
/proc/loadavg: 4.54 4.24 4.16 5/245 855266
/proc/meminfo: memFree=120584024/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=770856 memory=700664 CPUtime=50.98 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 165934 0 0 0 4949 149 0 0 20 0 1 0 166241646 789356544 175166 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 192714 175166 2943 2900 0 189228 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 770856 KiB
Current children cumulated memory: 700664 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 4.20 4.15 5/245 855276
/proc/meminfo: memFree=119845148/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=789824 memory=717812 CPUtime=102.03 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 166574 0 0 0 9787 416 0 0 20 0 1 0 166241646 808779776 179453 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 197456 179453 2943 2900 0 193970 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 789824 KiB
Current children cumulated memory: 717812 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.19 4.15 5/244 855286
/proc/meminfo: memFree=119658832/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=820644 memory=738832 CPUtime=161.89 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 167276 0 0 0 15474 715 0 0 20 0 1 0 166241646 840339456 184708 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 205161 184708 2943 2900 0 201675 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 820644 KiB
Current children cumulated memory: 738832 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.17 4.15 5/244 855296
/proc/meminfo: memFree=118467268/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=820644 memory=742192 CPUtime=221.76 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 167345 0 0 0 21164 1012 0 0 20 0 1 0 166241646 840339456 185548 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 205161 185548 2943 2900 0 201675 0
Current children cumulated CPU time: 221.76 s
Current children cumulated vsize: 820644 KiB
Current children cumulated memory: 742192 KiB

[startup+282.3 s]
/proc/loadavg: 4.43 4.24 4.17 5/244 855307
/proc/meminfo: memFree=118396784/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=820644 memory=746312 CPUtime=281.61 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 167414 0 0 0 26854 1307 0 0 20 0 1 0 166241646 840339456 186578 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 205161 186578 2943 2900 0 201675 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 820644 KiB
Current children cumulated memory: 746312 KiB

[startup+342.3 s]
/proc/loadavg: 4.63 4.34 4.21 5/242 855319
/proc/meminfo: memFree=118274544/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=820644 memory=777752 CPUtime=341.46 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 167521 0 0 0 32547 1599 0 0 20 0 1 0 166241646 840339456 194438 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 205161 194438 2943 2900 0 201675 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 820644 KiB
Current children cumulated memory: 777752 KiB

[startup+402.3 s]
/proc/loadavg: 4.27 4.29 4.20 5/242 855329
/proc/meminfo: memFree=118198344/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=870732 memory=813696 CPUtime=401.32 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 168142 0 0 0 38234 1898 0 0 20 0 1 0 166241646 891629568 203424 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 217683 203424 2943 2900 0 214197 0
Current children cumulated CPU time: 401.32 s
Current children cumulated vsize: 870732 KiB
Current children cumulated memory: 813696 KiB

[startup+462.3 s]
/proc/loadavg: 4.21 4.27 4.20 5/242 855339
/proc/meminfo: memFree=118130884/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=877704 memory=827244 CPUtime=461.15 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 169578 0 0 0 43906 2209 0 0 20 0 1 0 166241646 898768896 206811 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 219426 206811 2943 2900 0 215940 0

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

Current children cumulated memory: 1144248 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.17 4.17 5/244 856946
/proc/meminfo: memFree=113720956/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1165608 memory=1144292 CPUtime=2915.63 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 228237 0 0 0 286111 5452 0 0 20 0 1 0 166241646 1193582592 286073 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 291402 286073 2943 2900 0 287916 0
Current children cumulated CPU time: 2915.63 s
Current children cumulated vsize: 1165608 KiB
Current children cumulated memory: 1144292 KiB

[startup+2982.3 s]
/proc/loadavg: 4.16 4.17 4.17 5/245 857013
/proc/meminfo: memFree=113718772/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1166296 memory=1144892 CPUtime=2975.49 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 228633 0 0 0 292086 5463 0 0 20 0 1 0 166241646 1194287104 286223 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 291574 286223 2943 2900 0 288088 0
Current children cumulated CPU time: 2975.49 s
Current children cumulated vsize: 1166296 KiB
Current children cumulated memory: 1144892 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.17 4.17 5/244 857023
/proc/meminfo: memFree=113718984/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1166296 memory=1144980 CPUtime=3035.36 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 228801 0 0 0 298067 5469 0 0 20 0 1 0 166241646 1194287104 286245 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 291574 286245 2943 2900 0 288088 0
Current children cumulated CPU time: 3035.36 s
Current children cumulated vsize: 1166296 KiB
Current children cumulated memory: 1144980 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.17 4.17 5/244 857034
/proc/meminfo: memFree=113718804/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1166296 memory=1144980 CPUtime=3095.23 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 228998 0 0 0 304042 5481 0 0 20 0 1 0 166241646 1194287104 286245 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 291574 286245 2943 2900 0 288088 0
Current children cumulated CPU time: 3095.23 s
Current children cumulated vsize: 1166296 KiB
Current children cumulated memory: 1144980 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.17 4.17 5/244 857044
/proc/meminfo: memFree=113694072/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1299784 memory=1168504 CPUtime=3155.09 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 230055 0 0 0 310009 5500 0 0 20 0 1 0 166241646 1330978816 292126 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 324946 292126 2943 2900 0 321460 0
Current children cumulated CPU time: 3155.09 s
Current children cumulated vsize: 1299784 KiB
Current children cumulated memory: 1168504 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.15 4.17 5/243 857057
/proc/meminfo: memFree=113693804/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1299784 memory=1168736 CPUtime=3214.95 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 230222 0 0 0 315991 5504 0 0 20 0 1 0 166241646 1330978816 292184 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 324946 292184 2943 2900 0 321460 0
Current children cumulated CPU time: 3214.95 s
Current children cumulated vsize: 1299784 KiB
Current children cumulated memory: 1168736 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/243 857068
/proc/meminfo: memFree=113693344/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1299784 memory=1168736 CPUtime=3274.81 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 230438 0 0 0 321962 5519 0 0 20 0 1 0 166241646 1330978816 292184 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 324946 292184 2943 2900 0 321460 0
Current children cumulated CPU time: 3274.81 s
Current children cumulated vsize: 1299784 KiB
Current children cumulated memory: 1168736 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.12 4.16 5/242 857080
/proc/meminfo: memFree=113673156/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1300504 memory=1169456 CPUtime=3334.67 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 230789 0 0 0 327939 5528 0 0 20 0 1 0 166241646 1331716096 292364 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 325126 292364 2943 2900 0 321640 0
Current children cumulated CPU time: 3334.67 s
Current children cumulated vsize: 1300504 KiB
Current children cumulated memory: 1169456 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.13 4.16 5/242 857090
/proc/meminfo: memFree=113667480/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1300504 memory=1169456 CPUtime=3394.54 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 230997 0 0 0 333915 5539 0 0 20 0 1 0 166241646 1331716096 292364 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 325126 292364 2943 2900 0 321640 0
Current children cumulated CPU time: 3394.54 s
Current children cumulated vsize: 1300504 KiB
Current children cumulated memory: 1169456 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.12 4.15 5/242 857100
/proc/meminfo: memFree=113663044/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1301176 memory=1170128 CPUtime=3454.4 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 231335 0 0 0 339896 5544 0 0 20 0 1 0 166241646 1332404224 292532 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 325294 292532 2943 2900 0 321808 0
Current children cumulated CPU time: 3454.4 s
Current children cumulated vsize: 1301176 KiB
Current children cumulated memory: 1170128 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.12 4.15 5/241 857112
/proc/meminfo: memFree=113645360/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1301176 memory=1170128 CPUtime=3514.25 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 231564 0 0 0 345873 5552 0 0 20 0 1 0 166241646 1332404224 292532 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 325294 292532 2943 2900 0 321808 0
Current children cumulated CPU time: 3514.25 s
Current children cumulated vsize: 1301176 KiB
Current children cumulated memory: 1170128 KiB

[startup+3582.3 s]
/proc/loadavg: 4.05 4.10 4.14 5/241 857122
/proc/meminfo: memFree=113605432/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1302380 memory=1183620 CPUtime=3574.12 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 232055 0 0 0 351852 5560 0 0 20 0 1 0 166241646 1333637120 295905 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 325595 295905 2943 2900 0 322109 0
Current children cumulated CPU time: 3574.12 s
Current children cumulated vsize: 1302380 KiB
Current children cumulated memory: 1183620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.3 s]
/proc/loadavg: 4.01 4.09 4.13 4/236 857161
/proc/meminfo: memFree=117959320/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1302380 memory=1183620 CPUtime=3600.05 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 232193 0 0 0 354441 5564 0 0 20 0 1 0 166241646 1333637120 295905 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 325595 295905 2943 2900 0 322109 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1302380 KiB
Current children cumulated memory: 1183620 KiB

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

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

# cumulated CPU time of all completed processes:  user=3544.42 s, system=55.6544 s

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

[startup+3608.3 s]
/proc/loadavg: 4.01 4.09 4.13 4/236 857161
/proc/meminfo: memFree=117959320/131655788 swapFree=131071996/131071996
[pid=855184] ppid=855180 vsize=1302380 memory=1183620 CPUtime=3600.05 cores=4,6
/proc/855184/stat : 855184 (ipbhs_static_sc) R 855180 855184 851100 0 -1 4194304 232193 0 0 0 354441 5564 0 0 20 0 1 0 166241646 1333637120 295905 134679101440 4194304 16068861 140722282618560 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 50688000 140722282619942 140722282620029 140722282620029 140722282627044 0
/proc/855184/statm: 325595 295905 2943 2900 0 322109 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1302380 KiB
Current children cumulated memory: 1183620 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.31
CPU time (s): 3600.07
CPU user time (s): 3544.42
CPU system time (s): 55.6544
CPU usage (%): 99.7715
Max. virtual memory (cumulated for all children) (KiB): 1302380
Max. memory (cumulated for all children) (KiB): 1183620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3544.42
system time used= 55.6544
maximum resident set size= 1183620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232193
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= 108
involuntary context switches= 2407


# summary of solver processes directly reported to runsolver:
#   pid: 855184
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3544.42
#   total CPU system time (s): 55.6544

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1816 second user time and 36.0325 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-16 16:40:57
IDJOB=4432070
IDBENCH=155722
IDSOLVER=3057
FILE ID=nodeC011/4432070-1721140844
RUNJOBID= nodeC011-1721133636-851113
SLURM_JOB_ID= 7505705
Free space on /tmp= 723572 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat50_6_9_5_ic.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432070-1721140844/watcher-4432070-1721140844 -o /tmp/evaluation-result-4432070-1721140844/solver-4432070-1721140844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721133636-851113 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4432070-1721140844.opb

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

MD5SUM BENCH= 26d1f8baed9b076d56083d3420fb6ea6
RANDOM SEED=1164718522

nodeC011.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		: 3621.945
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.20
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		: 3491.606
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.31
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.197
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.20
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.129
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.31
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		: 3480.799
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.20
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		: 3666.144
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.31
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		: 1322.843
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.20
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.288
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        120160496 kB
MemAvailable:   125011520 kB
Buffers:          443032 kB
Cached:          5190960 kB
SwapCached:            0 kB
Active:           883768 kB
Inactive:        9943208 kB
Active(anon):       1428 kB
Inactive(anon):  5229236 kB
Active(file):     882340 kB
Inactive(file):  4713972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            212360 kB
Writeback:             0 kB
AnonPages:       5189820 kB
Mapped:           127220 kB
Shmem:             37704 kB
KReclaimable:     189824 kB
Slab:             299180 kB
SReclaimable:     189824 kB
SUnreclaim:       109356 kB
KernelStack:        3856 kB
PageTables:        19052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5635408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53216 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1302528 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723504 MiB
End job on nodeC011 at 2024-07-16 17:41:06