Trace number 4482635

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 2025-06-02? (TO) 3600.05 3610.63

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_10-sat.opb
MD5SUMbe0542d3b59031398d11b8d8792cc86e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22022
Total number of constraints69919
Number of constraints which are clauses69439
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint90
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 535
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.01/3610.60	c Program interrupted by user.
3600.01/3610.60	s UNKNOWN

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: 63794 MiB (63214 MiB free)
  memory of node 1: 64507 MiB (63916 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4482635-1751167974/watcher-4482635-1751167974 -o /tmp/evaluation-result-4482635-1751167974/solver-4482635-1751167974 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751167606-21056 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1290239997 --ls=360 HOME/instance-4482635-1751167974.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100074 s]*
/proc/loadavg: 4.18 3.87 3.93 5/251 21407
/proc/meminfo: memFree=130160312/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=57256 memory=33068 CPUtime=0.11 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 7730 0 0 0 9 2 0 0 20 0 1 0 32477129 58630144 8267 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 14314 8267 1024 1200 0 12794 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 57256 KiB
Current children cumulated memory: 33068 KiB

[startup+0.213355 s]*
/proc/loadavg: 4.18 3.87 3.93 5/251 21407
/proc/meminfo: memFree=130152500/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=62480 memory=39400 CPUtime=0.21 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 9255 0 0 0 19 2 0 0 20 0 1 0 32477129 63979520 9850 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 15620 9850 1024 1200 0 14100 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 62480 KiB
Current children cumulated memory: 39400 KiB

[startup+0.313244 s]*
/proc/loadavg: 4.18 3.87 3.93 5/251 21407
/proc/meminfo: memFree=130148720/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=72096 memory=48604 CPUtime=0.31 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 11565 0 0 0 28 3 0 0 20 0 1 0 32477129 73826304 12151 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 18024 12151 1024 1200 0 16504 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 72096 KiB
Current children cumulated memory: 48604 KiB

[startup+0.700295 s]
/proc/loadavg: 4.18 3.87 3.93 5/251 21407
/proc/meminfo: memFree=130120180/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=100652 memory=72516 CPUtime=0.69 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 17190 0 0 0 63 6 0 0 20 0 1 0 32477129 103067648 18129 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 25163 18129 1024 1200 0 23643 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 100652 KiB
Current children cumulated memory: 72516 KiB

[startup+1.5003 s]
/proc/loadavg: 4.18 3.87 3.93 5/251 21407
/proc/meminfo: memFree=130120388/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=100652 memory=72516 CPUtime=1.48 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 17190 0 0 0 142 6 0 0 20 0 1 0 32477129 103067648 18129 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 25163 18129 1024 1200 0 23643 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 100652 KiB
Current children cumulated memory: 72516 KiB

[startup+3.11296 s]
/proc/loadavg: 4.18 3.87 3.93 5/251 21407
/proc/meminfo: memFree=130120568/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=100652 memory=72516 CPUtime=3.09 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 17194 0 0 0 303 6 0 0 20 0 1 0 32477129 103067648 18129 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 25163 18129 1024 1200 0 23643 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 100652 KiB
Current children cumulated memory: 72516 KiB

[startup+6.30029 s]
/proc/loadavg: 4.17 3.87 3.93 5/251 21407
/proc/meminfo: memFree=130120808/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=100652 memory=72516 CPUtime=6.27 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 17198 0 0 0 621 6 0 0 20 0 1 0 32477129 103067648 18129 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 25163 18129 1024 1200 0 23643 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 100652 KiB
Current children cumulated memory: 72516 KiB

[startup+12.7003 s]
/proc/loadavg: 4.16 3.87 3.93 5/251 21407
/proc/meminfo: memFree=130120824/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=100652 memory=72516 CPUtime=12.65 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 17202 0 0 0 1259 6 0 0 20 0 1 0 32477129 103067648 18129 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 25163 18129 1024 1200 0 23643 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 100652 KiB
Current children cumulated memory: 72516 KiB

