Trace number 4431919

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 3613.81

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_010_area_delay.opb
MD5SUM77a3dc3c6688d0f09e65e252caf4dce1
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 benchmark26
Best CPU time to get the best result obtained on this benchmark17.7971
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11729
Total number of constraints36747
Number of constraints which are clauses36747
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint127
Number of terms in the objective function 5750
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5750
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5750
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.79/1.84	c initialize IPBHS solver
1.79/1.84	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
1.79/1.84	c optimizer = "scip"
1.79/1.84	c pbsolver = "roundingsat"
1.79/1.84	c load symmetries from file ""
1.79/1.84	c set time limit for symmetry computation to 100 seconds.
1.79/1.84	c set interchangeable summation variable limit to 3
1.79/1.84	c set abs symmetric core budget per WCE-iteration to 100
1.79/1.84	c set rel symmetric core budget per WCE-iteration to 0
1.79/1.84	c set lit symmetric core budget per WCE-iteration to 0
1.79/1.84	c set sym generation to 's'
1.79/1.84	c set abstraction set creation to 10 iterations without LB change
1.79/1.84	c set abstraction set inputs to 0
1.79/1.84	c set abstraction set cluster min size to 2
1.79/1.84	c set abstraction set cluster max size to 100000000
1.79/1.84	c set abstraction set cluster activation limit to 2
1.79/1.84	c enable abstraction set require equal cost
1.79/1.84	c set abstraction set assumptions to 0
1.79/1.84	c set abstraction set constraint type to 0
1.79/1.84	c set abstract core extraction strategy to b
1.79/1.84	c set core extraction strategy to 2
1.79/1.84	c set core extraction shuffles 10
1.79/1.84	c set cores per iteration to 5
1.79/1.84	c set optimizer bound usage strategy to 2
1.79/1.84	c set optimizer max non-optimal iterations to 1000
1.79/1.84	c set small core cardinality limit to 2
1.79/1.84	c set max coef in cores to 1000000000
1.79/1.84	c set SIS iterations to 5
1.79/1.84	c set SIS budget abs to 1000
1.79/1.84	c set SIS budget rel to 0.05
1.79/1.84	c limit for coefficient in constraints and objective to 9223372036854775807
1.79/1.84	c will solve HOME/instance-4431919-1721108863.opb
1.79/1.84	c [0.03] solve iteration 1, LB=0, UB=5751
1.79/1.84	c [0.71] solve iteration 2, LB=0, UB=52
1.79/1.84	c [1.36] solve iteration 3, LB=19, UB=44
2.78/2.81	c [2.05] solve iteration 4, LB=19, UB=44
11.96/12.03	c [2.71] solve iteration 5, LB=20, UB=40
11.96/12.03	c [8.88] solve iteration 6, LB=21, UB=40
12.85/12.95	c [10.23] solve iteration 7, LB=21, UB=40
13.95/14.04	c [11.19] solve iteration 8, LB=21, UB=40
16.34/16.41	c [13.36] solve iteration 9, LB=22, UB=40
21.13/21.23	c [18.05] solve iteration 10, LB=23, UB=40
30.38/30.54	c [27.09] solve iteration 11, LB=23, UB=40
48.32/48.51	c [44.91] solve iteration 12, LB=24, UB=40
62.78/63.01	c [59.23] solve iteration 13, LB=24, UB=40
80.21/80.50	c [76.53] solve iteration 14, LB=24, UB=40
100.35/100.74	c [96.52] solve iteration 15, LB=24, UB=40
119.27/119.74	c [112.58] solve iteration 16, LB=24, UB=40
137.11/137.60	c [133.01] solve iteration 17, LB=24, UB=39
158.34/158.98	c [151.3] solve iteration 18, LB=24, UB=39
239.27/240.19	c [231.96] solve iteration 19, LB=25, UB=39
319.30/320.40	c [314.78] solve iteration 20, LB=25, UB=39
430.87/432.48	c [426.28] solve iteration 21, LB=25, UB=39
519.73/521.67	c [512.04] solve iteration 22, LB=25, UB=38
573.82/575.98	c [568.94] solve iteration 23, LB=25, UB=38
780.74/783.61	c [773.86] solve iteration 24, LB=25, UB=38
1384.03/1389.21	c [1372.12] solve iteration 25, LB=26, UB=35
2081.14/2089.01	c [2070.1] solve iteration 26, LB=26, UB=35
2705.62/2715.90	c [2694.55] solve iteration 27, LB=26, UB=33
3268.83/3281.35	c [3257.72] solve iteration 28, LB=26, UB=33

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431919-1721108863/watcher-4431919-1721108863 -o /tmp/evaluation-result-4431919-1721108863/solver-4431919-1721108863 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721108875-866903 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4431919-1721108863.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=866956, runsolver pid=866949
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 2.89 3.83 3.99 6/256 866967
/proc/meminfo: memFree=124127780/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=48320 memory=31512 CPUtime=0.1 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 5705 0 0 0 7 3 0 0 20 0 1 0 163051631 49479680 7878 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 12080 7878 2383 2900 0 8594 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 48320 KiB
Current children cumulated memory: 31512 KiB

