Trace number 4428250

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
LS-MabS 2024-07-10SAT23 3558 3568.95

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_1.opb
MD5SUMb4b357048b7fd6a2befaa81502734110
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 benchmark15
Best CPU time to get the best result obtained on this benchmark3600.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables198
Total number of constraints16
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint85
Maximum length of a constraint86
Number of terms in the objective function 128
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1884
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6162
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Filename:instance-4428250-1722785025.opb, Cutoff_time:3558, memory_limit_gb:500000
0.00/0.00	c Not use presolve
1775.66/1782.59	c Use LS-small
1775.66/1782.59	o 23
3557.94/3568.94	s SATISFIABLE
3557.94/3568.94	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 -x145 x146 -x147 x148 x149 x150 -x151 -x152 -x153 x154 -x155 x156 x157 -x158 x159 x160 -x161 x162 -x163 -x164 x165 -x166 x167 x168 -x169 x170 -x171 -x172 x173 -x174 x175 x176 x177 x178 x179 x180 -x181 x182 x183 x184 -x185 -x186 x187 -x188 x189 x190 -x191 -x192 x193 x194 x195 -x196 x197 x198 
3557.94/3568.94	c Done 1775.76s

Verifier Data

OK	23

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4428250-1722785025/watcher-4428250-1722785025 -o /tmp/evaluation-result-4428250-1722785025/solver-4428250-1722785025 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1722781455-248099 --watchdog 3760 --use-pty ./LS-MabS -f HOME/instance-4428250-1722785025.opb -t 3558 -s 1674964860 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Using a pseudo terminal to collect output from the solver
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=250197, runsolver pid=250194

[startup+0.100933 s]*
/proc/loadavg: 4.08 4.08 4.02 5/244 250198
/proc/meminfo: memFree=124247524/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=26092 memory=17348 CPUtime=0.09 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 2099 0 0 0 9 0 0 0 20 0 1 0 45099010 26718208 4337 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 6523 4337 2461 2403 0 3633 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 26092 KiB
Current children cumulated memory: 17348 KiB

[startup+0.21328 s]*
/proc/loadavg: 4.08 4.08 4.02 5/244 250198
/proc/meminfo: memFree=124236992/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=29404 memory=20780 CPUtime=0.21 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 2967 0 0 0 20 1 0 0 20 0 1 0 45099010 30109696 5195 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 7351 5195 2461 2403 0 4461 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29404 KiB
Current children cumulated memory: 20780 KiB

[startup+0.313058 s]*
/proc/loadavg: 4.08 4.08 4.02 5/244 250198
/proc/meminfo: memFree=124231504/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=35632 memory=25268 CPUtime=0.3 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 4076 0 0 0 29 1 0 0 20 0 1 0 45099010 36487168 6317 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 8908 6317 2461 2403 0 6018 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 35632 KiB
Current children cumulated memory: 25268 KiB

[startup+0.700345 s]
/proc/loadavg: 4.08 4.08 4.02 5/244 250198
/proc/meminfo: memFree=124222264/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=41156 memory=31740 CPUtime=0.68 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 6210 0 0 0 66 2 0 0 20 0 1 0 45099010 42143744 7935 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 10289 7935 2461 2403 0 7399 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 41156 KiB
Current children cumulated memory: 31740 KiB

[startup+1.50033 s]
/proc/loadavg: 4.08 4.08 4.02 5/244 250198
/proc/meminfo: memFree=124222180/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=45108 memory=35288 CPUtime=1.47 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 7300 0 0 0 145 2 0 0 20 0 1 0 45099010 46190592 8822 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 11277 8822 2461 2403 0 8387 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 45108 KiB
Current children cumulated memory: 35288 KiB

[startup+3.11255 s]
/proc/loadavg: 4.08 4.08 4.02 5/244 250198
/proc/meminfo: memFree=124210344/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=53592 memory=44180 CPUtime=3.08 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 9765 0 0 0 305 3 0 0 20 0 1 0 45099010 54878208 11045 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 13398 11045 2461 2403 0 10508 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 53592 KiB
Current children cumulated memory: 44180 KiB

[startup+6.30032 s]
/proc/loadavg: 4.07 4.08 4.02 5/244 250199
/proc/meminfo: memFree=124197744/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=67900 memory=58644 CPUtime=6.25 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 13357 0 0 0 622 3 0 0 20 0 1 0 45099010 69529600 14661 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 16975 14661 2717 2403 0 14085 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 67900 KiB
Current children cumulated memory: 58644 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.08 4.02 5/244 250199
/proc/meminfo: memFree=124172484/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=89028 memory=78044 CPUtime=12.63 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 18285 0 0 0 1259 4 0 0 20 0 1 0 45099010 91164672 19511 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 22257 19511 2717 2403 0 19367 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 89028 KiB
Current children cumulated memory: 78044 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.09 4.03 5/244 250202
/proc/meminfo: memFree=124131288/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=119928 memory=108468 CPUtime=25.37 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 26781 0 0 0 2532 5 0 0 20 0 1 0 45099010 122806272 27117 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 29982 27117 2717 2403 0 27092 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 119928 KiB
Current children cumulated memory: 108468 KiB

