Trace number 4514246

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
UWrMaxSat 2025-06-04? (TO) 3600.03 3611.11

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v091-n3.opb
MD5SUMc981ca1603e2aa1abfaebeb08d0e93e7
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 benchmark0.021723
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
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

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 182 PB-constraints to clauses...
0.00/0.01	c ============================[ Encoding Statistics ]============================
0.00/0.01	c |  Number of variables:           273                                         |
0.00/0.01	c |  Number of clauses:            1456                                         |
0.00/0.01	c ===============================================================================
3600.02/3611.11	c *** TERMINATED by signal 15 ***
3600.02/3611.11	c _______________________________________________________________________________
3600.02/3611.11	c 
3600.02/3611.11	c _______________________________________________________________________________
3600.02/3611.11	c 
3600.02/3611.11	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3611.11	c Memory used            : 264.00 MB
3600.02/3611.11	c CPU time               : 3599.34 s
3600.02/3611.11	c Constr Enc: Srt/BDD/Add: 91 0 0
3600.02/3611.11	c _______________________________________________________________________________
3600.02/3611.11	c _______________________________________________________________________________
3600.02/3611.11	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 (60686 MiB free)
  memory of node 1: 64507 MiB (59463 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514246-1751222877/watcher-4514246-1751222877 -o /tmp/evaluation-result-4514246-1751222877/solver-4514246-1751222877 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30252 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4514246-1751222877.opb -mem-lim=31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=31428, runsolver pid=31425

[startup+0.100074 s]*
/proc/loadavg: 4.14 4.12 4.12 5/250 31429
/proc/meminfo: memFree=123032932/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=3848 memory=3456 CPUtime=0.09 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 424 0 0 0 9 0 0 0 20 0 1 0 37967525 3940352 864 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 962 864 544 484 0 373 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 3848 KiB
Current children cumulated memory: 3456 KiB

[startup+0.213654 s]*
/proc/loadavg: 4.14 4.12 4.12 5/250 31429
/proc/meminfo: memFree=123032932/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=4212 memory=3584 CPUtime=0.19 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 532 0 0 0 19 0 0 0 20 0 1 0 37967525 4313088 896 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 1053 896 544 484 0 464 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 4212 KiB
Current children cumulated memory: 3584 KiB

[startup+0.313087 s]*
/proc/loadavg: 4.14 4.12 4.12 5/250 31429
/proc/meminfo: memFree=123032932/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=4284 memory=3656 CPUtime=0.28 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 671 0 0 0 28 0 0 0 20 0 1 0 37967525 4386816 914 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 1071 914 544 484 0 482 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 4284 KiB
Current children cumulated memory: 3656 KiB

[startup+0.700267 s]
/proc/loadavg: 4.14 4.12 4.12 5/249 31429
/proc/meminfo: memFree=123032932/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=5364 memory=4764 CPUtime=0.63 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 1047 0 0 0 63 0 0 0 20 0 1 0 37967525 5492736 1191 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 1341 1191 544 484 0 752 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 5364 KiB
Current children cumulated memory: 4764 KiB

[startup+1.5002 s]
/proc/loadavg: 4.13 4.12 4.12 5/249 31429
/proc/meminfo: memFree=123031692/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=7828 memory=7136 CPUtime=1.41 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 2222 0 0 0 141 0 0 0 20 0 1 0 37967525 8015872 1784 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 1957 1784 544 484 0 1368 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 7828 KiB
Current children cumulated memory: 7136 KiB

[startup+3.10556 s]
/proc/loadavg: 4.13 4.12 4.12 5/249 31429
/proc/meminfo: memFree=123027912/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=7884 memory=7280 CPUtime=2.99 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 4242 0 0 0 299 0 0 0 20 0 1 0 37967525 8073216 1820 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 1971 1820 544 484 0 1382 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 7884 KiB
Current children cumulated memory: 7280 KiB

[startup+6.30018 s]
/proc/loadavg: 4.12 4.11 4.12 5/249 31429
/proc/meminfo: memFree=123025644/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=14056 memory=13452 CPUtime=6.16 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 9854 0 0 0 614 2 0 0 20 0 1 0 37967525 14393344 3363 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 3514 3363 544 484 0 2925 0
Current children cumulated CPU time: 6.16 s
Current children cumulated vsize: 14056 KiB
Current children cumulated memory: 13452 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.11 4.12 5/249 31474
/proc/meminfo: memFree=123160660/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=21612 memory=21004 CPUtime=12.5 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 11743 0 0 0 1248 2 0 0 20 0 1 0 37967525 22130688 5251 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 5403 5251 544 484 0 4814 0
Current children cumulated CPU time: 12.5 s
Current children cumulated vsize: 21612 KiB
Current children cumulated memory: 21004 KiB

[startup+25.5001 s]
/proc/loadavg: 4.01 4.09 4.11 5/249 31519
/proc/meminfo: memFree=123181772/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=24148 memory=23532 CPUtime=25.18 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 16131 0 0 0 2515 3 0 0 20 0 1 0 37967525 24727552 5883 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 6037 5883 544 484 0 5448 0
Current children cumulated CPU time: 25.18 s
Current children cumulated vsize: 24148 KiB
Current children cumulated memory: 23532 KiB

[startup+51.1131 s]
/proc/loadavg: 4.07 4.10 4.11 5/249 31564
/proc/meminfo: memFree=123179064/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=36952 memory=36356 CPUtime=50.7 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 18822 0 0 0 5066 4 0 0 20 0 1 0 37967525 37838848 9089 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 9238 9089 544 484 0 8649 0
Current children cumulated CPU time: 50.7 s
Current children cumulated vsize: 36952 KiB
Current children cumulated memory: 36356 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.10 4.11 5/249 31566
/proc/meminfo: memFree=123142944/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=50408 memory=49832 CPUtime=101.75 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 22680 0 0 0 10169 6 0 0 20 0 1 0 37967525 51617792 12458 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 12602 12458 544 484 0 12013 0
Current children cumulated CPU time: 101.75 s
Current children cumulated vsize: 50408 KiB
Current children cumulated memory: 49832 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.11 4.11 5/249 31568
/proc/meminfo: memFree=123125108/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=56648 memory=56192 CPUtime=161.58 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 25677 0 0 0 16151 7 0 0 20 0 1 0 37967525 58007552 14048 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 14162 14048 544 484 0 13573 0
Current children cumulated CPU time: 161.58 s
Current children cumulated vsize: 56648 KiB
Current children cumulated memory: 56192 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 4.10 5/249 31659
/proc/meminfo: memFree=123196544/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=78756 memory=78084 CPUtime=221.4 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 27111 0 0 0 22132 8 0 0 20 0 1 0 37967525 80646144 19521 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 19689 19521 544 484 0 19100 0
Current children cumulated CPU time: 221.4 s
Current children cumulated vsize: 78756 KiB
Current children cumulated memory: 78084 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/249 31705
/proc/meminfo: memFree=123200568/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=58852 memory=58244 CPUtime=281.2 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 28514 0 0 0 28112 8 0 0 20 0 1 0 37967525 60264448 14561 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 14713 14561 544 484 0 14124 0
Current children cumulated CPU time: 281.2 s
Current children cumulated vsize: 58852 KiB
Current children cumulated memory: 58244 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.10 4.10 5/250 31708
/proc/meminfo: memFree=123163896/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=74540 memory=73860 CPUtime=341.03 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 32042 0 0 0 34093 10 0 0 20 0 1 0 37967525 76328960 18465 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 18635 18465 544 484 0 18046 0
Current children cumulated CPU time: 341.03 s
Current children cumulated vsize: 74540 KiB
Current children cumulated memory: 73860 KiB

[startup+402.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/251 31713
/proc/meminfo: memFree=123123272/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=99280 memory=98692 CPUtime=400.84 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 33628 0 0 0 40074 10 0 0 20 0 1 0 37967525 101662720 24673 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 24820 24673 544 484 0 24231 0
Current children cumulated CPU time: 400.84 s
Current children cumulated vsize: 99280 KiB
Current children cumulated memory: 98692 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/252 31716
/proc/meminfo: memFree=123114792/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=99280 memory=98704 CPUtime=460.67 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 34527 0 0 0 46056 11 0 0 20 0 1 0 37967525 101662720 24676 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 24820 24676 544 484 0 24231 0

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

Current children cumulated memory: 156208 KiB

[startup+2922.3 s]
/proc/loadavg: 4.18 4.15 4.10 5/250 32603
/proc/meminfo: memFree=102257000/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=191484 memory=190768 CPUtime=2913.13 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 68871 0 0 0 291267 46 0 0 20 0 1 0 37967525 196079616 47692 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 47871 47692 544 484 0 47282 0
Current children cumulated CPU time: 2913.13 s
Current children cumulated vsize: 191484 KiB
Current children cumulated memory: 190768 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.14 4.09 5/250 32605
/proc/meminfo: memFree=102291392/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=174344 memory=173620 CPUtime=2972.95 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 69224 0 0 0 297248 47 0 0 20 0 1 0 37967525 178528256 43405 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 43586 43405 544 484 0 42997 0
Current children cumulated CPU time: 2972.95 s
Current children cumulated vsize: 174344 KiB
Current children cumulated memory: 173620 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/251 32612
/proc/meminfo: memFree=102203308/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=126368 memory=125840 CPUtime=3032.78 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 71406 0 0 0 303228 50 0 0 20 0 1 0 37967525 129400832 31460 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 31592 31460 544 484 0 31003 0
Current children cumulated CPU time: 3032.78 s
Current children cumulated vsize: 126368 KiB
Current children cumulated memory: 125840 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/250 32614
/proc/meminfo: memFree=102085424/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=156776 memory=156084 CPUtime=3092.62 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 72860 0 0 0 309211 51 0 0 20 0 1 0 37967525 160538624 39021 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 39194 39021 544 484 0 38605 0
Current children cumulated CPU time: 3092.62 s
Current children cumulated vsize: 156776 KiB
Current children cumulated memory: 156084 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/250 32616
/proc/meminfo: memFree=101975556/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=132860 memory=132332 CPUtime=3152.45 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 73884 0 0 0 315193 52 0 0 20 0 1 0 37967525 136048640 33083 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 33215 33083 544 484 0 32626 0
Current children cumulated CPU time: 3152.45 s
Current children cumulated vsize: 132860 KiB
Current children cumulated memory: 132332 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/250 32618
/proc/meminfo: memFree=101864564/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=134700 memory=134140 CPUtime=3212.28 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 77163 0 0 0 321172 56 0 0 20 0 1 0 37967525 137932800 33535 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 33675 33535 544 484 0 33086 0
Current children cumulated CPU time: 3212.28 s
Current children cumulated vsize: 134700 KiB
Current children cumulated memory: 134140 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/250 32620
/proc/meminfo: memFree=101776900/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=149912 memory=149172 CPUtime=3272.1 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 78287 0 0 0 327152 58 0 0 20 0 1 0 37967525 153509888 37293 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 37478 37293 544 484 0 36889 0
Current children cumulated CPU time: 3272.1 s
Current children cumulated vsize: 149912 KiB
Current children cumulated memory: 149172 KiB

[startup+3342.3 s]
/proc/loadavg: 3.56 3.97 4.04 4/243 32652
/proc/meminfo: memFree=121914700/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=206184 memory=205468 CPUtime=3331.94 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 80468 0 0 0 333134 60 0 0 20 0 1 0 37967525 211132416 51367 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 51546 51367 544 484 0 50957 0
Current children cumulated CPU time: 3331.94 s
Current children cumulated vsize: 206184 KiB
Current children cumulated memory: 205468 KiB

[startup+3402.3 s]
/proc/loadavg: 3.31 3.82 3.98 4/244 32655
/proc/meminfo: memFree=122030184/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=138224 memory=137696 CPUtime=3391.77 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 82110 0 0 0 339115 62 0 0 20 0 1 0 37967525 141541376 34424 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 34556 34424 544 484 0 33967 0
Current children cumulated CPU time: 3391.77 s
Current children cumulated vsize: 138224 KiB
Current children cumulated memory: 137696 KiB

[startup+3462.3 s]
/proc/loadavg: 3.19 3.70 3.93 4/244 32657
/proc/meminfo: memFree=122031840/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=118248 memory=117592 CPUtime=3451.61 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 84054 0 0 0 345096 65 0 0 20 0 1 0 37967525 121085952 29398 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 29562 29398 544 484 0 28973 0
Current children cumulated CPU time: 3451.61 s
Current children cumulated vsize: 118248 KiB
Current children cumulated memory: 117592 KiB

[startup+3522.3 s]
/proc/loadavg: 3.19 3.60 3.88 4/244 32661
/proc/meminfo: memFree=122067836/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=144828 memory=144176 CPUtime=3511.44 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 85461 0 0 0 351078 66 0 0 20 0 1 0 37967525 148303872 36044 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 36207 36044 544 484 0 35618 0
Current children cumulated CPU time: 3511.44 s
Current children cumulated vsize: 144828 KiB
Current children cumulated memory: 144176 KiB

[startup+3582.3 s]
/proc/loadavg: 3.13 3.50 3.83 4/244 32663
/proc/meminfo: memFree=122036112/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=197396 memory=196680 CPUtime=3571.28 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 87115 0 0 0 357060 68 0 0 20 0 1 0 37967525 202133504 49170 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 49349 49170 544 484 0 48760 0
Current children cumulated CPU time: 3571.28 s
Current children cumulated vsize: 197396 KiB
Current children cumulated memory: 196680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.11 s]
/proc/loadavg: 3.08 3.46 3.81 4/244 32664
/proc/meminfo: memFree=122051488/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=156584 memory=155928 CPUtime=3600.02 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 87115 0 0 0 359934 68 0 0 20 0 1 0 37967525 160342016 38982 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 39146 38982 544 484 0 38557 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 156584 KiB
Current children cumulated memory: 155928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.34 s, system=0.685775 s

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

[startup+3611.11 s]
/proc/loadavg: 3.08 3.46 3.81 4/244 32664
/proc/meminfo: memFree=122051488/131382112 swapFree=33010684/33010684
[pid=31428] ppid=31425 vsize=156584 memory=155928 CPUtime=3600.02 cores=4,6
/proc/31428/stat : 31428 (uwrmaxsat) R 31425 31428 30241 0 -1 4194304 87115 0 0 0 359934 68 0 0 20 0 1 0 37967525 160342016 38982 18446744073709551615 4198400 6176925 140735139538336 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 15949824 140735139543402 140735139543529 140735139543529 140735139549131 0
/proc/31428/statm: 39146 38982 544 484 0 38557 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 156584 KiB
Current children cumulated memory: 155928 KiB

Child status: 0

Real time (s): 3611.11
CPU time (s): 3600.03
CPU user time (s): 3599.34
CPU system time (s): 0.685775
CPU usage (%): 99.693
Max. virtual memory (cumulated for all children) (KiB): 270372
Max. memory (cumulated for all children) (KiB): 241212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.34
system time used= 0.685775
maximum resident set size= 269596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87115
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= 18
involuntary context switches= 2782


# summary of solver processes directly reported to runsolver:
#   pid: 31428
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3599.34
#   total CPU system time (s): 0.685775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4558 second user time and 34.8394 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 20:47:57
IDJOB=4514246
IDBENCH=162614
IDSOLVER=3372
FILE ID=nodeC009/4514246-1751222877
RUNJOBID= nodeC009-1751215608-30252
SLURM_JOB_ID= 9587652
Free space on /tmp= 432652 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v091-n3.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514246-1751222877/watcher-4514246-1751222877 -o /tmp/evaluation-result-4514246-1751222877/solver-4514246-1751222877 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30252 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4514246-1751222877.opb -mem-lim=31000

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

MD5SUM BENCH= c981ca1603e2aa1abfaebeb08d0e93e7
RANDOM SEED=1178870484

nodeC009 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		: 3660.662
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.85
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		: 3491.931
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.85
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.411
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.85
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.541
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.229
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.85
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.469
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.85
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.477
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.470
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123033380 kB
MemAvailable:   129472820 kB
Buffers:            3280 kB
Cached:          7213280 kB
SwapCached:            0 kB
Active:           812320 kB
Inactive:        6915992 kB
Active(anon):     528744 kB
Inactive(anon):      968 kB
Active(file):     283576 kB
Inactive(file):  6915024 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2680 kB
Writeback:             0 kB
AnonPages:        511452 kB
Mapped:           109432 kB
Shmem:             17960 kB
KReclaimable:     160552 kB
Slab:             243744 kB
SReclaimable:     160552 kB
SUnreclaim:        83192 kB
KernelStack:        4048 kB
PageTables:         3956 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     847080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432648 MiB
End job on nodeC009 at 2025-06-29 21:48:09