Trace number 4449950

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
CASHWMaxSAT-DisjCom-SP 2024-07-10SAT (TO)4 3600.02 3608.9

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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.02	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
0.00/0.02	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
0.00/0.02	o 8
0.00/0.02	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
0.00/0.02	c Starting SCIP solver  (with time-limit = 1800s) ...
1794.52/1800.03	c SCIP timeout with lower and upper bounds: [0, 4]
1794.91/1800.42	o 4
3600.01/3608.90	
3600.01/3608.90	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
3600.01/3608.90	s SATISFIABLE

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449950-1721492216/watcher-4449950-1721492216 -o /tmp/evaluation-result-4449950-1721492216/solver-4449950-1721492216 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721485009-1113302 --watchdog 3760 CASHWMaxSAT-DisjCom-SP HOME/instance-4449950-1721492216.opb -total-t=3600 -no-par -v0 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100095 s]*
/proc/loadavg: 4.06 4.12 4.10 5/256 1117619
/proc/meminfo: memFree=126512308/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=47360 memory=38276 CPUtime=0.1 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 5320 0 0 0 9 1 0 0 20 0 1 0 201389663 48496640 9569 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 11840 9569 2618 2550 0 8795 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 47360 KiB
Current children cumulated memory: 38276 KiB

[startup+0.206091 s]*
/proc/loadavg: 4.06 4.12 4.10 5/256 1117619
/proc/meminfo: memFree=126500756/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=59840 memory=49220 CPUtime=0.2 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 8006 0 0 0 19 1 0 0 20 0 1 0 201389663 61276160 12305 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 14960 12305 2650 2550 0 11915 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 59840 KiB
Current children cumulated memory: 49220 KiB

[startup+0.305911 s]*
/proc/loadavg: 4.06 4.12 4.10 5/256 1117619
/proc/meminfo: memFree=126500644/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=59840 memory=49220 CPUtime=0.3 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 8025 0 0 0 29 1 0 0 20 0 1 0 201389663 61276160 12305 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 14960 12305 2650 2550 0 11915 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 59840 KiB
Current children cumulated memory: 49220 KiB

[startup+0.700249 s]
/proc/loadavg: 4.06 4.12 4.10 5/256 1117619
/proc/meminfo: memFree=126493472/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=64624 memory=54500 CPUtime=0.68 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 9307 0 0 0 67 1 0 0 20 0 1 0 201389663 66174976 13625 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 16156 13625 2650 2550 0 13111 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 64624 KiB
Current children cumulated memory: 54500 KiB

[startup+1.50024 s]
/proc/loadavg: 4.06 4.12 4.10 6/256 1117619
/proc/meminfo: memFree=126491428/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=66948 memory=57404 CPUtime=1.48 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 10070 0 0 0 147 1 0 0 20 0 1 0 201389663 68554752 14351 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 16737 14351 2650 2550 0 13692 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 66948 KiB
Current children cumulated memory: 57404 KiB

[startup+3.10593 s]
/proc/loadavg: 4.14 4.13 4.11 5/256 1117619
/proc/meminfo: memFree=126472184/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=72208 memory=62944 CPUtime=3.08 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 11450 0 0 0 307 1 0 0 20 0 1 0 201389663 73940992 15736 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 18052 15736 2650 2550 0 15007 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 72208 KiB
Current children cumulated memory: 62944 KiB

[startup+6.30022 s]
/proc/loadavg: 4.14 4.13 4.11 5/256 1117621
/proc/meminfo: memFree=126459800/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=79160 memory=69968 CPUtime=6.27 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 13195 0 0 0 625 2 0 0 20 0 1 0 201389663 81059840 17492 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 19790 17492 2650 2550 0 16745 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 79160 KiB
Current children cumulated memory: 69968 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.13 4.11 5/256 1117621
/proc/meminfo: memFree=126437616/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=91820 memory=82540 CPUtime=12.65 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 15934 0 0 0 1263 2 0 0 20 0 1 0 201389663 94023680 20635 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 22955 20635 2650 2550 0 19910 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 91820 KiB
Current children cumulated memory: 82540 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.14 4.11 5/256 1117624
/proc/meminfo: memFree=126445572/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=113888 memory=104096 CPUtime=25.41 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 19342 0 0 0 2538 3 0 0 20 0 1 0 201389663 116621312 26024 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 28472 26024 2650 2550 0 25427 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 113888 KiB
Current children cumulated memory: 104096 KiB

[startup+51.1059 s]
/proc/loadavg: 3.96 4.09 4.09 4/249 1117660
/proc/meminfo: memFree=126605620/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=151112 memory=140744 CPUtime=50.95 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 25542 0 0 0 5090 5 0 0 20 0 1 0 201389663 154738688 35186 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 37778 35186 2650 2550 0 34733 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 151112 KiB
Current children cumulated memory: 140744 KiB

