Trace number 4516622

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.1 3609.2

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/random4reg_opb/normalized-subsetcard-eq-random4reg-2500.opb
MD5SUM138bc3205b5997c85a47b0b24df7783d
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.539428
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10001
Total number of constraints5000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5000
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.05	c Converting 10000 PB-constraints to clauses...
0.09/0.12	c ============================[ Encoding Statistics ]============================
0.09/0.12	c |  Number of variables:         10001                                         |
0.09/0.12	c |  Number of clauses:           40014                                         |
0.09/0.12	c ===============================================================================
3600.09/3609.20	c *** TERMINATED by signal 15 ***
3600.09/3609.20	c _______________________________________________________________________________
3600.09/3609.20	c 
3600.09/3609.20	c _______________________________________________________________________________
3600.09/3609.20	c 
3600.09/3609.20	c =======================[ UWrMaxSat resources usage ]===========================
3600.09/3609.20	c Memory used            : 2269.00 MB
3600.09/3609.20	c CPU time               : 3594.35 s
3600.09/3609.20	c Constr Enc: Srt/BDD/Add: 5000 0 0
3600.09/3609.20	c _______________________________________________________________________________
3600.09/3609.20	c _______________________________________________________________________________
3600.09/3609.20	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: 63665 MiB (62770 MiB free)
  memory of node 1: 64507 MiB (63995 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516622-1751238072/watcher-4516622-1751238072 -o /tmp/evaluation-result-4516622-1751238072/solver-4516622-1751238072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751238072-34320 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4516622-1751238072.opb -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=34372, runsolver pid=34360

[startup+0.100064 s]*
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129779528/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=23480 memory=22152 CPUtime=0.09 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 5693 0 0 0 8 1 0 0 20 0 1 0 39487447 24043520 5538 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 5870 5538 480 484 0 5281 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23480 KiB
Current children cumulated memory: 22152 KiB

[startup+0.205482 s]*
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129779784/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=26556 memory=24528 CPUtime=0.2 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 6552 0 0 0 19 1 0 0 20 0 1 0 39487447 27193344 6132 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 6639 6132 544 484 0 6050 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 26556 KiB
Current children cumulated memory: 24528 KiB

[startup+0.305598 s]*
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129779784/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=26956 memory=25024 CPUtime=0.3 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 7092 0 0 0 29 1 0 0 20 0 1 0 39487447 27602944 6256 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 6739 6256 544 484 0 6150 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26956 KiB
Current children cumulated memory: 25024 KiB

[startup+0.700178 s]
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129779976/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=28200 memory=26320 CPUtime=0.69 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 9489 0 0 0 67 2 0 0 20 0 1 0 39487447 28876800 6580 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 7050 6580 544 484 0 6461 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 28200 KiB
Current children cumulated memory: 26320 KiB

[startup+1.50017 s]
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129779976/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=31036 memory=29148 CPUtime=1.48 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 9692 0 0 0 146 2 0 0 20 0 1 0 39487447 31780864 7287 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 7759 7287 544 484 0 7170 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 31036 KiB
Current children cumulated memory: 29148 KiB

[startup+3.10526 s]
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129768456/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=28800 memory=27184 CPUtime=3.08 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 11139 0 0 0 306 2 0 0 20 0 1 0 39487447 29491200 6796 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 7200 6796 544 484 0 6611 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 28800 KiB
Current children cumulated memory: 27184 KiB

[startup+6.30018 s]
/proc/loadavg: 1.39 1.17 1.22 5/263 34377
/proc/meminfo: memFree=129750788/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=36672 memory=34692 CPUtime=6.26 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 15152 0 0 0 623 3 0 0 20 0 1 0 39487447 37552128 8673 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 9168 8673 544 484 0 8579 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 36672 KiB
Current children cumulated memory: 34692 KiB

[startup+12.7001 s]
/proc/loadavg: 1.60 1.21 1.24 5/263 34377
/proc/meminfo: memFree=129692560/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=42204 memory=40356 CPUtime=12.64 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 16786 0 0 0 1261 3 0 0 20 0 1 0 39487447 43216896 10089 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 10551 10089 544 484 0 9962 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 42204 KiB
Current children cumulated memory: 40356 KiB

[startup+25.5002 s]
/proc/loadavg: 2.13 1.35 1.28 5/263 34377
/proc/meminfo: memFree=129632016/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=71844 memory=70052 CPUtime=25.41 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 19914 0 0 0 2536 5 0 0 20 0 1 0 39487447 73568256 17513 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 17961 17513 544 484 0 17372 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 71844 KiB
Current children cumulated memory: 70052 KiB

[startup+51.1053 s]
/proc/loadavg: 2.84 1.58 1.36 5/263 34378
/proc/meminfo: memFree=129507888/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=71844 memory=70164 CPUtime=50.93 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 20255 0 0 0 5088 5 0 0 20 0 1 0 39487447 73568256 17541 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 17961 17541 544 484 0 17372 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 71844 KiB
Current children cumulated memory: 70164 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 1.97 1.51 5/263 34380
/proc/meminfo: memFree=129208056/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=141360 memory=139664 CPUtime=101.98 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 26440 0 0 0 10187 11 0 0 20 0 1 0 39487447 144752640 34916 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 35340 34916 544 484 0 34751 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 141360 KiB
Current children cumulated memory: 139664 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 2.36 1.67 5/263 34382
/proc/meminfo: memFree=129399556/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=104056 memory=102436 CPUtime=161.79 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 28852 0 0 0 16167 12 0 0 20 0 1 0 39487447 106553344 25609 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 26014 25609 544 484 0 25425 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 104056 KiB
Current children cumulated memory: 102436 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.69 1.83 5/264 34387
/proc/meminfo: memFree=129101556/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=162660 memory=161200 CPUtime=221.62 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 33565 0 0 0 22144 18 0 0 20 0 1 0 39487447 166563840 40300 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 40665 40300 544 484 0 40076 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 162660 KiB
Current children cumulated memory: 161200 KiB

[startup+282.3 s]
/proc/loadavg: 4.03 2.93 1.97 5/264 34389
/proc/meminfo: memFree=128934392/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=159868 memory=158408 CPUtime=281.47 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 39832 0 0 0 28116 31 0 0 20 0 1 0 39487447 163704832 39602 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 39967 39602 544 484 0 39378 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 159868 KiB
Current children cumulated memory: 158408 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 3.14 2.10 5/263 34391
/proc/meminfo: memFree=128541372/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=214064 memory=212276 CPUtime=341.33 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 47813 0 0 0 34090 43 0 0 20 0 1 0 39487447 219201536 53069 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 53516 53069 544 484 0 52927 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 214064 KiB
Current children cumulated memory: 212276 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.33 2.24 5/263 34393
/proc/meminfo: memFree=128604624/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=186836 memory=185048 CPUtime=401.18 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 52286 0 0 0 40064 54 0 0 20 0 1 0 39487447 191320064 46262 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 46709 46262 544 484 0 46120 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 186836 KiB
Current children cumulated memory: 185048 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.47 2.35 5/263 34395
/proc/meminfo: memFree=128670960/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=196708 memory=194920 CPUtime=461.04 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 56385 0 0 0 46038 66 0 0 20 0 1 0 39487447 201428992 48730 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 49177 48730 544 484 0 48588 0
Current children cumulated CPU time: 461.04 s

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

Current children cumulated memory: 1572156 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.14 4.02 5/263 34505
/proc/meminfo: memFree=126376036/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=1574760 memory=1572284 CPUtime=2855.1 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 384227 0 0 0 285043 467 0 0 20 0 1 0 39487447 1612554240 393071 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 393690 393071 544 484 0 393101 0
Current children cumulated CPU time: 2855.1 s
Current children cumulated vsize: 1574760 KiB
Current children cumulated memory: 1572284 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.13 4.02 5/264 34512
/proc/meminfo: memFree=126894504/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=1484720 memory=1483232 CPUtime=2914.96 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 385816 0 0 0 291015 481 0 0 20 0 1 0 39487447 1520353280 370808 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 371180 370808 544 484 0 370591 0
Current children cumulated CPU time: 2914.96 s
Current children cumulated vsize: 1484720 KiB
Current children cumulated memory: 1483232 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.13 4.03 5/263 34514
/proc/meminfo: memFree=126582900/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=1484720 memory=1483232 CPUtime=2974.81 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 386148 0 0 0 297000 481 0 0 20 0 1 0 39487447 1520353280 370808 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 371180 370808 544 484 0 370591 0
Current children cumulated CPU time: 2974.81 s
Current children cumulated vsize: 1484720 KiB
Current children cumulated memory: 1483232 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.12 4.03 5/263 34516
/proc/meminfo: memFree=126562304/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=1607004 memory=1604348 CPUtime=3034.66 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 406562 0 0 0 302965 501 0 0 20 0 1 0 39487447 1645572096 401087 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 401751 401087 544 484 0 401162 0
Current children cumulated CPU time: 3034.66 s
Current children cumulated vsize: 1607004 KiB
Current children cumulated memory: 1604348 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.13 4.03 5/263 34518
/proc/meminfo: memFree=127164144/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=990784 memory=988316 CPUtime=3094.51 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 407686 0 0 0 308936 515 0 0 20 0 1 0 39487447 1014562816 247079 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 247696 247079 544 484 0 247107 0
Current children cumulated CPU time: 3094.51 s
Current children cumulated vsize: 990784 KiB
Current children cumulated memory: 988316 KiB

[startup+3162.3 s]
/proc/loadavg: 4.19 4.13 4.04 5/263 34520
/proc/meminfo: memFree=127045264/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=1142196 memory=1140668 CPUtime=3154.36 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 409913 0 0 0 314906 530 0 0 20 0 1 0 39487447 1169608704 285167 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 285549 285167 544 484 0 284960 0
Current children cumulated CPU time: 3154.36 s
Current children cumulated vsize: 1142196 KiB
Current children cumulated memory: 1140668 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.12 4.04 5/262 34524
/proc/meminfo: memFree=127076776/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=948808 memory=947280 CPUtime=3214.21 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 411198 0 0 0 320879 542 0 0 20 0 1 0 39487447 971579392 236820 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 237202 236820 544 484 0 236613 0
Current children cumulated CPU time: 3214.21 s
Current children cumulated vsize: 948808 KiB
Current children cumulated memory: 947280 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.13 4.05 5/262 34525
/proc/meminfo: memFree=127197752/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=927816 memory=926288 CPUtime=3274.05 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 412789 0 0 0 326855 550 0 0 20 0 1 0 39487447 950083584 231572 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 231954 231572 544 484 0 231365 0
Current children cumulated CPU time: 3274.05 s
Current children cumulated vsize: 927816 KiB
Current children cumulated memory: 926288 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.05 5/262 34527
/proc/meminfo: memFree=127143936/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=900024 memory=898496 CPUtime=3333.9 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 414886 0 0 0 332830 560 0 0 20 0 1 0 39487447 921624576 224624 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 225006 224624 544 484 0 224417 0
Current children cumulated CPU time: 3333.9 s
Current children cumulated vsize: 900024 KiB
Current children cumulated memory: 898496 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.05 5/262 34529
/proc/meminfo: memFree=127395232/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=953772 memory=952244 CPUtime=3393.75 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 416299 0 0 0 338810 565 0 0 20 0 1 0 39487447 976662528 238061 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 238443 238061 544 484 0 237854 0
Current children cumulated CPU time: 3393.75 s
Current children cumulated vsize: 953772 KiB
Current children cumulated memory: 952244 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.05 5/262 34531
/proc/meminfo: memFree=127723200/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=776968 memory=775440 CPUtime=3453.59 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 418135 0 0 0 344785 574 0 0 20 0 1 0 39487447 795615232 193860 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 194242 193860 544 484 0 193653 0
Current children cumulated CPU time: 3453.59 s
Current children cumulated vsize: 776968 KiB
Current children cumulated memory: 775440 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.05 5/263 34538
/proc/meminfo: memFree=127694312/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=776968 memory=775440 CPUtime=3513.43 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 418137 0 0 0 350769 574 0 0 20 0 1 0 39487447 795615232 193860 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 194242 193860 544 484 0 193653 0
Current children cumulated CPU time: 3513.43 s
Current children cumulated vsize: 776968 KiB
Current children cumulated memory: 775440 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.06 5/263 34540
/proc/meminfo: memFree=127727532/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=776968 memory=775440 CPUtime=3573.27 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 418267 0 0 0 356753 574 0 0 20 0 1 0 39487447 795615232 193860 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 194242 193860 544 484 0 193653 0
Current children cumulated CPU time: 3573.27 s
Current children cumulated vsize: 776968 KiB
Current children cumulated memory: 775440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 4.09 4.11 4.05 5/263 34557
/proc/meminfo: memFree=127829288/131250000 swapFree=33010684/33010684
[pid=34372] ppid=34360 vsize=776968 memory=775440 CPUtime=3600.09 cores=5,7
/proc/34372/stat : 34372 (uwrmaxsat) R 34360 34372 31089 0 -1 4194304 418277 0 0 0 359435 574 0 0 20 0 1 0 39487447 795615232 193860 18446744073709551615 4198400 6176925 140720776559280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 10063872 140720776563050 140720776563177 140720776563177 140720776568779 0
/proc/34372/statm: 194242 193860 544 484 0 193653 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 776968 KiB
Current children cumulated memory: 775440 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.36 s, system=5.74958 s

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

Child status: 0

Real time (s): 3609.2
CPU time (s): 3600.1
CPU user time (s): 3594.36
CPU system time (s): 5.74958
CPU usage (%): 99.7479
Max. virtual memory (cumulated for all children) (KiB): 2324376
Max. memory (cumulated for all children) (KiB): 2321656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.36
system time used= 5.74958
maximum resident set size= 2321656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 418277
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= 115
involuntary context switches= 2036


# summary of solver processes directly reported to runsolver:
#   pid: 34372
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3594.36
#   total CPU system time (s): 5.74958

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.18197 second user time and 15.8494 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-30 01:01:12
IDJOB=4516622
IDBENCH=175704
IDSOLVER=3372
FILE ID=nodeC013/4516622-1751238072
RUNJOBID= nodeC013-1751238072-34320
SLURM_JOB_ID= 9587703
Free space on /tmp= 433056 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/random4reg_opb/normalized-subsetcard-eq-random4reg-2500.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516622-1751238072/watcher-4516622-1751238072 -o /tmp/evaluation-result-4516622-1751238072/solver-4516622-1751238072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751238072-34320 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4516622-1751238072.opb -mem-lim=31000

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

MD5SUM BENCH= 138bc3205b5997c85a47b0b24df7783d
RANDOM SEED=201812441

nodeC013 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		: 3599.991
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.707
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.839
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3599.854
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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.050
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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.688
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3602.028
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3600.067
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129817396 kB
MemAvailable:   129760180 kB
Buffers:            3280 kB
Cached:           745612 kB
SwapCached:            0 kB
Active:           314028 kB
Inactive:         502120 kB
Active(anon):      80540 kB
Inactive(anon):        0 kB
Active(file):     233488 kB
Inactive(file):   502120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10788 kB
Writeback:             0 kB
AnonPages:         70288 kB
Mapped:            98264 kB
Shmem:             13284 kB
KReclaimable:      92432 kB
Slab:             179248 kB
SReclaimable:      92432 kB
SUnreclaim:        86816 kB
KernelStack:        4084 kB
PageTables:         2496 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     318936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC013 at 2025-06-30 02:01:21