Trace number 4516550

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.4

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-geq-random4reg-1000.shuf-2.opb
MD5SUMd62b6d7ed7c7da9e25546add04a48ef7
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.119834
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4001
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)252
Number of constraints which are nor clauses,nor cardinality constraints1748
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.01	c Converting 2000 PB-constraints to clauses...
0.00/0.03	c ============================[ Encoding Statistics ]============================
0.00/0.03	c |  Number of variables:          4001                                         |
0.00/0.03	c |  Number of clauses:            8012                                         |
0.00/0.03	c ===============================================================================
3600.09/3609.40	c *** TERMINATED by signal 15 ***
3600.09/3609.40	c _______________________________________________________________________________
3600.09/3609.40	c 
3600.09/3609.40	c _______________________________________________________________________________
3600.09/3609.40	c 
3600.09/3609.40	c =======================[ UWrMaxSat resources usage ]===========================
3600.09/3609.40	c Memory used            : 900.00 MB
3600.09/3609.40	c CPU time               : 3596.27 s
3600.09/3609.40	c Constr Enc: Srt/BDD/Add: 2000 0 0
3600.09/3609.40	c _______________________________________________________________________________
3600.09/3609.40	c _______________________________________________________________________________
3600.09/3609.40	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 (62779 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-4516550-1751238072/watcher-4516550-1751238072 -o /tmp/evaluation-result-4516550-1751238072/solver-4516550-1751238072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751238072-34318 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4516550-1751238072.opb -mem-lim=31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=34363, runsolver pid=34358

[startup+0.100062 s]*
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129783308/131250000 swapFree=33010684/33010684
[pid=34363] ppid=34358 vsize=9236 memory=8344 CPUtime=0.09 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 2050 0 0 0 9 0 0 0 20 0 1 0 39487445 9457664 2086 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 2309 2086 544 484 0 1720 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9236 KiB
Current children cumulated memory: 8344 KiB

[startup+0.20543 s]*
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129779784/131250000 swapFree=33010684/33010684
[pid=34363] ppid=34358 vsize=10108 memory=9296 CPUtime=0.19 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 2569 0 0 0 19 0 0 0 20 0 1 0 39487445 10350592 2324 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 2527 2324 544 484 0 1938 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10108 KiB
Current children cumulated memory: 9296 KiB

[startup+0.304989 s]*
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129779784/131250000 swapFree=33010684/33010684
[pid=34363] ppid=34358 vsize=9656 memory=8844 CPUtime=0.29 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 2891 0 0 0 29 0 0 0 20 0 1 0 39487445 9887744 2211 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 2414 2211 544 484 0 1825 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 9656 KiB
Current children cumulated memory: 8844 KiB

[startup+0.70013 s]
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129779976/131250000 swapFree=33010684/33010684
[pid=34363] ppid=34358 vsize=10144 memory=9236 CPUtime=0.68 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 3473 0 0 0 68 0 0 0 20 0 1 0 39487445 10387456 2309 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 2536 2309 544 484 0 1947 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10144 KiB
Current children cumulated memory: 9236 KiB

[startup+1.50013 s]
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129779976/131250000 swapFree=33010684/33010684
[pid=34363] ppid=34358 vsize=14240 memory=13428 CPUtime=1.48 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 5228 0 0 0 148 0 0 0 20 0 1 0 39487445 14581760 3357 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 3560 3357 544 484 0 2971 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 14240 KiB
Current children cumulated memory: 13428 KiB

[startup+3.10516 s]
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129768456/131250000 swapFree=33010684/33010684
[pid=34363] ppid=34358 vsize=16336 memory=15564 CPUtime=3.08 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 7104 0 0 0 307 1 0 0 20 0 1 0 39487445 16728064 3891 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 4084 3891 544 484 0 3495 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 16336 KiB
Current children cumulated memory: 15564 KiB

[startup+6.30014 s]
/proc/loadavg: 1.39 1.17 1.22 5/263 34377
/proc/meminfo: memFree=129750788/131250000 swapFree=33010684/33010684
[pid=34363] ppid=34358 vsize=21188 memory=20260 CPUtime=6.27 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 8742 0 0 0 626 1 0 0 20 0 1 0 39487445 21696512 5065 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 5297 5065 544 484 0 4708 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 21188 KiB
Current children cumulated memory: 20260 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=34363] ppid=34358 vsize=30272 memory=29456 CPUtime=12.65 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 11671 0 0 0 1262 3 0 0 20 0 1 0 39487445 30998528 7364 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 7568 7364 544 484 0 6979 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 30272 KiB
Current children cumulated memory: 29456 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=34363] ppid=34358 vsize=35484 memory=34596 CPUtime=25.42 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 14792 0 0 0 2538 4 0 0 20 0 1 0 39487445 36335616 8649 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 8871 8649 544 484 0 8282 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 35484 KiB
Current children cumulated memory: 34596 KiB

