Trace number 4440964

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
Exact_veripb2_no_SoPlex 2024-07-05OPT cert.70 1580.63 1591.89

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/dt-problems/
normalized-lo_12x12_001.opb.metafix.opb
MD5SUM5fbb156e7552e932d6b03b61f2d75f6d
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 benchmark70
Best CPU time to get the best result obtained on this benchmark0.011138
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint12
Number of terms in the objective function 144
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 144
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 144
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	o 70
1580.53/1591.87	s OPTIMUM FOUND
1580.53/1591.87	v x1 x2 x3 -x4 -x5 -x6 x7 x8 -x9 x10 x11 -x12 -x13 x14 -x15 x16 x17 x18 x19 x20 x21 -x22 -x23 x24 x25 x26 -x27 x28 -x29 x30 -x31 x32 x33 x34 x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 x44 x45 -x46 x47 x48 x49 -x50 x51 -x52 x53 -x54 -x55 x56 x57 -x58 x59 -x60 x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 x76 -x77 x78 -x79 -x80 x81 -x82 x83 -x84 x85 -x86 -x87 -x88 -x89 x90 x91 x92 -x93 -x94 -x95 x96 x97 -x98 x99 x100 -x101 x102 -x103 x104 -x105 -x106 x107 x108 x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 x123 x124 -x125 x126 -x127 -x128 -x129 x130 x131 -x132 x133 x134 x135 x136 x137 x138 x139 -x140 -x141 x142 x143 -x144

Verifier Data

OK	70

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED BOUNDS 70 <= obj <= 70
Verification succeeded.

VeriPB + CakePB


-- out of memory --

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440964-1721833024/watcher-4440964-1721833024 -o /tmp/evaluation-result-4440964-1721833024/solver-4440964-1721833024 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721828193-189255 --watchdog 3760 HOME/Exact_veripb2_nosoplex --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4440964-1721833024 --seed=828293157 HOME/instance-4440964-1721833024.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10009 s]*
/proc/loadavg: 4.37 4.18 4.18 5/262 192391
/proc/meminfo: memFree=66371204/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=26044 memory=4748 CPUtime=0.1 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 441 0 0 0 10 0 0 0 20 0 1 0 19830262 26669056 1187 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 6511 1187 850 747 0 5574 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26044 KiB
Current children cumulated memory: 4748 KiB

[startup+0.205544 s]*
/proc/loadavg: 4.37 4.18 4.18 5/262 192391
/proc/meminfo: memFree=66367168/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=26400 memory=7432 CPUtime=0.2 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 644 0 0 0 20 0 0 0 20 0 1 0 19830262 27033600 1858 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 6600 1858 850 747 0 5663 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 26400 KiB
Current children cumulated memory: 7432 KiB

[startup+0.305377 s]*
/proc/loadavg: 4.37 4.18 4.18 5/262 192391
/proc/meminfo: memFree=66365376/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=26672 memory=7692 CPUtime=0.3 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 700 0 0 0 30 0 0 0 20 0 1 0 19830262 27312128 1923 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 6668 1923 850 747 0 5731 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26672 KiB
Current children cumulated memory: 7692 KiB

[startup+0.700117 s]
/proc/loadavg: 4.37 4.18 4.18 6/262 192391
/proc/meminfo: memFree=66362548/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=27076 memory=7956 CPUtime=0.69 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 793 0 0 0 69 0 0 0 20 0 1 0 19830262 27725824 1989 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 6769 1989 850 747 0 5832 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 27076 KiB
Current children cumulated memory: 7956 KiB

[startup+1.50019 s]
/proc/loadavg: 4.37 4.18 4.18 5/262 192391
/proc/meminfo: memFree=66355128/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=27892 memory=8860 CPUtime=1.49 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 959 0 0 0 149 0 0 0 20 0 1 0 19830262 28561408 2215 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 6973 2215 850 747 0 6036 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 27892 KiB
Current children cumulated memory: 8860 KiB

