Trace number 4432089

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.13 3608.91

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat25_6_4_8_mh.opb
MD5SUMa9be8bbda8fc39e79dda84fd9030ec23
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7163838
Best CPU time to get the best result obtained on this benchmark2683.78
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 119095488
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 17168297281
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 119095488
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 17168297281
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

5.67/5.74	c initialize IPBHS solver
5.67/5.74	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.67/5.74	c optimizer = "scip"
5.67/5.74	c pbsolver = "roundingsat"
5.67/5.74	c load symmetries from file ""
5.67/5.74	c set time limit for symmetry computation to 100 seconds.
5.67/5.74	c set interchangeable summation variable limit to 3
5.67/5.74	c set abs symmetric core budget per WCE-iteration to 100
5.67/5.74	c set rel symmetric core budget per WCE-iteration to 0
5.67/5.74	c set lit symmetric core budget per WCE-iteration to 0
5.67/5.74	c set sym generation to 's'
5.67/5.74	c set abstraction set creation to 10 iterations without LB change
5.67/5.74	c set abstraction set inputs to 0
5.67/5.74	c set abstraction set cluster min size to 2
5.67/5.74	c set abstraction set cluster max size to 100000000
5.67/5.74	c set abstraction set cluster activation limit to 2
5.67/5.74	c enable abstraction set require equal cost
5.67/5.74	c set abstraction set assumptions to 0
5.67/5.74	c set abstraction set constraint type to 0
5.67/5.74	c set abstract core extraction strategy to b
5.67/5.74	c set core extraction strategy to 2
5.67/5.74	c set core extraction shuffles 10
5.67/5.74	c set cores per iteration to 5
5.67/5.74	c set optimizer bound usage strategy to 2
5.67/5.74	c set optimizer max non-optimal iterations to 1000
5.67/5.74	c set small core cardinality limit to 2
5.67/5.74	c set max coef in cores to 1000000000
5.67/5.74	c set SIS iterations to 5
5.67/5.74	c set SIS budget abs to 1000
5.67/5.74	c set SIS budget rel to 0.05
5.67/5.74	c limit for coefficient in constraints and objective to 9223372036854775807
5.67/5.74	c will solve HOME/instance-4432089-1721137235.opb
5.67/5.74	c [0.36] solve iteration 1, LB=-25, UB=17168297257
260.70/261.17	c [227.69] solve iteration 2, LB=746514, UB=7885091
616.93/618.10	c [558.48] solve iteration 3, LB=3345762, UB=7885091
1128.33/1130.50	c [1029.14] solve iteration 4, LB=3810116, UB=7885091
1590.83/1594.13	c [1458.12] solve iteration 5, LB=4036175, UB=7885091
2491.89/2497.51	c [2323.53] solve iteration 6, LB=4152551, UB=7885091
2996.88/3004.05	c [2809.93] solve iteration 7, LB=4154694, UB=7885091

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

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


[startup+0.100094 s]*
/proc/loadavg: 4.14 4.13 4.10 5/240 853135
/proc/meminfo: memFree=111419964/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=35260 memory=11076 CPUtime=0.1 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 2093 0 0 0 10 0 0 0 20 0 1 0 165880655 36106240 2769 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 8815 2769 1023 2900 0 5329 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 35260 KiB
Current children cumulated memory: 11076 KiB

[startup+0.210342 s]*
/proc/loadavg: 4.13 4.13 4.10 6/243 853141
/proc/meminfo: memFree=111409948/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=38792 memory=14428 CPUtime=0.21 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 3235 0 0 0 20 1 0 0 20 0 1 0 165880655 39723008 3607 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 9698 3607 1023 2900 0 6212 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 38792 KiB
Current children cumulated memory: 14428 KiB

[startup+0.310527 s]*
/proc/loadavg: 4.13 4.13 4.10 5/243 853141
/proc/meminfo: memFree=111388560/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=48840 memory=24404 CPUtime=0.31 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 5600 0 0 0 28 3 0 0 20 0 1 0 165880655 50012160 6101 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 12210 6101 1135 2900 0 8724 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 48840 KiB
Current children cumulated memory: 24404 KiB

[startup+0.700336 s]
/proc/loadavg: 4.13 4.13 4.10 6/243 853141
/proc/meminfo: memFree=111349148/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=88364 memory=71844 CPUtime=0.68 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 15751 0 0 0 53 15 0 0 20 0 1 0 165880655 90484736 17961 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 22091 17961 2399 2900 0 18605 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 88364 KiB
Current children cumulated memory: 71844 KiB

