Trace number 4492812

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.05 3609.5

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-61-60.opb
MD5SUM34508937f6127f0a8669d934526c1066
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 benchmark1.25863
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints109861
Number of constraints which are clauses109861
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint60
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 61
Number of bits of the biggest sum of numbers6
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.28/0.38	c Converting 109861 PB-constraints to clauses...
0.38/0.43	c ============================[ Encoding Statistics ]============================
0.38/0.43	c |  Number of variables:          3660                                         |
0.38/0.43	c |  Number of clauses:          109861                                         |
0.38/0.43	c ===============================================================================
3600.03/3609.50	c *** TERMINATED by signal 15 ***
3600.03/3609.50	c _______________________________________________________________________________
3600.03/3609.50	c 
3600.03/3609.50	c _______________________________________________________________________________
3600.03/3609.50	c 
3600.03/3609.50	c =======================[ UWrMaxSat resources usage ]===========================
3600.03/3609.50	c Memory used            : 585.00 MB
3600.03/3609.50	c CPU time               : 3595.29 s
3600.03/3609.50	c _______________________________________________________________________________
3600.03/3609.50	c _______________________________________________________________________________
3600.03/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 (63078 MiB free)
  memory of node 1: 64465 MiB (63984 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492812-1751146256/watcher-4492812-1751146256 -o /tmp/evaluation-result-4492812-1751146256/solver-4492812-1751146256 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751146246-15839 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4492812-1751146256.opb -mem-lim=31000 

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=16167, runsolver pid=16164

[startup+0.100059 s]*
/proc/loadavg: 2.97 3.82 4.03 5/265 16168
/proc/meminfo: memFree=130096452/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=22204 memory=20992 CPUtime=0.09 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 4911 0 0 0 8 1 0 0 20 0 1 0 30304973 22736896 5248 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 2 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 5551 5248 448 484 0 4962 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 22204 KiB
Current children cumulated memory: 20992 KiB

[startup+0.205413 s]*
/proc/loadavg: 2.97 3.82 4.03 5/265 16168
/proc/meminfo: memFree=130080324/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=41104 memory=39936 CPUtime=0.19 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 9642 0 0 0 18 1 0 0 20 0 1 0 30304973 42090496 9984 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 2 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 10276 9984 448 484 0 9687 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 41104 KiB
Current children cumulated memory: 39936 KiB

[startup+0.305406 s]*
/proc/loadavg: 2.97 3.82 4.03 5/265 16168
/proc/meminfo: memFree=130052036/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=59752 memory=58496 CPUtime=0.28 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 14318 0 0 0 26 2 0 0 20 0 1 0 30304973 61186048 14624 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 14938 14624 448 484 0 14349 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 59752 KiB
Current children cumulated memory: 58496 KiB

[startup+0.700175 s]
/proc/loadavg: 2.97 3.82 4.03 5/265 16168
/proc/meminfo: memFree=130034900/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=89608 memory=87640 CPUtime=0.67 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 23668 0 0 0 63 4 0 0 20 0 1 0 30304973 91758592 21910 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 22402 21910 512 484 0 21813 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 89608 KiB
Current children cumulated memory: 87640 KiB

[startup+1.50012 s]
/proc/loadavg: 3.05 3.82 4.03 5/265 16168
/proc/meminfo: memFree=130028852/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=95076 memory=93896 CPUtime=1.48 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 27090 0 0 0 143 5 0 0 20 0 1 0 30304973 97357824 23474 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 23769 23474 512 484 0 23180 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 95076 KiB
Current children cumulated memory: 93896 KiB

[startup+3.10523 s]
/proc/loadavg: 3.05 3.82 4.03 5/265 16168
/proc/meminfo: memFree=130024176/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=95928 memory=94764 CPUtime=3.07 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 29081 0 0 0 302 5 0 0 20 0 1 0 30304973 98230272 23691 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 23982 23691 512 484 0 23393 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 95928 KiB
Current children cumulated memory: 94764 KiB

[startup+6.30017 s]
/proc/loadavg: 3.12 3.83 4.03 5/266 16169
/proc/meminfo: memFree=130010472/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=105668 memory=104572 CPUtime=6.27 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 32328 0 0 0 621 6 0 0 20 0 1 0 30304973 108204032 26143 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 26417 26143 512 484 0 25828 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 105668 KiB
Current children cumulated memory: 104572 KiB

[startup+12.7002 s]
/proc/loadavg: 3.28 3.85 4.03 5/266 16169
/proc/meminfo: memFree=129981176/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=113468 memory=112296 CPUtime=12.65 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 35190 0 0 0 1258 7 0 0 20 0 1 0 30304973 116191232 28074 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 28367 28074 512 484 0 27778 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 113468 KiB
Current children cumulated memory: 112296 KiB

[startup+25.5001 s]
/proc/loadavg: 3.39 3.85 4.03 5/266 16169
/proc/meminfo: memFree=129973952/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=102340 memory=101416 CPUtime=25.41 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 38475 0 0 0 2532 9 0 0 20 0 1 0 30304973 104796160 25354 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 25585 25354 512 484 0 24996 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 102340 KiB
Current children cumulated memory: 101416 KiB

[startup+51.1053 s]
/proc/loadavg: 3.63 3.87 4.03 5/266 16170
/proc/meminfo: memFree=129894856/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=99160 memory=98108 CPUtime=50.95 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 42475 0 0 0 5084 11 0 0 20 0 1 0 30304973 101539840 24527 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 24790 24527 512 484 0 24201 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 99160 KiB
Current children cumulated memory: 98108 KiB

[startup+102.3 s]
/proc/loadavg: 3.91 3.91 4.03 5/266 16172
/proc/meminfo: memFree=129818284/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=174160 memory=172988 CPUtime=102.01 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 48135 0 0 0 10185 16 0 0 20 0 1 0 30304973 178339840 43247 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 43540 43247 512 484 0 42951 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 174160 KiB
Current children cumulated memory: 172988 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 3.94 4.03 5/266 16174
/proc/meminfo: memFree=129846348/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=130496 memory=129404 CPUtime=161.83 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 51520 0 0 0 16164 19 0 0 20 0 1 0 30304973 133627904 32351 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 32624 32351 512 484 0 32035 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 130496 KiB
Current children cumulated memory: 129404 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 3.97 4.03 5/266 16176
/proc/meminfo: memFree=129750536/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=164452 memory=163452 CPUtime=221.66 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 53042 0 0 0 22145 21 0 0 20 0 1 0 30304973 168398848 40863 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 41113 40863 512 484 0 40524 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 164452 KiB
Current children cumulated memory: 163452 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 3.99 4.03 5/265 16178
/proc/meminfo: memFree=129716516/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=153432 memory=152508 CPUtime=281.5 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 58507 0 0 0 28124 26 0 0 20 0 1 0 30304973 157114368 38127 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 38358 38127 512 484 0 37769 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 153432 KiB
Current children cumulated memory: 152508 KiB

[startup+342.3 s]
/proc/loadavg: 4.28 4.06 4.05 5/263 16184
/proc/meminfo: memFree=129641812/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=200780 memory=199856 CPUtime=341.35 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 65128 0 0 0 34099 36 0 0 20 0 1 0 30304973 205598720 49964 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 50195 49964 512 484 0 49606 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 200780 KiB
Current children cumulated memory: 199856 KiB

[startup+402.3 s]
/proc/loadavg: 4.37 4.13 4.08 5/264 16188
/proc/meminfo: memFree=129638564/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=171364 memory=170440 CPUtime=401.19 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 71921 0 0 0 40070 49 0 0 20 0 1 0 30304973 175476736 42610 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 42841 42610 512 484 0 42252 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 171364 KiB
Current children cumulated memory: 170440 KiB

[startup+462.3 s]
/proc/loadavg: 4.19 4.12 4.08 5/265 16193
/proc/meminfo: memFree=129544808/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=199712 memory=198788 CPUtime=461.02 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 76437 0 0 0 46045 57 0 0 20 0 1 0 30304973 204505088 49697 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 49928 49697 512 484 0 49339 0

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

Current children cumulated memory: 352708 KiB

[startup+2922.3 s]
/proc/loadavg: 4.40 4.21 4.12 5/265 16353
/proc/meminfo: memFree=129280240/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=313836 memory=312676 CPUtime=2914.61 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 218100 0 0 0 291073 388 0 0 20 0 1 0 30304973 321368064 78169 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 78459 78169 512 484 0 77870 0
Current children cumulated CPU time: 2914.61 s
Current children cumulated vsize: 313836 KiB
Current children cumulated memory: 312676 KiB

[startup+2982.3 s]
/proc/loadavg: 4.25 4.20 4.12 5/265 16355
/proc/meminfo: memFree=129288996/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=307296 memory=306136 CPUtime=2974.45 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 220948 0 0 0 297049 396 0 0 20 0 1 0 30304973 314671104 76534 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 76824 76534 512 484 0 76235 0
Current children cumulated CPU time: 2974.45 s
Current children cumulated vsize: 307296 KiB
Current children cumulated memory: 306136 KiB

[startup+3042.3 s]
/proc/loadavg: 4.49 4.26 4.15 5/264 16357
/proc/meminfo: memFree=129222364/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=348160 memory=347000 CPUtime=3034.31 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 222830 0 0 0 303027 404 0 0 20 0 1 0 30304973 356515840 86750 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 87040 86750 512 484 0 86451 0
Current children cumulated CPU time: 3034.31 s
Current children cumulated vsize: 348160 KiB
Current children cumulated memory: 347000 KiB

[startup+3102.3 s]
/proc/loadavg: 4.26 4.24 4.15 5/264 16359
/proc/meminfo: memFree=129238796/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=351188 memory=350028 CPUtime=3094.15 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 225078 0 0 0 309004 411 0 0 20 0 1 0 30304973 359616512 87507 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 87797 87507 512 484 0 87208 0
Current children cumulated CPU time: 3094.15 s
Current children cumulated vsize: 351188 KiB
Current children cumulated memory: 350028 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.21 4.14 5/264 16361
/proc/meminfo: memFree=129205292/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=362920 memory=361760 CPUtime=3154 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 228372 0 0 0 314981 419 0 0 20 0 1 0 30304973 371630080 90440 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 90730 90440 512 484 0 90141 0
Current children cumulated CPU time: 3154 s
Current children cumulated vsize: 362920 KiB
Current children cumulated memory: 361760 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.18 4.13 5/263 16363
/proc/meminfo: memFree=129224916/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=349880 memory=348720 CPUtime=3213.85 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 231708 0 0 0 320957 428 0 0 20 0 1 0 30304973 358277120 87180 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 87470 87180 512 484 0 86881 0
Current children cumulated CPU time: 3213.85 s
Current children cumulated vsize: 349880 KiB
Current children cumulated memory: 348720 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.18 4.13 5/264 16366
/proc/meminfo: memFree=129251624/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=324652 memory=323492 CPUtime=3273.69 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 233369 0 0 0 326934 435 0 0 20 0 1 0 30304973 332443648 80873 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 81163 80873 512 484 0 80574 0
Current children cumulated CPU time: 3273.69 s
Current children cumulated vsize: 324652 KiB
Current children cumulated memory: 323492 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.14 4.12 5/265 16373
/proc/meminfo: memFree=129261492/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=324212 memory=323128 CPUtime=3333.54 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 235979 0 0 0 332911 443 0 0 20 0 1 0 30304973 331993088 80782 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 81053 80782 512 484 0 80464 0
Current children cumulated CPU time: 3333.54 s
Current children cumulated vsize: 324212 KiB
Current children cumulated memory: 323128 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.12 5/264 16375
/proc/meminfo: memFree=129122900/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=385108 memory=383948 CPUtime=3393.39 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 237585 0 0 0 338891 448 0 0 20 0 1 0 30304973 394350592 95987 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 96277 95987 512 484 0 95688 0
Current children cumulated CPU time: 3393.39 s
Current children cumulated vsize: 385108 KiB
Current children cumulated memory: 383948 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.15 4.12 5/264 16379
/proc/meminfo: memFree=129215660/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=337100 memory=335940 CPUtime=3453.23 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 240002 0 0 0 344869 454 0 0 20 0 1 0 30304973 345190400 83985 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 84275 83985 512 484 0 83686 0
Current children cumulated CPU time: 3453.23 s
Current children cumulated vsize: 337100 KiB
Current children cumulated memory: 335940 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.13 4.12 5/264 16381
/proc/meminfo: memFree=129217896/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=320964 memory=319804 CPUtime=3513.08 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 243231 0 0 0 350846 462 0 0 20 0 1 0 30304973 328667136 79951 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 80241 79951 512 484 0 79652 0
Current children cumulated CPU time: 3513.08 s
Current children cumulated vsize: 320964 KiB
Current children cumulated memory: 319804 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.11 5/264 16384
/proc/meminfo: memFree=129178852/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=337296 memory=336136 CPUtime=3572.93 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 245781 0 0 0 356823 470 0 0 20 0 1 0 30304973 345391104 84034 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 84324 84034 512 484 0 83735 0
Current children cumulated CPU time: 3572.93 s
Current children cumulated vsize: 337296 KiB
Current children cumulated memory: 336136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.07 4.11 4.11 5/266 16566
/proc/meminfo: memFree=129771944/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=345072 memory=343912 CPUtime=3600.03 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 246628 0 0 0 359528 475 0 0 20 0 1 0 30304973 353353728 85978 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 86268 85978 512 484 0 85679 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 345072 KiB
Current children cumulated memory: 343912 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.29 s, system=4.75756 s

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

[startup+3609.5 s]
/proc/loadavg: 4.07 4.11 4.11 5/266 16566
/proc/meminfo: memFree=129771944/131250000 swapFree=33010684/33010684
[pid=16167] ppid=16164 vsize=345072 memory=343912 CPUtime=3600.03 cores=0,2
/proc/16167/stat : 16167 (uwrmaxsat) R 16164 16167 15829 0 -1 4194304 246628 0 0 0 359528 475 0 0 20 0 1 0 30304973 353353728 85978 18446744073709551615 4198400 6176925 140736123240688 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 20512768 140736123246954 140736123247081 140736123247081 140736123252683 0
/proc/16167/statm: 86268 85978 512 484 0 85679 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 345072 KiB
Current children cumulated memory: 343912 KiB

Child status: 0

Real time (s): 3609.5
CPU time (s): 3600.05
CPU user time (s): 3595.29
CPU system time (s): 4.75756
CPU usage (%): 99.7381
Max. virtual memory (cumulated for all children) (KiB): 599076
Max. memory (cumulated for all children) (KiB): 596212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.29
system time used= 4.75756
maximum resident set size= 597236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246628
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= 50
involuntary context switches= 7864


# summary of solver processes directly reported to runsolver:
#   pid: 16167
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3595.29
#   total CPU system time (s): 4.75756

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.70208 second user time and 15.4717 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-28 23:30:56
IDJOB=4492812
IDBENCH=147823
IDSOLVER=3372
FILE ID=nodeC033/4492812-1751146256
RUNJOBID= nodeC033-1751146246-15839
SLURM_JOB_ID= 9587457
Free space on /tmp= 433052 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-61-60.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492812-1751146256/watcher-4492812-1751146256 -o /tmp/evaluation-result-4492812-1751146256/solver-4492812-1751146256 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751146246-15839 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4492812-1751146256.opb -mem-lim=31000

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

MD5SUM BENCH= 34508937f6127f0a8669d934526c1066
RANDOM SEED=1502603619

nodeC033 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		: 3598.053
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	: 7000.13
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		: 3600.278
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	: 7000.13
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		: 3600.036
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	: 7000.13
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		: 3602.197
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	: 7000.13
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		: 3600.056
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	: 7000.13
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.062
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	: 7000.13
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		: 3599.604
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	: 7000.13
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		: 3606.948
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130112328 kB
MemAvailable:   129738308 kB
Buffers:            3280 kB
Cached:           417160 kB
SwapCached:            0 kB
Active:           393004 kB
Inactive:         159108 kB
Active(anon):     149800 kB
Inactive(anon):        0 kB
Active(file):     243204 kB
Inactive(file):   159108 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13908 kB
Writeback:             8 kB
AnonPages:        134020 kB
Mapped:           109480 kB
Shmem:             18120 kB
KReclaimable:      85004 kB
Slab:             167536 kB
SReclaimable:      85004 kB
SUnreclaim:        82532 kB
KernelStack:        4316 kB
PageTables:         3376 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     468736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC033 at 2025-06-29 00:31:05