Trace number 4446796

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-05? (TO) 3602.06 3610.6

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K172.opb
MD5SUM44b1adf4a7e5c26b78f2dbc134a2606f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark605.744
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20468
Total number of constraints20814
Number of constraints which are clauses20642
Number of constraints which are cardinality constraints (but not clauses)172
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint172
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 173
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446796-1721340824/watcher-4446796-1721340824 -o /tmp/evaluation-result-4446796-1721340824/solver-4446796-1721340824 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721340837-978138 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1038419138 HOME/instance-4446796-1721340824.opb 

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=978194, runsolver pid=978183
Current StackSize limit: 8192 KiB


[startup+0.100092 s]*
/proc/loadavg: 1.38 2.94 3.69 9/259 978201
/proc/meminfo: memFree=128096772/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=55916 memory=36100 CPUtime=0.09 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 7296 0 0 0 9 0 0 0 20 0 1 0 186249090 57257984 9025 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 13979 9025 900 1005 0 12742 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 55916 KiB
Current children cumulated memory: 36100 KiB

[startup+0.206651 s]*
/proc/loadavg: 1.38 2.94 3.69 8/259 978201
/proc/meminfo: memFree=128032328/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=63596 memory=44140 CPUtime=0.2 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 8699 0 0 0 19 1 0 0 20 0 1 0 186249090 65122304 11035 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 15899 11035 1076 1005 0 14662 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 63596 KiB
Current children cumulated memory: 44140 KiB

[startup+0.306293 s]*
/proc/loadavg: 1.38 2.94 3.69 8/259 978201
/proc/meminfo: memFree=127976804/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=84616 memory=64616 CPUtime=0.3 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 14188 0 0 0 28 2 0 0 20 0 1 0 186249090 86646784 16154 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 21154 16154 1092 1005 0 19917 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 84616 KiB
Current children cumulated memory: 64616 KiB

[startup+0.700241 s]
/proc/loadavg: 1.38 2.94 3.69 8/259 978201
/proc/meminfo: memFree=127968516/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=88448 memory=66992 CPUtime=0.69 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 14820 0 0 0 67 2 0 0 20 0 1 0 186249090 90570752 16748 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 22112 16748 1092 1005 0 20875 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 88448 KiB
Current children cumulated memory: 66992 KiB

[startup+1.50024 s]
/proc/loadavg: 1.38 2.94 3.69 8/259 978201
/proc/meminfo: memFree=127957544/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=91508 memory=75364 CPUtime=1.48 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 15884 0 0 0 146 2 0 0 20 0 1 0 186249090 93704192 18841 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 22877 18841 1108 1005 0 21640 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 91508 KiB
Current children cumulated memory: 75364 KiB

[startup+3.10651 s]
/proc/loadavg: 1.67 2.97 3.70 8/259 978201
/proc/meminfo: memFree=127896372/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=95288 memory=85504 CPUtime=3.08 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 16837 0 0 0 306 2 0 0 20 0 1 0 186249090 97574912 21376 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 23822 21376 1124 1005 0 22585 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 95288 KiB
Current children cumulated memory: 85504 KiB

[startup+6.30021 s]
/proc/loadavg: 1.67 2.97 3.70 8/259 978203
/proc/meminfo: memFree=127834972/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=114044 memory=105176 CPUtime=6.27 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 18935 0 0 0 624 3 0 0 20 0 1 0 186249090 116781056 26294 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 28511 26294 1124 1005 0 27274 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 114044 KiB
Current children cumulated memory: 105176 KiB

[startup+12.7002 s]
/proc/loadavg: 2.03 3.00 3.70 7/259 978203
/proc/meminfo: memFree=127763384/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=144584 memory=124336 CPUtime=12.66 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 21114 0 0 0 1260 6 0 0 20 0 1 0 186249090 148054016 31084 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 36146 31084 1124 1005 0 34909 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 144584 KiB
Current children cumulated memory: 124336 KiB