[startup+0.20476 s]*
/proc/loadavg: 2.89 3.83 3.99 6/256 866967
/proc/meminfo: memFree=124018316/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=102956 memory=85848 CPUtime=0.19 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 19000 0 0 0 13 6 0 0 20 0 1 0 163051631 105426944 21462 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 25739 21462 2655 2900 0 22253 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 102956 KiB
Current children cumulated memory: 85848 KiB

[startup+0.306095 s]*
/proc/loadavg: 2.89 3.83 3.99 6/256 866967
/proc/meminfo: memFree=123955224/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=113688 memory=94296 CPUtime=0.3 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 21135 0 0 0 23 7 0 0 20 0 1 0 163051631 116416512 23574 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 28422 23574 2655 2900 0 24936 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 113688 KiB
Current children cumulated memory: 94296 KiB

[startup+0.700161 s]
/proc/loadavg: 2.89 3.83 3.99 6/256 866967
/proc/meminfo: memFree=123933536/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=113688 memory=94296 CPUtime=0.69 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 21136 0 0 0 56 13 0 0 20 0 1 0 163051631 116416512 23574 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 28422 23574 2655 2900 0 24936 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 113688 KiB
Current children cumulated memory: 94296 KiB

[startup+1.50017 s]
/proc/loadavg: 2.89 3.83 3.99 6/256 866967
/proc/meminfo: memFree=123921588/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=122696 memory=103952 CPUtime=1.49 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 23344 0 0 0 121 28 0 0 20 0 1 0 163051631 125640704 25988 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 30674 25988 2911 2900 0 27188 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 122696 KiB
Current children cumulated memory: 103952 KiB

[startup+3.10458 s]
/proc/loadavg: 2.89 3.83 3.99 6/256 866969
/proc/meminfo: memFree=123817880/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=142576 memory=123540 CPUtime=3.09 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 28175 0 0 0 254 55 0 0 20 0 1 0 163051631 145997824 30885 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 35644 30885 2927 2900 0 32158 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 142576 KiB
Current children cumulated memory: 123540 KiB

[startup+6.30013 s]
/proc/loadavg: 2.98 3.84 3.99 6/256 866969
/proc/meminfo: memFree=123746788/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=186032 memory=162568 CPUtime=6.27 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 36429 0 0 0 512 115 0 0 20 0 1 0 163051631 190496768 40642 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 46508 40642 2943 2900 0 43022 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 186032 KiB
Current children cumulated memory: 162568 KiB

[startup+12.7001 s]
/proc/loadavg: 3.06 3.84 3.99 6/256 866970
/proc/meminfo: memFree=123700228/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=263844 memory=229468 CPUtime=12.65 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 49086 0 0 0 1020 245 0 0 20 0 1 0 163051631 270176256 57367 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 65961 57367 2943 2900 0 62475 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 263844 KiB
Current children cumulated memory: 229468 KiB