[startup+25.5003 s]
/proc/loadavg: 4.19 3.89 3.93 5/251 21407
/proc/meminfo: memFree=130120480/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=100652 memory=72516 CPUtime=25.41 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 17203 0 0 0 2535 6 0 0 20 0 1 0 32477129 103067648 18129 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 25163 18129 1024 1200 0 23643 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 100652 KiB
Current children cumulated memory: 72516 KiB

[startup+51.1131 s]
/proc/loadavg: 4.13 3.90 3.94 5/252 21409
/proc/meminfo: memFree=130119640/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=100652 memory=72516 CPUtime=50.95 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 17210 0 0 0 5089 6 0 0 20 0 1 0 32477129 103067648 18129 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 25163 18129 1024 1200 0 23643 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 100652 KiB
Current children cumulated memory: 72516 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 3.94 3.95 5/252 21411
/proc/meminfo: memFree=130099000/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=100652 memory=72516 CPUtime=101.99 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 17218 0 0 0 10193 6 0 0 20 0 1 0 32477129 103067648 18129 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 25163 18129 1024 1200 0 23643 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 100652 KiB
Current children cumulated memory: 72516 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 3.98 3.96 5/252 21413
/proc/meminfo: memFree=130073036/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=100652 memory=72516 CPUtime=161.82 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 17226 0 0 0 16176 6 0 0 20 0 1 0 32477129 103067648 18129 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 25163 18129 1024 1200 0 23643 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 100652 KiB
Current children cumulated memory: 72516 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.00 3.97 5/252 21415
/proc/meminfo: memFree=130078448/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=100652 memory=74948 CPUtime=221.65 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 17266 0 0 0 22159 6 0 0 20 0 1 0 32477129 103067648 18737 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 25163 18737 1024 1200 0 23643 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 100652 KiB
Current children cumulated memory: 74948 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.01 3.99 5/252 21417
/proc/meminfo: memFree=130101912/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=100652 memory=74948 CPUtime=281.51 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 17290 0 0 0 28145 6 0 0 20 0 1 0 32477129 103067648 18737 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 25163 18737 1024 1200 0 23643 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 100652 KiB
Current children cumulated memory: 74948 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.02 4.00 5/251 21420
/proc/meminfo: memFree=130106412/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=100652 memory=74948 CPUtime=341.36 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 17290 0 0 0 34130 6 0 0 20 0 1 0 32477129 103067648 18737 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 25163 18737 1024 1200 0 23643 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 100652 KiB
Current children cumulated memory: 74948 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.05 4.01 5/251 21511
/proc/meminfo: memFree=129905772/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=158732 memory=137312 CPUtime=401.19 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 29134 0 0 0 40106 13 0 0 20 0 1 0 32477129 162541568 34328 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 39683 34328 1280 1200 0 38163 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 158732 KiB
Current children cumulated memory: 137312 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.07 4.01 5/252 21514
/proc/meminfo: memFree=129906924/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=171388 memory=152064 CPUtime=461.02 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 32307 0 0 0 46080 22 0 0 20 0 1 0 32477129 175501312 38016 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 42847 38016 1280 1200 0 41327 0
Current children cumulated CPU time: 461.02 s

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

Current children cumulated memory: 282288 KiB