[startup+102.3 s]
/proc/loadavg: 3.48 3.94 4.04 4/249 1117669
/proc/meminfo: memFree=126547360/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=208080 memory=196884 CPUtime=101.97 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 34015 0 0 0 10190 7 0 0 20 0 1 0 201389663 213073920 49221 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 52020 49221 2650 2550 0 48975 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 208080 KiB
Current children cumulated memory: 196884 KiB

[startup+162.3 s]
/proc/loadavg: 3.35 3.81 3.99 4/249 1117679
/proc/meminfo: memFree=126454268/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=299988 memory=272820 CPUtime=161.78 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 45363 0 0 0 16169 9 0 0 20 0 1 0 201389663 307187712 68205 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 74997 68205 2650 2550 0 71952 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 299988 KiB
Current children cumulated memory: 272820 KiB

[startup+222.3 s]
/proc/loadavg: 3.20 3.68 3.93 4/250 1117694
/proc/meminfo: memFree=126385520/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=364120 memory=346708 CPUtime=221.59 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 55421 0 0 0 22147 12 0 0 20 0 1 0 201389663 372858880 86677 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 91030 86677 2650 2550 0 87985 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 364120 KiB
Current children cumulated memory: 346708 KiB

[startup+282.3 s]
/proc/loadavg: 3.19 3.58 3.88 4/250 1117705
/proc/meminfo: memFree=126304616/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=423116 memory=408956 CPUtime=281.4 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 62465 0 0 0 28126 14 0 0 20 0 1 0 201389663 433270784 102239 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 105779 102239 2650 2550 0 102734 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 423116 KiB
Current children cumulated memory: 408956 KiB

[startup+342.3 s]
/proc/loadavg: 2.91 3.44 3.81 3/243 1117745
/proc/meminfo: memFree=126561492/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=494132 memory=471384 CPUtime=341.22 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 70010 0 0 0 34107 15 0 0 20 0 1 0 201389663 505991168 117846 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123533 117846 2650 2550 0 120488 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 494132 KiB
Current children cumulated memory: 471384 KiB

[startup+402.3 s]
/proc/loadavg: 2.38 3.19 3.70 3/243 1117757
/proc/meminfo: memFree=126493344/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=569720 memory=532752 CPUtime=401.05 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 77387 0 0 0 40088 17 0 0 20 0 1 0 201389663 583393280 133188 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 142430 133188 2650 2550 0 139385 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 569720 KiB
Current children cumulated memory: 532752 KiB

[startup+462.3 s]
/proc/loadavg: 2.25 3.00 3.60 3/243 1117768
/proc/meminfo: memFree=126425728/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=657268 memory=597920 CPUtime=460.89 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 84118 0 0 0 46070 19 0 0 20 0 1 0 201389663 673042432 149480 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 164317 149480 2650 2550 0 161272 0

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

Current children cumulated memory: 489868 KiB

[startup+2922.3 s]
/proc/loadavg: 1.12 1.12 1.38 2/235 1119440
/proc/meminfo: memFree=126581504/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=2914.71 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 182658 0 0 0 291415 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 2914.71 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB

[startup+2982.3 s]
/proc/loadavg: 1.09 1.11 1.36 2/235 1119451
/proc/meminfo: memFree=126580800/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=2974.6 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 182766 0 0 0 297404 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 2974.6 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB

[startup+3042.3 s]
/proc/loadavg: 1.07 1.10 1.34 2/236 1119464
/proc/meminfo: memFree=126580028/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=3034.49 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 182879 0 0 0 303393 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 3034.49 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB

[startup+3102.3 s]
/proc/loadavg: 1.08 1.10 1.32 2/236 1119474
/proc/meminfo: memFree=126579340/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=3094.37 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 182984 0 0 0 309381 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 3094.37 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB

[startup+3162.3 s]
/proc/loadavg: 1.07 1.09 1.30 2/236 1119484
/proc/meminfo: memFree=126578668/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=3154.26 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 183089 0 0 0 315370 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 3154.26 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB

[startup+3222.3 s]
/proc/loadavg: 1.12 1.10 1.29 2/237 1119499
/proc/meminfo: memFree=126578076/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=3214.15 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 183199 0 0 0 321359 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 3214.15 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB

