Trace number 4432081

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.12 3611.12

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_ic.opb
MD5SUM88b39ea3a8b75d01f2291d1517c942c1
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 benchmark15928581
Best CPU time to get the best result obtained on this benchmark3602.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 187029967016
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 187029967016
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432081-1721142211/watcher-4432081-1721142211 -o /tmp/evaluation-result-4432081-1721142211/solver-4432081-1721142211 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721133636-851112 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432081-1721142211.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 4.06 4.09 4.11 5/243 856113
/proc/meminfo: memFree=118687300/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=34636 memory=10548 CPUtime=0.1 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 1993 0 0 0 9 1 0 0 20 0 1 0 166378370 35467264 2637 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 8659 2637 1023 2900 0 5173 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 34636 KiB
Current children cumulated memory: 10548 KiB

[startup+0.206281 s]*
/proc/loadavg: 4.06 4.09 4.11 6/243 856113
/proc/meminfo: memFree=118682036/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=40868 memory=15764 CPUtime=0.2 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 3833 0 0 0 19 1 0 0 20 0 1 0 166378370 41848832 3941 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 10217 3941 1023 2900 0 6731 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 40868 KiB
Current children cumulated memory: 15764 KiB

[startup+0.307143 s]*
/proc/loadavg: 4.06 4.09 4.11 5/243 856113
/proc/meminfo: memFree=118676124/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=50876 memory=24616 CPUtime=0.3 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 5632 0 0 0 28 2 0 0 20 0 1 0 166378370 52097024 6266 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 12719 6266 1023 2900 0 9233 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 50876 KiB
Current children cumulated memory: 24616 KiB

[startup+0.700258 s]
/proc/loadavg: 4.06 4.09 4.11 5/243 856113
/proc/meminfo: memFree=118664380/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=72428 memory=45424 CPUtime=0.69 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 10235 0 0 0 64 5 0 0 20 0 1 0 166378370 74166272 11356 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 18107 11356 1023 2900 0 14621 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 72428 KiB
Current children cumulated memory: 45424 KiB

[startup+1.50033 s]
/proc/loadavg: 4.06 4.09 4.11 5/243 856113
/proc/meminfo: memFree=118628360/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=135128 memory=109860 CPUtime=1.48 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 22722 0 0 0 140 8 0 0 20 0 1 0 166378370 138371072 27465 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 33782 27465 1023 2900 0 30296 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 135128 KiB
Current children cumulated memory: 109860 KiB

[startup+3.11255 s]
/proc/loadavg: 4.06 4.09 4.11 5/243 856115
/proc/meminfo: memFree=118448688/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=304300 memory=254952 CPUtime=3.08 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 47831 0 0 0 292 16 0 0 20 0 1 0 166378370 311603200 63738 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 76075 63738 1023 2900 0 72589 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 304300 KiB
Current children cumulated memory: 254952 KiB

[startup+6.30031 s]
/proc/loadavg: 4.06 4.08 4.11 5/243 856115
/proc/meminfo: memFree=118138208/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=609144 memory=576216 CPUtime=6.26 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 86681 0 0 0 563 63 0 0 20 0 1 0 166378370 623763456 144054 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 152286 144054 1135 2900 0 148800 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 609144 KiB
Current children cumulated memory: 576216 KiB

[startup+12.7003 s]
/proc/loadavg: 4.05 4.08 4.11 5/243 856115
/proc/meminfo: memFree=115127568/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=3877944 memory=3685600 CPUtime=12.65 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 781623 0 0 0 990 275 0 0 20 0 1 0 166378370 3971014656 921400 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 969486 921400 2639 2900 0 966000 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3877944 KiB
Current children cumulated memory: 3685600 KiB

[startup+25.5004 s]
/proc/loadavg: 4.04 4.08 4.11 5/242 856118
/proc/meminfo: memFree=114493796/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=4515900 memory=4184368 CPUtime=25.4 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 850300 0 0 0 2250 290 0 0 20 0 1 0 166378370 4624281600 1046092 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1128975 1046092 2911 2900 0 1125489 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 4515900 KiB
Current children cumulated memory: 4184368 KiB

[startup+51.1125 s]
/proc/loadavg: 4.21 4.12 4.12 5/242 856121
/proc/meminfo: memFree=114419784/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=4569140 memory=4237648 CPUtime=50.92 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 860614 0 0 0 4800 292 0 0 20 0 1 0 166378370 4678799360 1059412 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1142285 1059412 2911 2900 0 1138799 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 4569140 KiB
Current children cumulated memory: 4237648 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.13 4.12 5/242 856130
/proc/meminfo: memFree=114395564/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=4591176 memory=4258212 CPUtime=101.93 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 865844 0 0 0 9900 293 0 0 20 0 1 0 166378370 4701364224 1064553 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1147794 1064553 2911 2900 0 1144308 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 4591176 KiB
Current children cumulated memory: 4258212 KiB

[startup+162.3 s]
/proc/loadavg: 4.73 4.30 4.19 5/241 856142
/proc/meminfo: memFree=114156368/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=4826948 memory=4494536 CPUtime=161.73 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 880570 0 0 0 15873 300 0 0 20 0 1 0 166378370 4942794752 1123634 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1206737 1123634 2911 2900 0 1203251 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 4826948 KiB
Current children cumulated memory: 4494536 KiB

