Trace number 4527858

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
pb_picat 2025-07-11SAT 16.1059 16.1601

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUMabfa6108019d186bb0a39186e3151874
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 benchmark0.03463
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint93
Maximum length of a constraint93
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 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c solving HOME/instance-4527858-1752239334.opb (Picat 3.9b11, 7/10/2025)
16.05/16.15	s SATISFIABLE
16.05/16.15	v ~x12 ~x63 ~x25 ~x76 ~x38 ~x89 ~x51 ~x13 ~x64 ~x26 
16.05/16.15	v x77 ~x39 ~x1 ~x90 ~x52 ~x14 ~x65 ~x27 ~x78 ~x40 
16.05/16.15	v ~x2 ~x91 ~x53 ~x15 ~x66 ~x28 ~x79 ~x41 x3 ~x92 
16.05/16.15	v ~x54 ~x16 ~x67 ~x29 ~x80 ~x42 x4 ~x93 ~x55 ~x17 
16.05/16.15	v ~x68 ~x30 ~x81 ~x43 ~x5 ~x56 ~x18 ~x69 ~x31 ~x82 
16.05/16.15	v ~x44 ~x6 ~x57 ~x19 x70 x32 ~x83 ~x45 ~x7 ~x58 
16.05/16.15	v ~x20 ~x71 ~x33 ~x84 ~x46 ~x8 ~x59 ~x21 ~x72 ~x34 
16.05/16.15	v ~x85 ~x47 ~x9 x60 ~x22 ~x73 ~x35 ~x86 ~x48 ~x10 
16.05/16.15	v x61 ~x23 ~x74 ~x36 x87 ~x49 x11 ~x62 ~x24 ~x75 
16.05/16.15	v ~x37 ~x88 x50 

Verifier Data