[startup+25.5002 s]
/proc/loadavg: 3.34 3.86 4.00 6/256 867018
/proc/meminfo: memFree=123552236/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=312100 memory=281972 CPUtime=25.41 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 62413 0 0 0 2251 290 0 0 20 0 1 0 163051631 319590400 70493 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 78025 70493 2943 2900 0 74539 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 312100 KiB
Current children cumulated memory: 281972 KiB

[startup+51.1055 s]
/proc/loadavg: 3.64 3.89 4.00 5/256 867297
/proc/meminfo: memFree=123536792/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=335544 memory=306284 CPUtime=50.92 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 73611 0 0 0 4773 319 0 0 20 0 1 0 163051631 343597056 76571 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 83886 76571 2943 2900 0 80400 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 335544 KiB
Current children cumulated memory: 306284 KiB

[startup+102.3 s]
/proc/loadavg: 3.96 3.94 4.01 5/256 867307
/proc/meminfo: memFree=122946160/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=384060 memory=355284 CPUtime=101.94 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 89821 0 0 0 9838 356 0 0 20 0 1 0 163051631 393277440 88821 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 96015 88821 2943 2900 0 92529 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 384060 KiB
Current children cumulated memory: 355284 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 3.97 4.01 5/258 867321
/proc/meminfo: memFree=122182488/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=390188 memory=362916 CPUtime=161.73 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 93310 0 0 0 15784 389 0 0 20 0 1 0 163051631 399552512 90729 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 97547 90729 2943 2900 0 94061 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 390188 KiB
Current children cumulated memory: 362916 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 3.99 4.01 5/258 867333
/proc/meminfo: memFree=121269816/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=438340 memory=409640 CPUtime=221.53 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 105146 0 0 0 21762 391 0 0 20 0 1 0 163051631 448860160 102410 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 109585 102410 2943 2900 0 106099 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 438340 KiB
Current children cumulated memory: 409640 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.02 4.02 5/258 867344
/proc/meminfo: memFree=120835584/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=442692 memory=414756 CPUtime=281.33 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 107672 0 0 0 27728 405 0 0 20 0 1 0 163051631 453316608 103689 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 110673 103689 2943 2900 0 107187 0
Current children cumulated CPU time: 281.33 s
Current children cumulated vsize: 442692 KiB
Current children cumulated memory: 414756 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.03 4.02 5/257 867356
/proc/meminfo: memFree=120747340/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=436700 memory=409428 CPUtime=341.12 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 108394 0 0 0 33695 417 0 0 20 0 1 0 163051631 447180800 102357 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 109175 102357 2943 2900 0 105689 0
Current children cumulated CPU time: 341.12 s
Current children cumulated vsize: 436700 KiB
Current children cumulated memory: 409428 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.04 4.02 5/257 867367
/proc/meminfo: memFree=120575928/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=464120 memory=435788 CPUtime=400.89 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 115198 0 0 0 39671 418 0 0 20 0 1 0 163051631 475258880 108947 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 116030 108947 2943 2900 0 112544 0
Current children cumulated CPU time: 400.89 s
Current children cumulated vsize: 464120 KiB
Current children cumulated memory: 435788 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.06 4.02 5/257 867854
/proc/meminfo: memFree=121923608/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=452772 memory=425716 CPUtime=460.66 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 118233 0 0 0 45638 428 0 0 20 0 1 0 163051631 463638528 106429 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 113193 106429 3263 2900 0 109707 0

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

