Trace number 4442596

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 NameAnswerCPU timeWall clock time
Exact 2024-07-05UNSAT 1610.5 1615.57

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
MD5SUM2590c1209b8f449ade71ad316e08b5f7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.32104
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints39645
Number of constraints which are clauses39645
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint40
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1610.42/1615.56	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (59099 MiB free)
  memory of node 1: 64473 MiB (61763 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442596-1721293797/watcher-4442596-1721293797 -o /tmp/evaluation-result-4442596-1721293797/solver-4442596-1721293797 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721293765-949555 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=644841608 HOME/instance-4442596-1721293797.opb 

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
Current StackSize limit: 8192 KiB

solver pid=951277, runsolver pid=951274

[startup+0.100979 s]*
/proc/loadavg: 3.88 4.15 4.17 5/244 951278
/proc/meminfo: memFree=123758104/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=29624 memory=8964 CPUtime=0.1 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 1020 0 0 0 10 0 0 0 20 0 1 0 181538544 30334976 2241 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 7406 2241 868 1005 0 6169 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29624 KiB
Current children cumulated memory: 8964 KiB

[startup+0.213246 s]*
/proc/loadavg: 3.88 4.15 4.17 5/244 951278
/proc/meminfo: memFree=123750000/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=35564 memory=16924 CPUtime=0.22 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 2695 0 0 0 21 1 0 0 20 0 1 0 181538544 36417536 4231 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 8891 4231 884 1005 0 7654 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 35564 KiB
Current children cumulated memory: 16924 KiB

[startup+0.313223 s]*
/proc/loadavg: 3.88 4.15 4.17 5/244 951278
/proc/meminfo: memFree=123727500/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=62120 memory=43588 CPUtime=0.31 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 8473 0 0 0 29 2 0 0 20 0 1 0 181538544 63610880 10897 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 15530 10897 1028 1005 0 14293 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 62120 KiB
Current children cumulated memory: 43588 KiB

[startup+0.700263 s]
/proc/loadavg: 3.88 4.15 4.17 5/244 951278
/proc/meminfo: memFree=123727672/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=58668 memory=42528 CPUtime=0.68 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 8804 0 0 0 66 2 0 0 20 0 1 0 181538544 60076032 10632 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 14667 10632 1140 1005 0 13430 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 58668 KiB
Current children cumulated memory: 42528 KiB

[startup+1.50027 s]
/proc/loadavg: 3.88 4.15 4.17 5/244 951278
/proc/meminfo: memFree=123722932/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=58980 memory=46884 CPUtime=1.48 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 8886 0 0 0 146 2 0 0 20 0 1 0 181538544 60395520 11721 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 14745 11721 1140 1005 0 13508 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 58980 KiB
Current children cumulated memory: 46884 KiB

[startup+3.11332 s]
/proc/loadavg: 3.89 4.15 4.17 5/244 951280
/proc/meminfo: memFree=123703264/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=73540 memory=61648 CPUtime=3.09 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 9748 0 0 0 306 3 0 0 20 0 1 0 181538544 75304960 15412 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 18385 15412 1140 1005 0 17148 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 73540 KiB
Current children cumulated memory: 61648 KiB

[startup+6.30031 s]
/proc/loadavg: 3.89 4.15 4.17 5/244 951280
/proc/meminfo: memFree=123691148/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=96692 memory=73620 CPUtime=6.27 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 10082 0 0 0 623 4 0 0 20 0 1 0 181538544 99012608 18405 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 24173 18405 1140 1005 0 22936 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 96692 KiB
Current children cumulated memory: 73620 KiB

[startup+12.7003 s]
/proc/loadavg: 3.90 4.14 4.17 5/244 951282
/proc/meminfo: memFree=123659544/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=138584 memory=104824 CPUtime=12.65 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 11223 0 0 0 1259 6 0 0 20 0 1 0 181538544 141910016 26206 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 34646 26206 1140 1005 0 33409 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 138584 KiB
Current children cumulated memory: 104824 KiB

[startup+25.5003 s]
/proc/loadavg: 3.92 4.14 4.17 5/244 951283
/proc/meminfo: memFree=123618968/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=145604 memory=128564 CPUtime=25.41 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 13098 0 0 0 2533 8 0 0 20 0 1 0 181538544 149098496 32141 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 36401 32141 1140 1005 0 35164 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 145604 KiB
Current children cumulated memory: 128564 KiB

[startup+51.1134 s]
/proc/loadavg: 4.02 4.14 4.17 5/246 951290
/proc/meminfo: memFree=123578184/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=169344 memory=151744 CPUtime=50.96 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 18991 0 0 0 5084 12 0 0 20 0 1 0 181538544 173408256 37936 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 42336 37936 1140 1005 0 41099 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 169344 KiB
Current children cumulated memory: 151744 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.13 4.16 5/245 951346
/proc/meminfo: memFree=124184932/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=204112 memory=187060 CPUtime=102.02 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 27883 0 0 0 10183 19 0 0 20 0 1 0 181538544 209010688 46765 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 51028 46765 1140 1005 0 49791 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 204112 KiB
Current children cumulated memory: 187060 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.14 4.16 5/245 951357
/proc/meminfo: memFree=124085536/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=221368 memory=204204 CPUtime=161.85 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 32291 0 0 0 16161 24 0 0 20 0 1 0 181538544 226680832 51051 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 55342 51051 1140 1005 0 54105 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 221368 KiB
Current children cumulated memory: 204204 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.13 4.16 5/245 951367
/proc/meminfo: memFree=124054796/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=230676 memory=213568 CPUtime=221.7 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 34667 0 0 0 22140 30 0 0 20 0 1 0 181538544 236212224 53392 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 57669 53392 1140 1005 0 56432 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 230676 KiB
Current children cumulated memory: 213568 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 4.10 4.14 5/243 951378
/proc/meminfo: memFree=124022544/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=245560 memory=228472 CPUtime=281.5 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 38428 0 0 0 28113 37 0 0 20 0 1 0 181538544 251453440 57118 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 61390 57118 1140 1005 0 60153 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 245560 KiB
Current children cumulated memory: 228472 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.11 4.14 5/243 951389
/proc/meminfo: memFree=124008032/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=249532 memory=232560 CPUtime=341.3 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 39479 0 0 0 34087 43 0 0 20 0 1 0 181538544 255520768 58140 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 62383 58140 1140 1005 0 61146 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 249532 KiB
Current children cumulated memory: 232560 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.12 4.14 5/241 951537
/proc/meminfo: memFree=123668104/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=253500 memory=236896 CPUtime=401.11 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 40623 0 0 0 40062 49 0 0 20 0 1 0 181538544 259584000 59224 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 63375 59224 1140 1005 0 62138 0
Current children cumulated CPU time: 401.11 s
Current children cumulated vsize: 253500 KiB
Current children cumulated memory: 236896 KiB

[startup+462.3 s]
/proc/loadavg: 4.31 4.17 4.16 5/241 951547
/proc/meminfo: memFree=123635520/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=255356 memory=238564 CPUtime=460.94 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 41166 0 0 0 46041 53 0 0 20 0 1 0 181538544 261484544 59641 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 63839 59641 1140 1005 0 62602 0

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

/proc/loadavg: 4.10 4.15 4.16 5/246 952418
/proc/meminfo: memFree=122436540/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=346932 memory=283392 CPUtime=1178.66 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 48651 0 0 0 117754 112 0 0 20 0 1 0 181538544 355258368 70848 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 86733 70848 1140 1005 0 85496 0
Current children cumulated CPU time: 1178.66 s
Current children cumulated vsize: 346932 KiB
Current children cumulated memory: 283392 KiB

[startup+1242.3 s]
/proc/loadavg: 4.14 4.15 4.16 5/248 952486
/proc/meminfo: memFree=122406904/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=347380 memory=283680 CPUtime=1238.46 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 48849 0 0 0 123729 117 0 0 20 0 1 0 181538544 355717120 70920 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 86845 70920 1140 1005 0 85608 0
Current children cumulated CPU time: 1238.46 s
Current children cumulated vsize: 347380 KiB
Current children cumulated memory: 283680 KiB

[startup+1302.3 s]
/proc/loadavg: 4.11 4.14 4.15 5/246 952496
/proc/meminfo: memFree=122307756/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=350004 memory=286320 CPUtime=1298.26 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 49616 0 0 0 129704 122 0 0 20 0 1 0 181538544 358404096 71580 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 87501 71580 1140 1005 0 86264 0
Current children cumulated CPU time: 1298.26 s
Current children cumulated vsize: 350004 KiB
Current children cumulated memory: 286320 KiB

[startup+1362.3 s]
/proc/loadavg: 4.16 4.14 4.15 5/246 952507
/proc/meminfo: memFree=122265880/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=352056 memory=288272 CPUtime=1358.07 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 50235 0 0 0 135681 126 0 0 20 0 1 0 181538544 360505344 72068 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 88014 72068 1140 1005 0 86777 0
Current children cumulated CPU time: 1358.07 s
Current children cumulated vsize: 352056 KiB
Current children cumulated memory: 288272 KiB

[startup+1422.3 s]
/proc/loadavg: 4.12 4.13 4.14 5/245 952517
/proc/meminfo: memFree=122199436/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=352056 memory=288520 CPUtime=1417.87 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 50364 0 0 0 141657 130 0 0 20 0 1 0 181538544 360505344 72130 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 88014 72130 1140 1005 0 86777 0
Current children cumulated CPU time: 1417.87 s
Current children cumulated vsize: 352056 KiB
Current children cumulated memory: 288520 KiB

[startup+1482.3 s]
/proc/loadavg: 4.09 4.12 4.14 5/244 952528
/proc/meminfo: memFree=122177484/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=352568 memory=288904 CPUtime=1477.67 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 50555 0 0 0 147632 135 0 0 20 0 1 0 181538544 361029632 72226 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 88142 72226 1140 1005 0 86905 0
Current children cumulated CPU time: 1477.67 s
Current children cumulated vsize: 352568 KiB
Current children cumulated memory: 288904 KiB

[startup+1542.3 s]
/proc/loadavg: 4.55 4.22 4.17 5/241 952540
/proc/meminfo: memFree=122159336/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=352568 memory=289160 CPUtime=1537.46 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 50688 0 0 0 153607 139 0 0 20 0 1 0 181538544 361029632 72290 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 88142 72290 1140 1005 0 86905 0
Current children cumulated CPU time: 1537.46 s
Current children cumulated vsize: 352568 KiB
Current children cumulated memory: 289160 KiB

[startup+1602.3 s]
/proc/loadavg: 4.67 4.34 4.22 5/241 952550
/proc/meminfo: memFree=122115016/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=358964 memory=295092 CPUtime=1597.27 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 52335 0 0 0 159583 144 0 0 20 0 1 0 181538544 367579136 73773 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 89741 73773 1140 1005 0 88504 0
Current children cumulated CPU time: 1597.27 s
Current children cumulated vsize: 358964 KiB
Current children cumulated memory: 295092 KiB

[startup+1615.57 s]
# the end of solver process 951277 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1609.04 s, system=1.46053 s

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

[startup+1606.4 s]
/proc/loadavg: 4.62 4.34 4.22 5/241 952550
/proc/meminfo: memFree=122115016/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=359544 memory=295620 CPUtime=1601.35 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 52480 0 0 0 159991 144 0 0 20 0 1 0 181538544 368173056 73905 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 89886 73905 1140 1005 0 88649 0
Current children cumulated CPU time: 1601.35 s
Current children cumulated vsize: 359544 KiB
Current children cumulated memory: 295620 KiB

[startup+1609.6 s]
/proc/loadavg: 4.57 4.33 4.22 5/241 952550
/proc/meminfo: memFree=122114436/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=359544 memory=295620 CPUtime=1604.54 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 52480 0 0 0 160309 145 0 0 20 0 1 0 181538544 368173056 73905 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 89886 73905 1140 1005 0 88649 0
Current children cumulated CPU time: 1604.54 s
Current children cumulated vsize: 359544 KiB
Current children cumulated memory: 295620 KiB

[startup+1612.8 s]
/proc/loadavg: 4.57 4.33 4.22 5/241 952552
/proc/meminfo: memFree=122114380/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=359544 memory=295620 CPUtime=1607.73 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 52480 0 0 0 160628 145 0 0 20 0 1 0 181538544 368173056 73905 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 89886 73905 1140 1005 0 88649 0
Current children cumulated CPU time: 1607.73 s
Current children cumulated vsize: 359544 KiB
Current children cumulated memory: 295620 KiB

[startup+1614.4 s]
/proc/loadavg: 4.52 4.33 4.21 5/241 952552
/proc/meminfo: memFree=122114380/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=359544 memory=295620 CPUtime=1609.33 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 52480 0 0 0 160788 145 0 0 20 0 1 0 181538544 368173056 73905 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 89886 73905 1140 1005 0 88649 0
Current children cumulated CPU time: 1609.33 s
Current children cumulated vsize: 359544 KiB
Current children cumulated memory: 295620 KiB

[startup+1615.2 s]
/proc/loadavg: 4.52 4.33 4.21 5/241 952552
/proc/meminfo: memFree=122114388/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=359544 memory=295620 CPUtime=1610.12 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 52482 0 0 0 160867 145 0 0 20 0 1 0 181538544 368173056 73905 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 89886 73905 1140 1005 0 88649 0
Current children cumulated CPU time: 1610.12 s
Current children cumulated vsize: 359544 KiB
Current children cumulated memory: 295620 KiB

[startup+1615.4 s]
/proc/loadavg: 4.52 4.33 4.21 5/241 952552
/proc/meminfo: memFree=122114388/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=359544 memory=295620 CPUtime=1610.32 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 52482 0 0 0 160887 145 0 0 20 0 1 0 181538544 368173056 73905 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 89886 73905 1140 1005 0 88649 0
Current children cumulated CPU time: 1610.32 s
Current children cumulated vsize: 359544 KiB
Current children cumulated memory: 295620 KiB

[startup+1615.5 s]
/proc/loadavg: 4.52 4.33 4.21 5/241 952552
/proc/meminfo: memFree=122114388/131655788 swapFree=131071996/131071996
[pid=951277] ppid=951274 vsize=359544 memory=295620 CPUtime=1610.42 cores=1,3
/proc/951277/stat : 951277 (Exact) R 951274 951277 949543 0 -1 4194304 52482 0 0 0 160897 145 0 0 20 0 1 0 181538544 368173056 73905 134679101440 4194304 8309489 140729779003920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 15437824 140729779012542 140729779012711 140729779012711 140729779019727 0
/proc/951277/statm: 89886 73905 1140 1005 0 88649 0
Current children cumulated CPU time: 1610.42 s
Current children cumulated vsize: 359544 KiB
Current children cumulated memory: 295620 KiB

Child status: 20

Real time (s): 1615.57
CPU time (s): 1610.5
CPU user time (s): 1609.04
CPU system time (s): 1.46053
CPU usage (%): 99.6863
Max. virtual memory (cumulated for all children) (KiB): 359544
Max. memory (cumulated for all children) (KiB): 295620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1609.04
system time used= 1.46053
maximum resident set size= 358184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52483
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= 62
involuntary context switches= 955


# summary of solver processes directly reported to runsolver:
#   pid: 951277
#   total CPU time (s): 1610.5
#   total CPU user time (s): 1609.04
#   total CPU system time (s): 1.46053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.03294 second user time and 15.7288 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-18 11:10:09
IDJOB=4442596
IDBENCH=147833
IDSOLVER=3060
FILE ID=nodeC005/4442596-1721293797
RUNJOBID= nodeC005-1721293765-949555
SLURM_JOB_ID= 7542597
Free space on /tmp= 723744 MiB

SOLVER NAME= Exact 2024-07-05
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442596-1721293797/watcher-4442596-1721293797 -o /tmp/evaluation-result-4442596-1721293797/solver-4442596-1721293797 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721293765-949555 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=644841608 HOME/instance-4442596-1721293797.opb

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

MD5SUM BENCH= 2590c1209b8f449ade71ad316e08b5f7
RANDOM SEED=644841608

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3672.761
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1995.296
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.362
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.188
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3519.218
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3655.381
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.414
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.260
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123764148 kB
MemAvailable:   129047680 kB
Buffers:          470764 kB
Cached:          5588020 kB
SwapCached:            0 kB
Active:          1025036 kB
Inactive:        6176956 kB
Active(anon):       3456 kB
Inactive(anon):  1177140 kB
Active(file):    1021580 kB
Inactive(file):  4999816 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             21404 kB
Writeback:             0 kB
AnonPages:       1142156 kB
Mapped:           120608 kB
Shmem:             37704 kB
KReclaimable:     204668 kB
Slab:             322644 kB
SReclaimable:     204668 kB
SUnreclaim:       117976 kB
KernelStack:        3968 kB
PageTables:        11688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1447328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57760 kB
HardwareCorrupted:     0 kB
AnonHugePages:    614400 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723736 MiB
End job on nodeC005 at 2024-07-18 11:37:05