Trace number 4432107

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 3609.7

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-aug5.5.opb
MD5SUM14fbf9ee541b990313b1cac62bdb8872
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 benchmark101
Best CPU time to get the best result obtained on this benchmark3558.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27553
Number of constraints which are cardinality constraints (but not clauses)247
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432107-1721159628/watcher-4432107-1721159628 -o /tmp/evaluation-result-4432107-1721159628/solver-4432107-1721159628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721152425-883531 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432107-1721159628.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=887561, runsolver pid=887558
Current StackSize limit: 8192 KiB


[startup+0.100082 s]*
/proc/loadavg: 4.21 4.19 4.17 4/253 887576
/proc/meminfo: memFree=119981872/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=53252 memory=36236 CPUtime=0.09 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 6703 0 0 0 7 2 0 0 20 0 1 0 168125201 54530048 9059 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 13313 9059 2383 2900 0 9827 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 53252 KiB
Current children cumulated memory: 36236 KiB

[startup+0.205479 s]*
/proc/loadavg: 4.21 4.19 4.17 5/250 887588
/proc/meminfo: memFree=119958560/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=79744 memory=60932 CPUtime=0.2 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 12543 0 0 0 16 4 0 0 20 0 1 0 168125201 81657856 15233 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 19936 15233 2703 2900 0 16450 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 79744 KiB
Current children cumulated memory: 60932 KiB

[startup+0.304734 s]*
/proc/loadavg: 4.21 4.19 4.17 5/250 887598
/proc/meminfo: memFree=119984144/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=79744 memory=60932 CPUtime=0.3 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 12578 0 0 0 25 5 0 0 20 0 1 0 168125201 81657856 15233 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 19936 15233 2703 2900 0 16450 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 79744 KiB
Current children cumulated memory: 60932 KiB

[startup+0.700214 s]
/proc/loadavg: 4.21 4.19 4.17 5/256 887608
/proc/meminfo: memFree=119964208/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=81464 memory=63044 CPUtime=0.69 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 13069 0 0 0 61 8 0 0 20 0 1 0 168125201 83419136 15761 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 20366 15761 2703 2900 0 16880 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 81464 KiB
Current children cumulated memory: 63044 KiB

[startup+1.50017 s]
/proc/loadavg: 4.21 4.19 4.17 5/256 887608
/proc/meminfo: memFree=119927480/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=82440 memory=64100 CPUtime=1.48 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 13385 0 0 0 134 14 0 0 20 0 1 0 168125201 84418560 16025 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 20610 16025 2703 2900 0 17124 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 82440 KiB
Current children cumulated memory: 64100 KiB

[startup+3.10527 s]
/proc/loadavg: 4.21 4.19 4.17 5/256 887654
/proc/meminfo: memFree=122360232/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=83292 memory=65680 CPUtime=3.09 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 13729 0 0 0 284 25 0 0 20 0 1 0 168125201 85291008 16420 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 20823 16420 2703 2900 0 17337 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 83292 KiB
Current children cumulated memory: 65680 KiB

[startup+6.30017 s]
/proc/loadavg: 4.19 4.19 4.17 5/256 887655
/proc/meminfo: memFree=122348988/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=87924 memory=68340 CPUtime=6.28 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 14425 0 0 0 584 44 0 0 20 0 1 0 168125201 90034176 17085 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 21981 17085 2703 2900 0 18495 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 87924 KiB
Current children cumulated memory: 68340 KiB

[startup+12.7001 s]
/proc/loadavg: 4.17 4.18 4.17 5/256 887657
/proc/meminfo: memFree=122324356/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=90188 memory=72828 CPUtime=12.66 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 15508 0 0 0 1194 72 0 0 20 0 1 0 168125201 92352512 18207 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 22547 18207 2703 2900 0 19061 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 90188 KiB
Current children cumulated memory: 72828 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.17 4.17 5/256 887658
/proc/meminfo: memFree=122301772/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=93952 memory=76524 CPUtime=25.43 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 16456 0 0 0 2413 130 0 0 20 0 1 0 168125201 96206848 19131 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 23488 19131 2703 2900 0 20002 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 93952 KiB
Current children cumulated memory: 76524 KiB

