Trace number 4503294

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_db_no_ls 2025-06-19? (TO) 3600.09 3611.74

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-90.opb
MD5SUM44a09c98c00ea73bd3c28d44044dc987
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 benchmark104.761
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.04/3611.70	c Program interrupted by user.
3600.04/3611.70	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: 63837 MiB (62984 MiB free)
  memory of node 1: 64465 MiB (63932 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4503294-1751161238/watcher-4503294-1751161238 -o /tmp/evaluation-result-4503294-1751161238/solver-4503294-1751161238 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751157586-17408 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=740712348 --ls=0 --inp-dombreaklim=0 HOME/instance-4503294-1751161238.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18819, runsolver pid=18816

[startup+0.10007 s]*
/proc/loadavg: 4.11 4.11 4.14 5/249 18820
/proc/meminfo: memFree=129954236/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=40880 memory=19220 CPUtime=0.1 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 3814 0 0 0 9 1 0 0 20 0 1 0 31802965 41861120 4805 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 10220 4805 1024 1200 0 8700 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 40880 KiB
Current children cumulated memory: 19220 KiB

[startup+0.21293 s]*
/proc/loadavg: 4.11 4.11 4.14 5/249 18820
/proc/meminfo: memFree=129946676/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=47196 memory=25184 CPUtime=0.21 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 5768 0 0 0 20 1 0 0 20 0 1 0 31802965 48328704 6296 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 11799 6296 1024 1200 0 10279 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 47196 KiB
Current children cumulated memory: 25184 KiB

[startup+0.312908 s]*
/proc/loadavg: 4.11 4.11 4.14 5/249 18820
/proc/meminfo: memFree=129938864/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=57648 memory=34200 CPUtime=0.31 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 7877 0 0 0 29 2 0 0 20 0 1 0 31802965 59031552 8550 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 14412 8550 1024 1200 0 12892 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 57648 KiB
Current children cumulated memory: 34200 KiB

[startup+0.700304 s]
/proc/loadavg: 4.11 4.11 4.14 5/249 18820
/proc/meminfo: memFree=129938864/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=80020 memory=57504 CPUtime=0.69 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 11919 0 0 0 65 4 0 0 20 0 1 0 31802965 81940480 14376 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 20005 14376 1024 1200 0 18485 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 80020 KiB
Current children cumulated memory: 57504 KiB

[startup+1.50029 s]
/proc/loadavg: 4.11 4.11 4.14 5/249 18820
/proc/meminfo: memFree=129894824/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=139568 memory=126496 CPUtime=1.48 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 23580 0 0 0 141 7 0 0 20 0 1 0 31802965 142917632 31624 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 34892 31624 1024 1200 0 33372 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 139568 KiB
Current children cumulated memory: 126496 KiB

[startup+3.11249 s]
/proc/loadavg: 4.11 4.11 4.14 5/249 18820
/proc/meminfo: memFree=129578032/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=402552 memory=358312 CPUtime=3.09 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 46614 0 0 0 293 16 0 0 20 0 1 0 31802965 412213248 89578 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 100638 89578 1248 1200 0 99118 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 402552 KiB
Current children cumulated memory: 358312 KiB

[startup+6.30027 s]
/proc/loadavg: 4.10 4.11 4.14 5/249 18820
/proc/meminfo: memFree=129578284/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=402552 memory=362480 CPUtime=6.27 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 46643 0 0 0 611 16 0 0 20 0 1 0 31802965 412213248 90620 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 100638 90620 1248 1200 0 99118 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 402552 KiB
Current children cumulated memory: 362480 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.11 4.14 5/249 18821
/proc/meminfo: memFree=129578364/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=406904 memory=368892 CPUtime=12.65 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 47241 0 0 0 1249 16 0 0 20 0 1 0 31802965 416669696 92223 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 101726 92223 1248 1200 0 100206 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 406904 KiB
Current children cumulated memory: 368892 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.12 4.14 5/249 18821
/proc/meminfo: memFree=129589436/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=406904 memory=368892 CPUtime=25.41 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 47281 0 0 0 2525 16 0 0 20 0 1 0 31802965 416669696 92223 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 101726 92223 1248 1200 0 100206 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 406904 KiB
Current children cumulated memory: 368892 KiB

[startup+51.1125 s]
/proc/loadavg: 4.10 4.11 4.14 5/249 18821
/proc/meminfo: memFree=129589368/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=406904 memory=368892 CPUtime=50.94 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 47321 0 0 0 5078 16 0 0 20 0 1 0 31802965 416669696 92223 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 101726 92223 1248 1200 0 100206 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 406904 KiB
Current children cumulated memory: 368892 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.13 5/249 18868
/proc/meminfo: memFree=129128908/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=409080 memory=371068 CPUtime=101.98 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 47951 0 0 0 10181 17 0 0 20 0 1 0 31802965 418897920 92767 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 102270 92767 1248 1200 0 100750 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 409080 KiB
Current children cumulated memory: 371068 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.12 4.13 5/250 18873
/proc/meminfo: memFree=129124664/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=410168 memory=374164 CPUtime=161.79 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 48246 0 0 0 16162 17 0 0 20 0 1 0 31802965 420012032 93541 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 102542 93541 1248 1200 0 101022 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 410168 KiB
Current children cumulated memory: 374164 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.11 4.13 5/250 18919
/proc/meminfo: memFree=129079456/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=411432 memory=375444 CPUtime=221.62 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 48610 0 0 0 22142 20 0 0 20 0 1 0 31802965 421306368 93861 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 102858 93861 1248 1200 0 101338 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 411432 KiB
Current children cumulated memory: 375444 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.10 4.12 5/250 18925
/proc/meminfo: memFree=129073368/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=412520 memory=376468 CPUtime=281.43 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 48902 0 0 0 28123 20 0 0 20 0 1 0 31802965 422420480 94117 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 103130 94117 1248 1200 0 101610 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 412520 KiB
Current children cumulated memory: 376468 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.10 4.11 5/250 19061
/proc/meminfo: memFree=127628600/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=412520 memory=376468 CPUtime=341.21 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 48943 0 0 0 34101 20 0 0 20 0 1 0 31802965 422420480 94117 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 103130 94117 1248 1200 0 101610 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 412520 KiB
Current children cumulated memory: 376468 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.09 4.11 5/250 19063
/proc/meminfo: memFree=127713060/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=412520 memory=379912 CPUtime=401.01 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 49026 0 0 0 40081 20 0 0 20 0 1 0 31802965 422420480 94978 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 103130 94978 1248 1200 0 101610 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 412520 KiB
Current children cumulated memory: 379912 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.10 4.11 5/249 19065
/proc/meminfo: memFree=127661968/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=415420 memory=382728 CPUtime=460.82 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 49759 0 0 0 46062 20 0 0 20 0 1 0 31802965 425390080 95682 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 103855 95682 1248 1200 0 102335 0

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

Current children cumulated memory: 413984 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.17 4.17 5/250 19192
/proc/meminfo: memFree=127487456/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=465796 memory=413984 CPUtime=2912.65 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 58315 0 0 0 291213 52 0 0 20 0 1 0 31802965 476975104 103496 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 116449 103496 1248 1200 0 114929 0
Current children cumulated CPU time: 2912.65 s
Current children cumulated vsize: 465796 KiB
Current children cumulated memory: 413984 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.15 4.17 5/250 19194
/proc/meminfo: memFree=127486004/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=467288 memory=415264 CPUtime=2972.49 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 58743 0 0 0 297196 53 0 0 20 0 1 0 31802965 478502912 103816 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 116822 103816 1248 1200 0 115302 0
Current children cumulated CPU time: 2972.49 s
Current children cumulated vsize: 467288 KiB
Current children cumulated memory: 415264 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/250 19196
/proc/meminfo: memFree=127484380/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=467288 memory=415264 CPUtime=3032.31 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 58764 0 0 0 303178 53 0 0 20 0 1 0 31802965 478502912 103816 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 116822 103816 1248 1200 0 115302 0
Current children cumulated CPU time: 3032.31 s
Current children cumulated vsize: 467288 KiB
Current children cumulated memory: 415264 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.14 4.16 5/250 19198
/proc/meminfo: memFree=127484132/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=467288 memory=415264 CPUtime=3092.13 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 58830 0 0 0 309160 53 0 0 20 0 1 0 31802965 478502912 103816 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 116822 103816 1248 1200 0 115302 0
Current children cumulated CPU time: 3092.13 s
Current children cumulated vsize: 467288 KiB
Current children cumulated memory: 415264 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.14 4.16 5/250 19202
/proc/meminfo: memFree=127486764/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=467288 memory=415264 CPUtime=3151.96 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 58850 0 0 0 315143 53 0 0 20 0 1 0 31802965 478502912 103816 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 116822 103816 1248 1200 0 115302 0
Current children cumulated CPU time: 3151.96 s
Current children cumulated vsize: 467288 KiB
Current children cumulated memory: 415264 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.13 4.15 5/249 19204
/proc/meminfo: memFree=127497504/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=467288 memory=415264 CPUtime=3211.78 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 58851 0 0 0 321125 53 0 0 20 0 1 0 31802965 478502912 103816 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 116822 103816 1248 1200 0 115302 0
Current children cumulated CPU time: 3211.78 s
Current children cumulated vsize: 467288 KiB
Current children cumulated memory: 415264 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.15 4.16 5/250 19211
/proc/meminfo: memFree=127500420/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=468240 memory=416416 CPUtime=3271.6 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 59208 0 0 0 327107 53 0 0 20 0 1 0 31802965 479477760 104104 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 117060 104104 1248 1200 0 115540 0
Current children cumulated CPU time: 3271.6 s
Current children cumulated vsize: 468240 KiB
Current children cumulated memory: 416416 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.17 4.17 5/250 19213
/proc/meminfo: memFree=127499252/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=468240 memory=416416 CPUtime=3331.43 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 59209 0 0 0 333090 53 0 0 20 0 1 0 31802965 479477760 104104 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 117060 104104 1248 1200 0 115540 0
Current children cumulated CPU time: 3331.43 s
Current children cumulated vsize: 468240 KiB
Current children cumulated memory: 416416 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.15 4.16 5/250 19215
/proc/meminfo: memFree=127500460/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=468240 memory=416416 CPUtime=3391.25 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 59294 0 0 0 339072 53 0 0 20 0 1 0 31802965 479477760 104104 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 117060 104104 1248 1200 0 115540 0
Current children cumulated CPU time: 3391.25 s
Current children cumulated vsize: 468240 KiB
Current children cumulated memory: 416416 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.14 4.15 5/250 19217
/proc/meminfo: memFree=127500492/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=468240 memory=416416 CPUtime=3451.08 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 59296 0 0 0 345055 53 0 0 20 0 1 0 31802965 479477760 104104 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 117060 104104 1248 1200 0 115540 0
Current children cumulated CPU time: 3451.08 s
Current children cumulated vsize: 468240 KiB
Current children cumulated memory: 416416 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.16 4.16 5/250 19219
/proc/meminfo: memFree=127499268/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=468240 memory=416416 CPUtime=3510.9 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 59362 0 0 0 351037 53 0 0 20 0 1 0 31802965 479477760 104104 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 117060 104104 1248 1200 0 115540 0
Current children cumulated CPU time: 3510.9 s
Current children cumulated vsize: 468240 KiB
Current children cumulated memory: 416416 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.14 4.15 5/250 19221
/proc/meminfo: memFree=127482524/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=468240 memory=416416 CPUtime=3570.73 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 59384 0 0 0 357020 53 0 0 20 0 1 0 31802965 479477760 104104 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 117060 104104 1248 1200 0 115540 0
Current children cumulated CPU time: 3570.73 s
Current children cumulated vsize: 468240 KiB
Current children cumulated memory: 416416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.7 s]
/proc/loadavg: 4.13 4.14 4.15 5/249 19221
/proc/meminfo: memFree=127494324/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=468240 memory=416416 CPUtime=3600.04 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 59384 0 0 0 359951 53 0 0 20 0 1 0 31802965 479477760 104104 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 117060 104104 1248 1200 0 115540 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 468240 KiB
Current children cumulated memory: 416416 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.56 s, system=0.534212 s

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

