Trace number 4449921

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-MabSP 2024-07-10SAT4 3558.01 3566.08

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=9-t=5.opb
MD5SUMe8bf5f7be237686d5dd1c770609b55cb
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 benchmark4
Best CPU time to get the best result obtained on this benchmark9.75417
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables171
Total number of constraints2799
Number of constraints which are clauses2790
Number of constraints which are cardinality constraints (but not clauses)9
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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-4449921-1722827624.opb, Cutoff_time:3558, memory_limit_gb:500000
0.00/0.00	c Use Presolve
0.00/0.01	c Parse finsih
0.00/0.01	c Start Presolve
0.00/0.03	c After Reduce Vars: 171 Clauses: 2808 Top clause weight: 10 Hard Clauses: 2799
1774.31/1779.58	c Use LS-small
1774.31/1779.58	c Use postsolve
1774.31/1779.58	o 4
3557.93/3566.07	s SATISFIABLE
3557.93/3566.07	c Use postsolve
3557.93/3566.07	v -x37 x38 x39 -x40 -x41 x42 -x43 x44 -x45 -x46 -x55 -x64 -x73 -x82 -x91 -x100 -x109 x118 -x47 -x56 -x65 -x74 -x83 -x92 -x101 -x110 -x119 -x48 -x57 -x66 -x75 -x84 -x93 -x102 -x111 -x120 -x49 -x58 -x67 -x76 -x85 -x94 x103 -x112 -x121 x50 -x59 -x68 -x77 -x86 -x95 -x104 -x113 -x122 -x51 -x60 -x69 -x78 -x87 -x96 -x105 -x114 -x123 -x52 x61 -x70 -x79 -x88 -x97 -x106 -x115 -x124 -x53 -x62 -x71 -x80 -x89 -x98 -x107 -x116 -x125 -x54 -x63 x72 -x81 -x90 -x99 -x108 -x117 -x126 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 -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 
3557.93/3566.07	c Done 1774.4s

Verifier Data

OK	4

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: 63931 MiB (62375 MiB free)
  memory of node 1: 64510 MiB (59909 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449921-1722827624/watcher-4449921-1722827624 -o /tmp/evaluation-result-4449921-1722827624/solver-4449921-1722827624 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1722827624-273416 --watchdog 3760 --use-pty ./LS-MabSP -f HOME/instance-4449921-1722827624.opb -t 3558 -s 945181780 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100093 s]*
/proc/loadavg: 3.76 4.06 4.09 6/258 273479
/proc/meminfo: memFree=125171720/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=36028 memory=29088 CPUtime=0.09 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 4347 0 0 0 9 0 0 0 20 0 1 0 49364097 36892672 7272 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 9007 7272 2849 2753 0 5660 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 36028 KiB
Current children cumulated memory: 29088 KiB

[startup+0.206499 s]*
/proc/loadavg: 3.76 4.06 4.09 8/258 273479
/proc/meminfo: memFree=125134076/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=43076 memory=35156 CPUtime=0.2 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 6292 0 0 0 20 0 0 0 20 0 1 0 49364097 44109824 8789 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 10769 8789 2849 2753 0 7422 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 43076 KiB
Current children cumulated memory: 35156 KiB

[startup+0.30638 s]*
/proc/loadavg: 3.76 4.06 4.09 7/258 273479
/proc/meminfo: memFree=125069464/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=43076 memory=35412 CPUtime=0.3 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 6359 0 0 0 30 0 0 0 20 0 1 0 49364097 44109824 8853 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 10769 8853 2849 2753 0 7422 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 43076 KiB
Current children cumulated memory: 35412 KiB

[startup+0.700207 s]
/proc/loadavg: 3.76 4.06 4.09 7/258 273479
/proc/meminfo: memFree=125032288/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=44208 memory=36468 CPUtime=0.69 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 6620 0 0 0 68 1 0 0 20 0 1 0 49364097 45268992 9117 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 11052 9117 2849 2753 0 7705 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 44208 KiB
Current children cumulated memory: 36468 KiB

[startup+1.50021 s]
/proc/loadavg: 3.76 4.06 4.09 6/258 273479
/proc/meminfo: memFree=124940792/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=60752 memory=51084 CPUtime=1.49 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 10531 0 0 0 148 1 0 0 20 0 1 0 49364097 62210048 12771 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 15188 12771 2849 2753 0 11841 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 60752 KiB
Current children cumulated memory: 51084 KiB

[startup+3.10644 s]
/proc/loadavg: 3.78 4.06 4.09 6/258 273481
/proc/meminfo: memFree=124709952/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=63504 memory=54244 CPUtime=3.08 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 11340 0 0 0 307 1 0 0 20 0 1 0 49364097 65028096 13561 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 15876 13561 2849 2753 0 12529 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 63504 KiB
Current children cumulated memory: 54244 KiB

[startup+6.30021 s]
/proc/loadavg: 3.78 4.06 4.09 6/258 273481
/proc/meminfo: memFree=124669680/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=71944 memory=62992 CPUtime=6.26 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 14917 0 0 0 625 1 0 0 20 0 1 0 49364097 73670656 15748 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 17986 15748 2849 2753 0 14639 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 71944 KiB
Current children cumulated memory: 62992 KiB