[startup+51.1132 s]
/proc/loadavg: 4.08 4.08 4.03 5/244 250205
/proc/meminfo: memFree=124080432/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=171576 memory=157532 CPUtime=50.88 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 39205 0 0 0 5081 7 0 0 20 0 1 0 45099010 175693824 39383 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 42894 39383 2717 2403 0 40004 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 171576 KiB
Current children cumulated memory: 157532 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/243 250596
/proc/meminfo: memFree=123979908/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=274356 memory=256764 CPUtime=101.87 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 64212 0 0 0 10170 17 0 0 20 0 1 0 45099010 280940544 64191 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 68589 64191 2717 2403 0 65699 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 274356 KiB
Current children cumulated memory: 256764 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.09 4.03 5/243 250607
/proc/meminfo: memFree=123874412/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=384188 memory=361440 CPUtime=161.65 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 90370 0 0 0 16140 25 0 0 20 0 1 0 45099010 393408512 90360 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 96047 90360 2717 2403 0 93157 0
Current children cumulated CPU time: 161.65 s
Current children cumulated vsize: 384188 KiB
Current children cumulated memory: 361440 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/243 250617
/proc/meminfo: memFree=123775640/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=462524 memory=440428 CPUtime=221.42 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 110504 0 0 0 22110 32 0 0 20 0 1 0 45099010 473624576 110107 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 115631 110107 2717 2403 0 112741 0
Current children cumulated CPU time: 221.42 s
Current children cumulated vsize: 462524 KiB
Current children cumulated memory: 440428 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.12 4.04 5/245 250799
/proc/meminfo: memFree=123702260/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=534756 memory=512212 CPUtime=281.2 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 128118 0 0 0 28082 38 0 0 20 0 1 0 45099010 547590144 128053 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 133689 128053 2717 2403 0 130799 0
Current children cumulated CPU time: 281.2 s
Current children cumulated vsize: 534756 KiB
Current children cumulated memory: 512212 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.11 4.04 5/244 250811
/proc/meminfo: memFree=123625148/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=603020 memory=575268 CPUtime=340.97 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 143979 0 0 0 34056 41 0 0 20 0 1 0 45099010 617492480 143817 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 150755 143817 2717 2403 0 147865 0
Current children cumulated CPU time: 340.97 s
Current children cumulated vsize: 603020 KiB
Current children cumulated memory: 575268 KiB

[startup+402.3 s]
/proc/loadavg: 4.24 4.15 4.06 5/245 250878
/proc/meminfo: memFree=123565972/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=654328 memory=627724 CPUtime=400.76 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 157081 0 0 0 40030 46 0 0 20 0 1 0 45099010 670031872 156931 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 163582 156931 2717 2403 0 160692 0
Current children cumulated CPU time: 400.76 s
Current children cumulated vsize: 654328 KiB
Current children cumulated memory: 627724 KiB

[startup+462.3 s]
/proc/loadavg: 4.19 4.15 4.07 5/245 250888
/proc/meminfo: memFree=123480844/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=736600 memory=707496 CPUtime=460.53 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 177444 0 0 0 46004 49 0 0 20 0 1 0 45099010 754278400 176874 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0

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

/proc/loadavg: 4.08 4.10 4.12 5/242 251967
/proc/meminfo: memFree=123373636/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3212.13 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 313936 7277 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3212.13 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.10 4.11 5/242 251978
/proc/meminfo: memFree=123372504/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3271.99 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 319618 7581 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3271.99 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.11 5/241 251989
/proc/meminfo: memFree=123371900/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3331.86 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 325300 7886 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3331.86 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.11 5/243 252003
/proc/meminfo: memFree=123371052/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3391.72 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 330991 8181 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3391.72 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.12 4.11 5/244 252015
/proc/meminfo: memFree=123370440/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3451.58 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 336680 8478 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3451.58 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.12 4.11 5/244 252026
/proc/meminfo: memFree=123369640/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3511.45 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 342374 8771 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3511.45 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3568.95 s]
# the end of solver process 250197 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3467.9 s, system=90.1025 s

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