[startup+51.1052 s]
/proc/loadavg: 4.15 4.17 4.17 5/256 887663
/proc/meminfo: memFree=122280500/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=104152 memory=86920 CPUtime=50.96 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 19999 0 0 0 4839 257 0 0 20 0 1 0 168125201 106651648 21730 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 26038 21730 2703 2900 0 22552 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 104152 KiB
Current children cumulated memory: 86920 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.16 4.16 5/258 888055
/proc/meminfo: memFree=122226088/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=122456 memory=102396 CPUtime=102.01 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 24762 0 0 0 9744 457 0 0 20 0 1 0 168125201 125394944 25599 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 30614 25599 2703 2900 0 27128 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 122456 KiB
Current children cumulated memory: 102396 KiB

[startup+162.3 s]
/proc/loadavg: 4.34 4.21 4.18 5/256 888065
/proc/meminfo: memFree=122193356/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=134764 memory=112724 CPUtime=161.84 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 31259 0 0 0 15543 641 0 0 20 0 1 0 168125201 137998336 28181 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 33691 28181 2703 2900 0 30205 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 134764 KiB
Current children cumulated memory: 112724 KiB

[startup+222.3 s]
/proc/loadavg: 4.22 4.20 4.18 5/256 888076
/proc/meminfo: memFree=122179116/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=142456 memory=120404 CPUtime=221.67 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 34417 0 0 0 21304 863 0 0 20 0 1 0 168125201 145874944 30101 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 35614 30101 2703 2900 0 32128 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 142456 KiB
Current children cumulated memory: 120404 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.17 4.17 5/258 888256
/proc/meminfo: memFree=122070804/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=146176 memory=125944 CPUtime=281.51 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 35782 0 0 0 27055 1096 0 0 20 0 1 0 168125201 149684224 31486 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 36544 31486 2703 2900 0 33058 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 146176 KiB
Current children cumulated memory: 125944 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.17 4.17 5/258 888266
/proc/meminfo: memFree=122040668/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=168028 memory=138936 CPUtime=341.34 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 39903 0 0 0 32947 1187 0 0 20 0 1 0 168125201 172060672 34734 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 42007 34734 2703 2900 0 38521 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 168028 KiB
Current children cumulated memory: 138936 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/258 888278
/proc/meminfo: memFree=122009056/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=172556 memory=143132 CPUtime=401.17 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 43334 0 0 0 38694 1423 0 0 20 0 1 0 168125201 176697344 35783 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 43139 35783 2703 2900 0 39653 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 172556 KiB
Current children cumulated memory: 143132 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.14 4.16 5/257 888301
/proc/meminfo: memFree=121959176/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=177268 memory=147844 CPUtime=461.01 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 44831 0 0 0 44448 1653 0 0 20 0 1 0 168125201 181522432 36961 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 44317 36961 2703 2900 0 40831 0

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

Current children cumulated memory: 395048 KiB