[startup+12.7002 s]
/proc/loadavg: 3.80 4.06 4.09 6/258 273482
/proc/meminfo: memFree=124593800/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=92696 memory=83344 CPUtime=12.64 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 20387 0 0 0 1262 2 0 0 20 0 1 0 49364097 94920704 20836 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 23174 20836 2849 2753 0 19827 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 92696 KiB
Current children cumulated memory: 83344 KiB

[startup+25.5002 s]
/proc/loadavg: 4.00 4.09 4.10 6/258 273484
/proc/meminfo: memFree=124474696/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=113016 memory=100752 CPUtime=25.39 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 24240 0 0 0 2536 3 0 0 20 0 1 0 49364097 115728384 25188 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 28254 25188 2849 2753 0 24907 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 113016 KiB
Current children cumulated memory: 100752 KiB

[startup+51.1066 s]
/proc/loadavg: 4.06 4.10 4.10 6/258 273487
/proc/meminfo: memFree=124377120/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=153544 memory=144236 CPUtime=50.91 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 34310 0 0 0 5086 5 0 0 20 0 1 0 49364097 157229056 36059 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 38386 36059 3195 2753 0 35039 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 153544 KiB
Current children cumulated memory: 144236 KiB

[startup+102.3 s]
/proc/loadavg: 4.03 4.08 4.09 6/258 273498
/proc/meminfo: memFree=124147964/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=224844 memory=215608 CPUtime=101.91 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 47655 0 0 0 10184 7 0 0 20 0 1 0 49364097 230240256 53902 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 56211 53902 3195 2753 0 52864 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 224844 KiB
Current children cumulated memory: 215608 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.09 4.09 6/255 273509
/proc/meminfo: memFree=123977080/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=304872 memory=286728 CPUtime=161.69 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 62769 0 0 0 16158 11 0 0 20 0 1 0 49364097 312188928 71682 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 76218 71682 3195 2753 0 72871 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 304872 KiB
Current children cumulated memory: 286728 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.09 4.09 6/255 273520
/proc/meminfo: memFree=123861152/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=383544 memory=358172 CPUtime=221.49 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 73579 0 0 0 22135 14 0 0 20 0 1 0 49364097 392749056 89543 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 95886 89543 3195 2753 0 92539 0
Current children cumulated CPU time: 221.49 s
Current children cumulated vsize: 383544 KiB
Current children cumulated memory: 358172 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.09 4.09 6/255 273531
/proc/meminfo: memFree=123774960/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=455276 memory=426896 CPUtime=281.3 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 86019 0 0 0 28114 16 0 0 20 0 1 0 49364097 466202624 106724 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 113819 106724 3195 2753 0 110472 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 455276 KiB
Current children cumulated memory: 426896 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 4.12 4.10 6/255 273543
/proc/meminfo: memFree=123662940/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=535796 memory=489620 CPUtime=341.14 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 97157 0 0 0 34095 19 0 0 20 0 1 0 49364097 548655104 122405 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 133949 122405 3195 2753 0 130602 0
Current children cumulated CPU time: 341.14 s
Current children cumulated vsize: 535796 KiB
Current children cumulated memory: 489620 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.11 4.09 6/257 273557
/proc/meminfo: memFree=123561132/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=579600 memory=549996 CPUtime=400.97 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 105300 0 0 0 40075 22 0 0 20 0 1 0 49364097 593510400 137499 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 144900 137499 3195 2753 0 141553 0
Current children cumulated CPU time: 400.97 s
Current children cumulated vsize: 579600 KiB
Current children cumulated memory: 549996 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.10 4.09 6/257 273568
/proc/meminfo: memFree=123477116/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=653912 memory=616004 CPUtime=460.8 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 115567 0 0 0 46056 24 0 0 20 0 1 0 49364097 669605888 154001 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0

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

/proc/loadavg: 4.09 4.11 4.13 6/255 275256
/proc/meminfo: memFree=123174172/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3154.87 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260861 0 0 0 308185 7302 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3154.87 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.12 4.13 6/255 275267
/proc/meminfo: memFree=123173436/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3214.78 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260863 0 0 0 313877 7601 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3214.78 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.12 5/254 275278
/proc/meminfo: memFree=123172708/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3274.68 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260864 0 0 0 319549 7919 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3274.68 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.12 4.12 5/254 275289
/proc/meminfo: memFree=123171992/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3334.59 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260866 0 0 0 325230 8229 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3334.59 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.12 6/257 275304
/proc/meminfo: memFree=123171188/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3394.49 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260867 0 0 0 330898 8551 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3394.49 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.11 6/257 275316
/proc/meminfo: memFree=123170584/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3454.39 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260869 0 0 0 336566 8873 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3454.39 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.11 6/258 275328
/proc/meminfo: memFree=123169772/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3514.29 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260870 0 0 0 342243 9186 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3514.29 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

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

# cumulated CPU time of all completed processes:  user=3463.94 s, system=94.067 s

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

