Trace number 4542049

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 3610.4

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/wallace_spec/normalized-28wallace_spec_greater_tvars.opb
MD5SUM20f5dc2e187fea802b1fd8b2eb35ac07
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 benchmark3.41364
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3571
Total number of constraints1850
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints1794
Minimum length of a constraint1
Maximum length of a constraint840
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 36028797018963968
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 144115188075855871
Number of bits of the biggest sum of numbers57
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.02	c Converting 3587 PB-constraints to clauses...
0.10/0.18	c ============================[ Encoding Statistics ]============================
0.10/0.18	c |  Number of variables:         12144                                         |
0.10/0.18	c |  Number of clauses:           57755                                         |
0.10/0.18	c ===============================================================================
3600.09/3610.40	c *** TERMINATED by signal 15 ***
3600.09/3610.40	c _______________________________________________________________________________
3600.09/3610.40	c 
3600.09/3610.40	c _______________________________________________________________________________
3600.09/3610.40	c 
3600.09/3610.40	c =======================[ UWrMaxSat resources usage ]===========================
3600.09/3610.40	c Memory used            : 348.00 MB
3600.09/3610.40	c CPU time               : 3597.41 s
3600.09/3610.40	c Constr Enc: Srt/BDD/Add: 1794 0 0
3600.09/3610.40	c _______________________________________________________________________________
3600.09/3610.40	c _______________________________________________________________________________
3600.09/3610.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 (62626 MiB free)
  memory of node 1: 64507 MiB (63594 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542049-1753213494/watcher-4542049-1753213494 -o /tmp/evaluation-result-4542049-1753213494/solver-4542049-1753213494 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753209881-163446 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4542049-1753213494.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
solver pid=163862, runsolver pid=163854
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.12 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129237752/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=10440 memory=9540 CPUtime=0.1 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 2169 0 0 0 10 0 0 0 20 0 1 0 237027182 10690560 2385 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 2610 2385 480 484 0 2021 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10440 KiB
Current children cumulated memory: 9540 KiB

[startup+0.205167 s]*
/proc/loadavg: 4.12 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129201412/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=22352 memory=19940 CPUtime=0.2 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 5299 0 0 0 20 0 0 0 20 0 1 0 237027182 22888448 4985 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 5588 4985 544 484 0 4999 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 22352 KiB
Current children cumulated memory: 19940 KiB

[startup+0.30587 s]*
/proc/loadavg: 4.12 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129182008/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=24900 memory=22548 CPUtime=0.29 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 6493 0 0 0 29 0 0 0 20 0 1 0 237027182 25497600 5637 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 6225 5637 544 484 0 5636 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 24900 KiB
Current children cumulated memory: 22548 KiB

[startup+0.700153 s]
/proc/loadavg: 4.12 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129130156/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=29392 memory=27244 CPUtime=0.69 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 8671 0 0 0 68 1 0 0 20 0 1 0 237027182 30097408 6811 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 7348 6811 544 484 0 6759 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 29392 KiB
Current children cumulated memory: 27244 KiB

[startup+1.50015 s]
/proc/loadavg: 4.12 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129096136/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=29452 memory=26360 CPUtime=1.48 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 10234 0 0 0 147 1 0 0 20 0 1 0 237027182 30158848 6590 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 7363 6590 544 484 0 6774 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 29452 KiB
Current children cumulated memory: 26360 KiB

[startup+3.10574 s]
/proc/loadavg: 4.11 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129092036/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=33180 memory=31284 CPUtime=3.09 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 11925 0 0 0 307 2 0 0 20 0 1 0 237027182 33976320 7821 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 8295 7821 544 484 0 7706 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 33180 KiB
Current children cumulated memory: 31284 KiB

[startup+6.30015 s]
/proc/loadavg: 4.11 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129086852/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=31160 memory=28500 CPUtime=6.27 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 15377 0 0 0 625 2 0 0 20 0 1 0 237027182 31907840 7125 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 7790 7125 544 484 0 7201 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 31160 KiB
Current children cumulated memory: 28500 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129077260/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=45508 memory=43596 CPUtime=12.65 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 19825 0 0 0 1261 4 0 0 20 0 1 0 237027182 46600192 10899 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 11377 10899 544 484 0 10788 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 45508 KiB
Current children cumulated memory: 43596 KiB

[startup+25.5001 s]
/proc/loadavg: 4.08 4.08 4.05 5/266 163874
/proc/meminfo: memFree=129038484/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=50316 memory=48332 CPUtime=25.41 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 24926 0 0 0 2535 6 0 0 20 0 1 0 237027182 51523584 12083 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 12579 12083 544 484 0 11990 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 50316 KiB
Current children cumulated memory: 48332 KiB

[startup+51.1058 s]
/proc/loadavg: 4.12 4.09 4.05 5/265 163875
/proc/meminfo: memFree=129015060/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=64536 memory=62620 CPUtime=50.94 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 27918 0 0 0 5086 8 0 0 20 0 1 0 237027182 66084864 15655 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 16134 15655 544 484 0 15545 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 64536 KiB
Current children cumulated memory: 62620 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.09 4.06 5/265 163877
/proc/meminfo: memFree=128952500/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=93268 memory=91372 CPUtime=101.97 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 31057 0 0 0 10189 8 0 0 20 0 1 0 237027182 95506432 22843 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 23317 22843 544 484 0 22728 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 93268 KiB
Current children cumulated memory: 91372 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 4.07 4.05 5/265 163879
/proc/meminfo: memFree=128920900/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=115024 memory=113132 CPUtime=161.82 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 36990 0 0 0 16171 11 0 0 20 0 1 0 237027182 117784576 28283 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 28756 28283 544 484 0 28167 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 115024 KiB
Current children cumulated memory: 113132 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.09 4.06 5/266 163884
/proc/meminfo: memFree=128786684/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=169948 memory=168044 CPUtime=221.67 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 49118 0 0 0 22142 25 0 0 20 0 1 0 237027182 174026752 42011 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 42487 42011 544 484 0 41898 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 169948 KiB
Current children cumulated memory: 168044 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.09 4.06 5/267 163891
/proc/meminfo: memFree=128781988/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=122744 memory=120812 CPUtime=281.51 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 49775 0 0 0 28126 25 0 0 20 0 1 0 237027182 125689856 30203 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 30686 30203 544 484 0 30097 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 122744 KiB
Current children cumulated memory: 120812 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.08 4.06 5/265 163893
/proc/meminfo: memFree=128789160/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=170828 memory=168868 CPUtime=341.35 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 51576 0 0 0 34109 26 0 0 20 0 1 0 237027182 174927872 42217 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 42707 42217 544 484 0 42118 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 170828 KiB
Current children cumulated memory: 168868 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.08 4.06 5/265 163895
/proc/meminfo: memFree=128738636/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=177152 memory=175252 CPUtime=401.19 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 52704 0 0 0 40093 26 0 0 20 0 1 0 237027182 181403648 43813 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 44288 43813 544 484 0 43699 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 177152 KiB
Current children cumulated memory: 175252 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.08 4.06 5/265 163897
/proc/meminfo: memFree=128685164/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=182616 memory=180756 CPUtime=461.03 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 54075 0 0 0 46076 27 0 0 20 0 1 0 237027182 186998784 45189 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 45654 45189 544 484 0 45065 0

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

Current children cumulated memory: 260920 KiB

[startup+2862.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/266 164023
/proc/meminfo: memFree=128463032/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=263580 memory=261724 CPUtime=2854.27 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 160296 0 0 0 285197 230 0 0 20 0 1 0 237027182 269905920 65431 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 65895 65431 544 484 0 65306 0
Current children cumulated CPU time: 2854.27 s
Current children cumulated vsize: 263580 KiB
Current children cumulated memory: 261724 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/266 164025
/proc/meminfo: memFree=128462976/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=263908 memory=262064 CPUtime=2914.08 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 161672 0 0 0 291174 234 0 0 20 0 1 0 237027182 270241792 65516 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 65977 65516 544 484 0 65388 0
Current children cumulated CPU time: 2914.08 s
Current children cumulated vsize: 263908 KiB
Current children cumulated memory: 262064 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/266 164027
/proc/meminfo: memFree=128460404/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=264724 memory=262868 CPUtime=2973.91 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 162631 0 0 0 297154 237 0 0 20 0 1 0 237027182 271077376 65717 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 66181 65717 544 484 0 65592 0
Current children cumulated CPU time: 2973.91 s
Current children cumulated vsize: 264724 KiB
Current children cumulated memory: 262868 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/265 164029
/proc/meminfo: memFree=128440016/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=265288 memory=263432 CPUtime=3033.72 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 163826 0 0 0 303132 240 0 0 20 0 1 0 237027182 271654912 65858 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 66322 65858 544 484 0 65733 0
Current children cumulated CPU time: 3033.72 s
Current children cumulated vsize: 265288 KiB
Current children cumulated memory: 263432 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/265 164030
/proc/meminfo: memFree=128444800/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=277640 memory=275768 CPUtime=3093.54 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 165234 0 0 0 309110 244 0 0 20 0 1 0 237027182 284303360 68942 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 69410 68942 544 484 0 68821 0
Current children cumulated CPU time: 3093.54 s
Current children cumulated vsize: 277640 KiB
Current children cumulated memory: 275768 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 164032
/proc/meminfo: memFree=128459940/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=278084 memory=276308 CPUtime=3153.35 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 166747 0 0 0 315087 248 0 0 20 0 1 0 237027182 284758016 69077 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 69521 69077 544 484 0 68932 0
Current children cumulated CPU time: 3153.35 s
Current children cumulated vsize: 278084 KiB
Current children cumulated memory: 276308 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 164036
/proc/meminfo: memFree=128463976/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=278376 memory=276520 CPUtime=3213.17 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 167677 0 0 0 321066 251 0 0 20 0 1 0 237027182 285057024 69130 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 69594 69130 544 484 0 69005 0
Current children cumulated CPU time: 3213.17 s
Current children cumulated vsize: 278376 KiB
Current children cumulated memory: 276520 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 164043
/proc/meminfo: memFree=128429112/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=285784 memory=283928 CPUtime=3272.98 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 169525 0 0 0 327044 254 0 0 20 0 1 0 237027182 292642816 70982 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 71446 70982 544 484 0 70857 0
Current children cumulated CPU time: 3272.98 s
Current children cumulated vsize: 285784 KiB
Current children cumulated memory: 283928 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/265 164046
/proc/meminfo: memFree=128410420/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=285824 memory=283968 CPUtime=3332.8 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 170403 0 0 0 333023 257 0 0 20 0 1 0 237027182 292683776 70992 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 71456 70992 544 484 0 70867 0
Current children cumulated CPU time: 3332.8 s
Current children cumulated vsize: 285824 KiB
Current children cumulated memory: 283968 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/266 164049
/proc/meminfo: memFree=128398636/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=286708 memory=284852 CPUtime=3392.62 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 171512 0 0 0 339002 260 0 0 20 0 1 0 237027182 293588992 71213 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 71677 71213 544 484 0 71088 0
Current children cumulated CPU time: 3392.62 s
Current children cumulated vsize: 286708 KiB
Current children cumulated memory: 284852 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/266 164051
/proc/meminfo: memFree=128400016/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=287172 memory=285316 CPUtime=3452.43 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 172280 0 0 0 344981 262 0 0 20 0 1 0 237027182 294064128 71329 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 71793 71329 544 484 0 71204 0
Current children cumulated CPU time: 3452.43 s
Current children cumulated vsize: 287172 KiB
Current children cumulated memory: 285316 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/266 164053
/proc/meminfo: memFree=128401140/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=287612 memory=285756 CPUtime=3512.25 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 173425 0 0 0 350960 265 0 0 20 0 1 0 237027182 294514688 71439 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 71903 71439 544 484 0 71314 0
Current children cumulated CPU time: 3512.25 s
Current children cumulated vsize: 287612 KiB
Current children cumulated memory: 285756 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 164055
/proc/meminfo: memFree=128439464/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=288144 memory=286288 CPUtime=3572.07 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 174340 0 0 0 356940 267 0 0 20 0 1 0 237027182 295059456 71572 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 72036 71572 544 484 0 71447 0
Current children cumulated CPU time: 3572.07 s
Current children cumulated vsize: 288144 KiB
Current children cumulated memory: 286288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.07 4.09 4.09 5/261 164065
/proc/meminfo: memFree=128561828/131249996 swapFree=33010416/33010684
[pid=163862] ppid=163854 vsize=288232 memory=286376 CPUtime=3600.09 cores=4,6
/proc/163862/stat : 163862 (uwrmaxsat) R 163854 163862 163435 0 -1 4194304 175053 0 0 0 359740 269 0 0 20 0 1 0 237027182 295149568 71594 18446744073709551615 4198400 6176925 140722191924048 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 33931264 140722191927656 140722191927783 140722191927783 140722191933387 0
/proc/163862/statm: 72058 71594 544 484 0 71469 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 288232 KiB
Current children cumulated memory: 286376 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.41 s, system=2.69486 s

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

Child status: 0

Real time (s): 3610.4
CPU time (s): 3600.1
CPU user time (s): 3597.41
CPU system time (s): 2.69486
CPU usage (%): 99.7148
Max. virtual memory (cumulated for all children) (KiB): 356404
Max. memory (cumulated for all children) (KiB): 354516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.41
system time used= 2.69486
maximum resident set size= 354516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175053
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= 28
involuntary context switches= 1643


# summary of solver processes directly reported to runsolver:
#   pid: 163862
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3597.41
#   total CPU system time (s): 2.69486

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.59302 second user time and 17.3486 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-22 21:44:54
IDJOB=4542049
IDBENCH=163735
IDSOLVER=3372
FILE ID=nodeC017/4542049-1753213494
RUNJOBID= nodeC017-1753209881-163446
SLURM_JOB_ID= 9687774
Free space on /tmp= 433048 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/wallace_spec/normalized-28wallace_spec_greater_tvars.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542049-1753213494/watcher-4542049-1753213494 -o /tmp/evaluation-result-4542049-1753213494/solver-4542049-1753213494 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753209881-163446 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4542049-1753213494.opb -mem-lim=31000

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

MD5SUM BENCH= 20f5dc2e187fea802b1fd8b2eb35ac07
RANDOM SEED=684873033

nodeC017 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		: 3600.395
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	: 7000.12
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		: 1705.299
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	: 7000.12
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.185
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	: 7000.12
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		: 3601.532
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129262012 kB
MemAvailable:   129674876 kB
Buffers:            1688 kB
Cached:          1180252 kB
SwapCached:           32 kB
Active:          1045516 kB
Inactive:         206440 kB
Active(anon):      72232 kB
Inactive(anon):    24108 kB
Active(file):     973284 kB
Inactive(file):   182332 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5396 kB
Writeback:            16 kB
AnonPages:         73068 kB
Mapped:           109024 kB
Shmem:             26240 kB
KReclaimable:     192572 kB
Slab:             288272 kB
SReclaimable:     192572 kB
SUnreclaim:        95700 kB
KernelStack:        4112 kB
PageTables:         3012 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     342580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC017 at 2025-07-22 22:45:05