Trace number 4431852

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.06 3609.3

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_14.opb
MD5SUM0e700fc92a231fc1e477aebd59f20b52
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 benchmark138
Best CPU time to get the best result obtained on this benchmark3584.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3296
Total number of constraints6384
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 91
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 218
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 286
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1475
Number of bits of the biggest sum of numbers11
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: 64059 MiB (62094 MiB free)
  memory of node 1: 64510 MiB (63202 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431852-1721099384/watcher-4431852-1721099384 -o /tmp/evaluation-result-4431852-1721099384/solver-4431852-1721099384 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721092164-821238 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4431852-1721099384.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
Current StackSize limit: 8192 KiB

solver pid=825671, runsolver pid=825668

[startup+0.100459 s]*
/proc/loadavg: 4.18 4.19 4.22 5/242 825672
/proc/meminfo: memFree=128299532/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=32356 memory=8160 CPUtime=0.1 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 1225 0 0 0 10 0 0 0 20 0 1 0 162095135 33132544 2040 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 8089 2040 1023 2900 0 4603 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32356 KiB
Current children cumulated memory: 8160 KiB

[startup+0.212699 s]*
/proc/loadavg: 4.18 4.19 4.22 5/242 825672
/proc/meminfo: memFree=128292648/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=39408 memory=24280 CPUtime=0.2 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 3444 0 0 0 19 1 0 0 20 0 1 0 162095135 40353792 6070 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 9852 6070 2383 2900 0 6366 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39408 KiB
Current children cumulated memory: 24280 KiB

[startup+0.312574 s]*
/proc/loadavg: 4.18 4.19 4.22 5/242 825672
/proc/meminfo: memFree=128272348/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=56300 memory=41576 CPUtime=0.3 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 7487 0 0 0 28 2 0 0 20 0 1 0 162095135 57651200 10394 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 14075 10394 2703 2900 0 10589 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 56300 KiB
Current children cumulated memory: 41576 KiB

[startup+0.70027 s]
/proc/loadavg: 4.18 4.19 4.22 7/242 825672
/proc/meminfo: memFree=128271416/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=56980 memory=42368 CPUtime=0.69 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 7639 0 0 0 65 4 0 0 20 0 1 0 162095135 58347520 10592 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 14245 10592 2703 2900 0 10759 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 56980 KiB
Current children cumulated memory: 42368 KiB

[startup+1.50027 s]
/proc/loadavg: 4.18 4.19 4.22 5/242 825672
/proc/meminfo: memFree=128270064/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=57556 memory=42632 CPUtime=1.48 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 7757 0 0 0 143 5 0 0 20 0 1 0 162095135 58937344 10658 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 14389 10658 2703 2900 0 10903 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 57556 KiB
Current children cumulated memory: 42632 KiB

[startup+3.11222 s]
/proc/loadavg: 4.25 4.21 4.22 5/242 825672
/proc/meminfo: memFree=128206364/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=58176 memory=43420 CPUtime=3.09 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 7921 0 0 0 301 8 0 0 20 0 1 0 162095135 59572224 10855 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 14544 10855 2703 2900 0 11058 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 58176 KiB
Current children cumulated memory: 43420 KiB

[startup+6.30024 s]
/proc/loadavg: 4.25 4.21 4.22 5/242 825718
/proc/meminfo: memFree=128277204/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=58344 memory=43680 CPUtime=6.27 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 7994 0 0 0 614 13 0 0 20 0 1 0 162095135 59744256 10920 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 14586 10920 2703 2900 0 11100 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 58344 KiB
Current children cumulated memory: 43680 KiB

[startup+12.7003 s]
/proc/loadavg: 4.23 4.20 4.22 5/242 825719
/proc/meminfo: memFree=128258028/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=58976 memory=44200 CPUtime=12.66 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 8121 0 0 0 1245 21 0 0 20 0 1 0 162095135 60391424 11050 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 14744 11050 2703 2900 0 11258 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 58976 KiB
Current children cumulated memory: 44200 KiB

[startup+25.5003 s]
/proc/loadavg: 4.18 4.19 4.21 5/242 825721
/proc/meminfo: memFree=128199060/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=62684 memory=45832 CPUtime=25.43 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 8538 0 0 0 2507 36 0 0 20 0 1 0 162095135 64188416 11458 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 15671 11458 2703 2900 0 12185 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 62684 KiB
Current children cumulated memory: 45832 KiB

[startup+51.1126 s]
/proc/loadavg: 4.20 4.19 4.21 5/245 825730
/proc/meminfo: memFree=128173748/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=63628 memory=47412 CPUtime=50.98 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 8953 0 0 0 5036 62 0 0 20 0 1 0 162095135 65155072 11853 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 15907 11853 2703 2900 0 12421 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 63628 KiB
Current children cumulated memory: 47412 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.18 4.20 5/245 825739
/proc/meminfo: memFree=128153256/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=64376 memory=49260 CPUtime=102.04 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 9406 0 0 0 10096 108 0 0 20 0 1 0 162095135 65921024 12315 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 16094 12315 2703 2900 0 12608 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 64376 KiB
Current children cumulated memory: 49260 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.16 4.19 5/245 825750
/proc/meminfo: memFree=128157200/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=65664 memory=51372 CPUtime=161.9 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 9942 0 0 0 16038 152 0 0 20 0 1 0 162095135 67239936 12843 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 16416 12843 2703 2900 0 12930 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 65664 KiB
Current children cumulated memory: 51372 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.17 4.19 5/245 825760
/proc/meminfo: memFree=128135456/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=70792 memory=54632 CPUtime=221.75 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 10221 0 0 0 21984 191 0 0 20 0 1 0 162095135 72491008 13658 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 17698 13658 2703 2900 0 14212 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 70792 KiB
Current children cumulated memory: 54632 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.16 4.18 5/245 825770
/proc/meminfo: memFree=128129576/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=71428 memory=56072 CPUtime=281.58 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 10382 0 0 0 27931 227 0 0 20 0 1 0 162095135 73142272 14018 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 17857 14018 2703 2900 0 14371 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 71428 KiB
Current children cumulated memory: 56072 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.14 4.18 5/245 825781
/proc/meminfo: memFree=128125300/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=71884 memory=56488 CPUtime=341.43 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 10515 0 0 0 33884 259 0 0 20 0 1 0 162095135 73609216 14122 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 17971 14122 2703 2900 0 14485 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 71884 KiB
Current children cumulated memory: 56488 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.13 4.17 5/242 825792
/proc/meminfo: memFree=128103532/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=80588 memory=61892 CPUtime=401.28 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 10839 0 0 0 39842 286 0 0 20 0 1 0 162095135 82522112 15473 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 20147 15473 2703 2900 0 16661 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 80588 KiB
Current children cumulated memory: 61892 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.13 4.17 5/242 825802
/proc/meminfo: memFree=128088912/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=85152 memory=69096 CPUtime=461.12 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 11683 0 0 0 45807 305 0 0 20 0 1 0 162095135 87195648 17274 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 21288 17274 2703 2900 0 17802 0

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

Current children cumulated memory: 98416 KiB

[startup+2922.3 s]
/proc/loadavg: 4.17 4.15 4.13 5/246 827411
/proc/meminfo: memFree=127937204/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=130048 memory=98416 CPUtime=2914.82 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 16869 0 0 0 290685 797 0 0 20 0 1 0 162095135 133169152 24604 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32512 24604 2703 2900 0 29026 0
Current children cumulated CPU time: 2914.82 s
Current children cumulated vsize: 130048 KiB
Current children cumulated memory: 98416 KiB

[startup+2982.3 s]
/proc/loadavg: 4.17 4.15 4.13 5/246 827422
/proc/meminfo: memFree=127936988/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=130048 memory=98500 CPUtime=2974.66 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 16889 0 0 0 296655 811 0 0 20 0 1 0 162095135 133169152 24625 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32512 24625 2703 2900 0 29026 0
Current children cumulated CPU time: 2974.66 s
Current children cumulated vsize: 130048 KiB
Current children cumulated memory: 98500 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.15 4.13 5/246 827434
/proc/meminfo: memFree=127933784/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=130048 memory=99404 CPUtime=3034.49 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 16918 0 0 0 302625 824 0 0 20 0 1 0 162095135 133169152 24851 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32512 24851 2703 2900 0 29026 0
Current children cumulated CPU time: 3034.49 s
Current children cumulated vsize: 130048 KiB
Current children cumulated memory: 99404 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.15 4.13 5/246 827455
/proc/meminfo: memFree=127932908/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=130048 memory=99404 CPUtime=3094.34 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 16949 0 0 0 308600 834 0 0 20 0 1 0 162095135 133169152 24851 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32512 24851 2703 2900 0 29026 0
Current children cumulated CPU time: 3094.34 s
Current children cumulated vsize: 130048 KiB
Current children cumulated memory: 99404 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.15 4.13 5/246 827466
/proc/meminfo: memFree=127932512/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=130048 memory=99404 CPUtime=3154.2 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 16981 0 0 0 314577 843 0 0 20 0 1 0 162095135 133169152 24851 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32512 24851 2703 2900 0 29026 0
Current children cumulated CPU time: 3154.2 s
Current children cumulated vsize: 130048 KiB
Current children cumulated memory: 99404 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.17 4.13 5/244 827476
/proc/meminfo: memFree=127932344/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=130048 memory=99404 CPUtime=3214.04 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 17014 0 0 0 320554 850 0 0 20 0 1 0 162095135 133169152 24851 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32512 24851 2703 2900 0 29026 0
Current children cumulated CPU time: 3214.04 s
Current children cumulated vsize: 130048 KiB
Current children cumulated memory: 99404 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.18 4.14 5/243 827486
/proc/meminfo: memFree=127927204/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=130048 memory=99404 CPUtime=3273.88 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 17048 0 0 0 326529 859 0 0 20 0 1 0 162095135 133169152 24851 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32512 24851 2703 2900 0 29026 0
Current children cumulated CPU time: 3273.88 s
Current children cumulated vsize: 130048 KiB
Current children cumulated memory: 99404 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.16 4.13 5/242 827497
/proc/meminfo: memFree=127927392/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=130048 memory=99404 CPUtime=3333.73 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 17083 0 0 0 332506 867 0 0 20 0 1 0 162095135 133169152 24851 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32512 24851 2703 2900 0 29026 0
Current children cumulated CPU time: 3333.73 s
Current children cumulated vsize: 130048 KiB
Current children cumulated memory: 99404 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.16 4.13 5/242 827508
/proc/meminfo: memFree=127924368/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=130728 memory=99484 CPUtime=3393.57 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 17190 0 0 0 338483 874 0 0 20 0 1 0 162095135 133865472 24871 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32682 24871 2703 2900 0 29196 0
Current children cumulated CPU time: 3393.57 s
Current children cumulated vsize: 130728 KiB
Current children cumulated memory: 99484 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.17 4.14 5/242 827518
/proc/meminfo: memFree=127921460/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=131240 memory=102160 CPUtime=3453.42 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 17998 0 0 0 344460 882 0 0 20 0 1 0 162095135 134389760 25540 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32810 25540 2703 2900 0 29324 0
Current children cumulated CPU time: 3453.42 s
Current children cumulated vsize: 131240 KiB
Current children cumulated memory: 102160 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.17 4.14 5/242 827528
/proc/meminfo: memFree=127917792/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=131240 memory=102160 CPUtime=3513.27 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 18027 0 0 0 350435 892 0 0 20 0 1 0 162095135 134389760 25540 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32810 25540 2703 2900 0 29324 0
Current children cumulated CPU time: 3513.27 s
Current children cumulated vsize: 131240 KiB
Current children cumulated memory: 102160 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.17 4.14 5/242 827539
/proc/meminfo: memFree=127912760/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=131240 memory=102160 CPUtime=3573.12 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 18057 0 0 0 356410 902 0 0 20 0 1 0 162095135 134389760 25540 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32810 25540 2703 2900 0 29324 0
Current children cumulated CPU time: 3573.12 s
Current children cumulated vsize: 131240 KiB
Current children cumulated memory: 102160 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 3.80 4.09 4.11 3/229 827606
/proc/meminfo: memFree=128456880/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=131240 memory=102160 CPUtime=3600.04 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 18088 0 0 0 359098 906 0 0 20 0 1 0 162095135 134389760 25540 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32810 25540 2703 2900 0 29324 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 131240 KiB
Current children cumulated memory: 102160 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.99 s, system=9.07094 s

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

[startup+3609.3 s]
/proc/loadavg: 3.80 4.09 4.11 3/229 827606
/proc/meminfo: memFree=128456880/131655788 swapFree=131071996/131071996
[pid=825671] ppid=825668 vsize=131240 memory=102160 CPUtime=3600.04 cores=1,3
/proc/825671/stat : 825671 (ipbhs_static_sc) R 825668 825671 821226 0 -1 4194304 18088 0 0 0 359098 906 0 0 20 0 1 0 162095135 134389760 25540 134679101440 4194304 16068861 140722152068848 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 45031424 140722152072230 140722152072317 140722152072317 140722152079332 0
/proc/825671/statm: 32810 25540 2703 2900 0 29324 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 131240 KiB
Current children cumulated memory: 102160 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.3
CPU time (s): 3600.06
CPU user time (s): 3590.99
CPU system time (s): 9.07094
CPU usage (%): 99.744
Max. virtual memory (cumulated for all children) (KiB): 131856
Max. memory (cumulated for all children) (KiB): 102472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.99
system time used= 9.07094
maximum resident set size= 103528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18088
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= 34
involuntary context switches= 1750


# summary of solver processes directly reported to runsolver:
#   pid: 825671
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3590.99
#   total CPU system time (s): 9.07094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4234 second user time and 36.185 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-16 05:09:57
IDJOB=4431852
IDBENCH=147690
IDSOLVER=3057
FILE ID=nodeC007/4431852-1721099384
RUNJOBID= nodeC007-1721092164-821238
SLURM_JOB_ID= 7505588
Free space on /tmp= 723620 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_14.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4431852-1721099384/watcher-4431852-1721099384 -o /tmp/evaluation-result-4431852-1721099384/solver-4431852-1721099384 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721092164-821238 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4431852-1721099384.opb

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

MD5SUM BENCH= 0e700fc92a231fc1e477aebd59f20b52
RANDOM SEED=442823745

nodeC007.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		: 3666.965
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.25
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		: 1363.225
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.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	: 0xb00001f
cpu MHz		: 1197.200
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.25
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.132
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.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	: 0xb00001f
cpu MHz		: 3666.650
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.25
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		: 3676.315
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.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	: 0xb00001f
cpu MHz		: 1197.185
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.25
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.354
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128304544 kB
MemAvailable:   129695216 kB
Buffers:          394664 kB
Cached:          1825780 kB
SwapCached:            0 kB
Active:           698260 kB
Inactive:        2102068 kB
Active(anon):       1460 kB
Inactive(anon):   616144 kB
Active(file):     696800 kB
Inactive(file):  1485924 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            219552 kB
Writeback:            12 kB
AnonPages:        580052 kB
Mapped:           137792 kB
Shmem:             37704 kB
KReclaimable:      95960 kB
Slab:             192148 kB
SReclaimable:      95960 kB
SUnreclaim:        96188 kB
KernelStack:        3856 kB
PageTables:        10544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     947564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51712 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:      248648 kB
DirectMap2M:    22724608 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723676 MiB
End job on nodeC007 at 2024-07-16 06:10:07