Trace number 4428497

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-10SAT-12 3558 3564.47

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-sporttournament08.lin.opb
MD5SUM10fa7e7051a3fa2b98e92c22dd194cf1
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 benchmark-12
Best CPU time to get the best result obtained on this benchmark0.007729
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables76
Total number of constraints96
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 63
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 66
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
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-4428497-1722823932.opb, Cutoff_time:3558, memory_limit_gb:500000
0.00/0.00	c Not use presolve
0.00/0.05	c Use LS-small
0.00/0.05	o -12
3557.93/3564.46	s SATISFIABLE
3557.93/3564.46	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 
3557.93/3564.46	c Done 0.05s

Verifier Data

OK	-12

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4428497-1722823932/watcher-4428497-1722823932 -o /tmp/evaluation-result-4428497-1722823932/solver-4428497-1722823932 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1722816790-266451 --watchdog 3760 --use-pty ./LS-MabS -f HOME/instance-4428497-1722823932.opb -t 3558 -s 1604207829 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=270526, runsolver pid=270520

[startup+0.100367 s]*
/proc/loadavg: 4.10 4.15 4.12 4/250 270535
/proc/meminfo: memFree=127188712/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=15760 CPUtime=0.09 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 8 1 0 0 20 0 1 0 48990159 24530944 3940 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 7 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 3940 2476 2403 0 3099 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 15760 KiB

[startup+0.205482 s]*
/proc/loadavg: 4.10 4.15 4.12 5/250 270539
/proc/meminfo: memFree=127178736/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=15760 CPUtime=0.2 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 16 4 0 0 20 0 1 0 48990159 24530944 3940 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 3940 2476 2403 0 3099 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 15760 KiB

[startup+0.305551 s]*
/proc/loadavg: 4.10 4.15 4.12 5/256 270550
/proc/meminfo: memFree=127156816/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=15760 CPUtime=0.3 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 23 7 0 0 20 0 1 0 48990159 24530944 3940 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 3940 2476 2403 0 3099 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 15760 KiB

[startup+0.700176 s]
/proc/loadavg: 4.10 4.15 4.12 5/256 270550
/proc/meminfo: memFree=127129356/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=15760 CPUtime=0.68 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 52 16 0 0 20 0 1 0 48990159 24530944 3940 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 3940 2476 2403 0 3099 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 15760 KiB

[startup+1.50023 s]
/proc/loadavg: 4.10 4.15 4.12 5/256 270550
/proc/meminfo: memFree=126827624/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=1.48 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 112 36 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3.10579 s]
/proc/loadavg: 4.18 4.16 4.12 5/259 270584
/proc/meminfo: memFree=126547732/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3.08 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 234 74 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+6.30022 s]
/proc/loadavg: 4.18 4.16 4.12 5/259 270584
/proc/meminfo: memFree=126411636/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=6.27 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 475 152 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.16 4.12 5/259 270584
/proc/meminfo: memFree=126397720/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=12.65 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 951 314 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.17 4.12 5/259 270587
/proc/meminfo: memFree=126391976/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=25.42 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 1906 636 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+51.1057 s]
/proc/loadavg: 4.26 4.19 4.13 5/259 270590
/proc/meminfo: memFree=125956700/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=50.96 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 3799 1297 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.17 4.12 5/259 270599
/proc/meminfo: memFree=125919548/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=102.05 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 7589 2616 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.16 4.12 5/259 270610
/proc/meminfo: memFree=125907544/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=161.92 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 12024 4168 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.15 4.12 5/257 270620
/proc/meminfo: memFree=125900984/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=221.78 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 16452 5726 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 221.78 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+282.3 s]
/proc/loadavg: 4.19 4.16 4.12 5/257 270630
/proc/meminfo: memFree=125890404/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=281.65 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 20892 7273 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 281.65 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.15 4.12 5/255 270644
/proc/meminfo: memFree=125888456/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=341.5 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 25322 8828 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 341.5 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.15 4.12 5/255 270654
/proc/meminfo: memFree=125880144/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=401.37 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 29768 10369 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 401.37 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/258 270669
/proc/meminfo: memFree=125860848/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=461.23 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 34238 11885 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0

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

/proc/loadavg: 4.35 4.19 4.12 5/257 272352
/proc/meminfo: memFree=124906128/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3156.41 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 234351 81290 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3156.41 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3222.3 s]
/proc/loadavg: 4.36 4.24 4.14 5/257 272362
/proc/meminfo: memFree=124905520/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3216.32 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 238831 82801 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3216.32 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.21 4.14 5/256 272374
/proc/meminfo: memFree=124904552/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3276.24 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 243279 84345 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3276.24 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.20 4.14 5/256 272386
/proc/meminfo: memFree=124904204/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3336.15 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 247712 85903 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3336.15 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.18 4.13 5/256 272396
/proc/meminfo: memFree=124903388/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3396.07 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 252172 87435 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3396.07 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.19 4.14 5/255 272406
/proc/meminfo: memFree=124902788/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3455.98 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 256629 88969 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3455.98 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.18 4.14 5/257 272420
/proc/meminfo: memFree=124901844/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3515.88 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 261041 90547 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3515.88 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

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