[startup+1.50033 s]
/proc/loadavg: 4.13 4.13 4.10 5/243 853141
/proc/meminfo: memFree=111238340/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=171216 memory=151720 CPUtime=1.48 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 35487 0 0 0 112 36 0 0 20 0 1 0 165880655 175325184 37930 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 42804 37930 2655 2900 0 39318 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 171216 KiB
Current children cumulated memory: 151720 KiB

[startup+3.11296 s]
/proc/loadavg: 4.13 4.13 4.10 5/243 853187
/proc/meminfo: memFree=123747200/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=298488 memory=253764 CPUtime=3.09 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 62926 0 0 0 267 42 0 0 20 0 1 0 165880655 305651712 63441 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 74622 63441 2895 2900 0 71136 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 298488 KiB
Current children cumulated memory: 253764 KiB

[startup+6.30032 s]
/proc/loadavg: 4.12 4.13 4.10 5/243 853187
/proc/meminfo: memFree=122415824/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=457436 memory=380916 CPUtime=6.27 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 96125 0 0 0 579 48 0 0 20 0 1 0 165880655 468414464 95229 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 114359 95229 2911 2900 0 110873 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 457436 KiB
Current children cumulated memory: 380916 KiB

[startup+12.7003 s]
/proc/loadavg: 4.11 4.13 4.10 5/243 853189
/proc/meminfo: memFree=121302236/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=572552 memory=489744 CPUtime=12.66 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 123340 0 0 0 1185 81 0 0 20 0 1 0 165880655 586293248 122436 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 143138 122436 2943 2900 0 139652 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 572552 KiB
Current children cumulated memory: 489744 KiB

[startup+25.5003 s]
/proc/loadavg: 4.17 4.14 4.11 5/243 853190
/proc/meminfo: memFree=120519376/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=575272 memory=490468 CPUtime=25.44 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 123513 0 0 0 2377 167 0 0 20 0 1 0 165880655 589078528 122617 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 143818 122617 2943 2900 0 140332 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 575272 KiB
Current children cumulated memory: 490468 KiB

[startup+51.1128 s]
/proc/loadavg: 4.16 4.14 4.11 5/244 853196
/proc/meminfo: memFree=120490640/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=575272 memory=492316 CPUtime=51.02 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 123946 0 0 0 4752 350 0 0 20 0 1 0 165880655 589078528 123079 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 143818 123079 2943 2900 0 140332 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 575272 KiB
Current children cumulated memory: 492316 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/244 853206
/proc/meminfo: memFree=119497644/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=586872 memory=499036 CPUtime=102.13 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 125144 0 0 0 9470 743 0 0 20 0 1 0 165880655 600956928 124759 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 146718 124759 2943 2900 0 143232 0
Current children cumulated CPU time: 102.13 s
Current children cumulated vsize: 586872 KiB
Current children cumulated memory: 499036 KiB

[startup+162.3 s]
/proc/loadavg: 4.29 4.19 4.12 5/244 853216
/proc/meminfo: memFree=119464708/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=586872 memory=504428 CPUtime=162.05 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 125466 0 0 0 14994 1211 0 0 20 0 1 0 165880655 600956928 126107 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 146718 126107 2943 2900 0 143232 0
Current children cumulated CPU time: 162.05 s
Current children cumulated vsize: 586872 KiB
Current children cumulated memory: 504428 KiB

[startup+222.3 s]
/proc/loadavg: 4.20 4.19 4.12 5/244 853227
/proc/meminfo: memFree=117873448/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=586872 memory=504428 CPUtime=221.96 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 125468 0 0 0 20498 1698 0 0 20 0 1 0 165880655 600956928 126107 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 146718 126107 2943 2900 0 143232 0
Current children cumulated CPU time: 221.96 s
Current children cumulated vsize: 586872 KiB
Current children cumulated memory: 504428 KiB

[startup+282.3 s]
/proc/loadavg: 4.23 4.20 4.13 5/244 853238
/proc/meminfo: memFree=115792240/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=1449436 memory=1329768 CPUtime=281.83 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 290435 0 0 0 26243 1940 0 0 20 0 1 0 165880655 1484222464 332442 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 362359 332442 2943 2900 0 358873 0
Current children cumulated CPU time: 281.83 s
Current children cumulated vsize: 1449436 KiB
Current children cumulated memory: 1329768 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 4.19 4.13 5/241 853249
/proc/meminfo: memFree=115788712/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=1449436 memory=1330484 CPUtime=341.69 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 290643 0 0 0 32197 1972 0 0 20 0 1 0 165880655 1484222464 332621 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 362359 332621 2943 2900 0 358873 0
Current children cumulated CPU time: 341.69 s
Current children cumulated vsize: 1449436 KiB
Current children cumulated memory: 1330484 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.17 4.12 5/241 853259
/proc/meminfo: memFree=115778372/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=1461112 memory=1335848 CPUtime=401.6 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 290979 0 0 0 37795 2365 0 0 20 0 1 0 165880655 1496178688 333962 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 365278 333962 2943 2900 0 361792 0
Current children cumulated CPU time: 401.6 s
Current children cumulated vsize: 1461112 KiB
Current children cumulated memory: 1335848 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.15 4.12 5/241 853270
/proc/meminfo: memFree=115507128/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=1461112 memory=1335848 CPUtime=461.5 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 291011 0 0 0 43340 2810 0 0 20 0 1 0 165880655 1496178688 333962 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 365278 333962 2943 2900 0 361792 0

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

