Trace number 4513889

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-16? (TO) 3600.02 3609.51

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l060-r059-n1.opb
MD5SUMf51b92e6ea4641775f90070f7fcfd036
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 benchmark61.6644
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3282
Total number of constraints6986
Number of constraints which are clauses5892
Number of constraints which are cardinality constraints (but not clauses)1094
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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/3609.50	c Program interrupted by user.
3600.01/3609.50	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: 63708 MiB (62794 MiB free)
  memory of node 1: 64465 MiB (63793 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513889-1751212892/watcher-4513889-1751212892 -o /tmp/evaluation-result-4513889-1751212892/solver-4513889-1751212892 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751205166-27849 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=186374150 --ls=360 --inp-dombreaklim=0 HOME/instance-4513889-1751212892.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
Current StackSize limit: 8192 KiB

solver pid=29522, runsolver pid=29515

[startup+0.100065 s]*
/proc/loadavg: 4.09 4.09 4.09 6/265 29523
/proc/meminfo: memFree=129621640/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=12828 CPUtime=0.09 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2528 0 0 0 9 0 0 0 20 0 1 0 36967663 37052416 3207 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3207 1024 1200 0 7526 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 12828 KiB

[startup+0.205601 s]*
/proc/loadavg: 4.09 4.09 4.09 6/265 29523
/proc/meminfo: memFree=129620932/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=12828 CPUtime=0.2 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2528 0 0 0 20 0 0 0 20 0 1 0 36967663 37052416 3207 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3207 1024 1200 0 7526 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 12828 KiB

[startup+0.305523 s]*
/proc/loadavg: 4.09 4.09 4.09 6/265 29523
/proc/meminfo: memFree=129621024/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=12828 CPUtime=0.29 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2528 0 0 0 29 0 0 0 20 0 1 0 36967663 37052416 3207 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3207 1024 1200 0 7526 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 12828 KiB

[startup+0.700147 s]
/proc/loadavg: 4.09 4.09 4.09 6/265 29523
/proc/meminfo: memFree=129621024/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=12828 CPUtime=0.68 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2528 0 0 0 68 0 0 0 20 0 1 0 36967663 37052416 3207 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3207 1024 1200 0 7526 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 12828 KiB

[startup+1.50017 s]
/proc/loadavg: 4.09 4.09 4.09 6/265 29523
/proc/meminfo: memFree=129621024/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=12828 CPUtime=1.48 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2528 0 0 0 148 0 0 0 20 0 1 0 36967663 37052416 3207 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3207 1024 1200 0 7526 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 12828 KiB

[startup+3.1053 s]
/proc/loadavg: 4.08 4.09 4.09 6/265 29523
/proc/meminfo: memFree=129621412/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=12828 CPUtime=3.08 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2528 0 0 0 308 0 0 0 20 0 1 0 36967663 37052416 3207 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3207 1024 1200 0 7526 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 12828 KiB

[startup+6.3001 s]
/proc/loadavg: 4.08 4.09 4.09 6/265 29523
/proc/meminfo: memFree=129621412/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=12828 CPUtime=6.27 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2528 0 0 0 627 0 0 0 20 0 1 0 36967663 37052416 3207 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3207 1024 1200 0 7526 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 12828 KiB

[startup+12.7001 s]
/proc/loadavg: 4.07 4.09 4.09 6/265 29523
/proc/meminfo: memFree=129621628/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=12828 CPUtime=12.66 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2528 0 0 0 1266 0 0 0 20 0 1 0 36967663 37052416 3207 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3207 1024 1200 0 7526 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 12828 KiB

[startup+25.5001 s]
/proc/loadavg: 4.13 4.10 4.09 6/265 29523
/proc/meminfo: memFree=129621652/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=12828 CPUtime=25.43 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2528 0 0 0 2543 0 0 0 20 0 1 0 36967663 37052416 3207 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3207 1024 1200 0 7526 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 12828 KiB

[startup+51.1049 s]
/proc/loadavg: 4.08 4.09 4.09 6/263 29569
/proc/meminfo: memFree=129797840/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=12828 CPUtime=50.97 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2528 0 0 0 5097 0 0 0 20 0 1 0 36967663 37052416 3207 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3207 1024 1200 0 7526 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 12828 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.09 6/264 29574
/proc/meminfo: memFree=129793272/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=13724 CPUtime=102.06 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2534 0 0 0 10206 0 0 0 20 0 1 0 36967663 37052416 3431 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3431 1024 1200 0 7526 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 13724 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.09 4.09 6/265 29580
/proc/meminfo: memFree=129799408/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=13724 CPUtime=161.94 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2538 0 0 0 16194 0 0 0 20 0 1 0 36967663 37052416 3431 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3431 1024 1200 0 7526 0
Current children cumulated CPU time: 161.94 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 13724 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.10 4.09 6/265 29582
/proc/meminfo: memFree=129799156/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=13724 CPUtime=221.81 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2542 0 0 0 22181 0 0 0 20 0 1 0 36967663 37052416 3431 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3431 1024 1200 0 7526 0
Current children cumulated CPU time: 221.81 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 13724 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.11 4.10 6/265 29586
/proc/meminfo: memFree=129801160/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=13724 CPUtime=281.68 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2544 0 0 0 28168 0 0 0 20 0 1 0 36967663 37052416 3431 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3431 1024 1200 0 7526 0
Current children cumulated CPU time: 281.68 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 13724 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.09 4.09 6/265 29588
/proc/meminfo: memFree=129796912/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=36184 memory=13724 CPUtime=341.56 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 2546 0 0 0 34156 0 0 0 20 0 1 0 36967663 37052416 3431 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 9046 3431 1024 1200 0 7526 0
Current children cumulated CPU time: 341.56 s
Current children cumulated vsize: 36184 KiB
Current children cumulated memory: 13724 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.08 4.09 6/265 29590
/proc/meminfo: memFree=129729772/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=52712 memory=35572 CPUtime=401.41 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 7271 0 0 0 40128 13 0 0 20 0 1 0 36967663 53977088 8893 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 13178 8893 1248 1200 0 11658 0
Current children cumulated CPU time: 401.41 s
Current children cumulated vsize: 52712 KiB
Current children cumulated memory: 35572 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.10 4.09 6/263 29636
/proc/meminfo: memFree=129744816/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=56252 memory=39028 CPUtime=461.26 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 8142 0 0 0 46095 31 0 0 20 0 1 0 36967663 57602048 9757 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 14063 9757 1248 1200 0 12543 0
Current children cumulated CPU time: 461.26 s

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

Current children cumulated memory: 74844 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.12 4.09 6/264 29888
/proc/meminfo: memFree=129543352/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=90872 memory=75612 CPUtime=2914.76 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 16907 0 0 0 290734 742 0 0 20 0 1 0 36967663 93052928 18903 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 22718 18903 1248 1200 0 21198 0
Current children cumulated CPU time: 2914.76 s
Current children cumulated vsize: 90872 KiB
Current children cumulated memory: 75612 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.11 4.09 6/264 29890
/proc/meminfo: memFree=129539880/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=91432 memory=76252 CPUtime=2974.58 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 17055 0 0 0 296697 761 0 0 20 0 1 0 36967663 93626368 19063 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 22858 19063 1248 1200 0 21338 0
Current children cumulated CPU time: 2974.58 s
Current children cumulated vsize: 91432 KiB
Current children cumulated memory: 76252 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.12 4.09 6/264 29892
/proc/meminfo: memFree=129543268/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=91576 memory=76380 CPUtime=3034.42 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 17105 0 0 0 302664 778 0 0 20 0 1 0 36967663 93773824 19095 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 22894 19095 1248 1200 0 21374 0
Current children cumulated CPU time: 3034.42 s
Current children cumulated vsize: 91576 KiB
Current children cumulated memory: 76380 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/264 29894
/proc/meminfo: memFree=129530964/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=91924 memory=76764 CPUtime=3094.26 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 17189 0 0 0 308629 797 0 0 20 0 1 0 36967663 94130176 19191 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 22981 19191 1248 1200 0 21461 0
Current children cumulated CPU time: 3094.26 s
Current children cumulated vsize: 91924 KiB
Current children cumulated memory: 76764 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.12 4.09 6/265 29898
/proc/meminfo: memFree=129531900/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=92252 memory=77148 CPUtime=3154.07 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 17275 0 0 0 314593 814 0 0 20 0 1 0 36967663 94466048 19287 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 23063 19287 1248 1200 0 21543 0
Current children cumulated CPU time: 3154.07 s
Current children cumulated vsize: 92252 KiB
Current children cumulated memory: 77148 KiB

[startup+3222.3 s]
/proc/loadavg: 4.27 4.14 4.10 6/264 29902
/proc/meminfo: memFree=129531492/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=92684 memory=77532 CPUtime=3213.89 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 17365 0 0 0 320558 831 0 0 20 0 1 0 36967663 94908416 19383 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 23171 19383 1248 1200 0 21651 0
Current children cumulated CPU time: 3213.89 s
Current children cumulated vsize: 92684 KiB
Current children cumulated memory: 77532 KiB

[startup+3282.3 s]
/proc/loadavg: 4.49 4.26 4.15 6/264 29904
/proc/meminfo: memFree=129535488/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=92828 memory=77788 CPUtime=3273.71 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 17428 0 0 0 326522 849 0 0 20 0 1 0 36967663 95055872 19447 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 23207 19447 1248 1200 0 21687 0
Current children cumulated CPU time: 3273.71 s
Current children cumulated vsize: 92828 KiB
Current children cumulated memory: 77788 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.24 4.15 6/264 29906
/proc/meminfo: memFree=129526688/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=93356 memory=78172 CPUtime=3333.52 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 17561 0 0 0 332485 867 0 0 20 0 1 0 36967663 95596544 19543 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 23339 19543 1248 1200 0 21819 0
Current children cumulated CPU time: 3333.52 s
Current children cumulated vsize: 93356 KiB
Current children cumulated memory: 78172 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.20 4.14 6/264 29910
/proc/meminfo: memFree=129522100/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=93356 memory=78300 CPUtime=3393.34 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 17587 0 0 0 338450 884 0 0 20 0 1 0 36967663 95596544 19575 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 23339 19575 1248 1200 0 21819 0
Current children cumulated CPU time: 3393.34 s
Current children cumulated vsize: 93356 KiB
Current children cumulated memory: 78300 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.19 4.14 6/263 29912
/proc/meminfo: memFree=129525856/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=93668 memory=78428 CPUtime=3453.18 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 17640 0 0 0 344417 901 0 0 20 0 1 0 36967663 95916032 19607 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 23417 19607 1248 1200 0 21897 0
Current children cumulated CPU time: 3453.18 s
Current children cumulated vsize: 93668 KiB
Current children cumulated memory: 78428 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.17 4.13 6/263 29914
/proc/meminfo: memFree=129517728/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=93968 memory=78812 CPUtime=3513.03 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 17724 0 0 0 350386 917 0 0 20 0 1 0 36967663 96223232 19703 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 23492 19703 1248 1200 0 21972 0
Current children cumulated CPU time: 3513.03 s
Current children cumulated vsize: 93968 KiB
Current children cumulated memory: 78812 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.15 4.12 6/264 29928
/proc/meminfo: memFree=129502240/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=94104 memory=78940 CPUtime=3572.88 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 17778 0 0 0 356354 934 0 0 20 0 1 0 36967663 96362496 19735 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 23526 19735 1248 1200 0 22006 0
Current children cumulated CPU time: 3572.88 s
Current children cumulated vsize: 94104 KiB
Current children cumulated memory: 78940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.05 4.14 4.12 6/264 29930
/proc/meminfo: memFree=129512644/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=94236 memory=79068 CPUtime=3600.01 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 17791 0 0 0 359059 942 0 0 20 0 1 0 36967663 96497664 19767 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 23559 19767 1248 1200 0 22039 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 94236 KiB
Current children cumulated memory: 79068 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.6 s, system=9.42516 s

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

[startup+3609.5 s]
/proc/loadavg: 4.05 4.14 4.12 6/264 29930
/proc/meminfo: memFree=129512644/131249996 swapFree=33010684/33010684
[pid=29522] ppid=29515 vsize=94236 memory=79068 CPUtime=3600.01 cores=0,2
/proc/29522/stat : 29522 (Exact) R 29515 29522 27839 0 -1 4194304 17791 0 0 0 359059 942 0 0 20 0 1 0 36967663 96497664 19767 18446744073709551615 4198400 9112445 140722727166768 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 33443840 140722727172391 140722727172589 140722727172589 140722727178191 0
/proc/29522/statm: 23559 19767 1248 1200 0 22039 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 94236 KiB
Current children cumulated memory: 79068 KiB

Child status: 0

Real time (s): 3609.51
CPU time (s): 3600.02
CPU user time (s): 3590.6
CPU system time (s): 9.42516
CPU usage (%): 99.7374
Max. virtual memory (cumulated for all children) (KiB): 94236
Max. memory (cumulated for all children) (KiB): 79068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.6
system time used= 9.42516
maximum resident set size= 79196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17793
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= 31
involuntary context switches= 8073


# summary of solver processes directly reported to runsolver:
#   pid: 29522
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3590.6
#   total CPU system time (s): 9.42516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.13853 second user time and 14.4195 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-29 18:01:32
IDJOB=4513889
IDBENCH=162581
IDSOLVER=3319
FILE ID=nodeC029/4513889-1751212892
RUNJOBID= nodeC029-1751205166-27849
SLURM_JOB_ID= 9587623
Free space on /tmp= 433048 MiB

SOLVER NAME= Exact_no_dombreaking 2025-06-16
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l060-r059-n1.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-4513889-1751212892/watcher-4513889-1751212892 -o /tmp/evaluation-result-4513889-1751212892/solver-4513889-1751212892 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751205166-27849 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=186374150 --ls=360 --inp-dombreaklim=0 HOME/instance-4513889-1751212892.opb

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

MD5SUM BENCH= f51b92e6ea4641775f90070f7fcfd036
RANDOM SEED=186374150

nodeC029 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	: 0xb00002a
cpu MHz		: 3600.122
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.728
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.895
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3600.384
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.723
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3600.402
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3603.337
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.866
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129630148 kB
MemAvailable:   129385460 kB
Buffers:            3280 kB
Cached:           565184 kB
SwapCached:            0 kB
Active:           723924 kB
Inactive:         308264 kB
Active(anon):     481784 kB
Inactive(anon):        0 kB
Active(file):     242140 kB
Inactive(file):   308264 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14536 kB
Writeback:             0 kB
AnonPages:        463992 kB
Mapped:           113380 kB
Shmem:             18060 kB
KReclaimable:      88296 kB
Slab:             172256 kB
SReclaimable:      88296 kB
SUnreclaim:        83960 kB
KernelStack:        4240 kB
PageTables:         3700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     808924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    389120 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC029 at 2025-06-29 19:01:42