[startup+51.1055 s]
/proc/loadavg: 2.84 1.58 1.36 5/263 34378
/proc/meminfo: memFree=129507888/131250000 swapFree=33010684/33010684
[pid=34363] ppid=34358 vsize=56784 memory=55904 CPUtime=50.96 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 20566 0 0 0 5089 7 0 0 20 0 1 0 39487445 58146816 13976 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 14196 13976 544 484 0 13607 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 56784 KiB
Current children cumulated memory: 55904 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=34363] ppid=34358 vsize=78200 memory=77348 CPUtime=102.02 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 24466 0 0 0 10192 10 0 0 20 0 1 0 39487445 80076800 19337 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 19550 19337 544 484 0 18961 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 78200 KiB
Current children cumulated memory: 77348 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=34363] ppid=34358 vsize=131400 memory=130704 CPUtime=161.86 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 34100 0 0 0 16170 16 0 0 20 0 1 0 39487445 134553600 32676 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 32850 32676 544 484 0 32261 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 131400 KiB
Current children cumulated memory: 130704 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=34363] ppid=34358 vsize=287260 memory=286168 CPUtime=221.72 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 47919 0 0 0 22145 27 0 0 20 0 1 0 39487445 294154240 71542 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 71815 71542 544 484 0 71226 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 287260 KiB
Current children cumulated memory: 286168 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=34363] ppid=34358 vsize=226176 memory=225160 CPUtime=281.56 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 49948 0 0 0 28120 36 0 0 20 0 1 0 39487445 231604224 56290 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 56544 56290 544 484 0 55955 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 226176 KiB
Current children cumulated memory: 225160 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=34363] ppid=34358 vsize=296576 memory=295604 CPUtime=341.42 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 51423 0 0 0 34097 45 0 0 20 0 1 0 39487445 303693824 73901 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 74144 73901 544 484 0 73555 0
Current children cumulated CPU time: 341.42 s
Current children cumulated vsize: 296576 KiB
Current children cumulated memory: 295604 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=34363] ppid=34358 vsize=331372 memory=330660 CPUtime=401.27 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 54105 0 0 0 40070 57 0 0 20 0 1 0 39487445 339324928 82665 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 82843 82665 544 484 0 82254 0
Current children cumulated CPU time: 401.27 s
Current children cumulated vsize: 331372 KiB
Current children cumulated memory: 330660 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.47 2.35 5/263 34395
/proc/meminfo: memFree=128689108/131250000 swapFree=33010684/33010684
[pid=34363] ppid=34358 vsize=315504 memory=314808 CPUtime=461.12 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 58756 0 0 0 46044 68 0 0 20 0 1 0 39487445 323076096 78702 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 78876 78702 544 484 0 78287 0

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