Current children cumulated memory: 4973632 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.14 4.16 5/243 854664
/proc/meminfo: memFree=109573288/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5191228 memory=4973632 CPUtime=2855.53 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1037205 0 0 0 273942 11611 0 0 20 0 1 0 165880655 5315817472 1243408 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1297807 1243408 2943 2900 0 1294321 0
Current children cumulated CPU time: 2855.53 s
Current children cumulated vsize: 5191228 KiB
Current children cumulated memory: 4973632 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.13 4.15 5/245 854845
/proc/meminfo: memFree=109571776/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5191228 memory=4973632 CPUtime=2915.4 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1037822 0 0 0 279486 12054 0 0 20 0 1 0 165880655 5315817472 1243408 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1297807 1243408 2943 2900 0 1294321 0
Current children cumulated CPU time: 2915.4 s
Current children cumulated vsize: 5191228 KiB
Current children cumulated memory: 4973632 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.12 4.14 5/245 854855
/proc/meminfo: memFree=109197512/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5440292 memory=5313072 CPUtime=2975.25 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1114789 0 0 0 285328 12197 0 0 20 0 1 0 165880655 5570859008 1328268 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1360073 1328268 2943 2900 0 1356587 0
Current children cumulated CPU time: 2975.25 s
Current children cumulated vsize: 5440292 KiB
Current children cumulated memory: 5313072 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.12 4.14 5/245 854923
/proc/meminfo: memFree=108705868/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5891860 memory=5750972 CPUtime=3035.07 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1228635 0 0 0 291284 12223 0 0 20 0 1 0 165880655 6033264640 1437743 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1472965 1437743 2943 2900 0 1469479 0
Current children cumulated CPU time: 3035.07 s
Current children cumulated vsize: 5891860 KiB
Current children cumulated memory: 5750972 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.11 4.14 5/245 854935
/proc/meminfo: memFree=108705516/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5891860 memory=5751180 CPUtime=3094.87 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1229525 0 0 0 297263 12224 0 0 20 0 1 0 165880655 6033264640 1437795 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1472965 1437795 2943 2900 0 1469479 0
Current children cumulated CPU time: 3094.87 s
Current children cumulated vsize: 5891860 KiB
Current children cumulated memory: 5751180 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.12 4.14 5/245 854945
/proc/meminfo: memFree=108702348/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5891860 memory=5751188 CPUtime=3154.7 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1230701 0 0 0 303245 12225 0 0 20 0 1 0 165880655 6033264640 1437797 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1472965 1437797 2943 2900 0 1469479 0
Current children cumulated CPU time: 3154.7 s
Current children cumulated vsize: 5891860 KiB
Current children cumulated memory: 5751188 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.13 4.14 5/244 854955
/proc/meminfo: memFree=108701764/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5891860 memory=5751336 CPUtime=3214.53 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1231733 0 0 0 309228 12225 0 0 20 0 1 0 165880655 6033264640 1437834 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1472965 1437834 2943 2900 0 1469479 0
Current children cumulated CPU time: 3214.53 s
Current children cumulated vsize: 5891860 KiB
Current children cumulated memory: 5751336 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.13 4.14 6/244 854966
/proc/meminfo: memFree=108699528/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5891860 memory=5751356 CPUtime=3274.38 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1232614 0 0 0 315212 12226 0 0 20 0 1 0 165880655 6033264640 1437839 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1472965 1437839 2943 2900 0 1469479 0
Current children cumulated CPU time: 3274.38 s
Current children cumulated vsize: 5891860 KiB
Current children cumulated memory: 5751356 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.14 4.14 5/241 854977
/proc/meminfo: memFree=108479836/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5891860 memory=5751424 CPUtime=3334.22 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1233546 0 0 0 321196 12226 0 0 20 0 1 0 165880655 6033264640 1437856 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1472965 1437856 2943 2900 0 1469479 0
Current children cumulated CPU time: 3334.22 s
Current children cumulated vsize: 5891860 KiB
Current children cumulated memory: 5751424 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.13 4.13 5/241 854987
/proc/meminfo: memFree=108465424/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5891860 memory=5751452 CPUtime=3394.05 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1234662 0 0 0 327178 12227 0 0 20 0 1 0 165880655 6033264640 1437863 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1472965 1437863 2943 2900 0 1469479 0
Current children cumulated CPU time: 3394.05 s
Current children cumulated vsize: 5891860 KiB
Current children cumulated memory: 5751452 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/242 854998
/proc/meminfo: memFree=108464952/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5901180 memory=5751480 CPUtime=3453.87 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1235941 0 0 0 333160 12227 0 0 20 0 1 0 165880655 6042808320 1437870 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1475295 1437870 2943 2900 0 1471809 0
Current children cumulated CPU time: 3453.87 s
Current children cumulated vsize: 5901180 KiB
Current children cumulated memory: 5751480 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.11 4.12 5/242 855009
/proc/meminfo: memFree=108441444/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5925220 memory=5774644 CPUtime=3513.7 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1242923 0 0 0 339141 12229 0 0 20 0 1 0 165880655 6067425280 1443661 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1481305 1443661 2943 2900 0 1477819 0
Current children cumulated CPU time: 3513.7 s
Current children cumulated vsize: 5925220 KiB
Current children cumulated memory: 5774644 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.10 4.12 5/242 855019
/proc/meminfo: memFree=108441112/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5939652 memory=5774664 CPUtime=3573.58 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1243860 0 0 0 344815 12543 0 0 20 0 1 0 165880655 6082203648 1443666 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1484913 1443666 2943 2900 0 1481427 0
Current children cumulated CPU time: 3573.58 s
Current children cumulated vsize: 5939652 KiB
Current children cumulated memory: 5774664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.8 s]
/proc/loadavg: 4.11 4.11 4.12 5/244 855072
/proc/meminfo: memFree=111695788/131655788 swapFree=131071996/131071996
[pid=853130] ppid=853127 vsize=5939652 memory=5774664 CPUtime=3600.02 cores=4,6
/proc/853130/stat : 853130 (ipbhs_static_sc) R 853127 853130 851100 0 -1 4194304 1244203 0 0 0 347281 12721 0 0 20 0 1 0 165880655 6082203648 1443666 134679101440 4194304 16068861 140728828106864 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 30859264 140728828109862 140728828109949 140728828109949 140728828116964 0
/proc/853130/statm: 1484913 1443666 2943 2900 0 1481427 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 5939652 KiB
Current children cumulated memory: 5774664 KiB

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

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