[startup+3282.3 s]
/proc/loadavg: 1.04 1.08 1.27 2/237 1119512
/proc/meminfo: memFree=126577384/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=3274.03 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 183304 0 0 0 327347 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 3274.03 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 1.09 1.26 2/236 1119524
/proc/meminfo: memFree=126576628/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=3333.92 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 183414 0 0 0 333336 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 3333.92 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 1.09 1.25 2/236 1119536
/proc/meminfo: memFree=126576032/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=3393.8 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 183519 0 0 0 339324 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 3393.8 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB

[startup+3462.3 s]
/proc/loadavg: 1.08 1.09 1.24 2/236 1119547
/proc/meminfo: memFree=126575248/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=3453.69 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 183636 0 0 0 345313 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 3453.69 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB

[startup+3522.3 s]
/proc/loadavg: 1.09 1.08 1.23 2/234 1119558
/proc/meminfo: memFree=126574500/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=3513.58 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 183741 0 0 0 351302 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 3513.58 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB

[startup+3582.3 s]
/proc/loadavg: 1.08 1.08 1.22 2/234 1119568
/proc/meminfo: memFree=126573884/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=3573.46 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 183846 0 0 0 357290 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 3573.46 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.9 s]
/proc/loadavg: 1.12 1.09 1.22 2/234 1119573
/proc/meminfo: memFree=126573420/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=3600.01 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 183909 0 0 0 359945 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3608.9 s]
# the end of solver process 1117618 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3599.45 s, system=0.564292 s

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

[startup+3608.9 s]
/proc/loadavg: 1.12 1.09 1.22 2/234 1119573
/proc/meminfo: memFree=126573420/131524600 swapFree=131071996/131071996
[pid=1117618] ppid=1117615 vsize=495832 memory=489868 CPUtime=3600.01 cores=1,3
/proc/1117618/stat : 1117618 (CASHWMaxSAT-Dis) R 1117615 1117618 1113290 0 -1 4194304 183909 0 0 0 359945 56 0 0 20 0 1 0 201389663 507731968 122467 134679101440 4194304 14636349 140735279286176 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 16575728 16655184 45166592 140735279289313 140735279289429 140735279289429 140735279296446 0
/proc/1117618/statm: 123958 122467 2920 2550 0 120913 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 495832 KiB
Current children cumulated memory: 489868 KiB

Child status: 10

Real time (s): 3608.9
CPU time (s): 3600.02
CPU user time (s): 3599.45
CPU system time (s): 0.564292
CPU usage (%): 99.7538
Max. virtual memory (cumulated for all children) (KiB): 1764528
Max. memory (cumulated for all children) (KiB): 1718716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.45
system time used= 0.564292
maximum resident set size= 1718716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183909
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= 95
involuntary context switches= 2890


# summary of solver processes directly reported to runsolver:
#   pid: 1117618
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.45
#   total CPU system time (s): 0.564292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.53126 second user time and 15.6871 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-20 18:17:09
IDJOB=4449950
IDBENCH=176173
IDSOLVER=3076
FILE ID=nodeC030/4449950-1721492216
RUNJOBID= nodeC030-1721485009-1113302
SLURM_JOB_ID= 7545778
Free space on /tmp= 890040 MiB

SOLVER NAME= CASHWMaxSAT-DisjCom-SP 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= CASHWMaxSAT-DisjCom-SP BENCHNAME -total-t=TIMEOUT -no-par -v0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449950-1721492216/watcher-4449950-1721492216 -o /tmp/evaluation-result-4449950-1721492216/solver-4449950-1721492216 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721485009-1113302 --watchdog 3760  CASHWMaxSAT-DisjCom-SP HOME/instance-4449950-1721492216.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= e8bf5f7be237686d5dd1c770609b55cb
RANDOM SEED=117169125

nodeC030.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		: 3661.515
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.28
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		: 3660.588
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.11
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		: 3599.794
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.28
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		: 3668.117
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.11
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		: 3661.583
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.28
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		: 3666.367
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.11
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		: 3600.026
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.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126540804 kB
MemAvailable:   129144092 kB
Buffers:          556928 kB
Cached:          2866272 kB
SwapCached:            0 kB
Active:          1248400 kB
Inactive:        3060212 kB
Active(anon):       1564 kB
Inactive(anon):   929788 kB
Active(file):    1246836 kB
Inactive(file):  2130424 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             27216 kB
Writeback:             0 kB
AnonPages:        885072 kB
Mapped:           119692 kB
Shmem:             45912 kB
KReclaimable:     131704 kB
Slab:             250364 kB
SReclaimable:     131704 kB
SUnreclaim:       118660 kB
KernelStack:        4044 kB
PageTables:        11148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1325596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            75360 kB
HardwareCorrupted:     0 kB
AnonHugePages:    649216 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:      262868 kB
DirectMap2M:    23627776 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC030 at 2024-07-20 19:17:18