Trace number 4503403

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_no_dombreaking 2025-06-16UNSAT 2563.39 2571.79

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-25.opb
MD5SUM089881a3a57f24d34abbbcf8eb808729
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark28.9166
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
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

2563.29/2571.76	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62725 MiB free)
  memory of node 1: 64465 MiB (63469 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503403-1751166344/watcher-4503403-1751166344 -o /tmp/evaluation-result-4503403-1751166344/solver-4503403-1751166344 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751157646-15154 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=768780478 --ls=360 --inp-dombreaklim=0 HOME/instance-4503403-1751166344.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=17324, runsolver pid=17321
Current StackSize limit: 8192 KiB


[startup+0.100113 s]*
/proc/loadavg: 4.19 4.16 4.16 5/251 17325
/proc/meminfo: memFree=129210160/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=37660 memory=14488 CPUtime=0.1 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 3139 0 0 0 9 1 0 0 20 0 1 0 32313059 38563840 3622 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 9415 3622 1024 1200 0 7895 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 37660 KiB
Current children cumulated memory: 14488 KiB

[startup+0.213538 s]*
/proc/loadavg: 4.19 4.16 4.16 5/251 17325
/proc/meminfo: memFree=129202108/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=43868 memory=23820 CPUtime=0.22 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 4896 0 0 0 20 2 0 0 20 0 1 0 32313059 44920832 5955 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 10967 5955 1024 1200 0 9447 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 43868 KiB
Current children cumulated memory: 23820 KiB

[startup+0.313586 s]*
/proc/loadavg: 4.19 4.16 4.16 5/251 17325
/proc/meminfo: memFree=129198328/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=54392 memory=32012 CPUtime=0.32 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 6774 0 0 0 29 3 0 0 20 0 1 0 32313059 55697408 8003 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 13598 8003 1024 1200 0 12078 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 54392 KiB
Current children cumulated memory: 32012 KiB

[startup+0.70032 s]
/proc/loadavg: 4.19 4.16 4.16 5/251 17325
/proc/meminfo: memFree=129190516/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=80932 memory=61332 CPUtime=0.68 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 11837 0 0 0 64 4 0 0 20 0 1 0 32313059 82874368 15333 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 20233 15333 1024 1200 0 18713 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 80932 KiB
Current children cumulated memory: 61332 KiB

[startup+1.50032 s]
/proc/loadavg: 4.19 4.16 4.16 6/251 17325
/proc/meminfo: memFree=129134064/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=128444 memory=104392 CPUtime=1.49 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 20063 0 0 0 142 7 0 0 20 0 1 0 32313059 131526656 26098 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 32111 26098 1024 1200 0 30591 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 128444 KiB
Current children cumulated memory: 104392 KiB

[startup+3.11336 s]
/proc/loadavg: 4.19 4.16 4.16 6/251 17325
/proc/meminfo: memFree=129133308/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=128444 memory=104392 CPUtime=3.09 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 20073 0 0 0 302 7 0 0 20 0 1 0 32313059 131526656 26098 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 32111 26098 1024 1200 0 30591 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 128444 KiB
Current children cumulated memory: 104392 KiB

[startup+6.3003 s]
/proc/loadavg: 4.17 4.16 4.16 6/252 17327
/proc/meminfo: memFree=129133308/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=128444 memory=104392 CPUtime=6.27 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 20083 0 0 0 620 7 0 0 20 0 1 0 32313059 131526656 26098 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 32111 26098 1024 1200 0 30591 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 128444 KiB
Current children cumulated memory: 104392 KiB

[startup+12.7003 s]
/proc/loadavg: 4.16 4.16 4.16 6/252 17327
/proc/meminfo: memFree=129149924/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=128444 memory=104392 CPUtime=12.65 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 20093 0 0 0 1258 7 0 0 20 0 1 0 32313059 131526656 26098 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 32111 26098 1024 1200 0 30591 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 128444 KiB
Current children cumulated memory: 104392 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.15 4.16 6/252 17327
/proc/meminfo: memFree=129151884/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=128444 memory=104392 CPUtime=25.4 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 20094 0 0 0 2533 7 0 0 20 0 1 0 32313059 131526656 26098 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 32111 26098 1024 1200 0 30591 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 128444 KiB
Current children cumulated memory: 104392 KiB

[startup+51.1133 s]
/proc/loadavg: 4.15 4.15 4.16 6/252 17327
/proc/meminfo: memFree=129151900/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=128444 memory=104392 CPUtime=50.93 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 20113 0 0 0 5086 7 0 0 20 0 1 0 32313059 131526656 26098 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 32111 26098 1024 1200 0 30591 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 128444 KiB
Current children cumulated memory: 104392 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.14 4.15 6/250 17329
/proc/meminfo: memFree=129151700/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=128444 memory=104392 CPUtime=101.94 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 20133 0 0 0 10187 7 0 0 20 0 1 0 32313059 131526656 26098 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 32111 26098 1024 1200 0 30591 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 128444 KiB
Current children cumulated memory: 104392 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.13 4.15 6/250 17331
/proc/meminfo: memFree=129152688/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=128444 memory=104392 CPUtime=161.74 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 20143 0 0 0 16167 7 0 0 20 0 1 0 32313059 131526656 26098 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 32111 26098 1024 1200 0 30591 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 128444 KiB
Current children cumulated memory: 104392 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.13 4.15 6/250 17333
/proc/meminfo: memFree=129132188/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=128444 memory=104392 CPUtime=221.54 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 20153 0 0 0 22147 7 0 0 20 0 1 0 32313059 131526656 26098 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 32111 26098 1024 1200 0 30591 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 128444 KiB
Current children cumulated memory: 104392 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.12 4.14 6/250 17335
/proc/meminfo: memFree=129123192/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=128444 memory=104392 CPUtime=281.34 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 20163 0 0 0 28127 7 0 0 20 0 1 0 32313059 131526656 26098 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 32111 26098 1024 1200 0 30591 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 128444 KiB
Current children cumulated memory: 104392 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.13 4.14 6/249 17337
/proc/meminfo: memFree=129122760/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=128444 memory=104392 CPUtime=341.14 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 20163 0 0 0 34107 7 0 0 20 0 1 0 32313059 131526656 26098 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 32111 26098 1024 1200 0 30591 0
Current children cumulated CPU time: 341.14 s
Current children cumulated vsize: 128444 KiB
Current children cumulated memory: 104392 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.13 4.14 6/252 17344
/proc/meminfo: memFree=128993472/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=236860 memory=217492 CPUtime=400.95 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 32954 0 0 0 40083 12 0 0 20 0 1 0 32313059 242544640 54373 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 59215 54373 1280 1200 0 57695 0
Current children cumulated CPU time: 400.95 s
Current children cumulated vsize: 236860 KiB
Current children cumulated memory: 217492 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.12 4.14 6/252 17346
/proc/meminfo: memFree=128986156/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=242108 memory=224716 CPUtime=460.76 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 34243 0 0 0 46063 13 0 0 20 0 1 0 32313059 247918592 56179 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 60527 56179 1280 1200 0 59007 0
Current children cumulated CPU time: 460.76 s

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

/proc/loadavg: 3.20 3.34 3.64 4/245 17589
/proc/meminfo: memFree=129069992/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=262732 memory=246220 CPUtime=2075.58 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 39808 0 0 0 207511 47 0 0 20 0 1 0 32313059 269037568 61555 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 65683 61555 1280 1200 0 64163 0
Current children cumulated CPU time: 2075.58 s
Current children cumulated vsize: 262732 KiB
Current children cumulated memory: 246220 KiB

[startup+2142.3 s]
/proc/loadavg: 3.11 3.29 3.60 4/245 17591
/proc/meminfo: memFree=129071004/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=262732 memory=246220 CPUtime=2135.36 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 39880 0 0 0 213488 48 0 0 20 0 1 0 32313059 269037568 61555 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 65683 61555 1280 1200 0 64163 0
Current children cumulated CPU time: 2135.36 s
Current children cumulated vsize: 262732 KiB
Current children cumulated memory: 246220 KiB

[startup+2202.3 s]
/proc/loadavg: 3.14 3.27 3.58 4/245 17593
/proc/meminfo: memFree=129067916/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=263140 memory=246604 CPUtime=2195.14 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 39983 0 0 0 219465 49 0 0 20 0 1 0 32313059 269455360 61651 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 65785 61651 1280 1200 0 64265 0
Current children cumulated CPU time: 2195.14 s
Current children cumulated vsize: 263140 KiB
Current children cumulated memory: 246604 KiB

[startup+2262.3 s]
/proc/loadavg: 3.10 3.23 3.54 4/245 17598
/proc/meminfo: memFree=129071044/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=263644 memory=247116 CPUtime=2254.93 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 40117 0 0 0 225443 50 0 0 20 0 1 0 32313059 269971456 61779 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 65911 61779 1280 1200 0 64391 0
Current children cumulated CPU time: 2254.93 s
Current children cumulated vsize: 263644 KiB
Current children cumulated memory: 247116 KiB

[startup+2322.3 s]
/proc/loadavg: 3.11 3.20 3.51 4/245 17600
/proc/meminfo: memFree=129071800/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=264196 memory=247628 CPUtime=2314.72 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 40255 0 0 0 231421 51 0 0 20 0 1 0 32313059 270536704 61907 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 66049 61907 1280 1200 0 64529 0
Current children cumulated CPU time: 2314.72 s
Current children cumulated vsize: 264196 KiB
Current children cumulated memory: 247628 KiB

[startup+2382.3 s]
/proc/loadavg: 3.10 3.18 3.48 4/244 17602
/proc/meminfo: memFree=129065248/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=264828 memory=248268 CPUtime=2374.5 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 40472 0 0 0 237397 53 0 0 20 0 1 0 32313059 271183872 62067 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 66207 62067 1280 1200 0 64687 0
Current children cumulated CPU time: 2374.5 s
Current children cumulated vsize: 264828 KiB
Current children cumulated memory: 248268 KiB

[startup+2442.3 s]
/proc/loadavg: 3.08 3.16 3.45 4/244 17604
/proc/meminfo: memFree=129061404/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=264828 memory=248268 CPUtime=2434.29 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 40472 0 0 0 243376 53 0 0 20 0 1 0 32313059 271183872 62067 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 66207 62067 1280 1200 0 64687 0
Current children cumulated CPU time: 2434.29 s
Current children cumulated vsize: 264828 KiB
Current children cumulated memory: 248268 KiB

[startup+2502.3 s]
/proc/loadavg: 3.06 3.14 3.43 4/244 17610
/proc/meminfo: memFree=129061276/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=265504 memory=248908 CPUtime=2494.1 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 40663 0 0 0 249355 55 0 0 20 0 1 0 32313059 271876096 62227 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 66376 62227 1280 1200 0 64856 0
Current children cumulated CPU time: 2494.1 s
Current children cumulated vsize: 265504 KiB
Current children cumulated memory: 248908 KiB

[startup+2562.3 s]
/proc/loadavg: 3.67 3.30 3.47 4/244 17613
/proc/meminfo: memFree=129062284/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=265504 memory=248908 CPUtime=2553.91 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 40716 0 0 0 255336 55 0 0 20 0 1 0 32313059 271876096 62227 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 66376 62227 1280 1200 0 64856 0
Current children cumulated CPU time: 2553.91 s
Current children cumulated vsize: 265504 KiB
Current children cumulated memory: 248908 KiB

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

# cumulated CPU time of all completed processes:  user=2562.81 s, system=0.574181 s

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

[startup+2566.4 s]
/proc/loadavg: 3.70 3.31 3.47 4/244 17613
/proc/meminfo: memFree=129062300/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=265504 memory=248908 CPUtime=2558 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 40735 0 0 0 255744 56 0 0 20 0 1 0 32313059 271876096 62227 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 66376 62227 1280 1200 0 64856 0
Current children cumulated CPU time: 2558 s
Current children cumulated vsize: 265504 KiB
Current children cumulated memory: 248908 KiB

[startup+2569.6 s]
/proc/loadavg: 3.70 3.31 3.47 4/244 17613
/proc/meminfo: memFree=129062300/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=266116 memory=249548 CPUtime=2561.2 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 40890 0 0 0 256063 57 0 0 20 0 1 0 32313059 272502784 62387 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 66529 62387 1280 1200 0 65009 0
Current children cumulated CPU time: 2561.2 s
Current children cumulated vsize: 266116 KiB
Current children cumulated memory: 249548 KiB

[startup+2570.4 s]
/proc/loadavg: 3.72 3.33 3.47 4/244 17613
/proc/meminfo: memFree=129062300/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=266116 memory=249548 CPUtime=2562 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 40890 0 0 0 256143 57 0 0 20 0 1 0 32313059 272502784 62387 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 66529 62387 1280 1200 0 65009 0
Current children cumulated CPU time: 2562 s
Current children cumulated vsize: 266116 KiB
Current children cumulated memory: 249548 KiB

[startup+2571.2 s]
/proc/loadavg: 3.72 3.33 3.47 4/244 17613
/proc/meminfo: memFree=129062300/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=266116 memory=249548 CPUtime=2562.79 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 40890 0 0 0 256222 57 0 0 20 0 1 0 32313059 272502784 62387 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 66529 62387 1280 1200 0 65009 0
Current children cumulated CPU time: 2562.79 s
Current children cumulated vsize: 266116 KiB
Current children cumulated memory: 249548 KiB

[startup+2571.6 s]
/proc/loadavg: 3.72 3.33 3.47 4/244 17613
/proc/meminfo: memFree=129062300/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=266116 memory=249548 CPUtime=2563.19 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 40890 0 0 0 256262 57 0 0 20 0 1 0 32313059 272502784 62387 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 66529 62387 1280 1200 0 65009 0
Current children cumulated CPU time: 2563.19 s
Current children cumulated vsize: 266116 KiB
Current children cumulated memory: 249548 KiB

[startup+2571.7 s]
/proc/loadavg: 3.72 3.33 3.47 4/244 17613
/proc/meminfo: memFree=129062300/131382120 swapFree=33010684/33010684
[pid=17324] ppid=17321 vsize=266116 memory=249548 CPUtime=2563.29 cores=1,3
/proc/17324/stat : 17324 (Exact) R 17321 17324 15142 0 -1 4194304 40890 0 0 0 256272 57 0 0 20 0 1 0 32313059 272502784 62387 18446744073709551615 4198400 9112445 140721896103136 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 25387008 140721896110375 140721896110573 140721896110573 140721896116175 0
/proc/17324/statm: 66529 62387 1280 1200 0 65009 0
Current children cumulated CPU time: 2563.29 s
Current children cumulated vsize: 266116 KiB
Current children cumulated memory: 249548 KiB

Child status: 20

Real time (s): 2571.79
CPU time (s): 2563.39
CPU user time (s): 2562.81
CPU system time (s): 0.574181
CPU usage (%): 99.6734
Max. virtual memory (cumulated for all children) (KiB): 266116
Max. memory (cumulated for all children) (KiB): 249548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2562.81
system time used= 0.574181
maximum resident set size= 249548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40910
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= 34
involuntary context switches= 1116


# summary of solver processes directly reported to runsolver:
#   pid: 17324
#   total CPU time (s): 2563.39
#   total CPU user time (s): 2562.81
#   total CPU system time (s): 0.574181

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3239 second user time and 23.9234 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 05:05:44
IDJOB=4503403
IDBENCH=155463
IDSOLVER=3319
FILE ID=nodeC003/4503403-1751166344
RUNJOBID= nodeC003-1751157646-15154
SLURM_JOB_ID= 9587488
Free space on /tmp= 432996 MiB

SOLVER NAME= Exact_no_dombreaking 2025-06-16
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-25.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 --inp-dombreaklim=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503403-1751166344/watcher-4503403-1751166344 -o /tmp/evaluation-result-4503403-1751166344/solver-4503403-1751166344 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751157646-15154 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=768780478 --ls=360 --inp-dombreaklim=0 HOME/instance-4503403-1751166344.opb

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

MD5SUM BENCH= 089881a3a57f24d34abbbcf8eb808729
RANDOM SEED=768780478

nodeC003 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		: 3691.238
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.44
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		: 1196.960
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.44
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.309
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.44
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.167
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.44
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		: 3691.242
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.44
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		: 3659.370
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.44
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		: 3700.000
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.44
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.270
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129223580 kB
MemAvailable:   128859652 kB
Buffers:            3280 kB
Cached:           438588 kB
SwapCached:            0 kB
Active:          1402068 kB
Inactive:         225376 kB
Active(anon):    1203536 kB
Inactive(anon):        0 kB
Active(file):     198532 kB
Inactive(file):   225376 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13868 kB
Writeback:            16 kB
AnonPages:       1185932 kB
Mapped:           117968 kB
Shmem:             17960 kB
KReclaimable:      84112 kB
Slab:             162344 kB
SReclaimable:      84112 kB
SUnreclaim:        78232 kB
KernelStack:        4060 kB
PageTables:         5328 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1560984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1073152 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432980 MiB
End job on nodeC003 at 2025-06-29 05:48:36