# cumulated CPU time of all completed processes:  user=2641.57 s, system=916.431 s

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

[startup+3532.8 s]
/proc/loadavg: 4.17 4.18 4.13 5/257 272422
/proc/meminfo: memFree=124901712/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3526.37 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 261821 90816 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3526.37 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3545.6 s]
/proc/loadavg: 4.13 4.17 4.13 5/257 272426
/proc/meminfo: memFree=124901572/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3539.16 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 262768 91148 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3539.16 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3552 s]*
/proc/loadavg: 4.20 4.18 4.14 5/257 272427
/proc/meminfo: memFree=124901456/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3545.55 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 263235 91320 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3545.55 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3558.4 s]
/proc/loadavg: 4.17 4.18 4.13 5/257 272428
/proc/meminfo: memFree=124901484/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3551.93 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 263705 91488 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3551.93 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3561.6 s]
/proc/loadavg: 4.17 4.18 4.13 5/257 272428
/proc/meminfo: memFree=124901452/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3555.13 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 263942 91571 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3555.13 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3563.2 s]
/proc/loadavg: 4.16 4.17 4.13 5/257 272430
/proc/meminfo: memFree=124900908/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3556.73 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 264063 91610 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3556.73 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3564 s]*
/proc/loadavg: 4.16 4.17 4.13 5/257 272430
/proc/meminfo: memFree=124901072/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3557.54 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 264123 91631 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3557.54 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

[startup+3564.4 s]
/proc/loadavg: 4.16 4.17 4.13 5/257 272430
/proc/meminfo: memFree=124901072/131524600 swapFree=131071216/131071996
[pid=270526] ppid=270520 vsize=23956 memory=16804 CPUtime=3557.93 cores=5,7
/proc/270526/stat : 270526 (LS-MabS) R 270520 270526 266438 0 -1 4194304 1678 0 0 0 264152 91641 0 0 20 0 1 0 48990159 24530944 4201 134679101440 4194304 14036057 140737312544752 0 0 0 0 0 17410 0 0 0 17 5 0 0 0 0 0 15946000 16022736 49700864 140737312551968 140737312552070 140737312552070 140737312559086 0
/proc/270526/statm: 5989 4201 2476 2403 0 3099 0
Current children cumulated CPU time: 3557.93 s
Current children cumulated vsize: 23956 KiB
Current children cumulated memory: 16804 KiB

Child status: 0

Real time (s): 3564.47
CPU time (s): 3558
CPU user time (s): 2641.57
CPU system time (s): 916.431
CPU usage (%): 99.8187
Max. virtual memory (cumulated for all children) (KiB): 23956
Max. memory (cumulated for all children) (KiB): 16804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2641.57
system time used= 916.431
maximum resident set size= 16880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1681
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= 2
involuntary context switches= 1029


# summary of solver processes directly reported to runsolver:
#   pid: 270526
#   total CPU time (s): 3558
#   total CPU user time (s): 2641.57
#   total CPU system time (s): 916.431

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.60352 second user time and 16.5367 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-08-05 04:12:12
IDJOB=4428497
IDBENCH=158478
IDSOLVER=3048
FILE ID=nodeC017/4428497-1722823932
RUNJOBID= nodeC017-1722816790-266451
SLURM_JOB_ID= 8258591
Free space on /tmp= 889828 MiB

SOLVER NAME= LS-MabS 2024-07-10
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament08.lin.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-4428497-1722823932/watcher-4428497-1722823932 -o /tmp/evaluation-result-4428497-1722823932/solver-4428497-1722823932 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1722816790-266451 --watchdog 3760 --use-pty ./LS-MabS -f HOME/instance-4428497-1722823932.opb -t 3558 -s 1604207829

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

MD5SUM BENCH= 10fa7e7051a3fa2b98e92c22dd194cf1
RANDOM SEED=1604207829

nodeC017.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		: 3681.773
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.82
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		: 3647.408
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.29
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		: 3600.098
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.82
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		: 3674.491
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.29
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		: 3599.992
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.82
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		: 3648.744
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.29
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		: 3681.866
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.82
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		: 3660.562
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127059572 kB
MemAvailable:   129724652 kB
Buffers:          313196 kB
Cached:          3183592 kB
SwapCached:           52 kB
Active:           963644 kB
Inactive:        2976760 kB
Active(anon):       1476 kB
Inactive(anon):   471460 kB
Active(file):     962168 kB
Inactive(file):  2505300 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             44256 kB
Writeback:            92 kB
AnonPages:        443024 kB
Mapped:           106968 kB
Shmem:             29328 kB
KReclaimable:      74872 kB
Slab:             166640 kB
SReclaimable:      74872 kB
SUnreclaim:        91768 kB
KernelStack:        4048 kB
PageTables:        10096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     878664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            24288 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 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:      277204 kB
DirectMap2M:    14176256 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 890016 MiB
End job on nodeC017 at 2024-08-05 05:11:36