[startup+3611.7 s]
/proc/loadavg: 4.13 4.14 4.15 5/249 19221
/proc/meminfo: memFree=127494324/131382120 swapFree=33010684/33010684
[pid=18819] ppid=18816 vsize=468240 memory=416416 CPUtime=3600.04 cores=0,2
/proc/18819/stat : 18819 (Exact) R 18816 18819 17398 0 -1 4194304 59384 0 0 0 359951 53 0 0 20 0 1 0 31802965 479477760 104104 18446744073709551615 4198400 9112445 140726665834272 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26914816 140726665836841 140726665837037 140726665837037 140726665842639 0
/proc/18819/statm: 117060 104104 1248 1200 0 115540 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 468240 KiB
Current children cumulated memory: 416416 KiB

Child status: 0

Real time (s): 3611.74
CPU time (s): 3600.09
CPU user time (s): 3599.56
CPU system time (s): 0.534212
CPU usage (%): 99.6775
Max. virtual memory (cumulated for all children) (KiB): 468240
Max. memory (cumulated for all children) (KiB): 416416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.56
system time used= 0.534212
maximum resident set size= 423468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59433
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= 55
involuntary context switches= 7935


# summary of solver processes directly reported to runsolver:
#   pid: 18819
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.56
#   total CPU system time (s): 0.534212

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4982 second user time and 34.0185 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-29 03:40:39
IDJOB=4503294
IDBENCH=155421
IDSOLVER=3318
FILE ID=nodeC008/4503294-1751161238
RUNJOBID= nodeC008-1751157586-17408
SLURM_JOB_ID= 9587487
Free space on /tmp= 433024 MiB

