Trace number 4545052

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.07 3610.8

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-53-24-1-mgd_c18.opb
MD5SUMaa4c4c17affaea5fdc372b8ff9588da4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5363
Total number of constraints78421
Number of constraints which are clauses74437
Number of constraints which are cardinality constraints (but not clauses)53
Number of constraints which are nor clauses,nor cardinality constraints3931
Minimum length of a constraint1
Maximum length of a constraint250
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 307
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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.72/0.83	c Converting 78526 PB-constraints to clauses...
0.92/1.02	c ============================[ Encoding Statistics ]============================
0.92/1.02	c |  Number of variables:         22225                                         |
0.92/1.02	c |  Number of clauses:          149034                                         |
0.92/1.02	c ===============================================================================
3600.05/3610.80	c *** TERMINATED by signal 15 ***
3600.05/3610.80	c _______________________________________________________________________________
3600.05/3610.80	c 
3600.05/3610.80	c _______________________________________________________________________________
3600.05/3610.80	c 
3600.05/3610.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.05/3610.80	c Memory used            : 328.00 MB
3600.05/3610.80	c CPU time               : 3599.23 s
3600.05/3610.80	c Constr Enc: Srt/BDD/Add: 3984 0 0
3600.05/3610.80	c _______________________________________________________________________________
3600.05/3610.80	c _______________________________________________________________________________
3600.05/3610.80	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 (62423 MiB free)
  memory of node 1: 64507 MiB (62786 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545052-1753232100/watcher-4545052-1753232100 -o /tmp/evaluation-result-4545052-1753232100/solver-4545052-1753232100 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753224833-151857 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4545052-1753232100.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=153194, runsolver pid=153191

[startup+0.100067 s]*
/proc/loadavg: 4.33 4.24 4.15 6/252 153195
/proc/meminfo: memFree=128213428/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=9336 memory=8320 CPUtime=0.09 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 1719 0 0 0 9 0 0 0 20 0 1 0 238889368 9560064 2080 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 2334 2080 448 484 0 1745 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9336 KiB
Current children cumulated memory: 8320 KiB

[startup+0.212869 s]*
/proc/loadavg: 4.33 4.24 4.15 5/252 153195
/proc/meminfo: memFree=128214436/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=15288 memory=14208 CPUtime=0.19 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 3212 0 0 0 18 1 0 0 20 0 1 0 238889368 15654912 3552 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 3822 3552 448 484 0 3233 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 15288 KiB
Current children cumulated memory: 14208 KiB

[startup+0.312696 s]*
/proc/loadavg: 4.33 4.24 4.15 5/252 153195
/proc/meminfo: memFree=128206372/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=20628 memory=19584 CPUtime=0.27 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 4532 0 0 0 26 1 0 0 20 0 1 0 238889368 21123072 4896 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 5157 4896 448 484 0 4568 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 20628 KiB
Current children cumulated memory: 19584 KiB

[startup+0.700205 s]
/proc/loadavg: 4.33 4.24 4.15 5/252 153195
/proc/meminfo: memFree=128197804/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=44348 memory=43008 CPUtime=0.62 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 10455 0 0 0 59 3 0 0 20 0 1 0 238889368 45412352 10752 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 11087 10752 448 484 0 10498 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 44348 KiB
Current children cumulated memory: 43008 KiB

[startup+1.50017 s]
/proc/loadavg: 4.33 4.24 4.15 5/252 153195
/proc/meminfo: memFree=128148160/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=85768 memory=82484 CPUtime=1.41 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 21443 0 0 0 136 5 0 0 20 0 1 0 238889368 87826432 20621 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 21442 20621 544 484 0 20853 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 85768 KiB
Current children cumulated memory: 82484 KiB

[startup+3.10553 s]
/proc/loadavg: 4.33 4.24 4.15 5/252 153195
/proc/meminfo: memFree=128156668/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=91580 memory=89000 CPUtime=3 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 25100 0 0 0 293 7 0 0 20 0 1 0 238889368 93777920 22250 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 22895 22250 544 484 0 22306 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 91580 KiB
Current children cumulated memory: 89000 KiB

[startup+6.30027 s]
/proc/loadavg: 4.30 4.24 4.15 5/252 153195
/proc/meminfo: memFree=128164440/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=91580 memory=89128 CPUtime=6.18 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 25135 0 0 0 611 7 0 0 20 0 1 0 238889368 93777920 22282 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 22895 22282 544 484 0 22306 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 91580 KiB
Current children cumulated memory: 89128 KiB

[startup+12.7003 s]
/proc/loadavg: 4.28 4.23 4.15 5/252 153195
/proc/meminfo: memFree=128215756/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=91580 memory=89384 CPUtime=12.56 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 25207 0 0 0 1249 7 0 0 20 0 1 0 238889368 93777920 22346 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 22895 22346 544 484 0 22306 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 91580 KiB
Current children cumulated memory: 89384 KiB

[startup+25.5003 s]
/proc/loadavg: 4.21 4.22 4.15 5/252 153195
/proc/meminfo: memFree=128199576/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=98828 memory=96660 CPUtime=25.31 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 27617 0 0 0 2523 8 0 0 20 0 1 0 238889368 101199872 24165 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 24707 24165 544 484 0 24118 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 98828 KiB
Current children cumulated memory: 96660 KiB

[startup+51.1126 s]
/proc/loadavg: 4.14 4.20 4.14 5/252 153196
/proc/meminfo: memFree=128198588/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=94536 memory=92336 CPUtime=50.84 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 29167 0 0 0 5075 9 0 0 20 0 1 0 238889368 96804864 23084 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 23634 23084 544 484 0 23045 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 94536 KiB
Current children cumulated memory: 92336 KiB

[startup+102.3 s]
/proc/loadavg: 4.40 4.25 4.16 5/252 153202
/proc/meminfo: memFree=128197668/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=110812 memory=108660 CPUtime=101.84 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 31807 0 0 0 10173 11 0 0 20 0 1 0 238889368 113471488 27165 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 27703 27165 544 484 0 27114 0
Current children cumulated CPU time: 101.84 s
Current children cumulated vsize: 110812 KiB
Current children cumulated memory: 108660 KiB

[startup+162.3 s]
/proc/loadavg: 4.60 4.35 4.20 5/252 153249
/proc/meminfo: memFree=126908872/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=111040 memory=108896 CPUtime=161.6 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 33595 0 0 0 16149 11 0 0 20 0 1 0 238889368 113704960 27224 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 27760 27224 544 484 0 27171 0
Current children cumulated CPU time: 161.6 s
Current children cumulated vsize: 111040 KiB
Current children cumulated memory: 108896 KiB

[startup+222.3 s]
/proc/loadavg: 4.33 4.32 4.20 5/252 153251
/proc/meminfo: memFree=126892428/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=112544 memory=110304 CPUtime=221.38 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 33979 0 0 0 22126 12 0 0 20 0 1 0 238889368 115245056 27576 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 28136 27576 544 484 0 27547 0
Current children cumulated CPU time: 221.38 s
Current children cumulated vsize: 112544 KiB
Current children cumulated memory: 110304 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 4.27 4.19 5/251 153253
/proc/meminfo: memFree=126870604/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=121720 memory=119520 CPUtime=281.14 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 35251 0 0 0 28102 12 0 0 20 0 1 0 238889368 124641280 29880 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 30430 29880 544 484 0 29841 0
Current children cumulated CPU time: 281.14 s
Current children cumulated vsize: 121720 KiB
Current children cumulated memory: 119520 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 4.25 4.18 5/251 153256
/proc/meminfo: memFree=126772084/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=129208 memory=127072 CPUtime=340.9 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 37970 0 0 0 34076 14 0 0 20 0 1 0 238889368 132308992 31768 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 32302 31768 544 484 0 31713 0
Current children cumulated CPU time: 340.9 s
Current children cumulated vsize: 129208 KiB
Current children cumulated memory: 127072 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.22 4.18 5/251 153273
/proc/meminfo: memFree=126873400/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=132936 memory=130784 CPUtime=400.68 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 38902 0 0 0 40053 15 0 0 20 0 1 0 238889368 136126464 32696 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 33234 32696 544 484 0 32645 0
Current children cumulated CPU time: 400.68 s
Current children cumulated vsize: 132936 KiB
Current children cumulated memory: 130784 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.19 4.17 5/252 153278
/proc/meminfo: memFree=126814604/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=143028 memory=141004 CPUtime=460.45 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 40348 0 0 0 46028 17 0 0 20 0 1 0 238889368 146460672 35251 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 35757 35251 544 484 0 35168 0
Current children cumulated CPU time: 460.45 s

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

Current children cumulated memory: 166604 KiB

[startup+2862.3 s]
/proc/loadavg: 3.21 3.60 3.90 4/243 153601
/proc/meminfo: memFree=128126176/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=167708 memory=166604 CPUtime=2853.45 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 84828 0 0 0 285263 82 0 0 20 0 1 0 238889368 171732992 41651 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 41927 41651 544 484 0 41338 0
Current children cumulated CPU time: 2853.45 s
Current children cumulated vsize: 167708 KiB
Current children cumulated memory: 166604 KiB

[startup+2922.3 s]
/proc/loadavg: 3.16 3.50 3.84 4/243 153603
/proc/meminfo: memFree=128114616/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=168072 memory=166988 CPUtime=2913.29 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 84918 0 0 0 291247 82 0 0 20 0 1 0 238889368 172105728 41747 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 42018 41747 544 484 0 41429 0
Current children cumulated CPU time: 2913.29 s
Current children cumulated vsize: 168072 KiB
Current children cumulated memory: 166988 KiB

[startup+2982.3 s]
/proc/loadavg: 3.12 3.43 3.79 4/244 153608
/proc/meminfo: memFree=128088304/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=168304 memory=167244 CPUtime=2973.13 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 84977 0 0 0 297231 82 0 0 20 0 1 0 238889368 172343296 41811 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 42076 41811 544 484 0 41487 0
Current children cumulated CPU time: 2973.13 s
Current children cumulated vsize: 168304 KiB
Current children cumulated memory: 167244 KiB

[startup+3042.3 s]
/proc/loadavg: 3.09 3.36 3.75 4/244 153610
/proc/meminfo: memFree=128112764/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=168768 memory=167756 CPUtime=3032.98 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 85093 0 0 0 303216 82 0 0 20 0 1 0 238889368 172818432 41939 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 42192 41939 544 484 0 41603 0
Current children cumulated CPU time: 3032.98 s
Current children cumulated vsize: 168768 KiB
Current children cumulated memory: 167756 KiB

[startup+3102.3 s]
/proc/loadavg: 3.07 3.31 3.70 4/245 153613
/proc/meminfo: memFree=128090348/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=169272 memory=168268 CPUtime=3092.82 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 85289 0 0 0 309200 82 0 0 20 0 1 0 238889368 173334528 42067 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 42318 42067 544 484 0 41729 0
Current children cumulated CPU time: 3092.82 s
Current children cumulated vsize: 169272 KiB
Current children cumulated memory: 168268 KiB

[startup+3162.3 s]
/proc/loadavg: 3.14 3.28 3.67 4/245 153615
/proc/meminfo: memFree=128073924/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=169272 memory=168268 CPUtime=3152.66 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 85289 0 0 0 315184 82 0 0 20 0 1 0 238889368 173334528 42067 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 42318 42067 544 484 0 41729 0
Current children cumulated CPU time: 3152.66 s
Current children cumulated vsize: 169272 KiB
Current children cumulated memory: 168268 KiB

[startup+3222.3 s]
/proc/loadavg: 2.81 3.18 3.61 3/239 153652
/proc/meminfo: memFree=128268696/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=169272 memory=168268 CPUtime=3212.5 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 85289 0 0 0 321168 82 0 0 20 0 1 0 238889368 173334528 42067 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 42318 42067 544 484 0 41729 0
Current children cumulated CPU time: 3212.5 s
Current children cumulated vsize: 169272 KiB
Current children cumulated memory: 168268 KiB

[startup+3282.3 s]
/proc/loadavg: 2.39 2.99 3.51 3/238 153654
/proc/meminfo: memFree=128268880/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=170472 memory=169420 CPUtime=3272.36 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 85589 0 0 0 327154 82 0 0 20 0 1 0 238889368 174563328 42355 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 42618 42355 544 484 0 42029 0
Current children cumulated CPU time: 3272.36 s
Current children cumulated vsize: 170472 KiB
Current children cumulated memory: 169420 KiB

[startup+3342.3 s]
/proc/loadavg: 2.14 2.81 3.42 3/238 153656
/proc/meminfo: memFree=128247392/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=170472 memory=169548 CPUtime=3332.21 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 85613 0 0 0 333139 82 0 0 20 0 1 0 238889368 174563328 42387 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 42618 42387 544 484 0 42029 0
Current children cumulated CPU time: 3332.21 s
Current children cumulated vsize: 170472 KiB
Current children cumulated memory: 169548 KiB

[startup+3402.3 s]
/proc/loadavg: 2.16 2.69 3.34 3/237 153658
/proc/meminfo: memFree=128268148/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=170472 memory=169548 CPUtime=3392.06 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 85614 0 0 0 339124 82 0 0 20 0 1 0 238889368 174563328 42387 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 42618 42387 544 484 0 42029 0
Current children cumulated CPU time: 3392.06 s
Current children cumulated vsize: 170472 KiB
Current children cumulated memory: 169548 KiB

[startup+3462.3 s]
/proc/loadavg: 2.11 2.58 3.25 3/237 153660
/proc/meminfo: memFree=128248204/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=171040 memory=169932 CPUtime=3451.92 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 85801 0 0 0 345110 82 0 0 20 0 1 0 238889368 175144960 42483 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 42760 42483 544 484 0 42171 0
Current children cumulated CPU time: 3451.92 s
Current children cumulated vsize: 171040 KiB
Current children cumulated memory: 169932 KiB

[startup+3522.3 s]
/proc/loadavg: 2.08 2.48 3.18 3/241 153667
/proc/meminfo: memFree=128207108/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=229868 memory=228812 CPUtime=3511.77 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 86711 0 0 0 351094 83 0 0 20 0 1 0 238889368 235384832 57203 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 57467 57203 544 484 0 56878 0
Current children cumulated CPU time: 3511.77 s
Current children cumulated vsize: 229868 KiB
Current children cumulated memory: 228812 KiB

[startup+3582.3 s]
/proc/loadavg: 2.09 2.41 3.11 3/242 153672
/proc/meminfo: memFree=128225824/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=230992 memory=229964 CPUtime=3571.62 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 86992 0 0 0 357079 83 0 0 20 0 1 0 238889368 236535808 57491 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 57748 57491 544 484 0 57159 0
Current children cumulated CPU time: 3571.62 s
Current children cumulated vsize: 230992 KiB
Current children cumulated memory: 229964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 1.79 2.31 3.05 2/236 153703
/proc/meminfo: memFree=128858200/131382120 swapFree=33010416/33010684
[pid=153194] ppid=153191 vsize=230992 memory=229964 CPUtime=3600.05 cores=4,6
/proc/153194/stat : 153194 (uwrmaxsat) R 153191 153194 151846 0 -1 4194304 86992 0 0 0 359922 83 0 0 20 0 1 0 238889368 236535808 57491 18446744073709551615 4198400 6176925 140731997674288 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20619264 140731997677928 140731997678055 140731997678055 140731997683659 0
/proc/153194/statm: 57748 57491 544 484 0 57159 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 230992 KiB
Current children cumulated memory: 229964 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.23 s, system=0.839202 s

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

Child status: 0

Real time (s): 3610.8
CPU time (s): 3600.07
CPU user time (s): 3599.23
CPU system time (s): 0.839202
CPU usage (%): 99.7027
Max. virtual memory (cumulated for all children) (KiB): 330664
Max. memory (cumulated for all children) (KiB): 329528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.23
system time used= 0.839202
maximum resident set size= 335244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86992
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= 42
involuntary context switches= 18878


# summary of solver processes directly reported to runsolver:
#   pid: 153194
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.23
#   total CPU system time (s): 0.839202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6942 second user time and 35.1952 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-23 02:55:00
IDJOB=4545052
IDBENCH=180696
IDSOLVER=3372
FILE ID=nodeC006/4545052-1753232100
RUNJOBID= nodeC006-1753224833-151857
SLURM_JOB_ID= 9687836
Free space on /tmp= 432752 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-53-24-1-mgd_c18.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545052-1753232100/watcher-4545052-1753232100 -o /tmp/evaluation-result-4545052-1753232100/solver-4545052-1753232100 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753224833-151857 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4545052-1753232100.opb -mem-lim=31000

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

MD5SUM BENCH= aa4c4c17affaea5fdc372b8ff9588da4
RANDOM SEED=1247516513

nodeC006 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		: 3661.399
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.32
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		: 3662.177
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.32
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.272
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.32
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		: 1196.405
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.32
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		: 1297.191
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.32
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		: 3662.167
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.32
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.134
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.32
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.417
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128213880 kB
MemAvailable:   128938980 kB
Buffers:            2128 kB
Cached:          1402348 kB
SwapCached:           12 kB
Active:          1799068 kB
Inactive:         424804 kB
Active(anon):     834744 kB
Inactive(anon):    10792 kB
Active(file):     964324 kB
Inactive(file):   414012 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4624 kB
Writeback:             0 kB
AnonPages:        821376 kB
Mapped:           115064 kB
Shmem:             26140 kB
KReclaimable:     372400 kB
Slab:             466564 kB
SReclaimable:     372400 kB
SUnreclaim:        94164 kB
KernelStack:        4096 kB
PageTables:         4656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1180332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432780 MiB
End job on nodeC006 at 2025-07-23 03:55:11