[startup+222.3 s]
/proc/loadavg: 4.30 4.26 4.18 5/241 856152
/proc/meminfo: memFree=114141672/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=4838528 memory=4509656 CPUtime=221.52 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 883723 0 0 0 21822 330 0 0 20 0 1 0 166378370 4954652672 1127414 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1209632 1127414 3231 2900 0 1206146 0
Current children cumulated CPU time: 221.52 s
Current children cumulated vsize: 4838528 KiB
Current children cumulated memory: 4509656 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.23 4.17 5/241 856162
/proc/meminfo: memFree=114129172/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=4838528 memory=4520904 CPUtime=281.34 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 883943 0 0 0 27702 432 0 0 20 0 1 0 166378370 4954652672 1130226 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1209632 1130226 3263 2900 0 1206146 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 4838528 KiB
Current children cumulated memory: 4520904 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.21 4.17 5/241 856173
/proc/meminfo: memFree=114105960/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=4838528 memory=4527108 CPUtime=341.17 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 884180 0 0 0 33580 537 0 0 20 0 1 0 166378370 4954652672 1131777 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1209632 1131777 3263 2900 0 1206146 0
Current children cumulated CPU time: 341.17 s
Current children cumulated vsize: 4838528 KiB
Current children cumulated memory: 4527108 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.20 4.17 5/241 856183
/proc/meminfo: memFree=114097196/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=4838528 memory=4535300 CPUtime=400.98 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 884361 0 0 0 39453 645 0 0 20 0 1 0 166378370 4954652672 1133825 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1209632 1133825 3263 2900 0 1206146 0
Current children cumulated CPU time: 400.98 s
Current children cumulated vsize: 4838528 KiB
Current children cumulated memory: 4535300 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.18 4.16 5/243 856197
/proc/meminfo: memFree=114069240/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=4838528 memory=4541572 CPUtime=460.81 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 884674 0 0 0 45328 753 0 0 20 0 1 0 166378370 4954652672 1135393 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1209632 1135393 3263 2900 0 1206146 0

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

Current children cumulated memory: 4839240 KiB

[startup+2922.3 s]
/proc/loadavg: 1.12 1.40 2.54 2/223 857347
/proc/meminfo: memFree=120297412/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4841288 CPUtime=2913.25 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 899604 0 0 0 285907 5418 0 0 20 0 1 0 166378370 5310169088 1210322 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1210322 3263 2900 0 1292942 0
Current children cumulated CPU time: 2913.25 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4841288 KiB

[startup+2982.3 s]
/proc/loadavg: 1.10 1.34 2.45 2/223 857357
/proc/meminfo: memFree=120297292/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4841288 CPUtime=2973.08 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 900150 0 0 0 291767 5541 0 0 20 0 1 0 166378370 5310169088 1210322 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1210322 3263 2900 0 1292942 0
Current children cumulated CPU time: 2973.08 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4841288 KiB

[startup+3042.3 s]
/proc/loadavg: 1.08 1.29 2.36 2/223 857367
/proc/meminfo: memFree=120297032/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4841288 CPUtime=3032.91 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 900701 0 0 0 297627 5664 0 0 20 0 1 0 166378370 5310169088 1210322 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1210322 3263 2900 0 1292942 0
Current children cumulated CPU time: 3032.91 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4841288 KiB

[startup+3102.3 s]
/proc/loadavg: 1.09 1.25 2.27 2/223 857378
/proc/meminfo: memFree=120296596/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4841396 CPUtime=3092.73 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 901260 0 0 0 303490 5783 0 0 20 0 1 0 166378370 5310169088 1210349 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1210349 3263 2900 0 1292942 0
Current children cumulated CPU time: 3092.73 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4841396 KiB

[startup+3162.3 s]
/proc/loadavg: 1.08 1.22 2.20 2/222 857775
/proc/meminfo: memFree=120293988/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4842808 CPUtime=3152.57 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 901882 0 0 0 309349 5908 0 0 20 0 1 0 166378370 5310169088 1210702 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1210702 3263 2900 0 1292942 0
Current children cumulated CPU time: 3152.57 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4842808 KiB

[startup+3222.3 s]
/proc/loadavg: 1.15 1.21 2.13 2/222 857785
/proc/meminfo: memFree=120292008/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4844852 CPUtime=3212.4 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 902520 0 0 0 315207 6033 0 0 20 0 1 0 166378370 5310169088 1211213 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1211213 3263 2900 0 1292942 0
Current children cumulated CPU time: 3212.4 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4844852 KiB

[startup+3282.3 s]
/proc/loadavg: 1.05 1.17 2.06 2/222 857795
/proc/meminfo: memFree=120291716/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4844852 CPUtime=3272.22 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 903153 0 0 0 321063 6159 0 0 20 0 1 0 166378370 5310169088 1211213 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1211213 3263 2900 0 1292942 0
Current children cumulated CPU time: 3272.22 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4844852 KiB