[startup+2862.3 s]
/proc/loadavg: 4.28 4.25 4.15 5/251 21776
/proc/meminfo: memFree=129060836/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=315676 memory=284464 CPUtime=2853.87 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 60345 0 0 0 285132 255 0 0 20 0 1 0 32477129 323252224 71116 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 78919 71116 1280 1200 0 77399 0
Current children cumulated CPU time: 2853.87 s
Current children cumulated vsize: 315676 KiB
Current children cumulated memory: 284464 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.22 4.15 5/250 21779
/proc/meminfo: memFree=129070520/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=317144 memory=285872 CPUtime=2913.7 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 60727 0 0 0 291107 263 0 0 20 0 1 0 32477129 324755456 71468 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 79286 71468 1280 1200 0 77766 0
Current children cumulated CPU time: 2913.7 s
Current children cumulated vsize: 317144 KiB
Current children cumulated memory: 285872 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.19 4.14 5/251 21786
/proc/meminfo: memFree=129059080/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=317308 memory=286000 CPUtime=2973.53 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 60852 0 0 0 297077 276 0 0 20 0 1 0 32477129 324923392 71500 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 79327 71500 1280 1200 0 77807 0
Current children cumulated CPU time: 2973.53 s
Current children cumulated vsize: 317308 KiB
Current children cumulated memory: 286000 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.19 4.14 5/251 21788
/proc/meminfo: memFree=129060608/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=317308 memory=286256 CPUtime=3033.36 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 60902 0 0 0 303060 276 0 0 20 0 1 0 32477129 324923392 71564 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 79327 71564 1280 1200 0 77807 0
Current children cumulated CPU time: 3033.36 s
Current children cumulated vsize: 317308 KiB
Current children cumulated memory: 286256 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.17 4.14 5/251 21790
/proc/meminfo: memFree=129054096/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=319144 memory=287536 CPUtime=3093.18 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 61227 0 0 0 309037 281 0 0 20 0 1 0 32477129 326803456 71884 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 79786 71884 1280 1200 0 78266 0
Current children cumulated CPU time: 3093.18 s
Current children cumulated vsize: 319144 KiB
Current children cumulated memory: 287536 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.15 4.13 5/250 21792
/proc/meminfo: memFree=129045544/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=320144 memory=288944 CPUtime=3153.01 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 61685 0 0 0 315010 291 0 0 20 0 1 0 32477129 327827456 72236 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 80036 72236 1280 1200 0 78516 0
Current children cumulated CPU time: 3153.01 s
Current children cumulated vsize: 320144 KiB
Current children cumulated memory: 288944 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.14 4.12 5/251 21795
/proc/meminfo: memFree=129046316/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=320144 memory=288944 CPUtime=3212.84 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 61692 0 0 0 320993 291 0 0 20 0 1 0 32477129 327827456 72236 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 80036 72236 1280 1200 0 78516 0
Current children cumulated CPU time: 3212.84 s
Current children cumulated vsize: 320144 KiB
Current children cumulated memory: 288944 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.12 4.12 5/250 21797
/proc/meminfo: memFree=129023808/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=321928 memory=290608 CPUtime=3272.67 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 62226 0 0 0 326973 294 0 0 20 0 1 0 32477129 329654272 72652 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 80482 72652 1280 1200 0 78962 0
Current children cumulated CPU time: 3272.67 s
Current children cumulated vsize: 321928 KiB
Current children cumulated memory: 290608 KiB

[startup+3342.3 s]
/proc/loadavg: 4.35 4.18 4.14 5/250 21799
/proc/meminfo: memFree=128985808/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=372848 memory=335924 CPUtime=3332.5 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 65312 0 0 0 332949 301 0 0 20 0 1 0 32477129 381796352 83981 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 93212 83981 1280 1200 0 91692 0
Current children cumulated CPU time: 3332.5 s
Current children cumulated vsize: 372848 KiB
Current children cumulated memory: 335924 KiB