SOLVER NAME= Exact_no_db_no_ls 2025-06-19
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-90.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=0 --inp-dombreaklim=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4503294-1751161238/watcher-4503294-1751161238 -o /tmp/evaluation-result-4503294-1751161238/solver-4503294-1751161238 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751157586-17408 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=740712348 --ls=0 --inp-dombreaklim=0 HOME/instance-4503294-1751161238.opb

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

MD5SUM BENCH= 44a09c98c00ea73bd3c28d44044dc987
RANDOM SEED=740712348

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		: 1197.213
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.410
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.658
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		: 1198.111
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		: 3662.307
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		: 3691.396
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.413
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		: 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	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129962996 kB
MemAvailable:   129592672 kB
Buffers:            3280 kB
Cached:           425272 kB
SwapCached:            0 kB
Active:           677020 kB
Inactive:         227124 kB
Active(anon):     493548 kB
Inactive(anon):        0 kB
Active(file):     183472 kB
Inactive(file):   227124 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19292 kB
Writeback:             0 kB
AnonPages:        477788 kB
Mapped:           117684 kB
Shmem:             17956 kB
KReclaimable:      84628 kB
Slab:             163052 kB
SReclaimable:      84628 kB
SUnreclaim:        78424 kB
KernelStack:        4016 kB
PageTables:         3852 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     855936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 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= 432948 MiB
End job on nodeC008 at 2025-06-29 04:40:51