[startup+2922.3 s]
/proc/loadavg: 4.20 4.16 4.11 5/256 889400
/proc/meminfo: memFree=126514156/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=432572 memory=395056 CPUtime=2914.29 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 161474 0 0 0 284168 7261 0 0 20 0 1 0 168125201 442953728 98764 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 108143 98764 2703 2900 0 104657 0
Current children cumulated CPU time: 2914.29 s
Current children cumulated vsize: 432572 KiB
Current children cumulated memory: 395056 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/256 889410
/proc/meminfo: memFree=126502788/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=432968 memory=395460 CPUtime=2974.15 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 165598 0 0 0 289956 7459 0 0 20 0 1 0 168125201 443359232 98865 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 108242 98865 2703 2900 0 104756 0
Current children cumulated CPU time: 2974.15 s
Current children cumulated vsize: 432968 KiB
Current children cumulated memory: 395460 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/256 889423
/proc/meminfo: memFree=126490516/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=437380 memory=399344 CPUtime=3034.01 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 168980 0 0 0 295827 7574 0 0 20 0 1 0 168125201 447877120 99836 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 109345 99836 2703 2900 0 105859 0
Current children cumulated CPU time: 3034.01 s
Current children cumulated vsize: 437380 KiB
Current children cumulated memory: 399344 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.15 4.10 5/254 889433
/proc/meminfo: memFree=126476412/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=442288 memory=404276 CPUtime=3093.86 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 171669 0 0 0 301761 7625 0 0 20 0 1 0 168125201 452902912 101069 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 110572 101069 2703 2900 0 107086 0
Current children cumulated CPU time: 3093.86 s
Current children cumulated vsize: 442288 KiB
Current children cumulated memory: 404276 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/254 889443
/proc/meminfo: memFree=126462044/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=446640 memory=412472 CPUtime=3153.72 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 174082 0 0 0 307688 7684 0 0 20 0 1 0 168125201 457359360 103118 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 111660 103118 2703 2900 0 108174 0
Current children cumulated CPU time: 3153.72 s
Current children cumulated vsize: 446640 KiB
Current children cumulated memory: 412472 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/254 889454
/proc/meminfo: memFree=126457656/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=446640 memory=412848 CPUtime=3213.58 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 176433 0 0 0 313612 7746 0 0 20 0 1 0 168125201 457359360 103212 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 111660 103212 2703 2900 0 108174 0
Current children cumulated CPU time: 3213.58 s
Current children cumulated vsize: 446640 KiB
Current children cumulated memory: 412848 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/254 889464
/proc/meminfo: memFree=126443612/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=449968 memory=415304 CPUtime=3273.43 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 179366 0 0 0 319480 7863 0 0 20 0 1 0 168125201 460767232 103826 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 112492 103826 2703 2900 0 109006 0
Current children cumulated CPU time: 3273.43 s
Current children cumulated vsize: 449968 KiB
Current children cumulated memory: 415304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.15 4.10 5/254 889474
/proc/meminfo: memFree=126411264/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=449968 memory=415312 CPUtime=3333.29 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 182424 0 0 0 325299 8030 0 0 20 0 1 0 168125201 460767232 103828 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 112492 103828 2703 2900 0 109006 0
Current children cumulated CPU time: 3333.29 s
Current children cumulated vsize: 449968 KiB
Current children cumulated memory: 415312 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.14 4.09 5/256 889488
/proc/meminfo: memFree=126386632/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=468636 memory=433084 CPUtime=3393.16 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 190271 0 0 0 331132 8184 0 0 20 0 1 0 168125201 479883264 108271 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 117159 108271 2703 2900 0 113673 0
Current children cumulated CPU time: 3393.16 s
Current children cumulated vsize: 468636 KiB
Current children cumulated memory: 433084 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/256 889499
/proc/meminfo: memFree=126377560/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=470332 memory=433968 CPUtime=3453.02 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 193028 0 0 0 336990 8312 0 0 20 0 1 0 168125201 481619968 108492 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 117583 108492 2703 2900 0 114097 0
Current children cumulated CPU time: 3453.02 s
Current children cumulated vsize: 470332 KiB
Current children cumulated memory: 433968 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/257 889510
/proc/meminfo: memFree=126370412/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=470844 memory=434592 CPUtime=3512.87 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 196563 0 0 0 342797 8490 0 0 20 0 1 0 168125201 482144256 108648 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 117711 108648 2703 2900 0 114225 0
Current children cumulated CPU time: 3512.87 s
Current children cumulated vsize: 470844 KiB
Current children cumulated memory: 434592 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/257 889520
/proc/meminfo: memFree=126345184/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=471100 memory=434800 CPUtime=3572.73 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 200853 0 0 0 348604 8669 0 0 20 0 1 0 168125201 482406400 108700 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 117775 108700 2703 2900 0 114289 0
Current children cumulated CPU time: 3572.73 s
Current children cumulated vsize: 471100 KiB
Current children cumulated memory: 434800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.14 4.12 4.09 5/257 889526
/proc/meminfo: memFree=126340296/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=471100 memory=434804 CPUtime=3600.06 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 202622 0 0 0 351256 8750 0 0 20 0 1 0 168125201 482406400 108701 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 117775 108701 2703 2900 0 114289 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 471100 KiB
Current children cumulated memory: 434804 KiB

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

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