Current children cumulated memory: 600116 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/255 869228
/proc/meminfo: memFree=117053980/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=636680 memory=600116 CPUtime=2851.46 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 195004 0 0 0 284471 675 0 0 20 0 1 0 163051631 651960320 150029 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 159170 150029 3263 2900 0 155684 0
Current children cumulated CPU time: 2851.46 s
Current children cumulated vsize: 636680 KiB
Current children cumulated memory: 600116 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/255 869239
/proc/meminfo: memFree=116948912/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=636680 memory=600116 CPUtime=2911.23 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 195176 0 0 0 290448 675 0 0 20 0 1 0 163051631 651960320 150029 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 159170 150029 3263 2900 0 155684 0
Current children cumulated CPU time: 2911.23 s
Current children cumulated vsize: 636680 KiB
Current children cumulated memory: 600116 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/255 869250
/proc/meminfo: memFree=116862448/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=636680 memory=600116 CPUtime=2971 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 195342 0 0 0 296425 675 0 0 20 0 1 0 163051631 651960320 150029 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 159170 150029 3263 2900 0 155684 0
Current children cumulated CPU time: 2971 s
Current children cumulated vsize: 636680 KiB
Current children cumulated memory: 600116 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.14 4.10 5/255 869260
/proc/meminfo: memFree=116773880/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=636680 memory=600116 CPUtime=3030.76 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 195511 0 0 0 302401 675 0 0 20 0 1 0 163051631 651960320 150029 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 159170 150029 3263 2900 0 155684 0
Current children cumulated CPU time: 3030.76 s
Current children cumulated vsize: 636680 KiB
Current children cumulated memory: 600116 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/255 869271
/proc/meminfo: memFree=116694276/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=636680 memory=600116 CPUtime=3090.54 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 195679 0 0 0 308378 676 0 0 20 0 1 0 163051631 651960320 150029 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 159170 150029 3263 2900 0 155684 0
Current children cumulated CPU time: 3090.54 s
Current children cumulated vsize: 636680 KiB
Current children cumulated memory: 600116 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/257 869285
/proc/meminfo: memFree=116225208/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=636680 memory=600116 CPUtime=3150.31 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 195848 0 0 0 314355 676 0 0 20 0 1 0 163051631 651960320 150029 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 159170 150029 3263 2900 0 155684 0
Current children cumulated CPU time: 3150.31 s
Current children cumulated vsize: 636680 KiB
Current children cumulated memory: 600116 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/257 869297
/proc/meminfo: memFree=116203864/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=636680 memory=600116 CPUtime=3210.07 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 196015 0 0 0 320331 676 0 0 20 0 1 0 163051631 651960320 150029 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 159170 150029 3263 2900 0 155684 0
Current children cumulated CPU time: 3210.07 s
Current children cumulated vsize: 636680 KiB
Current children cumulated memory: 600116 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/258 869308
/proc/meminfo: memFree=116148360/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=636680 memory=600116 CPUtime=3269.83 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 196209 0 0 0 326300 683 0 0 20 0 1 0 163051631 651960320 150029 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 159170 150029 3263 2900 0 155684 0
Current children cumulated CPU time: 3269.83 s
Current children cumulated vsize: 636680 KiB
Current children cumulated memory: 600116 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/258 869319
/proc/meminfo: memFree=116081732/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=636680 memory=600116 CPUtime=3329.6 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 196375 0 0 0 332277 683 0 0 20 0 1 0 163051631 651960320 150029 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 159170 150029 3263 2900 0 155684 0
Current children cumulated CPU time: 3329.6 s
Current children cumulated vsize: 636680 KiB
Current children cumulated memory: 600116 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/258 869331
/proc/meminfo: memFree=116069852/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=636680 memory=600116 CPUtime=3389.37 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 196545 0 0 0 338254 683 0 0 20 0 1 0 163051631 651960320 150029 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 159170 150029 3263 2900 0 155684 0
Current children cumulated CPU time: 3389.37 s
Current children cumulated vsize: 636680 KiB
Current children cumulated memory: 600116 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/258 869341
/proc/meminfo: memFree=116062776/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=643384 memory=606820 CPUtime=3449.14 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 198389 0 0 0 344231 683 0 0 20 0 1 0 163051631 658825216 151705 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 160846 151705 3263 2900 0 157360 0
Current children cumulated CPU time: 3449.14 s
Current children cumulated vsize: 643384 KiB
Current children cumulated memory: 606820 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.14 4.10 5/256 869351
/proc/meminfo: memFree=115916232/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=651556 memory=614704 CPUtime=3508.91 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 200571 0 0 0 350207 684 0 0 20 0 1 0 163051631 667193344 153676 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 162889 153676 3263 2900 0 159403 0
Current children cumulated CPU time: 3508.91 s
Current children cumulated vsize: 651556 KiB
Current children cumulated memory: 614704 KiB