[startup+3342.3 s]
/proc/loadavg: 1.06 1.15 1.99 2/224 857976
/proc/meminfo: memFree=120291388/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4844852 CPUtime=3332.05 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 903876 0 0 0 326925 6280 0 0 20 0 1 0 166378370 5310169088 1211213 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1211213 3263 2900 0 1292942 0
Current children cumulated CPU time: 3332.05 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4844852 KiB

[startup+3402.3 s]
/proc/loadavg: 1.12 1.15 1.94 2/224 857987
/proc/meminfo: memFree=120291400/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4844852 CPUtime=3391.88 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 904481 0 0 0 332784 6404 0 0 20 0 1 0 166378370 5310169088 1211213 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1211213 3263 2900 0 1292942 0
Current children cumulated CPU time: 3391.88 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4844852 KiB

[startup+3462.3 s]
/proc/loadavg: 1.10 1.14 1.88 2/223 858011
/proc/meminfo: memFree=120290980/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4844852 CPUtime=3451.71 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 905124 0 0 0 338642 6529 0 0 20 0 1 0 166378370 5310169088 1211213 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1211213 3263 2900 0 1292942 0
Current children cumulated CPU time: 3451.71 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4844852 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.13 1.83 2/223 858022
/proc/meminfo: memFree=120290812/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4844852 CPUtime=3511.54 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 905748 0 0 0 344507 6647 0 0 20 0 1 0 166378370 5310169088 1211213 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1211213 3263 2900 0 1292942 0
Current children cumulated CPU time: 3511.54 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4844852 KiB

[startup+3582.3 s]
/proc/loadavg: 1.09 1.12 1.78 2/223 858033
/proc/meminfo: memFree=120290608/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4844852 CPUtime=3571.37 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 906417 0 0 0 350367 6770 0 0 20 0 1 0 166378370 5310169088 1211213 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1211213 3263 2900 0 1292942 0
Current children cumulated CPU time: 3571.37 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4844852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.11 s]
/proc/loadavg: 1.19 1.14 1.77 2/223 858037
/proc/meminfo: memFree=120290492/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4844852 CPUtime=3600.09 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 906724 0 0 0 353181 6828 0 0 20 0 1 0 166378370 5310169088 1211213 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1211213 3263 2900 0 1292942 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4844852 KiB

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

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

# cumulated CPU time of all completed processes:  user=3531.82 s, system=68.3016 s

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

[startup+3611.11 s]
/proc/loadavg: 1.19 1.14 1.77 2/223 858037
/proc/meminfo: memFree=120290492/131655788 swapFree=131071996/131071996
[pid=856112] ppid=856109 vsize=5185712 memory=4844852 CPUtime=3600.09 cores=0,2
/proc/856112/stat : 856112 (ipbhs_static_sc) R 856109 856112 851100 0 -1 4194304 906724 0 0 0 353181 6828 0 0 20 0 1 0 166378370 5310169088 1211213 134679101440 4194304 16068861 140730636199552 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 33992704 140730636203046 140730636203133 140730636203133 140730636210148 0
/proc/856112/statm: 1296428 1211213 3263 2900 0 1292942 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 5185712 KiB
Current children cumulated memory: 4844852 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3611.12
CPU time (s): 3600.12
CPU user time (s): 3531.82
CPU system time (s): 68.3016
CPU usage (%): 99.6953
Max. virtual memory (cumulated for all children) (KiB): 5185712
Max. memory (cumulated for all children) (KiB): 4844852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3531.82
system time used= 68.3016
maximum resident set size= 4844852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 906724
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= 101
involuntary context switches= 25443


# summary of solver processes directly reported to runsolver:
#   pid: 856112
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3531.82
#   total CPU system time (s): 68.3016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2531 second user time and 33.5978 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-16 17:03:44
IDJOB=4432081
IDBENCH=155745
IDSOLVER=3057
FILE ID=nodeC011/4432081-1721142211
RUNJOBID= nodeC011-1721133636-851112
SLURM_JOB_ID= 7505705
Free space on /tmp= 723468 MiB

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

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

MD5SUM BENCH= 88b39ea3a8b75d01f2291d1517c942c1
RANDOM SEED=1095592779

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		: 1197.373
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		: 3682.626
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		: 2892.614
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.271
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		: 3678.266
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		: 3682.357
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		: 1197.351
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.489
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:        118694232 kB
MemAvailable:   123661764 kB
Buffers:          443828 kB
Cached:          5305224 kB
SwapCached:            0 kB
Active:           895228 kB
Inactive:       11392944 kB
Active(anon):       1436 kB
Inactive(anon):  6575380 kB
Active(file):     893792 kB
Inactive(file):  4817564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            153340 kB
Writeback:             0 kB
AnonPages:       6536660 kB
Mapped:           139776 kB
Shmem:             37704 kB
KReclaimable:     192748 kB
Slab:             302212 kB
SReclaimable:     192748 kB
SUnreclaim:       109464 kB
KernelStack:        3936 kB
PageTables:        22260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7213788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53216 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2623488 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= 723632 MiB
End job on nodeC011 at 2024-07-16 18:03:56