Trace number 4544467

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 3611.6

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat16_15_identity_complement.opb
MD5SUMec82efcd866f342a1f5f756e3ed31d43
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 benchmark5.10808
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints408375
Number of constraints which are clauses397971
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10404
Minimum length of a constraint2
Maximum length of a constraint17
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 33
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
2.47/2.51	c Converting 408375 PB-constraints to clauses...
2.68/2.75	c ============================[ Encoding Statistics ]============================
2.68/2.75	c |  Number of variables:          8109                                         |
2.68/2.75	c |  Number of clauses:          413577                                         |
2.68/2.75	c ===============================================================================
3600.06/3611.60	c *** TERMINATED by signal 15 ***
3600.06/3611.60	c _______________________________________________________________________________
3600.06/3611.60	c 
3600.06/3611.60	c _______________________________________________________________________________
3600.06/3611.60	c 
3600.06/3611.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3611.60	c Memory used            : 432.00 MB
3600.06/3611.60	c CPU time               : 3598.86 s
3600.06/3611.60	c Constr Enc: Srt/BDD/Add: 5202 0 0
3600.06/3611.60	c _______________________________________________________________________________
3600.06/3611.60	c _______________________________________________________________________________
3600.06/3611.60	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: 63837 MiB (62713 MiB free)
  memory of node 1: 64465 MiB (62823 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544467-1753230770/watcher-4544467-1753230770 -o /tmp/evaluation-result-4544467-1753230770/solver-4544467-1753230770 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753222988-194561 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4544467-1753230770.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=195471, runsolver pid=195468

[startup+0.100071 s]*
/proc/loadavg: 4.09 4.11 4.09 5/251 195472
/proc/meminfo: memFree=128547608/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=9516 memory=8448 CPUtime=0.1 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 1795 0 0 0 10 0 0 0 20 0 1 0 238756180 9744384 2112 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 2379 2112 448 484 0 1790 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9516 KiB
Current children cumulated memory: 8448 KiB

[startup+0.212971 s]*
/proc/loadavg: 4.09 4.11 4.09 5/251 195472
/proc/meminfo: memFree=128539544/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=16840 memory=15744 CPUtime=0.2 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 3659 0 0 0 20 0 0 0 20 0 1 0 238756180 17244160 3936 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 4210 3936 448 484 0 3621 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 16840 KiB
Current children cumulated memory: 15744 KiB

[startup+0.312885 s]*
/proc/loadavg: 4.09 4.11 4.09 5/251 195472
/proc/meminfo: memFree=128531480/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=22756 memory=21632 CPUtime=0.31 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 5135 0 0 0 30 1 0 0 20 0 1 0 238756180 23302144 5408 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 5689 5408 448 484 0 5100 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 22756 KiB
Current children cumulated memory: 21632 KiB

[startup+0.700309 s]
/proc/loadavg: 4.09 4.11 4.09 5/251 195472
/proc/meminfo: memFree=128522660/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=49192 memory=48000 CPUtime=0.67 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 11710 0 0 0 64 3 0 0 20 0 1 0 238756180 50372608 12000 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 12331 12000 448 484 0 11742 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 49192 KiB
Current children cumulated memory: 48000 KiB

[startup+1.50027 s]
/proc/loadavg: 4.08 4.11 4.09 6/251 195472
/proc/meminfo: memFree=128482340/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=127764 memory=126464 CPUtime=1.48 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 31320 0 0 0 139 9 0 0 20 0 1 0 238756180 130830336 31616 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 31941 31616 448 484 0 31352 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 127764 KiB
Current children cumulated memory: 126464 KiB

[startup+3.11251 s]
/proc/loadavg: 4.08 4.11 4.09 6/251 195472
/proc/meminfo: memFree=128201544/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=343188 memory=339728 CPUtime=3.08 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 83516 0 0 0 290 18 0 0 20 0 1 0 238756180 351424512 84932 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 85797 84932 512 484 0 85208 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 343188 KiB
Current children cumulated memory: 339728 KiB

[startup+6.3003 s]
/proc/loadavg: 4.08 4.10 4.09 6/251 195472
/proc/meminfo: memFree=128173728/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=371068 memory=369684 CPUtime=6.26 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 88741 0 0 0 606 20 0 0 20 0 1 0 238756180 379973632 92421 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 92767 92421 512 484 0 92178 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 371068 KiB
Current children cumulated memory: 369684 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.10 4.09 6/252 195474
/proc/meminfo: memFree=128203472/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=372676 memory=371304 CPUtime=12.64 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 93426 0 0 0 1241 23 0 0 20 0 1 0 238756180 381620224 92826 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 93169 92826 512 484 0 92580 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 372676 KiB
Current children cumulated memory: 371304 KiB

[startup+25.5003 s]
/proc/loadavg: 4.06 4.10 4.09 6/252 195474
/proc/meminfo: memFree=128278884/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=344632 memory=343456 CPUtime=25.4 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 97033 0 0 0 2513 27 0 0 20 0 1 0 238756180 352903168 85864 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 86158 85864 512 484 0 85569 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 344632 KiB
Current children cumulated memory: 343456 KiB

[startup+51.1129 s]
/proc/loadavg: 4.11 4.10 4.09 6/252 195474
/proc/meminfo: memFree=128265388/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=344992 memory=343816 CPUtime=50.93 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 99145 0 0 0 5063 30 0 0 20 0 1 0 238756180 353271808 85954 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 86248 85954 512 484 0 85659 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 344992 KiB
Current children cumulated memory: 343816 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.10 4.09 6/252 195476
/proc/meminfo: memFree=128232788/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=380168 memory=378856 CPUtime=101.93 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 104900 0 0 0 10157 36 0 0 20 0 1 0 238756180 389292032 94714 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 95042 94714 512 484 0 94453 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 380168 KiB
Current children cumulated memory: 378856 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.09 4.09 6/252 195478
/proc/meminfo: memFree=128182972/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=380168 memory=378856 CPUtime=161.72 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 104924 0 0 0 16136 36 0 0 20 0 1 0 238756180 389292032 94714 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 95042 94714 512 484 0 94453 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 380168 KiB
Current children cumulated memory: 378856 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.09 4.09 6/250 195480
/proc/meminfo: memFree=128069652/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=376420 memory=375016 CPUtime=221.51 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 106788 0 0 0 22113 38 0 0 20 0 1 0 238756180 385454080 93754 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 94105 93754 512 484 0 93516 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 376420 KiB
Current children cumulated memory: 375016 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.09 4.09 6/251 195489
/proc/meminfo: memFree=128096892/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=371916 memory=370536 CPUtime=281.32 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 108964 0 0 0 28092 40 0 0 20 0 1 0 238756180 380841984 92634 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 92979 92634 512 484 0 92390 0
Current children cumulated CPU time: 281.32 s
Current children cumulated vsize: 371916 KiB
Current children cumulated memory: 370536 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.08 4.09 6/250 195491
/proc/meminfo: memFree=128191796/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=357708 memory=356328 CPUtime=341.12 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 110988 0 0 0 34070 42 0 0 20 0 1 0 238756180 366292992 89082 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 89427 89082 512 484 0 88838 0
Current children cumulated CPU time: 341.12 s
Current children cumulated vsize: 357708 KiB
Current children cumulated memory: 356328 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.10 4.09 6/250 195493
/proc/meminfo: memFree=128185872/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=376900 memory=375528 CPUtime=400.93 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 113763 0 0 0 40047 46 0 0 20 0 1 0 238756180 385945600 93882 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 94225 93882 512 484 0 93636 0
Current children cumulated CPU time: 400.93 s
Current children cumulated vsize: 376900 KiB
Current children cumulated memory: 375528 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 4.08 4.09 6/250 195495
/proc/meminfo: memFree=128188508/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=376900 memory=375528 CPUtime=460.73 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 113771 0 0 0 46027 46 0 0 20 0 1 0 238756180 385945600 93882 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 94225 93882 512 484 0 93636 0
Current children cumulated CPU time: 460.73 s

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

Current children cumulated memory: 404328 KiB

[startup+2862.3 s]
/proc/loadavg: 4.18 4.14 4.17 6/251 195625
/proc/meminfo: memFree=127817892/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=405668 memory=404328 CPUtime=2853.29 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 123606 0 0 0 285243 86 0 0 20 0 1 0 238756180 415404032 101082 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 101417 101082 512 484 0 100828 0
Current children cumulated CPU time: 2853.29 s
Current children cumulated vsize: 405668 KiB
Current children cumulated memory: 404328 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.13 4.16 6/251 195627
/proc/meminfo: memFree=127775884/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=405668 memory=404328 CPUtime=2913.12 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 123664 0 0 0 291225 87 0 0 20 0 1 0 238756180 415404032 101082 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 101417 101082 512 484 0 100828 0
Current children cumulated CPU time: 2913.12 s
Current children cumulated vsize: 405668 KiB
Current children cumulated memory: 404328 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.13 4.16 6/251 195630
/proc/meminfo: memFree=127770180/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=405668 memory=404328 CPUtime=2972.93 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 123793 0 0 0 297206 87 0 0 20 0 1 0 238756180 415404032 101082 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 101417 101082 512 484 0 100828 0
Current children cumulated CPU time: 2972.93 s
Current children cumulated vsize: 405668 KiB
Current children cumulated memory: 404328 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.12 4.16 6/251 195632
/proc/meminfo: memFree=127760900/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=405668 memory=404328 CPUtime=3032.75 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 123853 0 0 0 303187 88 0 0 20 0 1 0 238756180 415404032 101082 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 101417 101082 512 484 0 100828 0
Current children cumulated CPU time: 3032.75 s
Current children cumulated vsize: 405668 KiB
Current children cumulated memory: 404328 KiB

[startup+3102.3 s]
/proc/loadavg: 2.57 3.71 4.01 2/233 195726
/proc/meminfo: memFree=128830444/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=405668 memory=404328 CPUtime=3092.54 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 123982 0 0 0 309163 91 0 0 20 0 1 0 238756180 415404032 101082 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 101417 101082 512 484 0 100828 0
Current children cumulated CPU time: 3092.54 s
Current children cumulated vsize: 405668 KiB
Current children cumulated memory: 404328 KiB

[startup+3162.3 s]
/proc/loadavg: 1.64 3.23 3.83 2/233 195729
/proc/meminfo: memFree=128830476/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=405668 memory=404328 CPUtime=3152.34 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 124043 0 0 0 315141 93 0 0 20 0 1 0 238756180 415404032 101082 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 101417 101082 512 484 0 100828 0
Current children cumulated CPU time: 3152.34 s
Current children cumulated vsize: 405668 KiB
Current children cumulated memory: 404328 KiB

[startup+3222.3 s]
/proc/loadavg: 1.28 2.83 3.65 2/232 195731
/proc/meminfo: memFree=128830516/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=405668 memory=404328 CPUtime=3212.12 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 124173 0 0 0 321118 94 0 0 20 0 1 0 238756180 415404032 101082 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 101417 101082 512 484 0 100828 0
Current children cumulated CPU time: 3212.12 s
Current children cumulated vsize: 405668 KiB
Current children cumulated memory: 404328 KiB

[startup+3282.3 s]
/proc/loadavg: 1.21 2.53 3.49 2/231 195733
/proc/meminfo: memFree=128830516/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=405668 memory=404328 CPUtime=3271.91 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 124234 0 0 0 327095 96 0 0 20 0 1 0 238756180 415404032 101082 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 101417 101082 512 484 0 100828 0
Current children cumulated CPU time: 3271.91 s
Current children cumulated vsize: 405668 KiB
Current children cumulated memory: 404328 KiB

[startup+3342.3 s]
/proc/loadavg: 1.13 2.26 3.34 2/232 195742
/proc/meminfo: memFree=128847104/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=365872 memory=364704 CPUtime=3331.7 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 125651 0 0 0 333070 100 0 0 20 0 1 0 238756180 374652928 91176 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 91468 91176 512 484 0 90879 0
Current children cumulated CPU time: 3331.7 s
Current children cumulated vsize: 365872 KiB
Current children cumulated memory: 364704 KiB

[startup+3402.3 s]
/proc/loadavg: 1.09 2.05 3.20 2/232 195744
/proc/meminfo: memFree=128855804/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=356864 memory=355688 CPUtime=3391.48 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 126621 0 0 0 339044 104 0 0 20 0 1 0 238756180 365428736 88922 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 89216 88922 512 484 0 88627 0
Current children cumulated CPU time: 3391.48 s
Current children cumulated vsize: 356864 KiB
Current children cumulated memory: 355688 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.88 3.07 2/232 195746
/proc/meminfo: memFree=128857852/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=358192 memory=357128 CPUtime=3451.28 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 128044 0 0 0 345020 108 0 0 20 0 1 0 238756180 366788608 89282 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 89548 89282 512 484 0 88959 0
Current children cumulated CPU time: 3451.28 s
Current children cumulated vsize: 358192 KiB
Current children cumulated memory: 357128 KiB

[startup+3522.3 s]
/proc/loadavg: 1.05 1.72 2.93 2/232 195748
/proc/meminfo: memFree=128843228/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=367164 memory=365224 CPUtime=3511.07 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 130426 0 0 0 350993 114 0 0 20 0 1 0 238756180 375975936 91306 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 91791 91306 512 484 0 91202 0
Current children cumulated CPU time: 3511.07 s
Current children cumulated vsize: 367164 KiB
Current children cumulated memory: 365224 KiB

[startup+3582.3 s]
/proc/loadavg: 1.12 1.62 2.82 2/232 195750
/proc/meminfo: memFree=128848544/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=360696 memory=358756 CPUtime=3570.86 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 131738 0 0 0 356968 118 0 0 20 0 1 0 238756180 369352704 89689 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 90174 89689 512 484 0 89585 0
Current children cumulated CPU time: 3570.86 s
Current children cumulated vsize: 360696 KiB
Current children cumulated memory: 358756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.6 s]
/proc/loadavg: 1.08 1.57 2.77 2/232 195751
/proc/meminfo: memFree=128852388/131382116 swapFree=33009904/33010684
[pid=195471] ppid=195468 vsize=361580 memory=359640 CPUtime=3600.06 cores=5,7
/proc/195471/stat : 195471 (uwrmaxsat) R 195468 195471 194548 0 -1 4194304 132018 0 0 0 359886 120 0 0 20 0 1 0 238756180 370257920 89910 18446744073709551615 4198400 6176925 140736959944320 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32731136 140736959949160 140736959949287 140736959949287 140736959954891 0
/proc/195471/statm: 90395 89910 512 484 0 89806 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 361580 KiB
Current children cumulated memory: 359640 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.86 s, system=1.20265 s

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