[startup+25.5002 s]
/proc/loadavg: 2.33 3.04 3.71 7/259 978206
/proc/meminfo: memFree=127733364/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=150404 memory=130788 CPUtime=25.42 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 22794 0 0 0 2536 6 0 0 20 0 1 0 186249090 154013696 32697 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 37601 32697 1124 1005 0 36364 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 150404 KiB
Current children cumulated memory: 130788 KiB

[startup+51.1065 s]
/proc/loadavg: 2.98 3.13 3.72 8/259 978209
/proc/meminfo: memFree=127669332/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=159696 memory=140064 CPUtime=50.97 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 25199 0 0 0 5086 11 0 0 20 0 1 0 186249090 163528704 35016 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 39924 35016 1124 1005 0 38687 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 159696 KiB
Current children cumulated memory: 140064 KiB

[startup+102.3 s]
/proc/loadavg: 3.66 3.30 3.74 7/256 978218
/proc/meminfo: memFree=127464660/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=175404 memory=159360 CPUtime=102.04 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 28999 0 0 0 10183 21 0 0 20 0 1 0 186249090 179613696 39840 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 43851 39840 1124 1005 0 42614 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 175404 KiB
Current children cumulated memory: 159360 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 3.44 3.77 7/255 978229
/proc/meminfo: memFree=127408228/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=187444 memory=175052 CPUtime=161.87 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 32137 0 0 0 16166 21 0 0 20 0 1 0 186249090 191942656 43763 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 46861 43763 1124 1005 0 45624 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 187444 KiB
Current children cumulated memory: 175052 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 3.58 3.80 7/255 978239
/proc/meminfo: memFree=127338044/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=233900 memory=196552 CPUtime=221.72 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 34459 0 0 0 22139 33 0 0 20 0 1 0 186249090 239513600 49138 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 58475 49138 1140 1005 0 57238 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 233900 KiB
Current children cumulated memory: 196552 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.67 3.82 8/255 978249
/proc/meminfo: memFree=127296344/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=242964 memory=211648 CPUtime=281.54 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 36797 0 0 0 28121 33 0 0 20 0 1 0 186249090 248795136 52912 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 60741 52912 1140 1005 0 59504 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 242964 KiB
Current children cumulated memory: 211648 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 3.77 3.84 7/254 978260
/proc/meminfo: memFree=127261456/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=249572 memory=230668 CPUtime=341.38 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 38548 0 0 0 34092 46 0 0 20 0 1 0 186249090 255561728 57667 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 62393 57667 1140 1005 0 61156 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 249572 KiB
Current children cumulated memory: 230668 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.83 3.86 8/256 978274
/proc/meminfo: memFree=127235688/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=254004 memory=235108 CPUtime=401.21 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 39744 0 0 0 40070 51 0 0 20 0 1 0 186249090 260100096 58777 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 63501 58777 1140 1005 0 62264 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 254004 KiB
Current children cumulated memory: 235108 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.88 3.87 8/257 978285
/proc/meminfo: memFree=127217440/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=257424 memory=238416 CPUtime=461.05 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 40184 0 0 0 46041 64 0 0 20 0 1 0 186249090 263602176 59604 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 64356 59604 1140 1005 0 63119 0

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