[startup+3532.8 s]
/proc/loadavg: 4.13 4.11 4.11 6/258 275329
/proc/meminfo: memFree=123169712/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3524.77 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260871 0 0 0 343239 9238 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3524.77 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

[startup+3545.6 s]
/proc/loadavg: 4.10 4.11 4.10 6/258 275332
/proc/meminfo: memFree=123169536/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3537.56 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260871 0 0 0 344452 9304 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3537.56 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

[startup+3558.4 s]
/proc/loadavg: 4.08 4.10 4.10 6/258 275334
/proc/meminfo: memFree=123169648/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3550.33 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260871 0 0 0 345667 9366 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3550.33 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

[startup+3561.6 s]
/proc/loadavg: 4.08 4.10 4.10 6/258 275334
/proc/meminfo: memFree=123169464/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3553.53 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260871 0 0 0 345971 9382 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3553.53 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

[startup+3563.2 s]
/proc/loadavg: 4.08 4.10 4.10 6/258 275335
/proc/meminfo: memFree=123169388/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3555.13 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260871 0 0 0 346122 9391 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3555.13 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

[startup+3564.8 s]
/proc/loadavg: 4.07 4.10 4.10 6/258 275335
/proc/meminfo: memFree=123169564/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3556.72 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260871 0 0 0 346273 9399 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3556.72 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

[startup+3565.6 s]
/proc/loadavg: 4.07 4.10 4.10 5/258 275335
/proc/meminfo: memFree=123169388/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3557.53 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260871 0 0 0 346349 9404 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3557.53 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

[startup+3566 s]*
/proc/loadavg: 4.07 4.10 4.10 5/256 275335
/proc/meminfo: memFree=123882908/131524600 swapFree=131071996/131071996
[pid=273470] ppid=273461 vsize=630656 memory=626644 CPUtime=3557.93 cores=4,6
/proc/273470/stat : 273470 (LS-MabSP) R 273461 273470 273405 0 -1 4194304 260871 0 0 0 346387 9406 0 0 20 0 1 0 49364097 645791744 156661 134679101440 4194304 15467897 140724103558896 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 50397184 140724103566367 140724103566469 140724103566469 140724103573485 0
/proc/273470/statm: 157664 156661 3195 2753 0 154317 0
Current children cumulated CPU time: 3557.93 s
Current children cumulated vsize: 630656 KiB
Current children cumulated memory: 626644 KiB

Child status: 0

Real time (s): 3566.08
CPU time (s): 3558.01
CPU user time (s): 3463.94
CPU system time (s): 94.067
CPU usage (%): 99.7737
Max. virtual memory (cumulated for all children) (KiB): 1859216
Max. memory (cumulated for all children) (KiB): 1693020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3463.94
system time used= 94.067
maximum resident set size= 1693020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260909
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= 72
involuntary context switches= 2763


# summary of solver processes directly reported to runsolver:
#   pid: 273470
#   total CPU time (s): 3558.01
#   total CPU user time (s): 3463.94
#   total CPU system time (s): 94.067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.59793 second user time and 16.2439 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-08-05 05:13:44
IDJOB=4449921
IDBENCH=176173
IDSOLVER=3047
FILE ID=nodeC031/4449921-1722827624
RUNJOBID= nodeC031-1722827624-273416
SLURM_JOB_ID= 8258636
Free space on /tmp= 890084 MiB

SOLVER NAME= LS-MabSP 2024-07-10
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=9-t=5.opb
COMMAND LINE= ./LS-MabSP -f BENCHNAME -t 3558 -s RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449921-1722827624/watcher-4449921-1722827624 -o /tmp/evaluation-result-4449921-1722827624/solver-4449921-1722827624 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1722827624-273416 --watchdog 3760 --use-pty ./LS-MabSP -f HOME/instance-4449921-1722827624.opb -t 3558 -s 945181780

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

MD5SUM BENCH= e8bf5f7be237686d5dd1c770609b55cb
RANDOM SEED=945181780

nodeC031.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		: 3730.818
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.95
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		: 3749.973
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	: 7007.12
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		: 3784.004
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.95
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		: 3861.385
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	: 7007.12
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		: 3795.866
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.95
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		: 3760.611
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	: 7007.12
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		: 3644.374
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.95
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		: 3687.321
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	: 7007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125221288 kB
MemAvailable:   129782532 kB
Buffers:          308860 kB
Cached:          5083520 kB
SwapCached:            0 kB
Active:           554676 kB
Inactive:        5222436 kB
Active(anon):       1444 kB
Inactive(anon):   412812 kB
Active(file):     553232 kB
Inactive(file):  4809624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             67160 kB
Writeback:             4 kB
AnonPages:        384252 kB
Mapped:            97480 kB
Shmem:             29528 kB
KReclaimable:      76068 kB
Slab:             167144 kB
SReclaimable:      76068 kB
SUnreclaim:        91076 kB
KernelStack:        3792 kB
PageTables:         9796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     716820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            24800 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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:      322260 kB
DirectMap2M:    19374080 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 890016 MiB
End job on nodeC031 at 2024-08-05 06:13:10