Child status: 0

Real time (s): 3611.6
CPU time (s): 3600.07
CPU user time (s): 3598.86
CPU system time (s): 1.20265
CPU usage (%): 99.6806
Max. virtual memory (cumulated for all children) (KiB): 442636
Max. memory (cumulated for all children) (KiB): 426536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.87
system time used= 1.20265
maximum resident set size= 441220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132018
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= 145
involuntary context switches= 2086


# summary of solver processes directly reported to runsolver:
#   pid: 195471
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3598.86
#   total CPU system time (s): 1.20265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9769 second user time and 34.9168 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-23 02:32:50
IDJOB=4544467
IDBENCH=180672
IDSOLVER=3372
FILE ID=nodeC004/4544467-1753230770
RUNJOBID= nodeC004-1753222988-194561
SLURM_JOB_ID= 9687825
Free space on /tmp= 433000 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat16_15_identity_complement.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544467-1753230770/watcher-4544467-1753230770 -o /tmp/evaluation-result-4544467-1753230770/solver-4544467-1753230770 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753222988-194561 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4544467-1753230770.opb -mem-lim=31000

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

MD5SUM BENCH= ec82efcd866f342a1f5f756e3ed31d43
RANDOM SEED=1798995531

nodeC004 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		: 3662.206
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.74
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.799
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.74
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.504
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.74
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		: 1197.486
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.74
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		: 3662.274
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.74
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		: 1198.107
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.74
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		: 3700.000
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.213
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128550884 kB
MemAvailable:   129183812 kB
Buffers:            2128 kB
Cached:          1381188 kB
SwapCached:           32 kB
Active:          1786016 kB
Inactive:         314296 kB
Active(anon):     732668 kB
Inactive(anon):    10468 kB
Active(file):    1053348 kB
Inactive(file):   303828 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12972 kB
Writeback:             8 kB
AnonPages:        715212 kB
Mapped:           115372 kB
Shmem:             26132 kB
KReclaimable:     230760 kB
Slab:             323256 kB
SReclaimable:     230760 kB
SUnreclaim:        92496 kB
KernelStack:        4040 kB
PageTables:         4676 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1105544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC004 at 2025-07-23 03:33:02