Trace number 4432023

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.05 3609.01

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/heinz/
normalized-neos-1620770.opb
MD5SUMea40b84df91c60f1b4d71ba03d843a27
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 benchmark9
Best CPU time to get the best result obtained on this benchmark374.616
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables792
Total number of constraints9296
Number of constraints which are clauses9261
Number of constraints which are cardinality constraints (but not clauses)35
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint22
Number of terms in the objective function 22
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 22
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 23
Number of bits of the biggest sum of numbers5
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 (41231 MiB free)
  memory of node 1: 64473 MiB (63360 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432023-1721119195/watcher-4432023-1721119195 -o /tmp/evaluation-result-4432023-1721119195/solver-4432023-1721119195 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721115599-843799 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432023-1721119195.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=846103, runsolver pid=846100

[startup+0.100915 s]*
/proc/loadavg: 4.25 4.16 4.11 5/257 846104
/proc/meminfo: memFree=107088488/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=40652 memory=24540 CPUtime=0.09 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 3501 0 0 0 8 1 0 0 20 0 1 0 164084521 41627648 6135 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 10163 6135 2703 2900 0 6677 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 40652 KiB
Current children cumulated memory: 24540 KiB

[startup+0.205754 s]*
/proc/loadavg: 4.25 4.16 4.11 5/257 846104
/proc/meminfo: memFree=107088320/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=40652 memory=24540 CPUtime=0.19 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 3515 0 0 0 18 1 0 0 20 0 1 0 164084521 41627648 6135 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 10163 6135 2703 2900 0 6677 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 40652 KiB
Current children cumulated memory: 24540 KiB

[startup+0.305513 s]*
/proc/loadavg: 4.25 4.16 4.11 5/257 846104
/proc/meminfo: memFree=107087844/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=40652 memory=25064 CPUtime=0.3 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 3610 0 0 0 28 2 0 0 20 0 1 0 164084521 41627648 6266 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 10163 6266 2703 2900 0 6677 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 40652 KiB
Current children cumulated memory: 25064 KiB

[startup+0.70018 s]
/proc/loadavg: 4.25 4.16 4.11 5/257 846104
/proc/meminfo: memFree=107087368/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=40652 memory=25328 CPUtime=0.68 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 3675 0 0 0 66 2 0 0 20 0 1 0 164084521 41627648 6332 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 10163 6332 2703 2900 0 6677 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 40652 KiB
Current children cumulated memory: 25328 KiB

[startup+1.50015 s]
/proc/loadavg: 4.25 4.16 4.11 5/257 846104
/proc/meminfo: memFree=107085232/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=40652 memory=26384 CPUtime=1.48 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 3965 0 0 0 145 3 0 0 20 0 1 0 164084521 41627648 6596 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 10163 6596 2703 2900 0 6677 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 40652 KiB
Current children cumulated memory: 26384 KiB

[startup+3.10489 s]
/proc/loadavg: 4.23 4.16 4.11 5/257 846104
/proc/meminfo: memFree=107083652/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=43372 memory=27472 CPUtime=3.08 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 4236 0 0 0 302 6 0 0 20 0 1 0 164084521 44412928 6868 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 10843 6868 2703 2900 0 7357 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 43372 KiB
Current children cumulated memory: 27472 KiB

[startup+6.30018 s]
/proc/loadavg: 4.23 4.16 4.11 5/257 846104
/proc/meminfo: memFree=107082008/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=43508 memory=28792 CPUtime=6.27 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 4568 0 0 0 616 11 0 0 20 0 1 0 164084521 44552192 7198 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 10877 7198 2703 2900 0 7391 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 43508 KiB
Current children cumulated memory: 28792 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 4.16 4.11 5/257 846106
/proc/meminfo: memFree=107063600/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=48656 memory=32164 CPUtime=12.66 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 5392 0 0 0 1247 19 0 0 20 0 1 0 164084521 49823744 8041 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 12164 8041 2703 2900 0 8678 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 48656 KiB
Current children cumulated memory: 32164 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.15 4.11 5/257 846107
/proc/meminfo: memFree=107057980/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=56436 memory=35992 CPUtime=25.42 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 5839 0 0 0 2508 34 0 0 20 0 1 0 164084521 57790464 8998 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 14109 8998 2703 2900 0 10623 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 56436 KiB
Current children cumulated memory: 35992 KiB

[startup+51.1056 s]
/proc/loadavg: 4.18 4.15 4.11 5/257 846113
/proc/meminfo: memFree=107033804/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=68592 memory=43492 CPUtime=50.97 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 6741 0 0 0 5036 61 0 0 20 0 1 0 164084521 70238208 10873 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 17148 10873 2703 2900 0 13662 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 68592 KiB
Current children cumulated memory: 43492 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.16 4.11 5/257 846166
/proc/meminfo: memFree=127480856/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=90348 memory=58608 CPUtime=102.05 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 8642 0 0 0 10103 102 0 0 20 0 1 0 164084521 92516352 14652 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 22587 14652 2703 2900 0 19101 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 90348 KiB
Current children cumulated memory: 58608 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.16 4.11 5/257 846176
/proc/meminfo: memFree=127461812/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=91308 memory=60192 CPUtime=161.91 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 9032 0 0 0 16014 177 0 0 20 0 1 0 164084521 93499392 15048 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 22827 15048 2703 2900 0 19341 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 91308 KiB
Current children cumulated memory: 60192 KiB

[startup+222.3 s]
/proc/loadavg: 4.25 4.18 4.12 5/257 846187
/proc/meminfo: memFree=127446892/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=92356 memory=61436 CPUtime=221.76 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 9326 0 0 0 21931 245 0 0 20 0 1 0 164084521 94572544 15359 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 23089 15359 2703 2900 0 19603 0
Current children cumulated CPU time: 221.76 s
Current children cumulated vsize: 92356 KiB
Current children cumulated memory: 61436 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.16 4.11 5/257 846199
/proc/meminfo: memFree=127417224/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=92948 memory=66748 CPUtime=281.62 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 9498 0 0 0 27851 311 0 0 20 0 1 0 164084521 95178752 16687 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 23237 16687 2703 2900 0 19751 0
Current children cumulated CPU time: 281.62 s
Current children cumulated vsize: 92948 KiB
Current children cumulated memory: 66748 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.16 4.11 5/254 846209
/proc/meminfo: memFree=127409628/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=93976 memory=71800 CPUtime=341.49 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 9780 0 0 0 33779 370 0 0 20 0 1 0 164084521 96231424 17950 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 23494 17950 2703 2900 0 20008 0
Current children cumulated CPU time: 341.49 s
Current children cumulated vsize: 93976 KiB
Current children cumulated memory: 71800 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/254 846219
/proc/meminfo: memFree=127399004/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=94468 memory=72492 CPUtime=401.36 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 9928 0 0 0 39709 427 0 0 20 0 1 0 164084521 96735232 18123 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 23617 18123 2703 2900 0 20131 0
Current children cumulated CPU time: 401.36 s
Current children cumulated vsize: 94468 KiB
Current children cumulated memory: 72492 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/254 846230
/proc/meminfo: memFree=127377400/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=94976 memory=77004 CPUtime=461.23 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 10083 0 0 0 45636 487 0 0 20 0 1 0 164084521 97255424 19251 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 23744 19251 2703 2900 0 20258 0

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

Current children cumulated memory: 133092 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/255 847666
/proc/meminfo: memFree=125651332/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=188316 memory=133356 CPUtime=2855.35 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 34124 0 0 0 283152 2383 0 0 20 0 1 0 164084521 192835584 33339 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 47079 33339 2703 2900 0 43593 0
Current children cumulated CPU time: 2855.35 s
Current children cumulated vsize: 188316 KiB
Current children cumulated memory: 133356 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/256 847845
/proc/meminfo: memFree=125631492/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=186708 memory=131908 CPUtime=2915.18 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 34616 0 0 0 289092 2426 0 0 20 0 1 0 164084521 191188992 32977 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 46677 32977 2703 2900 0 43191 0
Current children cumulated CPU time: 2915.18 s
Current children cumulated vsize: 186708 KiB
Current children cumulated memory: 131908 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/256 847855
/proc/meminfo: memFree=125623568/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=187220 memory=134352 CPUtime=2975.02 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 35573 0 0 0 295036 2466 0 0 20 0 1 0 164084521 191713280 33588 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 46805 33588 2703 2900 0 43319 0
Current children cumulated CPU time: 2975.02 s
Current children cumulated vsize: 187220 KiB
Current children cumulated memory: 134352 KiB

[startup+3042.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/259 847925
/proc/meminfo: memFree=125608592/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=187732 memory=136808 CPUtime=3034.85 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 36536 0 0 0 300980 2505 0 0 20 0 1 0 164084521 192237568 34202 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 46933 34202 2703 2900 0 43447 0
Current children cumulated CPU time: 3034.85 s
Current children cumulated vsize: 187732 KiB
Current children cumulated memory: 136808 KiB

[startup+3102.3 s]
/proc/loadavg: 4.18 4.11 4.10 5/259 847935
/proc/meminfo: memFree=125601496/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=188372 memory=139392 CPUtime=3094.68 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 37534 0 0 0 306921 2547 0 0 20 0 1 0 164084521 192892928 34848 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 47093 34848 2703 2900 0 43607 0
Current children cumulated CPU time: 3094.68 s
Current children cumulated vsize: 188372 KiB
Current children cumulated memory: 139392 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/259 847945
/proc/meminfo: memFree=125597480/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=188692 memory=139660 CPUtime=3154.52 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 38465 0 0 0 312863 2589 0 0 20 0 1 0 164084521 193220608 34915 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 47173 34915 2703 2900 0 43687 0
Current children cumulated CPU time: 3154.52 s
Current children cumulated vsize: 188692 KiB
Current children cumulated memory: 139660 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/257 847956
/proc/meminfo: memFree=125594764/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=188692 memory=139660 CPUtime=3214.35 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 39333 0 0 0 318801 2634 0 0 20 0 1 0 164084521 193220608 34915 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 47173 34915 2703 2900 0 43687 0
Current children cumulated CPU time: 3214.35 s
Current children cumulated vsize: 188692 KiB
Current children cumulated memory: 139660 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/257 847967
/proc/meminfo: memFree=125586760/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=188692 memory=139660 CPUtime=3274.19 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 40204 0 0 0 324742 2677 0 0 20 0 1 0 164084521 193220608 34915 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 47173 34915 2703 2900 0 43687 0
Current children cumulated CPU time: 3274.19 s
Current children cumulated vsize: 188692 KiB
Current children cumulated memory: 139660 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/254 847978
/proc/meminfo: memFree=125529960/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=188692 memory=139660 CPUtime=3334.03 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 41078 0 0 0 330683 2720 0 0 20 0 1 0 164084521 193220608 34915 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 47173 34915 2703 2900 0 43687 0
Current children cumulated CPU time: 3334.03 s
Current children cumulated vsize: 188692 KiB
Current children cumulated memory: 139660 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/254 847988
/proc/meminfo: memFree=125564808/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=188948 memory=139860 CPUtime=3393.87 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 42005 0 0 0 336623 2764 0 0 20 0 1 0 164084521 193482752 34965 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 47237 34965 2703 2900 0 43751 0
Current children cumulated CPU time: 3393.87 s
Current children cumulated vsize: 188948 KiB
Current children cumulated memory: 139860 KiB

[startup+3462.3 s]
/proc/loadavg: 4.52 4.21 4.12 5/254 847999
/proc/meminfo: memFree=125540596/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=189076 memory=140576 CPUtime=3453.7 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 42845 0 0 0 342559 2811 0 0 20 0 1 0 164084521 193613824 35144 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 47269 35144 2703 2900 0 43783 0
Current children cumulated CPU time: 3453.7 s
Current children cumulated vsize: 189076 KiB
Current children cumulated memory: 140576 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.18 4.12 5/254 848009
/proc/meminfo: memFree=125536672/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=189140 memory=140640 CPUtime=3513.53 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 43720 0 0 0 348501 2852 0 0 20 0 1 0 164084521 193679360 35160 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 47285 35160 2703 2900 0 43799 0
Current children cumulated CPU time: 3513.53 s
Current children cumulated vsize: 189140 KiB
Current children cumulated memory: 140640 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.18 4.12 5/254 848019
/proc/meminfo: memFree=125531212/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=189204 memory=140704 CPUtime=3573.4 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 44581 0 0 0 354447 2893 0 0 20 0 1 0 164084521 193744896 35176 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 47301 35176 2703 2900 0 43815 0
Current children cumulated CPU time: 3573.4 s
Current children cumulated vsize: 189204 KiB
Current children cumulated memory: 140704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]*
/proc/loadavg: 4.37 4.23 4.14 5/256 848073
/proc/meminfo: memFree=125847280/131524600 swapFree=131071996/131071996
[pid=846103] ppid=846100 vsize=189204 memory=140704 CPUtime=3600.03 cores=1,3
/proc/846103/stat : 846103 (ipbhs_static_sc) R 846100 846103 843787 0 -1 4194304 44975 0 0 0 357092 2911 0 0 20 0 1 0 164084521 193744896 35176 134679101440 4194304 16068861 140721214625552 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 18370176 18462544 29552640 140721214628902 140721214628989 140721214628989 140721214636004 0
/proc/846103/statm: 47301 35176 2703 2900 0 43815 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 189204 KiB
Current children cumulated memory: 140704 KiB

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

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

# cumulated CPU time of all completed processes:  user=3570.93 s, system=29.1209 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): 3609.01
CPU time (s): 3600.05
CPU user time (s): 3570.93
CPU system time (s): 29.1209
CPU usage (%): 99.7518
Max. virtual memory (cumulated for all children) (KiB): 190936
Max. memory (cumulated for all children) (KiB): 142044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.93
system time used= 29.1209
maximum resident set size= 142220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44975
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= 60
involuntary context switches= 1893


# summary of solver processes directly reported to runsolver:
#   pid: 846103
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3570.93
#   total CPU system time (s): 29.1209

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.98858 second user time and 16.4079 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-16 10:40:08
IDJOB=4432023
IDBENCH=155341
IDSOLVER=3057
FILE ID=nodeC023/4432023-1721119195
RUNJOBID= nodeC023-1721115599-843799
SLURM_JOB_ID= 7505653
Free space on /tmp= 889676 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-1620770.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432023-1721119195/watcher-4432023-1721119195 -o /tmp/evaluation-result-4432023-1721119195/solver-4432023-1721119195 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721115599-843799 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4432023-1721119195.opb

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

MD5SUM BENCH= ea40b84df91c60f1b4d71ba03d843a27
RANDOM SEED=1578580361

nodeC023.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		: 3677.520
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.61
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		: 3686.972
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.48
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		: 3599.870
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.61
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		: 3669.929
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.48
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		: 3677.546
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.61
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		: 3681.202
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.48
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		: 3599.936
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.61
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		: 3599.936
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        107103280 kB
MemAvailable:   108964572 kB
Buffers:          427008 kB
Cached:          2256528 kB
SwapCached:            0 kB
Active:          1013976 kB
Inactive:       22740972 kB
Active(anon):       1572 kB
Inactive(anon): 21107564 kB
Active(file):    1012404 kB
Inactive(file):  1633408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            107672 kB
Writeback:            60 kB
AnonPages:      21071504 kB
Mapped:           137188 kB
Shmem:             37720 kB
KReclaimable:     110604 kB
Slab:             218456 kB
SReclaimable:     110604 kB
SUnreclaim:       107852 kB
KernelStack:        4096 kB
PageTables:        50616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   22641156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62048 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8071168 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:      203476 kB
DirectMap2M:    18444288 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889848 MiB
End job on nodeC023 at 2024-07-16 11:40:17