[startup+3532.8 s]
/proc/loadavg: 4.10 4.11 4.10 5/244 252027
/proc/meminfo: memFree=123369492/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3521.93 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 343369 8824 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3521.93 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3545.6 s]
/proc/loadavg: 4.09 4.11 4.10 5/244 252033
/proc/meminfo: memFree=123369120/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3534.7 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 344578 8892 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3534.7 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3558.4 s]
/proc/loadavg: 4.13 4.12 4.11 5/244 252035
/proc/meminfo: memFree=123369168/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3547.46 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 345787 8959 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3547.46 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3564.8 s]
/proc/loadavg: 4.12 4.12 4.10 5/240 252064
/proc/meminfo: memFree=123802160/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3553.86 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 346396 8990 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3553.86 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3566.4 s]
/proc/loadavg: 4.11 4.11 4.10 5/242 252142
/proc/meminfo: memFree=124002056/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3555.45 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 346547 8998 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3555.45 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3568 s]*
/proc/loadavg: 4.11 4.11 4.10 5/244 252174
/proc/meminfo: memFree=123742856/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3557.06 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 346700 9006 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3557.06 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3568.4 s]
/proc/loadavg: 4.11 4.11 4.10 5/244 252174
/proc/meminfo: memFree=123742856/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3557.44 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 346737 9007 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3557.44 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3568.8 s]
/proc/loadavg: 4.11 4.11 4.10 5/244 252174
/proc/meminfo: memFree=123742856/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3557.84 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 346775 9009 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3557.84 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

[startup+3568.9 s]
/proc/loadavg: 4.11 4.11 4.10 5/244 252174
/proc/meminfo: memFree=123742856/131655788 swapFree=131071996/131071996
[pid=250197] ppid=250194 vsize=774068 memory=768264 CPUtime=3557.94 cores=0,2
/proc/250197/stat : 250197 (LS-MabS) R 250194 250197 248089 0 -1 4194304 430261 0 0 0 346785 9009 0 0 20 0 1 0 45099010 792645632 192066 134679101440 4194304 14036057 140736014759408 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 29929472 140736014767136 140736014767238 140736014767238 140736014774254 0
/proc/250197/statm: 193517 192066 2732 2403 0 190627 0
Current children cumulated CPU time: 3557.94 s
Current children cumulated vsize: 774068 KiB
Current children cumulated memory: 768264 KiB

Child status: 0

Real time (s): 3568.95
CPU time (s): 3558
CPU user time (s): 3467.9
CPU system time (s): 90.1025
CPU usage (%): 99.6932
Max. virtual memory (cumulated for all children) (KiB): 1793228
Max. memory (cumulated for all children) (KiB): 1748952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3467.9
system time used= 90.1025
maximum resident set size= 1748952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 430276
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= 93
involuntary context switches= 24406


# summary of solver processes directly reported to runsolver:
#   pid: 250197
#   total CPU time (s): 3558
#   total CPU user time (s): 3467.9
#   total CPU system time (s): 90.1025

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7539 second user time and 32.4784 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-08-04 17:23:45
IDJOB=4428250
IDBENCH=147578
IDSOLVER=3048
FILE ID=nodeC006/4428250-1722785025
RUNJOBID= nodeC006-1722781455-248099
SLURM_JOB_ID= 8258534
Free space on /tmp= 723696 MiB

SOLVER NAME= LS-MabS 2024-07-10
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_1.opb
COMMAND LINE= ./LS-MabS -f BENCHNAME -t 3558 -s RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4428250-1722785025/watcher-4428250-1722785025 -o /tmp/evaluation-result-4428250-1722785025/solver-4428250-1722785025 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1722781455-248099 --watchdog 3760 --use-pty ./LS-MabS -f HOME/instance-4428250-1722785025.opb -t 3558 -s 1674964860

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

MD5SUM BENCH= b4b357048b7fd6a2befaa81502734110
RANDOM SEED=1674964860

nodeC006.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		: 1197.168
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.46
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		: 3092.677
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.38
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.174
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.46
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.263
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.38
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		: 2893.150
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.46
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		: 2494.094
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.38
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.312
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.46
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.298
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124298144 kB
MemAvailable:   129389848 kB
Buffers:          300904 kB
Cached:          5602176 kB
SwapCached:            0 kB
Active:           566400 kB
Inactive:        6272672 kB
Active(anon):       1424 kB
Inactive(anon):   964084 kB
Active(file):     564976 kB
Inactive(file):  5308588 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            103000 kB
Writeback:             4 kB
AnonPages:        936072 kB
Mapped:           106332 kB
Shmem:             29512 kB
KReclaimable:     116676 kB
Slab:             201432 kB
SReclaimable:     116676 kB
SUnreclaim:        84756 kB
KernelStack:        3888 kB
PageTables:        11056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1355560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19424 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 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:      271176 kB
DirectMap2M:    19556352 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723728 MiB
End job on nodeC006 at 2024-08-04 18:23:14