Trace number 4428511

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-10SAT37833 3558.01 3565.68

General information on the benchmark

NamePB24/normalized-PB16/OPT-LIN/lion9-single-obj/
normalized-single-obj-f26-ACDoubleLoss.seq-A-2-combined-abcdeir.opb
MD5SUM394e4841207c4216148068a597045da9
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 benchmark37833
Best CPU time to get the best result obtained on this benchmark0.00357
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables191
Total number of constraints475
Number of constraints which are clauses455
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints20
Minimum length of a constraint1
Maximum length of a constraint6
Number of terms in the objective function 35
Biggest coefficient in the objective function 45360
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 272159
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 45360
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 272159
Number of bits of the biggest sum of numbers19
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-4428511-1722824052.opb, Cutoff_time:3558, memory_limit_gb:500000
0.00/0.00	c Not use presolve
0.00/0.01	c Use LS-small
0.00/0.01	o 37833
3557.92/3565.67	s SATISFIABLE
3557.92/3565.67	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 
3557.92/3565.67	c Done 0.01s

Verifier Data

OK	37833

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4428511-1722824052/watcher-4428511-1722824052 -o /tmp/evaluation-result-4428511-1722824052/solver-4428511-1722824052 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1722816912-258573 --watchdog 3760 --use-pty ./LS-MabS -f HOME/instance-4428511-1722824052.opb -t 3558 -s 1434148796 

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=262669, runsolver pid=262666

[startup+0.100095 s]*
/proc/loadavg: 4.70 4.32 4.22 5/242 262670
/proc/meminfo: memFree=129205060/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=14768 CPUtime=0.1 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1483 0 0 0 9 1 0 0 20 0 1 0 48775814 23633920 3692 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 3692 2476 2403 0 2880 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 14768 KiB

[startup+0.213804 s]*
/proc/loadavg: 4.70 4.32 4.22 5/242 262670
/proc/meminfo: memFree=129202540/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=14768 CPUtime=0.22 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1483 0 0 0 19 3 0 0 20 0 1 0 48775814 23633920 3692 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 3692 2476 2403 0 2880 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 14768 KiB

[startup+0.313469 s]*
/proc/loadavg: 4.70 4.32 4.22 5/242 262670
/proc/meminfo: memFree=129202400/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=14768 CPUtime=0.32 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1483 0 0 0 27 5 0 0 20 0 1 0 48775814 23633920 3692 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 3692 2476 2403 0 2880 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 14768 KiB

[startup+0.70027 s]
/proc/loadavg: 4.70 4.32 4.22 5/242 262670
/proc/meminfo: memFree=129198584/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=14768 CPUtime=0.69 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1483 0 0 0 59 10 0 0 20 0 1 0 48775814 23633920 3692 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 3692 2476 2403 0 2880 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 14768 KiB

[startup+1.50027 s]
/proc/loadavg: 4.70 4.32 4.22 5/242 262670
/proc/meminfo: memFree=129198392/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=14768 CPUtime=1.48 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1483 0 0 0 126 22 0 0 20 0 1 0 48775814 23633920 3692 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 3692 2476 2403 0 2880 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 14768 KiB

[startup+3.11294 s]
/proc/loadavg: 4.70 4.32 4.22 5/242 262670
/proc/meminfo: memFree=129168216/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=14768 CPUtime=3.09 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1483 0 0 0 262 47 0 0 20 0 1 0 48775814 23633920 3692 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 3692 2476 2403 0 2880 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 14768 KiB

[startup+6.30025 s]
/proc/loadavg: 4.64 4.32 4.22 5/242 262670
/proc/meminfo: memFree=129167224/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=14768 CPUtime=6.28 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1483 0 0 0 528 100 0 0 20 0 1 0 48775814 23633920 3692 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 3692 2476 2403 0 2880 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 14768 KiB

[startup+12.7003 s]
/proc/loadavg: 4.59 4.31 4.21 5/242 262671
/proc/meminfo: memFree=129167084/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=14768 CPUtime=12.66 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1483 0 0 0 1061 205 0 0 20 0 1 0 48775814 23633920 3692 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 3692 2476 2403 0 2880 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 14768 KiB