[startup+3042.3 s]
/proc/loadavg: 4.10 4.15 4.15 8/257 979929
/proc/meminfo: memFree=126388352/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=522056 memory=505128 CPUtime=3035.02 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 63547 0 0 0 303207 295 0 0 20 0 1 0 186249090 534585344 126282 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 130514 126282 1198 1005 0 129277 0
Current children cumulated CPU time: 3035.02 s
Current children cumulated vsize: 522056 KiB
Current children cumulated memory: 505128 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.14 4.14 7/257 979939
/proc/meminfo: memFree=126383396/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=524520 memory=508280 CPUtime=3094.89 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 64435 0 0 0 309190 299 0 0 20 0 1 0 186249090 537108480 127070 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 131130 127070 1198 1005 0 129893 0
Current children cumulated CPU time: 3094.89 s
Current children cumulated vsize: 524520 KiB
Current children cumulated memory: 508280 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.14 4.14 8/255 979949
/proc/meminfo: memFree=126382108/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=525520 memory=509092 CPUtime=3154.76 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 64818 0 0 0 315177 299 0 0 20 0 1 0 186249090 538132480 127273 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 131380 127273 1198 1005 0 130143 0
Current children cumulated CPU time: 3154.76 s
Current children cumulated vsize: 525520 KiB
Current children cumulated memory: 509092 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.13 4.13 8/254 979960
/proc/meminfo: memFree=126362888/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=526532 memory=510168 CPUtime=3214.62 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 65196 0 0 0 321163 299 0 0 20 0 1 0 186249090 539168768 127542 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 131633 127542 1198 1005 0 130396 0
Current children cumulated CPU time: 3214.62 s
Current children cumulated vsize: 526532 KiB
Current children cumulated memory: 510168 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.13 4.13 8/254 979970
/proc/meminfo: memFree=126359980/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=526848 memory=510476 CPUtime=3274.49 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 65397 0 0 0 327150 299 0 0 20 0 1 0 186249090 539492352 127619 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 131712 127619 1198 1005 0 130475 0
Current children cumulated CPU time: 3274.49 s
Current children cumulated vsize: 526848 KiB
Current children cumulated memory: 510476 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.12 4.13 8/254 979980
/proc/meminfo: memFree=126355444/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=527532 memory=511292 CPUtime=3334.35 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 65694 0 0 0 333125 310 0 0 20 0 1 0 186249090 540192768 127823 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 131883 127823 1198 1005 0 130646 0
Current children cumulated CPU time: 3334.35 s
Current children cumulated vsize: 527532 KiB
Current children cumulated memory: 511292 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.13 4.13 8/256 979994
/proc/meminfo: memFree=126353580/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=528840 memory=512524 CPUtime=3394.22 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 66165 0 0 0 339111 311 0 0 20 0 1 0 186249090 541532160 128131 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 132210 128131 1198 1005 0 130973 0
Current children cumulated CPU time: 3394.22 s
Current children cumulated vsize: 528840 KiB
Current children cumulated memory: 512524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.12 7/257 980006
/proc/meminfo: memFree=126265740/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=529632 memory=513324 CPUtime=3454.08 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 66515 0 0 0 345093 315 0 0 20 0 1 0 186249090 542343168 128331 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 132408 128331 1198 1005 0 131171 0
Current children cumulated CPU time: 3454.08 s
Current children cumulated vsize: 529632 KiB
Current children cumulated memory: 513324 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.12 8/257 980016
/proc/meminfo: memFree=126255780/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=531260 memory=514828 CPUtime=3513.95 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 67054 0 0 0 351069 326 0 0 20 0 1 0 186249090 544010240 128707 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 132815 128707 1198 1005 0 131578 0
Current children cumulated CPU time: 3513.95 s
Current children cumulated vsize: 531260 KiB
Current children cumulated memory: 514828 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.12 8/257 980027
/proc/meminfo: memFree=126253676/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=531400 memory=515128 CPUtime=3573.81 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 67237 0 0 0 357055 326 0 0 20 0 1 0 186249090 544153600 128782 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 132850 128782 1198 1005 0 131613 0
Current children cumulated CPU time: 3573.81 s
Current children cumulated vsize: 531400 KiB
Current children cumulated memory: 515128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.6 s]
/proc/loadavg: 4.09 4.11 4.11 7/257 980033
/proc/meminfo: memFree=126253476/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=531400 memory=515128 CPUtime=3600.05 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 67268 0 0 0 359668 337 0 0 20 0 1 0 186249090 544153600 128782 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 132850 128782 1198 1005 0 131613 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 531400 KiB
Current children cumulated memory: 515128 KiB

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

Sending SIGKILL to process tree (bottom up)

[startup+3610.6 s]
# the end of solver process 978194 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3598.66 s, system=3.3965 s

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