# cumulated CPU time of all completed processes:  user=3512.57 s, system=87.5047 s

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

[startup+3609.7 s]
/proc/loadavg: 4.14 4.12 4.09 5/257 889526
/proc/meminfo: memFree=126340296/131524600 swapFree=131071996/131071996
[pid=887561] ppid=887558 vsize=471100 memory=434804 CPUtime=3600.06 cores=1,3
/proc/887561/stat : 887561 (ipbhs_static_sc) R 887558 887561 883519 0 -1 4194304 202622 0 0 0 351256 8750 0 0 20 0 1 0 168125201 482406400 108701 134679101440 4194304 16068861 140720432064336 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 24879104 140720432071718 140720432071805 140720432071805 140720432078820 0
/proc/887561/statm: 117775 108701 2703 2900 0 114289 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 471100 KiB
Current children cumulated memory: 434804 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.7
CPU time (s): 3600.07
CPU user time (s): 3512.57
CPU system time (s): 87.5047
CPU usage (%): 99.7332
Max. virtual memory (cumulated for all children) (KiB): 474636
Max. memory (cumulated for all children) (KiB): 437964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3512.57
system time used= 87.5047
maximum resident set size= 438040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202622
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= 62
involuntary context switches= 3875


# summary of solver processes directly reported to runsolver:
#   pid: 887561
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3512.57
#   total CPU system time (s): 87.5047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.4203 second user time and 14.8717 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-16 21:54:00
IDJOB=4432107
IDBENCH=158385
IDSOLVER=3057
FILE ID=nodeC018/4432107-1721159628
RUNJOBID= nodeC018-1721152425-883531
SLURM_JOB_ID= 7505753
Free space on /tmp= 889792 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-aug5.5.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432107-1721159628/watcher-4432107-1721159628 -o /tmp/evaluation-result-4432107-1721159628/solver-4432107-1721159628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721152425-883531 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4432107-1721159628.opb

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

MD5SUM BENCH= 14fbf9ee541b990313b1cac62bdb8872
RANDOM SEED=1128197

nodeC018.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		: 3669.833
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.52
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		: 3668.745
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	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.178
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.52
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		: 3670.219
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	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3669.836
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.52
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		: 3670.032
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	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.272
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.52
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		: 3600.090
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	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120008120 kB
MemAvailable:   122396500 kB
Buffers:          411764 kB
Cached:          2790980 kB
SwapCached:            0 kB
Active:           939456 kB
Inactive:        9913684 kB
Active(anon):       1552 kB
Inactive(anon):  7686580 kB
Active(file):     937904 kB
Inactive(file):  2227104 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             54800 kB
Writeback:             0 kB
AnonPages:       7648596 kB
Mapped:           130064 kB
Shmem:             37720 kB
KReclaimable:     126392 kB
Slab:             239436 kB
SReclaimable:     126392 kB
SUnreclaim:       113044 kB
KernelStack:        4064 kB
PageTables:        24540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8183312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63136 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2301952 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:      234196 kB
DirectMap2M:    17364992 kB
DirectMap1G:    118489088 kB

Free space on /tmp at the end= 889924 MiB
End job on nodeC018 at 2024-07-16 22:54:10