[startup+3402.3 s]
/proc/loadavg: 4.59 4.30 4.18 5/250 21801
/proc/meminfo: memFree=128962192/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=374024 memory=336436 CPUtime=3392.32 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 65464 0 0 0 338922 310 0 0 20 0 1 0 32477129 383000576 84109 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 93506 84109 1280 1200 0 91986 0
Current children cumulated CPU time: 3392.32 s
Current children cumulated vsize: 374024 KiB
Current children cumulated memory: 336436 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.27 4.18 5/251 21804
/proc/meminfo: memFree=128868024/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=375224 memory=337588 CPUtime=3452.15 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 65857 0 0 0 344902 313 0 0 20 0 1 0 32477129 384229376 84397 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 93806 84397 1280 1200 0 92286 0
Current children cumulated CPU time: 3452.15 s
Current children cumulated vsize: 375224 KiB
Current children cumulated memory: 337588 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.23 4.17 5/251 21810
/proc/meminfo: memFree=128869188/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=375224 memory=337716 CPUtime=3511.96 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 65866 0 0 0 350876 320 0 0 20 0 1 0 32477129 384229376 84429 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 93806 84429 1280 1200 0 92286 0
Current children cumulated CPU time: 3511.96 s
Current children cumulated vsize: 375224 KiB
Current children cumulated memory: 337716 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.19 4.16 5/251 21816
/proc/meminfo: memFree=128865896/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=375224 memory=337716 CPUtime=3571.79 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 65994 0 0 0 356855 324 0 0 20 0 1 0 32477129 384229376 84429 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 93806 84429 1280 1200 0 92286 0
Current children cumulated CPU time: 3571.79 s
Current children cumulated vsize: 375224 KiB
Current children cumulated memory: 337716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.09 4.19 4.16 5/251 21863
/proc/meminfo: memFree=129076812/131382116 swapFree=33010684/33010684
[pid=21406] ppid=21403 vsize=375224 memory=337844 CPUtime=3600.01 cores=0,2
/proc/21406/stat : 21406 (Exact) R 21403 21406 21046 0 -1 4194304 66005 0 0 0 359674 327 0 0 20 0 1 0 32477129 384229376 84461 18446744073709551615 4198400 9112445 140725938832416 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 28258304 140725938837818 140725938837997 140725938837997 140725938843599 0
/proc/21406/statm: 93806 84461 1280 1200 0 92286 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 375224 KiB
Current children cumulated memory: 337844 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.77 s, system=3.27674 s

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

Child status: 0

Real time (s): 3610.63
CPU time (s): 3600.05
CPU user time (s): 3596.77
CPU system time (s): 3.27674
CPU usage (%): 99.7069
Max. virtual memory (cumulated for all children) (KiB): 375224
Max. memory (cumulated for all children) (KiB): 337844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.77
system time used= 3.27674
maximum resident set size= 370428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66016
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= 84
involuntary context switches= 8031


# summary of solver processes directly reported to runsolver:
#   pid: 21406
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3596.77
#   total CPU system time (s): 3.27674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.318 second user time and 34.0144 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 05:32:54
IDJOB=4482635
IDBENCH=152989
IDSOLVER=3317
FILE ID=nodeC011/4482635-1751167974
RUNJOBID= nodeC011-1751167606-21056
SLURM_JOB_ID= 9587507
Free space on /tmp= 433028 MiB

SOLVER NAME= Exact 2025-06-02
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_10-sat.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4482635-1751167974/watcher-4482635-1751167974 -o /tmp/evaluation-result-4482635-1751167974/solver-4482635-1751167974 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751167606-21056 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1290239997 --ls=360 HOME/instance-4482635-1751167974.opb

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

MD5SUM BENCH= be0542d3b59031398d11b8d8792cc86e
RANDOM SEED=1290239997

nodeC011 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		: 1197.285
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	: 6984.20
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.648
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	: 6984.20
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.705
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	: 6984.20
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.550
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	: 6984.20
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		: 2394.579
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	: 6984.20
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		: 3691.686
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	: 6984.20
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	: 6984.20
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		: 3700.000
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130182116 kB
MemAvailable:   129836444 kB
Buffers:            3280 kB
Cached:           465740 kB
SwapCached:            0 kB
Active:           458516 kB
Inactive:         217928 kB
Active(anon):     225388 kB
Inactive(anon):        0 kB
Active(file):     233128 kB
Inactive(file):   217928 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             35972 kB
Writeback:            48 kB
AnonPages:        210580 kB
Mapped:           114556 kB
Shmem:             17960 kB
KReclaimable:      85416 kB
Slab:             164656 kB
SReclaimable:      85416 kB
SUnreclaim:        79240 kB
KernelStack:        4048 kB
PageTables:         3348 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     606428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC011 at 2025-06-29 06:33:05