[startup+25.5003 s]
/proc/loadavg: 4.46 4.30 4.21 5/242 262673
/proc/meminfo: memFree=129166120/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=14768 CPUtime=25.43 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1483 0 0 0 2125 418 0 0 20 0 1 0 48775814 23633920 3692 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 3692 2476 2403 0 2880 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 14768 KiB

[startup+51.1136 s]
/proc/loadavg: 4.45 4.31 4.21 5/242 262677
/proc/meminfo: memFree=129019364/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=14768 CPUtime=50.99 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1483 0 0 0 4254 845 0 0 20 0 1 0 48775814 23633920 3692 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 3692 2476 2403 0 2880 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 14768 KiB

[startup+102.3 s]
/proc/loadavg: 4.26 4.27 4.21 5/239 262687
/proc/meminfo: memFree=129011796/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=14768 CPUtime=102.05 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1483 0 0 0 8510 1695 0 0 20 0 1 0 48775814 23633920 3692 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 3692 2476 2403 0 2880 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 14768 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.24 4.19 5/239 262698
/proc/meminfo: memFree=129064320/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=14768 CPUtime=161.91 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1541 0 0 0 13473 2718 0 0 20 0 1 0 48775814 23633920 3692 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 3692 2476 2403 0 2880 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 14768 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.21 4.18 5/239 262708
/proc/meminfo: memFree=129062384/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=14768 CPUtime=221.76 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1541 0 0 0 18471 3705 0 0 20 0 1 0 48775814 23633920 3692 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 3692 2476 2403 0 2880 0
Current children cumulated CPU time: 221.76 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 14768 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.18 4.18 5/239 262718
/proc/meminfo: memFree=129057912/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16204 CPUtime=281.62 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1547 0 0 0 23482 4680 0 0 20 0 1 0 48775814 23633920 4051 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4051 2476 2403 0 2880 0
Current children cumulated CPU time: 281.62 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16204 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.16 4.17 5/238 262729
/proc/meminfo: memFree=129057632/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=341.49 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1551 0 0 0 28444 5705 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 341.49 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/239 262742
/proc/meminfo: memFree=129057304/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=401.36 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1553 0 0 0 33434 6702 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 401.36 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.14 4.16 5/240 262753
/proc/meminfo: memFree=129056944/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=461.23 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1555 0 0 0 38415 7708 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0

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

/proc/loadavg: 4.39 4.27 4.18 5/238 264416
/proc/meminfo: memFree=129042600/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3155.48 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1600 0 0 0 262810 52738 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3155.48 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.23 4.17 5/238 264426
/proc/meminfo: memFree=129042200/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3215.35 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1601 0 0 0 267801 53734 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3215.35 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.20 4.17 5/239 264437
/proc/meminfo: memFree=129041700/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3275.22 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1602 0 0 0 272784 54738 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3275.22 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.18 4.16 5/239 264448
/proc/meminfo: memFree=129041228/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3335.09 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1603 0 0 0 277773 55736 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3335.09 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.19 4.17 5/241 264462
/proc/meminfo: memFree=129041008/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3394.97 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1604 0 0 0 282741 56756 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3394.97 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.17 4.16 5/241 264472
/proc/meminfo: memFree=129040668/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3454.84 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1605 0 0 0 287712 57772 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3454.84 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.15 4.16 5/241 264483
/proc/meminfo: memFree=129040396/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3514.71 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1606 0 0 0 292704 58767 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3514.71 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

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

# cumulated CPU time of all completed processes:  user=2962.93 s, system=595.08 s

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