OK	0

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: 63837 MiB (60395 MiB free)
  memory of node 1: 64465 MiB (60952 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527858-1752239334/watcher-4527858-1752239334 -o /tmp/evaluation-result-4527858-1752239334/solver-4527858-1752239334 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752238236-108755 --watchdog 3760 pb_picat HOME/instance-4527858-1752239334.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=109595, runsolver pid=109592
Current StackSize limit: 8192 KiB


[startup+0.100099 s]*
/proc/loadavg: 4.11 4.07 3.88 5/251 109596
/proc/meminfo: memFree=124256736/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2027752 memory=18720 CPUtime=0.09 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 1114 0 0 0 9 0 0 0 20 0 1 0 139612578 2076418048 4680 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 506938 4680 1760 343 0 504002 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027752 KiB
Current children cumulated memory: 18720 KiB

[startup+0.21333 s]*
/proc/loadavg: 4.11 4.07 3.88 5/251 109596
/proc/meminfo: memFree=124252640/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2030132 memory=20512 CPUtime=0.2 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 1574 0 0 0 20 0 0 0 20 0 1 0 139612578 2078855168 5128 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 507533 5128 1760 343 0 504597 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2030132 KiB
Current children cumulated memory: 20512 KiB

[startup+0.313224 s]*
/proc/loadavg: 4.11 4.07 3.88 5/251 109596
/proc/meminfo: memFree=124252640/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2031252 memory=21024 CPUtime=0.31 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 1699 0 0 0 30 1 0 0 20 0 1 0 139612578 2080002048 5256 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 507813 5256 1760 343 0 504877 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2031252 KiB
Current children cumulated memory: 21024 KiB

[startup+0.700254 s]
/proc/loadavg: 4.11 4.07 3.88 5/251 109596
/proc/meminfo: memFree=124252640/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2031192 memory=21280 CPUtime=0.68 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 1940 0 0 0 67 1 0 0 20 0 1 0 139612578 2079940608 5320 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 507798 5320 1760 343 0 504862 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2031192 KiB
Current children cumulated memory: 21280 KiB

[startup+1.50025 s]
/proc/loadavg: 4.11 4.07 3.88 5/251 109597
/proc/meminfo: memFree=124248544/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2032240 memory=21876 CPUtime=1.47 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 2820 0 0 0 146 1 0 0 20 0 1 0 139612578 2081013760 5469 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 508060 5469 1760 343 0 505124 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2032240 KiB
Current children cumulated memory: 21876 KiB

[startup+3.11293 s]
/proc/loadavg: 4.11 4.07 3.88 5/251 109597
/proc/meminfo: memFree=124219116/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2034480 memory=23908 CPUtime=3.08 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 5982 0 0 0 306 2 0 0 20 0 1 0 139612578 2083307520 5977 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 508620 5977 1760 343 0 505684 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2034480 KiB
Current children cumulated memory: 23908 KiB

[startup+6.30031 s]
/proc/loadavg: 4.10 4.07 3.89 5/251 109597
/proc/meminfo: memFree=124199944/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2033716 memory=23752 CPUtime=6.26 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 11196 0 0 0 623 3 0 0 20 0 1 0 139612578 2082525184 5938 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 508429 5938 1760 343 0 505493 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2033716 KiB
Current children cumulated memory: 23752 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.07 3.89 5/251 109597
/proc/meminfo: memFree=124165012/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2036788 memory=26080 CPUtime=12.65 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 22258 0 0 0 1258 7 0 0 20 0 1 0 139612578 2085670912 6520 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 509197 6520 1760 343 0 506261 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2036788 KiB
Current children cumulated memory: 26080 KiB

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

# cumulated CPU time of all completed processes:  user=16.0232 s, system=0.08268 s

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

[startup+12.8004 s]
/proc/loadavg: 4.09 4.07 3.89 5/251 109597
/proc/meminfo: memFree=124165012/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2036788 memory=26208 CPUtime=12.75 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 22290 0 0 0 1268 7 0 0 20 0 1 0 139612578 2085670912 6552 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 509197 6552 1760 343 0 506261 0
Current children cumulated CPU time: 12.75 s
Current children cumulated vsize: 2036788 KiB
Current children cumulated memory: 26208 KiB

[startup+14.4003 s]
/proc/loadavg: 4.17 4.08 3.89 5/251 109597
/proc/meminfo: memFree=124152976/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2037872 memory=26724 CPUtime=14.34 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 24912 0 0 0 1427 7 0 0 20 0 1 0 139612578 2086780928 6681 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 509468 6681 1760 343 0 506532 0
Current children cumulated CPU time: 14.34 s
Current children cumulated vsize: 2037872 KiB
Current children cumulated memory: 26724 KiB

[startup+15.2003 s]
/proc/loadavg: 4.17 4.08 3.89 5/251 109597
/proc/meminfo: memFree=124136592/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2035824 memory=26424 CPUtime=15.14 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 25309 0 0 0 1507 7 0 0 20 0 1 0 139612578 2084683776 6606 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 508956 6606 1760 343 0 506020 0
Current children cumulated CPU time: 15.14 s
Current children cumulated vsize: 2035824 KiB
Current children cumulated memory: 26424 KiB

[startup+15.6003 s]
/proc/loadavg: 4.17 4.08 3.89 5/251 109597
/proc/meminfo: memFree=124136592/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2041968 memory=30540 CPUtime=15.54 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 25844 0 0 0 1546 8 0 0 20 0 1 0 139612578 2090975232 7635 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 510492 7635 1760 343 0 507556 0
Current children cumulated CPU time: 15.54 s
Current children cumulated vsize: 2041968 KiB
Current children cumulated memory: 30540 KiB

[startup+16.0003 s]*
/proc/loadavg: 4.17 4.08 3.89 5/251 109597
/proc/meminfo: memFree=124121532/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2039920 memory=29804 CPUtime=15.95 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 26967 0 0 0 1587 8 0 0 20 0 1 0 139612578 2088878080 7451 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 509980 7451 1760 343 0 507044 0
Current children cumulated CPU time: 15.95 s
Current children cumulated vsize: 2039920 KiB
Current children cumulated memory: 29804 KiB

[startup+16.1129 s]
/proc/loadavg: 4.17 4.08 3.89 5/251 109597
/proc/meminfo: memFree=124121532/131382120 swapFree=33010160/33010684
[pid=109595] ppid=109592 vsize=2041968 memory=29932 CPUtime=16.05 cores=4,6
/proc/109595/stat : 109595 (pb_picat) R 109592 109595 107429 0 -1 4194304 26991 0 0 0 1597 8 0 0 20 0 1 0 139612578 2090975232 7483 18446744073709551615 94619095384064 94619096785645 140726476192112 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94619097057072 94619098931312 94619109707776 140726476200348 140726476200424 140726476200424 140726476206028 0
/proc/109595/statm: 510492 7483 1760 343 0 507556 0
Current children cumulated CPU time: 16.05 s
Current children cumulated vsize: 2041968 KiB
Current children cumulated memory: 29932 KiB

Child status: 0

Real time (s): 16.1601
CPU time (s): 16.1059
CPU user time (s): 16.0232
CPU system time (s): 0.08268
CPU usage (%): 99.6642
Max. virtual memory (cumulated for all children) (KiB): 2041968
Max. memory (cumulated for all children) (KiB): 30892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.0232
system time used= 0.08268
maximum resident set size= 31404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27006
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= 67
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 109595
#   total CPU time (s): 16.1059
#   total CPU user time (s): 16.0232
#   total CPU system time (s): 0.08268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.110541 second user time and 0.222499 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-11 15:08:55
IDJOB=4527858
IDBENCH=148103
IDSOLVER=3385
FILE ID=nodeC008/4527858-1752239334
RUNJOBID= nodeC008-1752238236-108755
SLURM_JOB_ID= 9682519
Free space on /tmp= 432764 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob6.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527858-1752239334/watcher-4527858-1752239334 -o /tmp/evaluation-result-4527858-1752239334/solver-4527858-1752239334 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752238236-108755 --watchdog 3760  pb_picat HOME/instance-4527858-1752239334.opb

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

MD5SUM BENCH= abfa6108019d186bb0a39186e3151874
RANDOM SEED=288879722

nodeC008 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3491.863
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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		: 3691.385
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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.196
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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		: 3700.000
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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		: 1197.212
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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		: 3491.837
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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.954
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
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.342
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        124260704 kB
MemAvailable:   124557184 kB
Buffers:            2128 kB
Cached:          1088584 kB
SwapCached:           16 kB
Active:          5976824 kB
Inactive:         555664 kB
Active(anon):    5425876 kB
Inactive(anon):    33820 kB
Active(file):     550948 kB
Inactive(file):   521844 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3572 kB
Writeback:            44 kB
AnonPages:       5443652 kB
Mapped:           115324 kB
Shmem:             17920 kB
KReclaimable:     126628 kB
Slab:             213772 kB
SReclaimable:     126628 kB
SUnreclaim:        87144 kB
KernelStack:        4080 kB
PageTables:        13704 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   11768240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5124096 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432760 MiB
End job on nodeC008 at 2025-07-11 15:09:11