[startup+3609.6 s]
/proc/loadavg: 4.09 4.11 4.11 7/257 980033
/proc/meminfo: memFree=126253460/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=531400 memory=515128 CPUtime=3601.05 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 67268 0 0 0 359767 338 0 0 20 0 1 0 186249090 544153600 128782 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 132850 128782 1198 1005 0 131613 0
Current children cumulated CPU time: 3601.05 s
Current children cumulated vsize: 531400 KiB
Current children cumulated memory: 515128 KiB

[startup+3610.4 s]
/proc/loadavg: 4.09 4.11 4.11 6/249 980069
/proc/meminfo: memFree=127338776/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=531400 memory=515128 CPUtime=3601.85 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 67268 0 0 0 359846 339 0 0 20 0 1 0 186249090 544153600 128782 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 132850 128782 1198 1005 0 131613 0
Current children cumulated CPU time: 3601.85 s
Current children cumulated vsize: 531400 KiB
Current children cumulated memory: 515128 KiB

[startup+3610.6 s]
/proc/loadavg: 4.09 4.11 4.11 6/249 980069
/proc/meminfo: memFree=127338776/131524600 swapFree=131071996/131071996
[pid=978194] ppid=978183 vsize=531400 memory=515128 CPUtime=3602.05 cores=4,6
/proc/978194/stat : 978194 (Exact) R 978183 978194 978127 0 -1 4194304 67268 0 0 0 359866 339 0 0 20 0 1 0 186249090 544153600 128782 134679101440 4194304 8309489 140731395511440 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9165528 9243992 20131840 140731395519421 140731395519591 140731395519591 140731395526607 0
/proc/978194/statm: 132850 128782 1198 1005 0 131613 0
Current children cumulated CPU time: 3602.05 s
Current children cumulated vsize: 531400 KiB
Current children cumulated memory: 515128 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3610.6
CPU time (s): 3602.06
CPU user time (s): 3598.66
CPU system time (s): 3.3965
CPU usage (%): 99.7634
Max. virtual memory (cumulated for all children) (KiB): 531400
Max. memory (cumulated for all children) (KiB): 515128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.66
system time used= 3.3965
maximum resident set size= 515164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67268
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= 81
involuntary context switches= 1715


# summary of solver processes directly reported to runsolver:
#   pid: 978194
#   total CPU time (s): 3602.06
#   total CPU user time (s): 3598.66
#   total CPU system time (s): 3.3965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.66868 second user time and 20.4514 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-19 00:13:57
IDJOB=4446796
IDBENCH=158312
IDSOLVER=3060
FILE ID=nodeC027/4446796-1721340824
RUNJOBID= nodeC027-1721340837-978138
SLURM_JOB_ID= 7542727
Free space on /tmp= 890080 MiB

SOLVER NAME= Exact 2024-07-05
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K172.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-4446796-1721340824/watcher-4446796-1721340824 -o /tmp/evaluation-result-4446796-1721340824/solver-4446796-1721340824 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721340837-978138 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1038419138 HOME/instance-4446796-1721340824.opb

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

MD5SUM BENCH= 44b1adf4a7e5c26b78f2dbc134a2606f
RANDOM SEED=1038419138

nodeC027.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		: 3594.303
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	: 7000.36
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		: 3649.666
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	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128222124 kB
MemAvailable:   129739432 kB
Buffers:          497232 kB
Cached:          1851508 kB
SwapCached:            0 kB
Active:           917564 kB
Inactive:        1767988 kB
Active(anon):       1448 kB
Inactive(anon):   373080 kB
Active(file):     916116 kB
Inactive(file):  1394908 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28340 kB
Writeback:             0 kB
AnonPages:        335024 kB
Mapped:           106124 kB
Shmem:             37720 kB
KReclaimable:      92216 kB
Slab:             202432 kB
SReclaimable:      92216 kB
SUnreclaim:       110216 kB
KernelStack:        3904 kB
PageTables:         9752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     755036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68320 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC027 at 2024-07-19 01:14:08