[startup+3532.8 s]
/proc/loadavg: 4.14 4.16 4.16 5/241 264484
/proc/meminfo: memFree=129040356/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3525.19 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1606 0 0 0 293574 58945 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3525.19 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+3545.6 s]
/proc/loadavg: 4.12 4.16 4.16 5/241 264486
/proc/meminfo: memFree=129040324/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3537.96 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1606 0 0 0 294643 59153 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3537.96 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+3558.4 s]
/proc/loadavg: 4.16 4.16 4.16 5/241 264488
/proc/meminfo: memFree=129040208/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3550.74 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1606 0 0 0 295698 59376 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3550.74 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+3561.6 s]
/proc/loadavg: 4.07 4.14 4.16 4/234 264521
/proc/meminfo: memFree=129177112/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3553.92 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1606 0 0 0 295955 59437 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3553.92 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+3563.2 s]
/proc/loadavg: 4.07 4.14 4.16 3/229 264529
/proc/meminfo: memFree=129461792/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3555.52 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1606 0 0 0 296083 59469 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3555.52 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+3564.8 s]
/proc/loadavg: 4.07 4.14 4.16 2/220 264583
/proc/meminfo: memFree=129501772/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3557.12 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1606 0 0 0 296218 59494 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3557.12 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+3565.2 s]
/proc/loadavg: 4.07 4.14 4.16 2/220 264583
/proc/meminfo: memFree=129501788/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3557.52 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1606 0 0 0 296252 59500 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3557.52 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

[startup+3565.6 s]
/proc/loadavg: 4.07 4.14 4.16 2/220 264583
/proc/meminfo: memFree=129501788/131655788 swapFree=131071216/131071996
[pid=262669] ppid=262666 vsize=23080 memory=16268 CPUtime=3557.92 cores=0,2
/proc/262669/stat : 262669 (LS-MabS) R 262666 262669 258563 0 -1 4194304 1606 0 0 0 296286 59506 0 0 20 0 1 0 48775814 23633920 4067 134679101440 4194304 14036057 140731009039760 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 15946000 16022736 50266112 140731009041444 140731009041546 140731009041546 140731009048558 0
/proc/262669/statm: 5770 4067 2492 2403 0 2880 0
Current children cumulated CPU time: 3557.92 s
Current children cumulated vsize: 23080 KiB
Current children cumulated memory: 16268 KiB

Child status: 0

Real time (s): 3565.68
CPU time (s): 3558.01
CPU user time (s): 2962.93
CPU system time (s): 595.08
CPU usage (%): 99.7849
Max. virtual memory (cumulated for all children) (KiB): 23080
Max. memory (cumulated for all children) (KiB): 16268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2962.93
system time used= 595.08
maximum resident set size= 16280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1621
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= 3
involuntary context switches= 24864


# summary of solver processes directly reported to runsolver:
#   pid: 262669
#   total CPU time (s): 3558.01
#   total CPU user time (s): 2962.93
#   total CPU system time (s): 595.08

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1449 second user time and 35.5609 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-08-05 04:14:12
IDJOB=4428511
IDBENCH=160865
IDSOLVER=3048
FILE ID=nodeC007/4428511-1722824052
RUNJOBID= nodeC007-1722816912-258573
SLURM_JOB_ID= 8258610
Free space on /tmp= 723744 MiB

SOLVER NAME= LS-MabS 2024-07-10
BENCH NAME= PB24/normalized-PB16/OPT-LIN/lion9-single-obj/normalized-single-obj-f26-ACDoubleLoss.seq-A-2-combined-abcdeir.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-4428511-1722824052/watcher-4428511-1722824052 -o /tmp/evaluation-result-4428511-1722824052/solver-4428511-1722824052 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1722816912-258573 --watchdog 3760 --use-pty ./LS-MabS -f HOME/instance-4428511-1722824052.opb -t 3558 -s 1434148796

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

MD5SUM BENCH= 394e4841207c4216148068a597045da9
RANDOM SEED=1434148796

nodeC007.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.821
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.58
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		: 3491.793
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.35
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.189
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.58
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.253
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129211116 kB
MemAvailable:   129817012 kB
Buffers:          306912 kB
Cached:          1150372 kB
SwapCached:          100 kB
Active:           528280 kB
Inactive:        1459084 kB
Active(anon):       1492 kB
Inactive(anon):   566104 kB
Active(file):     526788 kB
Inactive(file):   892980 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             53400 kB
Writeback:            64 kB
AnonPages:        530040 kB
Mapped:           129396 kB
Shmem:             37460 kB
KReclaimable:      52652 kB
Slab:             137040 kB
SReclaimable:      52652 kB
SUnreclaim:        84388 kB
KernelStack:        3872 kB
PageTables:        10016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1008940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19200 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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:      297800 kB
DirectMap2M:    19529728 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC007 at 2024-08-05 05:13:38