[startup+3582.3 s]
/proc/loadavg: 4.45 4.21 4.12 5/255 869363
/proc/meminfo: memFree=115893268/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=661772 memory=625120 CPUtime=3568.67 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 203324 0 0 0 356182 685 0 0 20 0 1 0 163051631 677654528 156280 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 165443 156280 3263 2900 0 161957 0
Current children cumulated CPU time: 3568.67 s
Current children cumulated vsize: 661772 KiB
Current children cumulated memory: 625120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.8 s]
/proc/loadavg: 4.43 4.23 4.13 5/255 869415
/proc/meminfo: memFree=118046256/131524600 swapFree=131071996/131071996
[pid=866956] ppid=866949 vsize=663820 memory=627052 CPUtime=3600.05 cores=0,2
/proc/866956/stat : 866956 (ipbhs_static_sc) R 866949 866956 866893 0 -1 4194304 203881 0 0 0 359320 685 0 0 20 0 1 0 163051631 679751680 156763 134679101440 4194304 16068861 140721007891376 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18370176 18462544 36683776 140721007895590 140721007895677 140721007895677 140721007902692 0
/proc/866956/statm: 165955 156763 3263 2900 0 162469 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 663820 KiB
Current children cumulated memory: 627052 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.21 s, system=6.86268 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): 3613.81
CPU time (s): 3600.07
CPU user time (s): 3593.21
CPU system time (s): 6.86268
CPU usage (%): 99.6198
Max. virtual memory (cumulated for all children) (KiB): 667916
Max. memory (cumulated for all children) (KiB): 630868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.21
system time used= 6.86268
maximum resident set size= 630868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203881
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= 61
involuntary context switches= 24681


# summary of solver processes directly reported to runsolver:
#   pid: 866956
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3593.21
#   total CPU system time (s): 6.86268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.82879 second user time and 15.567 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-16 07:47:55
IDJOB=4431919
IDBENCH=148144
IDSOLVER=3057
FILE ID=nodeC025/4431919-1721108863
RUNJOBID= nodeC025-1721108875-866903
SLURM_JOB_ID= 7505641
Free space on /tmp= 890024 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_010_area_delay.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431919-1721108863/watcher-4431919-1721108863 -o /tmp/evaluation-result-4431919-1721108863/solver-4431919-1721108863 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721108875-866903 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4431919-1721108863.opb

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

MD5SUM BENCH= 77a3dc3c6688d0f09e65e252caf4dce1
RANDOM SEED=789231912

nodeC025.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	: 0xb00002a
cpu MHz		: 3661.431
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.72
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	: 0xb00002a
cpu MHz		: 3671.080
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7007.09
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	: 0xb00002a
cpu MHz		: 3660.750
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.72
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	: 0xb00002a
cpu MHz		: 3667.201
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7007.09
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	: 0xb00002a
cpu MHz		: 3670.085
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.72
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	: 0xb00002a
cpu MHz		: 3666.845
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7007.09
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	: 0xb00002a
cpu MHz		: 3655.603
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.72
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	: 0xb00002a
cpu MHz		: 3658.602
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124203828 kB
MemAvailable:   129643576 kB
Buffers:          417084 kB
Cached:          5794948 kB
SwapCached:            0 kB
Active:           767712 kB
Inactive:        5816188 kB
Active(anon):       1424 kB
Inactive(anon):   408156 kB
Active(file):     766288 kB
Inactive(file):  5408032 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            217604 kB
Writeback:             0 kB
AnonPages:        369856 kB
Mapped:           103864 kB
Shmem:             37720 kB
KReclaimable:     210152 kB
Slab:             329100 kB
SReclaimable:     210152 kB
SUnreclaim:       118948 kB
KernelStack:        3744 kB
PageTables:        10192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     777636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62944 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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:      273108 kB
DirectMap2M:    36200448 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 889796 MiB
End job on nodeC025 at 2024-07-16 08:48:09