Trace number 4513670

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v051-n1.opb
MD5SUM9fac4249a105f22015b6c608ca9c575b
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.026432
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
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.00	c Converting 102 PB-constraints to clauses...
0.00/0.00	c ============================[ Encoding Statistics ]============================
0.00/0.00	c |  Number of variables:           255                                         |
0.00/0.00	c |  Number of clauses:            1632                                         |
0.00/0.00	c ===============================================================================
3600.06/3610.50	c *** TERMINATED by signal 15 ***
3600.06/3610.50	c _______________________________________________________________________________
3600.06/3610.50	c 
3600.06/3610.50	c _______________________________________________________________________________
3600.06/3610.50	c 
3600.06/3610.50	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3610.50	c Memory used            : 188.00 MB
3600.06/3610.50	c CPU time               : 3599.34 s
3600.06/3610.50	c Constr Enc: Srt/BDD/Add: 51 0 0
3600.06/3610.50	c _______________________________________________________________________________
3600.06/3610.50	c _______________________________________________________________________________
3600.06/3610.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (60792 MiB free)
  memory of node 1: 64507 MiB (59762 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513670-1751215699/watcher-4513670-1751215699 -o /tmp/evaluation-result-4513670-1751215699/solver-4513670-1751215699 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30254 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4513670-1751215699.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
solver pid=30581, runsolver pid=30578
Current StackSize limit: 8192 KiB


[startup+0.1001 s]*
/proc/loadavg: 3.45 3.07 3.61 6/259 30582
/proc/meminfo: memFree=123443528/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=4060 memory=3584 CPUtime=0.1 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 452 0 0 0 10 0 0 0 20 0 1 0 37249658 4157440 896 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 1015 896 544 484 0 426 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 4060 KiB
Current children cumulated memory: 3584 KiB

[startup+0.213418 s]*
/proc/loadavg: 3.45 3.07 3.61 5/259 30582
/proc/meminfo: memFree=123443528/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=4484 memory=3932 CPUtime=0.22 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 649 0 0 0 22 0 0 0 20 0 1 0 37249658 4591616 983 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 1121 983 544 484 0 532 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 4484 KiB
Current children cumulated memory: 3932 KiB

[startup+0.313124 s]*
/proc/loadavg: 3.45 3.07 3.61 5/259 30582
/proc/meminfo: memFree=123443528/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=4504 memory=3888 CPUtime=0.31 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 707 0 0 0 31 0 0 0 20 0 1 0 37249658 4612096 972 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 1126 972 544 484 0 537 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 4504 KiB
Current children cumulated memory: 3888 KiB

[startup+0.700309 s]
/proc/loadavg: 3.45 3.07 3.61 5/259 30582
/proc/meminfo: memFree=123443528/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=5824 memory=5280 CPUtime=0.68 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 1421 0 0 0 68 0 0 0 20 0 1 0 37249658 5963776 1320 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 1456 1320 544 484 0 867 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 5824 KiB
Current children cumulated memory: 5280 KiB

[startup+1.50027 s]
/proc/loadavg: 3.45 3.07 3.61 5/259 30582
/proc/meminfo: memFree=123441764/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=6376 memory=5768 CPUtime=1.49 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 2310 0 0 0 148 1 0 0 20 0 1 0 37249658 6529024 1442 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 1594 1442 544 484 0 1005 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 6376 KiB
Current children cumulated memory: 5768 KiB

[startup+3.11307 s]
/proc/loadavg: 3.49 3.09 3.61 5/259 30582
/proc/meminfo: memFree=123441792/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=8408 memory=7820 CPUtime=3.09 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 4680 0 0 0 308 1 0 0 20 0 1 0 37249658 8609792 1955 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 2102 1955 544 484 0 1513 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 8408 KiB
Current children cumulated memory: 7820 KiB

[startup+6.30027 s]
/proc/loadavg: 3.49 3.09 3.61 5/259 30582
/proc/meminfo: memFree=123429884/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=14472 memory=13928 CPUtime=6.27 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 10345 0 0 0 625 2 0 0 20 0 1 0 37249658 14819328 3482 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 3618 3482 544 484 0 3029 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 14472 KiB
Current children cumulated memory: 13928 KiB

[startup+12.7003 s]
/proc/loadavg: 3.53 3.11 3.61 5/259 30582
/proc/meminfo: memFree=123401404/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=14376 memory=13932 CPUtime=12.65 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 12703 0 0 0 1262 3 0 0 20 0 1 0 37249658 14721024 3483 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 3594 3483 544 484 0 3005 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 14376 KiB
Current children cumulated memory: 13932 KiB

[startup+25.5003 s]
/proc/loadavg: 3.64 3.15 3.62 5/259 30582
/proc/meminfo: memFree=123370340/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=19488 memory=18812 CPUtime=25.4 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 21011 0 0 0 2536 4 0 0 20 0 1 0 37249658 19955712 4703 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 4872 4703 544 484 0 4283 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 19488 KiB
Current children cumulated memory: 18812 KiB

[startup+51.1133 s]
/proc/loadavg: 3.82 3.23 3.64 5/259 30583
/proc/meminfo: memFree=123329036/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=29908 memory=28888 CPUtime=50.94 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 28453 0 0 0 5088 6 0 0 20 0 1 0 37249658 30625792 7222 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 7477 7222 544 484 0 6888 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 29908 KiB
Current children cumulated memory: 28888 KiB

[startup+102.3 s]
/proc/loadavg: 4.02 3.39 3.67 5/260 30586
/proc/meminfo: memFree=123272080/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=46316 memory=45676 CPUtime=101.98 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 41445 0 0 0 10188 10 0 0 20 0 1 0 37249658 47427584 11419 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 11579 11419 544 484 0 10990 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 46316 KiB
Current children cumulated memory: 45676 KiB

[startup+162.3 s]
/proc/loadavg: 4.20 3.55 3.71 5/252 30588
/proc/meminfo: memFree=123213204/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=50472 memory=49404 CPUtime=161.8 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 52455 0 0 0 16167 13 0 0 20 0 1 0 37249658 51683328 12351 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 12618 12351 544 484 0 12029 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 50472 KiB
Current children cumulated memory: 49404 KiB

[startup+222.3 s]
/proc/loadavg: 4.68 3.81 3.79 5/251 30590
/proc/meminfo: memFree=123228460/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=70492 memory=69868 CPUtime=221.64 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 53508 0 0 0 22150 14 0 0 20 0 1 0 37249658 72183808 17467 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 17623 17467 544 484 0 17034 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 70492 KiB
Current children cumulated memory: 69868 KiB

[startup+282.3 s]
/proc/loadavg: 4.29 3.86 3.81 5/252 30595
/proc/meminfo: memFree=123176248/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=75576 memory=74988 CPUtime=281.46 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 54803 0 0 0 28132 14 0 0 20 0 1 0 37249658 77389824 18747 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 18894 18747 544 484 0 18305 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 75576 KiB
Current children cumulated memory: 74988 KiB

[startup+342.3 s]
/proc/loadavg: 4.22 3.92 3.84 5/251 30597
/proc/meminfo: memFree=123151252/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=60580 memory=59508 CPUtime=341.29 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 58589 0 0 0 34113 16 0 0 20 0 1 0 37249658 62033920 14877 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 15145 14877 544 484 0 14556 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 60580 KiB
Current children cumulated memory: 59508 KiB

[startup+402.3 s]
/proc/loadavg: 4.57 4.06 3.89 5/250 30599
/proc/meminfo: memFree=123166412/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=66120 memory=64136 CPUtime=401.11 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 63670 0 0 0 40093 18 0 0 20 0 1 0 37249658 67706880 16034 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 16530 16034 544 484 0 15941 0
Current children cumulated CPU time: 401.11 s
Current children cumulated vsize: 66120 KiB
Current children cumulated memory: 64136 KiB

[startup+462.3 s]
/proc/loadavg: 4.57 4.17 3.94 5/250 30601
/proc/meminfo: memFree=123160884/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=67016 memory=66068 CPUtime=460.93 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 72170 0 0 0 46072 21 0 0 20 0 1 0 37249658 68624384 16517 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 16754 16517 544 484 0 16165 0
Current children cumulated CPU time: 460.93 s

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

Current children cumulated memory: 136784 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.15 4.13 5/250 30727
/proc/meminfo: memFree=122835280/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=155536 memory=153552 CPUtime=2913.89 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 129858 0 0 0 291331 58 0 0 20 0 1 0 37249658 159268864 38388 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 38884 38388 544 484 0 38295 0
Current children cumulated CPU time: 2913.89 s
Current children cumulated vsize: 155536 KiB
Current children cumulated memory: 153552 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.13 4.13 5/250 30729
/proc/meminfo: memFree=122783828/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=155536 memory=154832 CPUtime=2973.71 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 130155 0 0 0 297313 58 0 0 20 0 1 0 37249658 159268864 38708 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 38884 38708 544 484 0 38295 0
Current children cumulated CPU time: 2973.71 s
Current children cumulated vsize: 155536 KiB
Current children cumulated memory: 154832 KiB

[startup+3042.3 s]
/proc/loadavg: 4.16 4.14 4.13 5/250 30731
/proc/meminfo: memFree=122776272/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=135792 memory=131560 CPUtime=3033.54 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 132083 0 0 0 303295 59 0 0 20 0 1 0 37249658 139051008 32890 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 33948 32890 544 484 0 33359 0
Current children cumulated CPU time: 3033.54 s
Current children cumulated vsize: 135792 KiB
Current children cumulated memory: 131560 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.14 4.13 5/250 30733
/proc/meminfo: memFree=122781128/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=138568 memory=135428 CPUtime=3093.36 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 134036 0 0 0 309276 60 0 0 20 0 1 0 37249658 141893632 33857 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 34642 33857 544 484 0 34053 0
Current children cumulated CPU time: 3093.36 s
Current children cumulated vsize: 138568 KiB
Current children cumulated memory: 135428 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.15 4.13 5/250 30735
/proc/meminfo: memFree=122828668/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=138720 memory=135996 CPUtime=3153.18 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 135250 0 0 0 315256 62 0 0 20 0 1 0 37249658 142049280 33999 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 34680 33999 544 484 0 34091 0
Current children cumulated CPU time: 3153.18 s
Current children cumulated vsize: 138720 KiB
Current children cumulated memory: 135996 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.15 4.13 5/250 30737
/proc/meminfo: memFree=122819164/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=138792 memory=136968 CPUtime=3212.99 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 136633 0 0 0 321236 63 0 0 20 0 1 0 37249658 142123008 34242 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 34698 34242 544 484 0 34109 0
Current children cumulated CPU time: 3212.99 s
Current children cumulated vsize: 138792 KiB
Current children cumulated memory: 136968 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.14 4.12 5/250 30741
/proc/meminfo: memFree=122869384/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=139012 memory=138060 CPUtime=3272.82 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 137456 0 0 0 327218 64 0 0 20 0 1 0 37249658 142348288 34515 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 34753 34515 544 484 0 34164 0
Current children cumulated CPU time: 3272.82 s
Current children cumulated vsize: 139012 KiB
Current children cumulated memory: 138060 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.12 4.11 5/249 30743
/proc/meminfo: memFree=122835300/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=139068 memory=138168 CPUtime=3332.65 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 138278 0 0 0 333200 65 0 0 20 0 1 0 37249658 142405632 34542 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 34767 34542 544 484 0 34178 0
Current children cumulated CPU time: 3332.65 s
Current children cumulated vsize: 139068 KiB
Current children cumulated memory: 138168 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.13 4.11 5/249 30745
/proc/meminfo: memFree=122818772/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=169428 memory=164580 CPUtime=3392.49 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 140705 0 0 0 339182 67 0 0 20 0 1 0 37249658 173494272 41145 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 42357 41145 544 484 0 41768 0
Current children cumulated CPU time: 3392.49 s
Current children cumulated vsize: 169428 KiB
Current children cumulated memory: 164580 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.12 4.11 5/249 30747
/proc/meminfo: memFree=122800080/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=143112 memory=139052 CPUtime=3452.33 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 140879 0 0 0 345166 67 0 0 20 0 1 0 37249658 146546688 34763 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 35778 34763 544 484 0 35189 0
Current children cumulated CPU time: 3452.33 s
Current children cumulated vsize: 143112 KiB
Current children cumulated memory: 139052 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.11 5/250 30754
/proc/meminfo: memFree=122871520/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=143112 memory=140584 CPUtime=3512.16 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 141725 0 0 0 351149 67 0 0 20 0 1 0 37249658 146546688 35146 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 35778 35146 544 484 0 35189 0
Current children cumulated CPU time: 3512.16 s
Current children cumulated vsize: 143112 KiB
Current children cumulated memory: 140584 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.13 4.11 6/248 30869
/proc/meminfo: memFree=123230748/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=143496 memory=141576 CPUtime=3571.95 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 142586 0 0 0 357124 71 0 0 20 0 1 0 37249658 146939904 35394 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 35874 35394 544 484 0 35285 0
Current children cumulated CPU time: 3571.95 s
Current children cumulated vsize: 143496 KiB
Current children cumulated memory: 141576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.18 4.13 4.11 5/250 31026
/proc/meminfo: memFree=123227856/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=170936 memory=168988 CPUtime=3600.06 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 143330 0 0 0 359934 72 0 0 20 0 1 0 37249658 175038464 42247 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 42734 42247 544 484 0 42145 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 170936 KiB
Current children cumulated memory: 168988 KiB

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

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

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

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

[startup+3610.5 s]
/proc/loadavg: 4.18 4.13 4.11 5/250 31026
/proc/meminfo: memFree=123227856/131382112 swapFree=33010684/33010684
[pid=30581] ppid=30578 vsize=170936 memory=168988 CPUtime=3600.06 cores=5,7
/proc/30581/stat : 30581 (uwrmaxsat) R 30578 30581 30241 0 -1 4194304 143330 0 0 0 359934 72 0 0 20 0 1 0 37249658 175038464 42247 18446744073709551615 4198400 6176925 140732772830960 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 39047168 140732772837738 140732772837865 140732772837865 140732772843467 0
/proc/30581/statm: 42734 42247 544 484 0 42145 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 170936 KiB
Current children cumulated memory: 168988 KiB

Child status: 0

Real time (s): 3610.5
CPU time (s): 3600.07
CPU user time (s): 3599.34
CPU system time (s): 0.729222
CPU usage (%): 99.7111
Max. virtual memory (cumulated for all children) (KiB): 192816
Max. memory (cumulated for all children) (KiB): 192032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.34
system time used= 0.729222
maximum resident set size= 192032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143330
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= 39
involuntary context switches= 1670


# summary of solver processes directly reported to runsolver:
#   pid: 30581
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.34
#   total CPU system time (s): 0.729222

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1941 second user time and 34.5494 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 18:48:19
IDJOB=4513670
IDBENCH=162394
IDSOLVER=3372
FILE ID=nodeC009/4513670-1751215699
RUNJOBID= nodeC009-1751215608-30254
SLURM_JOB_ID= 9587652
Free space on /tmp= 432652 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v051-n1.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513670-1751215699/watcher-4513670-1751215699 -o /tmp/evaluation-result-4513670-1751215699/solver-4513670-1751215699 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751215608-30254 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4513670-1751215699.opb -mem-lim=31000

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

MD5SUM BENCH= 9fac4249a105f22015b6c608ca9c575b
RANDOM SEED=1414288237

nodeC009 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123448016 kB
MemAvailable:   129884304 kB
Buffers:            3280 kB
Cached:          7210168 kB
SwapCached:            0 kB
Active:           460304 kB
Inactive:        6912880 kB
Active(anon):     176728 kB
Inactive(anon):      968 kB
Active(file):     283576 kB
Inactive(file):  6911912 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5376 kB
Writeback:             0 kB
AnonPages:        162172 kB
Mapped:           109564 kB
Shmem:             17960 kB
KReclaimable:     160472 kB
Slab:             243532 kB
SReclaimable:     160472 kB
SUnreclaim:        83060 kB
KernelStack:        4212 kB
PageTables:         3100 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     494216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

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