Current children cumulated memory: 356896 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=34363] ppid=34358 vsize=358224 memory=356896 CPUtime=2854.9 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 152562 0 0 0 285111 379 0 0 20 0 1 0 39487445 366821376 89224 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89224 544 484 0 88967 0
Current children cumulated CPU time: 2854.9 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 356896 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=34363] ppid=34358 vsize=358224 memory=356896 CPUtime=2914.75 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 152565 0 0 0 291096 379 0 0 20 0 1 0 39487445 366821376 89224 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89224 544 484 0 88967 0
Current children cumulated CPU time: 2914.75 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 356896 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=34363] ppid=34358 vsize=358224 memory=356896 CPUtime=2974.59 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 152668 0 0 0 297080 379 0 0 20 0 1 0 39487445 366821376 89224 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89224 544 484 0 88967 0
Current children cumulated CPU time: 2974.59 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 356896 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=34363] ppid=34358 vsize=358224 memory=356896 CPUtime=3034.44 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 152672 0 0 0 303065 379 0 0 20 0 1 0 39487445 366821376 89224 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89224 544 484 0 88967 0
Current children cumulated CPU time: 3034.44 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 356896 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=34363] ppid=34358 vsize=358224 memory=356896 CPUtime=3094.28 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 152768 0 0 0 309049 379 0 0 20 0 1 0 39487445 366821376 89224 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89224 544 484 0 88967 0
Current children cumulated CPU time: 3094.28 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 356896 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=34363] ppid=34358 vsize=358224 memory=357024 CPUtime=3154.12 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 153289 0 0 0 315032 380 0 0 20 0 1 0 39487445 366821376 89256 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89256 544 484 0 88967 0
Current children cumulated CPU time: 3154.12 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 357024 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=34363] ppid=34358 vsize=358224 memory=357024 CPUtime=3213.97 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 153393 0 0 0 321017 380 0 0 20 0 1 0 39487445 366821376 89256 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89256 544 484 0 88967 0
Current children cumulated CPU time: 3213.97 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 357024 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=34363] ppid=34358 vsize=358224 memory=357024 CPUtime=3273.81 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 153407 0 0 0 327001 380 0 0 20 0 1 0 39487445 366821376 89256 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89256 544 484 0 88967 0
Current children cumulated CPU time: 3273.81 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 357024 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=34363] ppid=34358 vsize=358224 memory=357024 CPUtime=3333.66 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 153542 0 0 0 332986 380 0 0 20 0 1 0 39487445 366821376 89256 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89256 544 484 0 88967 0
Current children cumulated CPU time: 3333.66 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 357024 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=34363] ppid=34358 vsize=358224 memory=357024 CPUtime=3393.51 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 153548 0 0 0 338971 380 0 0 20 0 1 0 39487445 366821376 89256 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89256 544 484 0 88967 0
Current children cumulated CPU time: 3393.51 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 357024 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=34363] ppid=34358 vsize=358224 memory=357024 CPUtime=3453.36 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 153650 0 0 0 344955 381 0 0 20 0 1 0 39487445 366821376 89256 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89256 544 484 0 88967 0
Current children cumulated CPU time: 3453.36 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 357024 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=34363] ppid=34358 vsize=358224 memory=357024 CPUtime=3513.21 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 153679 0 0 0 350940 381 0 0 20 0 1 0 39487445 366821376 89256 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89256 544 484 0 88967 0
Current children cumulated CPU time: 3513.21 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 357024 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=34363] ppid=34358 vsize=358224 memory=357024 CPUtime=3573.06 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 153821 0 0 0 356925 381 0 0 20 0 1 0 39487445 366821376 89256 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89256 544 484 0 88967 0
Current children cumulated CPU time: 3573.06 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 357024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.09 4.11 4.05 5/263 34557
/proc/meminfo: memFree=127829288/131250000 swapFree=33010684/33010684
[pid=34363] ppid=34358 vsize=358224 memory=357024 CPUtime=3600.09 cores=4,6
/proc/34363/stat : 34363 (uwrmaxsat) R 34358 34363 31089 0 -1 4194304 153822 0 0 0 359627 382 0 0 20 0 1 0 39487445 366821376 89256 18446744073709551615 4198400 6176925 140722081720976 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25571328 140722081728874 140722081729001 140722081729001 140722081734603 0
/proc/34363/statm: 89556 89256 544 484 0 88967 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 358224 KiB
Current children cumulated memory: 357024 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.27 s, system=3.82293 s

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

Child status: 0

Real time (s): 3609.4
CPU time (s): 3600.1
CPU user time (s): 3596.27
CPU system time (s): 3.82293
CPU usage (%): 99.7422
Max. virtual memory (cumulated for all children) (KiB): 922328
Max. memory (cumulated for all children) (KiB): 860432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.27
system time used= 3.82293
maximum resident set size= 920832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153822
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= 73
involuntary context switches= 1970


# summary of solver processes directly reported to runsolver:
#   pid: 34363
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3596.27
#   total CPU system time (s): 3.82293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.49547 second user time and 15.2455 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-30 01:01:12
IDJOB=4516550
IDBENCH=175651
IDSOLVER=3372
FILE ID=nodeC013/4516550-1751238072
RUNJOBID= nodeC013-1751238072-34318
SLURM_JOB_ID= 9587703
Free space on /tmp= 433060 MiB

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

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

MD5SUM BENCH= d62b6d7ed7c7da9e25546add04a48ef7
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.836
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		: 1715.026
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		: 3600.052
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		: 1199.470
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		: 3599.852
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		: 1742.866
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		: 3600.801
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		: 1962.855
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:        129818356 kB
MemAvailable:   129755632 kB
Buffers:            3280 kB
Cached:           740104 kB
SwapCached:            0 kB
Active:           313704 kB
Inactive:         496612 kB
Active(anon):      80216 kB
Inactive(anon):        0 kB
Active(file):     233488 kB
Inactive(file):   496612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5280 kB
Writeback:             0 kB
AnonPages:         69964 kB
Mapped:            98264 kB
Shmem:             13284 kB
KReclaimable:      92432 kB
Slab:             178912 kB
SReclaimable:      92432 kB
SUnreclaim:        86480 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:     317356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 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:22