[startup+3.10547 s]
/proc/loadavg: 4.42 4.20 4.18 5/262 192391
/proc/meminfo: memFree=66307212/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=28612 memory=11704 CPUtime=3.08 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 1164 0 0 0 308 0 0 0 20 0 1 0 19830262 29298688 2926 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 7153 2926 850 747 0 6216 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 28612 KiB
Current children cumulated memory: 11704 KiB

[startup+6.30019 s]
/proc/loadavg: 4.42 4.20 4.18 5/262 192391
/proc/meminfo: memFree=66264120/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=30024 memory=12812 CPUtime=6.27 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 1508 0 0 0 626 1 0 0 20 0 1 0 19830262 30744576 3203 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 7506 3203 850 747 0 6569 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 30024 KiB
Current children cumulated memory: 12812 KiB

[startup+12.7002 s]
/proc/loadavg: 4.46 4.21 4.19 5/262 192392
/proc/meminfo: memFree=66168864/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=30728 memory=13572 CPUtime=12.65 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 1758 0 0 0 1263 2 0 0 20 0 1 0 19830262 31465472 3393 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 7682 3393 850 747 0 6745 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 30728 KiB
Current children cumulated memory: 13572 KiB

[startup+25.5002 s]
/proc/loadavg: 4.43 4.21 4.19 5/262 192394
/proc/meminfo: memFree=65959132/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=31160 memory=16080 CPUtime=25.43 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 2030 0 0 0 2537 6 0 0 20 0 1 0 19830262 31907840 4020 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 7790 4020 850 747 0 6853 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 31160 KiB
Current children cumulated memory: 16080 KiB

[startup+51.1055 s]
/proc/loadavg: 4.28 4.20 4.18 5/261 192398
/proc/meminfo: memFree=65673060/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=32136 memory=16920 CPUtime=50.78 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 2437 0 0 0 5068 10 0 0 20 0 1 0 19830262 32907264 4230 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 17 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 8034 4230 850 747 0 7097 0
Current children cumulated CPU time: 50.78 s
Current children cumulated vsize: 32136 KiB
Current children cumulated memory: 16920 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.18 4.18 5/261 192576
/proc/meminfo: memFree=64906636/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=32520 memory=17312 CPUtime=101.75 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 2922 0 0 0 10156 19 0 0 20 0 1 0 19830262 33300480 4328 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 26 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 8130 4328 850 747 0 7193 0
Current children cumulated CPU time: 101.75 s
Current children cumulated vsize: 32520 KiB
Current children cumulated memory: 17312 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.16 4.17 5/261 192586
/proc/meminfo: memFree=62979828/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=32872 memory=17684 CPUtime=161.53 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 3844 0 0 0 16124 29 0 0 20 0 1 0 19830262 33660928 4421 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 33 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 8218 4421 850 747 0 7281 0
Current children cumulated CPU time: 161.53 s
Current children cumulated vsize: 32872 KiB
Current children cumulated memory: 17684 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.16 4.17 5/266 192606
/proc/meminfo: memFree=60943872/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=33288 memory=18100 CPUtime=221.31 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 4806 0 0 0 22094 37 0 0 20 0 1 0 19830262 34086912 4525 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 40 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 8322 4525 850 747 0 7385 0
Current children cumulated CPU time: 221.31 s
Current children cumulated vsize: 33288 KiB
Current children cumulated memory: 18100 KiB

[startup+282.3 s]
/proc/loadavg: 4.24 4.17 4.18 5/267 192629
/proc/meminfo: memFree=59470820/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=33800 memory=18588 CPUtime=280.8 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 5788 0 0 0 28034 46 0 0 20 0 1 0 19830262 34611200 4647 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 76 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 8450 4647 850 747 0 7513 0
Current children cumulated CPU time: 280.8 s
Current children cumulated vsize: 33800 KiB
Current children cumulated memory: 18588 KiB

