Trace number 4436465

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
Picat 2024-06-18? (TO) 3600.01 3609.41

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_3_shg.opb
MD5SUM9f3f50f555350d326304759fc873d478
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 benchmark36
Best CPU time to get the best result obtained on this benchmark74.5212
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5048
Total number of constraints65280
Number of constraints which are clauses65280
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 constraint18
Maximum length of a constraint45
Number of terms in the objective function 5048
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 5048
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5048
Number of bits of the biggest sum of numbers13
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.00	c solving HOME/instance-4436465-1721131744.opb (Picat 3.6#12)
5.57/5.62	o 5048
5.98/6.04	o 5046
7.57/7.69	o 2363
9.76/9.84	o 1532
10.37/10.44	o 1004
15.35/15.43	o 669
19.44/19.53	o 446
32.11/32.28	o 297
79.58/79.80	o 198
110.11/110.45	o 132
747.88/749.99	o 88
983.55/986.24	o 58

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: 64059 MiB (59941 MiB free)
  memory of node 1: 64510 MiB (62029 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436465-1721131744/watcher-4436465-1721131744 -o /tmp/evaluation-result-4436465-1721131744/solver-4436465-1721131744 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721124536-843386 --watchdog 3760 pb_picat HOME/instance-4436465-1721131744.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=848359, runsolver pid=848356

[startup+0.100105 s]*
/proc/loadavg: 4.12 4.13 4.16 5/241 848360
/proc/meminfo: memFree=124865548/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2033608 memory=37412 CPUtime=0.1 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 875 0 0 0 9 1 0 0 20 0 1 0 165330577 2082414592 9353 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 508402 9353 1486 439 0 503831 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 37412 KiB

[startup+0.210593 s]*
/proc/loadavg: 4.12 4.13 4.16 4/239 848360
/proc/meminfo: memFree=125510156/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2033608 memory=45604 CPUtime=0.21 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 879 0 0 0 20 1 0 0 20 0 1 0 165330577 2082414592 11401 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 508402 11401 1486 439 0 503831 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 45604 KiB

[startup+0.310803 s]*
/proc/loadavg: 4.12 4.13 4.16 4/238 848374
/proc/meminfo: memFree=125504376/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2033608 memory=51748 CPUtime=0.3 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 882 0 0 0 29 1 0 0 20 0 1 0 165330577 2082414592 12937 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 508402 12937 1486 439 0 503831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 51748 KiB

[startup+0.700357 s]
/proc/loadavg: 4.12 4.13 4.16 4/235 848391
/proc/meminfo: memFree=125496872/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2033608 memory=80420 CPUtime=0.68 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 896 0 0 0 66 2 0 0 20 0 1 0 165330577 2082414592 20105 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 508402 20105 1486 439 0 503831 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 80420 KiB

[startup+1.50033 s]
/proc/loadavg: 4.12 4.13 4.16 5/237 848395
/proc/meminfo: memFree=125395056/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2033608 memory=176708 CPUtime=1.49 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 943 0 0 0 143 6 0 0 20 0 1 0 165330577 2082414592 44177 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 508402 44177 1486 439 0 503831 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 176708 KiB

[startup+3.11262 s]
/proc/loadavg: 4.12 4.13 4.16 5/241 848406
/proc/meminfo: memFree=124877824/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2033608 memory=473668 CPUtime=3.09 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1095 0 0 0 296 13 0 0 20 0 1 0 165330577 2082414592 118417 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 508402 118417 1486 439 0 503831 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 473668 KiB

[startup+6.30032 s]
/proc/loadavg: 4.11 4.13 4.16 5/241 848406
/proc/meminfo: memFree=123678176/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2209340 memory=1057568 CPUtime=6.27 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 12087 0 0 0 598 29 0 0 20 0 1 0 165330577 2262364160 264392 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 552335 264392 1692 439 0 547764 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2209340 KiB
Current children cumulated memory: 1057568 KiB

[startup+12.7003 s]
/proc/loadavg: 4.10 4.12 4.16 5/241 848407
/proc/meminfo: memFree=122667048/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2217928 memory=1067208 CPUtime=12.65 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 33414 0 0 0 1227 38 0 0 20 0 1 0 165330577 2271158272 266802 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 554482 266802 1707 439 0 549911 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2217928 KiB
Current children cumulated memory: 1067208 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.12 4.15 5/241 848409
/proc/meminfo: memFree=122360576/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2261396 memory=1096680 CPUtime=25.43 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 72763 0 0 0 2490 53 0 0 20 0 1 0 165330577 2315669504 274170 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 565349 274170 1707 439 0 560778 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2261396 KiB
Current children cumulated memory: 1096680 KiB

[startup+51.1132 s]
/proc/loadavg: 4.11 4.12 4.16 5/241 848413
/proc/meminfo: memFree=122360128/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2261396 memory=1098684 CPUtime=50.97 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 111608 0 0 0 5029 68 0 0 20 0 1 0 165330577 2315669504 274671 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 565349 274671 1707 439 0 560778 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2261396 KiB
Current children cumulated memory: 1098684 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.12 4.15 5/243 848426
/proc/meminfo: memFree=122312952/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2261396 memory=1100776 CPUtime=102.02 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 167414 0 0 0 10112 90 0 0 20 0 1 0 165330577 2315669504 275194 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 565349 275194 1707 439 0 560778 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 2261396 KiB
Current children cumulated memory: 1100776 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.15 5/243 848436
/proc/meminfo: memFree=122219820/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2261396 memory=1094636 CPUtime=161.87 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 227122 0 0 0 16073 114 0 0 20 0 1 0 165330577 2315669504 273659 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 565349 273659 1707 439 0 560778 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 2261396 KiB
Current children cumulated memory: 1094636 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.12 4.15 5/243 848447
/proc/meminfo: memFree=122239236/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2261396 memory=1092588 CPUtime=221.71 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 267057 0 0 0 22038 133 0 0 20 0 1 0 165330577 2315669504 273147 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 565349 273147 1707 439 0 560778 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 2261396 KiB
Current children cumulated memory: 1092588 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.12 4.15 5/243 848457
/proc/meminfo: memFree=122247712/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2245012 memory=1090032 CPUtime=281.55 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 300511 0 0 0 28001 154 0 0 20 0 1 0 165330577 2298892288 272508 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 561253 272508 1707 439 0 556682 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 2245012 KiB
Current children cumulated memory: 1090032 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.13 4.15 5/243 848468
/proc/meminfo: memFree=122338316/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2253204 memory=1090092 CPUtime=341.38 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 333084 0 0 0 33970 168 0 0 20 0 1 0 165330577 2307280896 272523 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 563301 272523 1707 439 0 558730 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 2253204 KiB
Current children cumulated memory: 1090092 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.13 4.15 5/241 848479
/proc/meminfo: memFree=122283292/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2294164 memory=1125500 CPUtime=401.22 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 373578 0 0 0 39933 189 0 0 20 0 1 0 165330577 2349223936 281375 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 573541 281375 1707 439 0 568970 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 2294164 KiB
Current children cumulated memory: 1125500 KiB

[startup+462.3 s]
/proc/loadavg: 4.17 4.14 4.15 5/241 848489
/proc/meminfo: memFree=122342876/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2294164 memory=1125312 CPUtime=461.06 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 420963 0 0 0 45895 211 0 0 20 0 1 0 165330577 2349223936 281328 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 573541 281328 1707 439 0 568970 0

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

Current children cumulated memory: 1136648 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.23 4.18 5/243 850008
/proc/meminfo: memFree=123923496/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2310548 memory=1148464 CPUtime=2854.8 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1511414 0 0 0 284659 821 0 0 20 0 1 0 165330577 2366001152 287116 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 577637 287116 1707 439 0 573066 0
Current children cumulated CPU time: 2854.8 s
Current children cumulated vsize: 2310548 KiB
Current children cumulated memory: 1148464 KiB

[startup+2922.3 s]
/proc/loadavg: 4.24 4.23 4.18 5/243 850018
/proc/meminfo: memFree=123856920/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2359700 memory=1172988 CPUtime=2914.65 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1525707 0 0 0 290634 831 0 0 20 0 1 0 165330577 2416332800 293247 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 589925 293247 1707 439 0 585354 0
Current children cumulated CPU time: 2914.65 s
Current children cumulated vsize: 2359700 KiB
Current children cumulated memory: 1172988 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.20 4.18 5/245 850198
/proc/meminfo: memFree=123748620/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2359700 memory=1183500 CPUtime=2974.5 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1539781 0 0 0 296603 847 0 0 20 0 1 0 165330577 2416332800 295875 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 589925 295875 1707 439 0 585354 0
Current children cumulated CPU time: 2974.5 s
Current children cumulated vsize: 2359700 KiB
Current children cumulated memory: 1183500 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.18 4.17 5/245 850209
/proc/meminfo: memFree=123971952/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2294164 memory=1138240 CPUtime=3034.35 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1552574 0 0 0 302575 860 0 0 20 0 1 0 165330577 2349223936 284560 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 573541 284560 1707 439 0 568970 0
Current children cumulated CPU time: 3034.35 s
Current children cumulated vsize: 2294164 KiB
Current children cumulated memory: 1138240 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.18 4.17 5/243 850221
/proc/meminfo: memFree=123982144/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2294164 memory=1138172 CPUtime=3094.19 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1564667 0 0 0 308550 869 0 0 20 0 1 0 165330577 2349223936 284543 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 573541 284543 1707 439 0 568970 0
Current children cumulated CPU time: 3094.19 s
Current children cumulated vsize: 2294164 KiB
Current children cumulated memory: 1138172 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.16 4.16 5/243 850242
/proc/meminfo: memFree=123949256/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2310548 memory=1144364 CPUtime=3154.04 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1577793 0 0 0 314528 876 0 0 20 0 1 0 165330577 2366001152 286091 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 577637 286091 1707 439 0 573066 0
Current children cumulated CPU time: 3154.04 s
Current children cumulated vsize: 2310548 KiB
Current children cumulated memory: 1144364 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.16 4.16 5/243 850253
/proc/meminfo: memFree=123757464/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2359700 memory=1165040 CPUtime=3213.88 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1585528 0 0 0 320503 885 0 0 20 0 1 0 165330577 2416332800 291260 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 589925 291260 1707 439 0 585354 0
Current children cumulated CPU time: 3213.88 s
Current children cumulated vsize: 2359700 KiB
Current children cumulated memory: 1165040 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.14 4.16 5/242 850263
/proc/meminfo: memFree=123724544/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2294164 memory=1146608 CPUtime=3273.73 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1598396 0 0 0 326477 896 0 0 20 0 1 0 165330577 2349223936 286652 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 573541 286652 1707 439 0 568970 0
Current children cumulated CPU time: 3273.73 s
Current children cumulated vsize: 2294164 KiB
Current children cumulated memory: 1146608 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.13 4.15 5/242 850274
/proc/meminfo: memFree=123811024/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2376084 memory=1170724 CPUtime=3333.58 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1611636 0 0 0 332449 909 0 0 20 0 1 0 165330577 2433110016 292681 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 594021 292681 1707 439 0 589450 0
Current children cumulated CPU time: 3333.58 s
Current children cumulated vsize: 2376084 KiB
Current children cumulated memory: 1170724 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.13 4.15 5/241 850285
/proc/meminfo: memFree=123781596/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2376084 memory=1175272 CPUtime=3393.44 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1621381 0 0 0 338423 921 0 0 20 0 1 0 165330577 2433110016 293818 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 594021 293818 1707 439 0 589450 0
Current children cumulated CPU time: 3393.44 s
Current children cumulated vsize: 2376084 KiB
Current children cumulated memory: 1175272 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.12 4.15 5/242 850296
/proc/meminfo: memFree=123893408/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2310548 memory=1144372 CPUtime=3453.28 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1632068 0 0 0 344400 928 0 0 20 0 1 0 165330577 2366001152 286093 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 577637 286093 1707 439 0 573066 0
Current children cumulated CPU time: 3453.28 s
Current children cumulated vsize: 2310548 KiB
Current children cumulated memory: 1144372 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.13 4.15 5/242 850306
/proc/meminfo: memFree=123811804/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2310548 memory=1156620 CPUtime=3513.12 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1638543 0 0 0 350379 933 0 0 20 0 1 0 165330577 2366001152 289155 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 577637 289155 1707 439 0 573066 0
Current children cumulated CPU time: 3513.12 s
Current children cumulated vsize: 2310548 KiB
Current children cumulated memory: 1156620 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.14 5/242 850316
/proc/meminfo: memFree=123875040/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2310548 memory=1140272 CPUtime=3572.96 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1648249 0 0 0 356358 938 0 0 20 0 1 0 165330577 2366001152 285068 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 577637 285068 1707 439 0 573066 0
Current children cumulated CPU time: 3572.96 s
Current children cumulated vsize: 2310548 KiB
Current children cumulated memory: 1140272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.29 4.16 4.15 5/242 850323
/proc/meminfo: memFree=123961800/131655788 swapFree=131071996/131071996
[pid=848359] ppid=848356 vsize=2310548 memory=1146608 CPUtime=3600 cores=1,3
/proc/848359/stat : 848359 (pb_picat) R 848356 848359 843374 0 -1 4194304 1652709 0 0 0 359056 944 0 0 20 0 1 0 165330577 2366001152 286652 134679101440 4194304 5989780 140736977051392 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45903872 140736977056793 140736977056869 140736977056869 140736977063884 0
/proc/848359/statm: 577637 286652 1707 439 0 573066 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2310548 KiB
Current children cumulated memory: 1146608 KiB

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

[startup+3609.41 s]
# the end of solver process 848359 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3590.57 s, system=9.44746 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.41
CPU time (s): 3600.01
CPU user time (s): 3590.57
CPU system time (s): 9.44746
CPU usage (%): 99.7398
Max. virtual memory (cumulated for all children) (KiB): 2507156
Max. memory (cumulated for all children) (KiB): 1267440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.57
system time used= 9.44746
maximum resident set size= 1267440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1652709
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= 22
involuntary context switches= 4700


# summary of solver processes directly reported to runsolver:
#   pid: 848359
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3590.57
#   total CPU system time (s): 9.44746

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3661 second user time and 35.9343 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-16 14:09:17
IDJOB=4436465
IDBENCH=155403
IDSOLVER=3068
FILE ID=nodeC003/4436465-1721131744
RUNJOBID= nodeC003-1721124536-843386
SLURM_JOB_ID= 7505676
Free space on /tmp= 723700 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_3_shg.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436465-1721131744/watcher-4436465-1721131744 -o /tmp/evaluation-result-4436465-1721131744/solver-4436465-1721131744 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721124536-843386 --watchdog 3760  pb_picat HOME/instance-4436465-1721131744.opb

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

MD5SUM BENCH= 9f3f50f555350d326304759fc873d478
RANDOM SEED=974854828

nodeC003.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		: 3656.342
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.76
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		: 3493.365
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.30
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.239
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.76
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.216
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.30
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		: 3557.794
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.76
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		: 3665.022
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.30
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.377
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.76
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.306
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124898856 kB
MemAvailable:   127119444 kB
Buffers:          418800 kB
Cached:          2618592 kB
SwapCached:            0 kB
Active:           755404 kB
Inactive:        5415332 kB
Active(anon):       1460 kB
Inactive(anon):  3169564 kB
Active(file):     753944 kB
Inactive(file):  2245768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             24456 kB
Writeback:            28 kB
AnonPages:       3127320 kB
Mapped:           114468 kB
Shmem:             37704 kB
KReclaimable:     121812 kB
Slab:             222284 kB
SReclaimable:     121812 kB
SUnreclaim:       100472 kB
KernelStack:        3860 kB
PageTables:        15252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7476124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52608 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2879488 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:      254792 kB
DirectMap2M:    22718464 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723700 MiB
End job on nodeC003 at 2024-07-16 15:09:26