# cumulated CPU time of all completed processes:  user=3472.81 s, system=127.314 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.91
CPU time (s): 3600.13
CPU user time (s): 3472.81
CPU system time (s): 127.314
CPU usage (%): 99.7567
Max. virtual memory (cumulated for all children) (KiB): 6008304
Max. memory (cumulated for all children) (KiB): 5861476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3472.81
system time used= 127.314
maximum resident set size= 5864880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1244203
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= 48
involuntary context switches= 2011


# summary of solver processes directly reported to runsolver:
#   pid: 853130
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3472.81
#   total CPU system time (s): 127.314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5679 second user time and 36.0201 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-16 15:40:47
IDJOB=4432089
IDBENCH=155648
IDSOLVER=3057
FILE ID=nodeC011/4432089-1721137235
RUNJOBID= nodeC011-1721133636-851113
SLURM_JOB_ID= 7505705
Free space on /tmp= 723648 MiB

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

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

MD5SUM BENCH= a9be8bbda8fc39e79dda84fd9030ec23
RANDOM SEED=1702126860

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		: 3668.803
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		: 3375.390
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.229
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.127
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		: 3481.127
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		: 2486.676
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		: 1265.669
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.268
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:        111470444 kB
MemAvailable:   116302648 kB
Buffers:          441860 kB
Cached:          5173608 kB
SwapCached:            0 kB
Active:           855268 kB
Inactive:       18645072 kB
Active(anon):       1444 kB
Inactive(anon): 13921128 kB
Active(file):     853824 kB
Inactive(file):  4723944 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            215180 kB
Writeback:             0 kB
AnonPages:      13884908 kB
Mapped:           121904 kB
Shmem:             37704 kB
KReclaimable:     189268 kB
Slab:             298536 kB
SReclaimable:     189268 kB
SUnreclaim:       109268 kB
KernelStack:        3880 kB
PageTables:        36856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15133400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53088 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3766272 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 16:40:57