[startup+342.3 s]
/proc/loadavg: 4.23 4.19 4.18 5/266 192640
/proc/meminfo: memFree=56970372/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=34184 memory=19020 CPUtime=340.44 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 6626 0 0 0 33988 56 0 0 20 0 1 0 19830262 35004416 4755 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 97 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 8546 4755 850 747 0 7609 0
Current children cumulated CPU time: 340.44 s
Current children cumulated vsize: 34184 KiB
Current children cumulated memory: 19020 KiB

[startup+402.3 s]
/proc/loadavg: 4.17 4.18 4.18 5/267 192651
/proc/meminfo: memFree=54491448/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=34568 memory=19380 CPUtime=398.78 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 7414 0 0 0 39814 64 0 0 20 0 1 0 19830262 35397632 4845 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 246 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 8642 4845 850 747 0 7705 0
Current children cumulated CPU time: 398.78 s
Current children cumulated vsize: 34568 KiB
Current children cumulated memory: 19380 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/268 192662
/proc/meminfo: memFree=54146216/131524600 swapFree=131060624/131071996
[pid=192390] ppid=192387 vsize=34568 memory=21444 CPUtime=458.3 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 8118 0 0 0 45752 78 0 0 20 0 1 0 19830262 35397632 5361 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 256 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 8642 5361 850 747 0 7705 0

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

/proc/loadavg: 4.10 4.12 4.14 5/264 192804
/proc/meminfo: memFree=36749500/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37224 memory=23940 CPUtime=1173.54 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 15016 0 0 0 117155 199 0 0 20 0 1 0 19830262 38117376 5985 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 480 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9306 5985 850 747 0 8369 0
Current children cumulated CPU time: 1173.54 s
Current children cumulated vsize: 37224 KiB
Current children cumulated memory: 23940 KiB

[startup+1242.3 s]
/proc/loadavg: 4.15 4.13 4.14 5/265 192816
/proc/meminfo: memFree=34867356/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37224 memory=23940 CPUtime=1233.07 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 15629 0 0 0 123093 214 0 0 20 0 1 0 19830262 38117376 5985 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 6 0 0 490 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9306 5985 850 747 0 8369 0
Current children cumulated CPU time: 1233.07 s
Current children cumulated vsize: 37224 KiB
Current children cumulated memory: 23940 KiB

[startup+1302.3 s]
/proc/loadavg: 4.34 4.17 4.15 5/259 192852
/proc/meminfo: memFree=46299752/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37760 memory=24204 CPUtime=1292.62 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 15910 0 0 0 129039 223 0 0 20 0 1 0 19830262 38666240 6051 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 512 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9440 6051 850 747 0 8503 0
Current children cumulated CPU time: 1292.62 s
Current children cumulated vsize: 37760 KiB
Current children cumulated memory: 24204 KiB

[startup+1362.3 s]
/proc/loadavg: 4.36 4.21 4.17 5/264 192929
/proc/meminfo: memFree=77115280/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37760 memory=24204 CPUtime=1352.37 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 15917 0 0 0 135006 231 0 0 20 0 1 0 19830262 38666240 6051 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 521 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9440 6051 850 747 0 8503 0
Current children cumulated CPU time: 1352.37 s
Current children cumulated vsize: 37760 KiB
Current children cumulated memory: 24204 KiB

[startup+1422.3 s]
/proc/loadavg: 4.31 4.22 4.18 5/266 193036
/proc/meminfo: memFree=110161816/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37760 memory=24432 CPUtime=1411.99 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 15938 0 0 0 140960 239 0 0 20 0 1 0 19830262 38666240 6108 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 542 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9440 6108 850 747 0 8503 0
Current children cumulated CPU time: 1411.99 s
Current children cumulated vsize: 37760 KiB
Current children cumulated memory: 24432 KiB

[startup+1482.3 s]
/proc/loadavg: 4.20 4.21 4.18 5/261 193047
/proc/meminfo: memFree=109279288/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37760 memory=24432 CPUtime=1471.75 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 15944 0 0 0 146928 247 0 0 20 0 1 0 19830262 38666240 6108 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 550 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9440 6108 850 747 0 8503 0
Current children cumulated CPU time: 1471.75 s
Current children cumulated vsize: 37760 KiB
Current children cumulated memory: 24432 KiB

[startup+1542.3 s]
/proc/loadavg: 4.14 4.19 4.18 5/258 193059
/proc/meminfo: memFree=108432316/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37608 memory=24388 CPUtime=1531.36 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 16282 0 0 0 152879 257 0 0 20 0 1 0 19830262 38510592 6097 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 574 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9402 6097 850 747 0 8465 0
Current children cumulated CPU time: 1531.36 s
Current children cumulated vsize: 37608 KiB
Current children cumulated memory: 24388 KiB

[startup+1591.89 s]
# the end of solver process 192390 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=1577.99 s, system=2.64125 s

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

[startup+1561.6 s]
/proc/loadavg: 4.16 4.20 4.18 5/258 193062
/proc/meminfo: memFree=108150580/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37736 memory=24520 CPUtime=1550.51 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 16577 0 0 0 154792 259 0 0 20 0 1 0 19830262 38641664 6130 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 584 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9434 6130 850 747 0 8497 0
Current children cumulated CPU time: 1550.51 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 24520 KiB

[startup+1574.4 s]
/proc/loadavg: 4.13 4.19 4.17 5/258 193063
/proc/meminfo: memFree=107942196/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37864 memory=25248 CPUtime=1563.28 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 16702 0 0 0 156067 261 0 0 20 0 1 0 19830262 38772736 6312 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 584 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9466 6312 850 747 0 8529 0
Current children cumulated CPU time: 1563.28 s
Current children cumulated vsize: 37864 KiB
Current children cumulated memory: 25248 KiB

[startup+1580.8 s]
/proc/loadavg: 4.20 4.20 4.18 5/258 193065
/proc/meminfo: memFree=107852664/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37864 memory=25248 CPUtime=1569.66 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 16789 0 0 0 156704 262 0 0 20 0 1 0 19830262 38772736 6312 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 584 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9466 6312 850 747 0 8529 0
Current children cumulated CPU time: 1569.66 s
Current children cumulated vsize: 37864 KiB
Current children cumulated memory: 25248 KiB

[startup+1587.2 s]
/proc/loadavg: 4.18 4.20 4.18 5/258 193066
/proc/meminfo: memFree=107744872/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37864 memory=25248 CPUtime=1576.05 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 16876 0 0 0 157342 263 0 0 20 0 1 0 19830262 38772736 6312 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 584 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9466 6312 850 747 0 8529 0
Current children cumulated CPU time: 1576.05 s
Current children cumulated vsize: 37864 KiB
Current children cumulated memory: 25248 KiB

[startup+1590.4 s]
/proc/loadavg: 4.17 4.19 4.18 4/258 193066
/proc/meminfo: memFree=107691452/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37864 memory=25248 CPUtime=1579.14 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 16885 0 0 0 157651 263 0 0 20 0 1 0 19830262 38772736 6312 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 593 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9466 6312 850 747 0 8529 0
Current children cumulated CPU time: 1579.14 s
Current children cumulated vsize: 37864 KiB
Current children cumulated memory: 25248 KiB

[startup+1591.2 s]
/proc/loadavg: 4.17 4.19 4.18 5/258 193066
/proc/meminfo: memFree=107684584/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37864 memory=25248 CPUtime=1579.94 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 16885 0 0 0 157731 263 0 0 20 0 1 0 19830262 38772736 6312 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 593 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9466 6312 850 747 0 8529 0
Current children cumulated CPU time: 1579.94 s
Current children cumulated vsize: 37864 KiB
Current children cumulated memory: 25248 KiB

[startup+1591.6 s]
/proc/loadavg: 4.17 4.19 4.18 5/258 193066
/proc/meminfo: memFree=107684584/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37864 memory=25248 CPUtime=1580.33 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 16885 0 0 0 157770 263 0 0 20 0 1 0 19830262 38772736 6312 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 593 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9466 6312 850 747 0 8529 0
Current children cumulated CPU time: 1580.33 s
Current children cumulated vsize: 37864 KiB
Current children cumulated memory: 25248 KiB

[startup+1591.8 s]
/proc/loadavg: 4.17 4.19 4.18 5/258 193066
/proc/meminfo: memFree=107684584/131524600 swapFree=131060368/131071996
[pid=192390] ppid=192387 vsize=37864 memory=25248 CPUtime=1580.53 cores=4,6
/proc/192390/stat : 192390 (Exact_veripb2_n) R 192387 192390 189244 0 -1 4194304 16885 0 0 0 157790 263 0 0 20 0 1 0 19830262 38772736 6312 134679101440 4194304 7250417 140728905883808 0 0 0 0 0 8404994 0 0 0 17 4 0 0 593 0 0 7950792 8015128 25104384 140728905888571 140728905888859 140728905888859 140728905895870 0
/proc/192390/statm: 9466 6312 850 747 0 8529 0
Current children cumulated CPU time: 1580.53 s
Current children cumulated vsize: 37864 KiB
Current children cumulated memory: 25248 KiB

Child status: 30

Real time (s): 1591.89
CPU time (s): 1580.63
CPU user time (s): 1577.99
CPU system time (s): 2.64125
CPU usage (%): 99.2923
Max. virtual memory (cumulated for all children) (KiB): 37864
Max. memory (cumulated for all children) (KiB): 25248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1577.99
system time used= 2.64126
maximum resident set size= 25508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16886
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4971248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84
involuntary context switches= 3979


# summary of solver processes directly reported to runsolver:
#   pid: 192390
#   total CPU time (s): 1580.63
#   total CPU user time (s): 1577.99
#   total CPU system time (s): 2.64125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.11594 second user time and 6.94524 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-24 16:57:04
IDJOB=4440964
IDBENCH=158431
IDSOLVER=3080
FILE ID=nodeC014/4440964-1721833024
RUNJOBID= nodeC014-1721828193-189255
SLURM_JOB_ID= 7891470
Free space on /tmp= 889832 MiB

SOLVER NAME= Exact_veripb2_no_SoPlex 2024-07-05
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/dt-problems/normalized-lo_12x12_001.opb.metafix.opb
COMMAND LINE= HOME/Exact_veripb2_nosoplex --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=CERTNAME --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440964-1721833024/watcher-4440964-1721833024 -o /tmp/evaluation-result-4440964-1721833024/solver-4440964-1721833024 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721828193-189255 --watchdog 3760  HOME/Exact_veripb2_nosoplex --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4440964-1721833024 --seed=828293157 HOME/instance-4440964-1721833024.opb

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

MD5SUM BENCH= 5fbb156e7552e932d6b03b61f2d75f6d
RANDOM SEED=828293157

nodeC014.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		: 3668.411
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.45
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		: 3690.143
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		: 3605.708
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.45
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		: 3600.836
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		: 3654.306
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.45
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		: 3690.166
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		: 3654.881
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.45
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.959
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:        66375384 kB
MemAvailable:   123774180 kB
Buffers:          256736 kB
Cached:         57867860 kB
SwapCached:           92 kB
Active:           745356 kB
Inactive:       63582048 kB
Active(anon):       2380 kB
Inactive(anon):  6253524 kB
Active(file):     742976 kB
Inactive(file): 57328524 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131060624 kB
Dirty:            157712 kB
Writeback:             0 kB
AnonPages:       6201672 kB
Mapped:           101656 kB
Shmem:             52988 kB
KReclaimable:     334236 kB
Slab:             463236 kB
SReclaimable:     334236 kB
SUnreclaim:       129000 kB
KernelStack:        4224 kB
PageTables:        21784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7782152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            12800 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4786176 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:      387796 kB
DirectMap2M:    43425792 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890016 MiB
End job on nodeC014 at 2024-07-24 17:23:36