Trace number 4542088

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.03 3609.11

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_comm/normalized-27diagcomm_less_teq.opb
MD5SUMe80427fd7184340cbc2fb1b3fd72520e
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.750604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4482
Total number of constraints6670
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2296
Minimum length of a constraint2
Maximum length of a constraint108
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 9007199254740992
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 36028797018963967
Number of bits of the biggest sum of numbers55
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.04	c Converting 8965 PB-constraints to clauses...
0.00/0.09	c ============================[ Encoding Statistics ]============================
0.00/0.09	c |  Number of variables:          7396                                         |
0.00/0.09	c |  Number of clauses:           28456                                         |
0.00/0.09	c ===============================================================================
3600.02/3609.10	c *** TERMINATED by signal 15 ***
3600.02/3609.10	c _______________________________________________________________________________
3600.02/3609.10	c 
3600.02/3609.10	c _______________________________________________________________________________
3600.02/3609.10	c 
3600.02/3609.10	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3609.10	c Memory used            : 190.00 MB
3600.02/3609.10	c CPU time               : 3599.71 s
3600.02/3609.10	c Constr Enc: Srt/BDD/Add: 2296 0 0
3600.02/3609.10	c _______________________________________________________________________________
3600.02/3609.10	c _______________________________________________________________________________
3600.02/3609.10	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-4542088-1753213494/watcher-4542088-1753213494 -o /tmp/evaluation-result-4542088-1753213494/solver-4542088-1753213494 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753209881-163447 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4542088-1753213494.opb -mem-lim=31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=163869, runsolver pid=163865

[startup+0.100063 s]*
/proc/loadavg: 4.12 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129227924/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=17164 memory=16140 CPUtime=0.09 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 4079 0 0 0 9 0 0 0 20 0 1 0 237027187 17575936 4035 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 4291 4035 512 484 0 3702 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 17164 KiB
Current children cumulated memory: 16140 KiB

[startup+0.205596 s]*
/proc/loadavg: 4.12 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129189316/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=18976 memory=17676 CPUtime=0.2 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 4480 0 0 0 20 0 0 0 20 0 1 0 237027187 19431424 4419 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 4744 4419 512 484 0 4155 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 18976 KiB
Current children cumulated memory: 17676 KiB

[startup+0.305591 s]*
/proc/loadavg: 4.12 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129163800/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=18976 memory=17676 CPUtime=0.3 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 4480 0 0 0 30 0 0 0 20 0 1 0 237027187 19431424 4419 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 4744 4419 512 484 0 4155 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18976 KiB
Current children cumulated memory: 17676 KiB

[startup+0.700187 s]
/proc/loadavg: 4.12 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129126376/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=19084 memory=17888 CPUtime=0.69 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 5470 0 0 0 69 0 0 0 20 0 1 0 237027187 19542016 4472 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 4771 4472 512 484 0 4182 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 19084 KiB
Current children cumulated memory: 17888 KiB

[startup+1.50018 s]
/proc/loadavg: 4.12 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129094120/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=23508 memory=22236 CPUtime=1.48 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 6565 0 0 0 148 0 0 0 20 0 1 0 237027187 24072192 5559 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 5877 5559 512 484 0 5288 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 23508 KiB
Current children cumulated memory: 22236 KiB

[startup+3.10552 s]
/proc/loadavg: 4.11 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129092036/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=21636 memory=20340 CPUtime=3.08 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 7462 0 0 0 308 0 0 0 20 0 1 0 237027187 22155264 5085 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 5409 5085 512 484 0 4820 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 21636 KiB
Current children cumulated memory: 20340 KiB

[startup+6.30018 s]
/proc/loadavg: 4.11 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129086852/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=25664 memory=24424 CPUtime=6.28 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 8103 0 0 0 627 1 0 0 20 0 1 0 237027187 26279936 6106 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 6416 6106 512 484 0 5827 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 25664 KiB
Current children cumulated memory: 24424 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.09 4.05 5/266 163874
/proc/meminfo: memFree=129077260/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=28560 memory=27368 CPUtime=12.66 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 8298 0 0 0 1265 1 0 0 20 0 1 0 237027187 29245440 6842 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 7140 6842 512 484 0 6551 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 28560 KiB
Current children cumulated memory: 27368 KiB

[startup+25.5001 s]
/proc/loadavg: 4.08 4.08 4.05 5/266 163874
/proc/meminfo: memFree=129058964/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=31404 memory=30184 CPUtime=25.42 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 9011 0 0 0 2541 1 0 0 20 0 1 0 237027187 32157696 7546 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 7851 7546 512 484 0 7262 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 31404 KiB
Current children cumulated memory: 30184 KiB

[startup+51.1055 s]
/proc/loadavg: 4.12 4.09 4.05 5/265 163875
/proc/meminfo: memFree=129015060/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=34684 memory=33560 CPUtime=50.96 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 12690 0 0 0 5094 2 0 0 20 0 1 0 237027187 35516416 8390 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 8671 8390 512 484 0 8082 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 34684 KiB
Current children cumulated memory: 33560 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=163869] ppid=163865 vsize=40472 memory=39276 CPUtime=102.02 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 16730 0 0 0 10198 4 0 0 20 0 1 0 237027187 41443328 9819 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 10118 9819 512 484 0 9529 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 40472 KiB
Current children cumulated memory: 39276 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=163869] ppid=163865 vsize=58848 memory=57580 CPUtime=161.87 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 21096 0 0 0 16181 6 0 0 20 0 1 0 237027187 60260352 14395 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 14712 14395 512 484 0 14123 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 58848 KiB
Current children cumulated memory: 57580 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=163869] ppid=163865 vsize=82348 memory=81360 CPUtime=221.71 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 26042 0 0 0 22163 8 0 0 20 0 1 0 237027187 84324352 20340 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 20587 20340 512 484 0 19998 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 82348 KiB
Current children cumulated memory: 81360 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=163869] ppid=163865 vsize=77168 memory=76300 CPUtime=281.57 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 26589 0 0 0 28148 9 0 0 20 0 1 0 237027187 79020032 19075 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 19292 19075 512 484 0 18703 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 77168 KiB
Current children cumulated memory: 76300 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=163869] ppid=163865 vsize=80796 memory=79756 CPUtime=341.43 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 27502 0 0 0 34134 9 0 0 20 0 1 0 237027187 82735104 19939 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 20199 19939 512 484 0 19610 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 80796 KiB
Current children cumulated memory: 79756 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=163869] ppid=163865 vsize=80796 memory=79756 CPUtime=401.28 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 27533 0 0 0 40119 9 0 0 20 0 1 0 237027187 82735104 19939 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 20199 19939 512 484 0 19610 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 80796 KiB
Current children cumulated memory: 79756 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=163869] ppid=163865 vsize=80796 memory=79756 CPUtime=461.14 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 27557 0 0 0 46105 9 0 0 20 0 1 0 237027187 82735104 19939 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 20199 19939 512 484 0 19610 0

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

Current children cumulated memory: 138636 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=163869] ppid=163865 vsize=139664 memory=138636 CPUtime=2914.96 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 44292 0 0 0 291473 23 0 0 20 0 1 0 237027187 143015936 34659 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 34916 34659 512 484 0 34327 0
Current children cumulated CPU time: 2914.96 s
Current children cumulated vsize: 139664 KiB
Current children cumulated memory: 138636 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=163869] ppid=163865 vsize=139664 memory=138636 CPUtime=2974.81 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 44292 0 0 0 297458 23 0 0 20 0 1 0 237027187 143015936 34659 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 34916 34659 512 484 0 34327 0
Current children cumulated CPU time: 2974.81 s
Current children cumulated vsize: 139664 KiB
Current children cumulated memory: 138636 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/265 164029
/proc/meminfo: memFree=128440024/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=146992 memory=145932 CPUtime=3034.66 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 44634 0 0 0 303443 23 0 0 20 0 1 0 237027187 150519808 36483 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 36748 36483 512 484 0 36159 0
Current children cumulated CPU time: 3034.66 s
Current children cumulated vsize: 146992 KiB
Current children cumulated memory: 145932 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=163869] ppid=163865 vsize=146992 memory=145932 CPUtime=3094.51 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 44658 0 0 0 309428 23 0 0 20 0 1 0 237027187 150519808 36483 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 36748 36483 512 484 0 36159 0
Current children cumulated CPU time: 3094.51 s
Current children cumulated vsize: 146992 KiB
Current children cumulated memory: 145932 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=163869] ppid=163865 vsize=116916 memory=116020 CPUtime=3154.35 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 45011 0 0 0 315412 23 0 0 20 0 1 0 237027187 119721984 29005 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 29229 29005 512 484 0 28640 0
Current children cumulated CPU time: 3154.35 s
Current children cumulated vsize: 116916 KiB
Current children cumulated memory: 116020 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=163869] ppid=163865 vsize=101232 memory=100208 CPUtime=3214.21 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 47227 0 0 0 321396 25 0 0 20 0 1 0 237027187 103661568 25052 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 25308 25052 512 484 0 24719 0
Current children cumulated CPU time: 3214.21 s
Current children cumulated vsize: 101232 KiB
Current children cumulated memory: 100208 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=163869] ppid=163865 vsize=141292 memory=139876 CPUtime=3274.05 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 47439 0 0 0 327380 25 0 0 20 0 1 0 237027187 144683008 34969 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 35323 34969 512 484 0 34734 0
Current children cumulated CPU time: 3274.05 s
Current children cumulated vsize: 141292 KiB
Current children cumulated memory: 139876 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=163869] ppid=163865 vsize=136492 memory=135092 CPUtime=3333.9 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 48842 0 0 0 333363 27 0 0 20 0 1 0 237027187 139767808 33773 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 34123 33773 512 484 0 33534 0
Current children cumulated CPU time: 3333.9 s
Current children cumulated vsize: 136492 KiB
Current children cumulated memory: 135092 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/266 164049
/proc/meminfo: memFree=128398660/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=153768 memory=152804 CPUtime=3393.75 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 50384 0 0 0 339346 29 0 0 20 0 1 0 237027187 157458432 38201 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 38442 38201 512 484 0 37853 0
Current children cumulated CPU time: 3393.75 s
Current children cumulated vsize: 153768 KiB
Current children cumulated memory: 152804 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=163869] ppid=163865 vsize=151820 memory=150796 CPUtime=3453.59 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 51076 0 0 0 345329 30 0 0 20 0 1 0 237027187 155463680 37699 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 37955 37699 512 484 0 37366 0
Current children cumulated CPU time: 3453.59 s
Current children cumulated vsize: 151820 KiB
Current children cumulated memory: 150796 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/266 164053
/proc/meminfo: memFree=128401148/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=149608 memory=148644 CPUtime=3513.44 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 51723 0 0 0 351313 31 0 0 20 0 1 0 237027187 153198592 37161 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 37402 37161 512 484 0 36813 0
Current children cumulated CPU time: 3513.44 s
Current children cumulated vsize: 149608 KiB
Current children cumulated memory: 148644 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=163869] ppid=163865 vsize=112272 memory=111308 CPUtime=3573.28 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 52025 0 0 0 357297 31 0 0 20 0 1 0 237027187 114966528 27827 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 28068 27827 512 484 0 27479 0
Current children cumulated CPU time: 3573.28 s
Current children cumulated vsize: 112272 KiB
Current children cumulated memory: 111308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 164057
/proc/meminfo: memFree=128441952/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=144936 memory=143852 CPUtime=3600.02 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 52526 0 0 0 359970 32 0 0 20 0 1 0 237027187 148414464 35963 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 36234 35963 512 484 0 35645 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 144936 KiB
Current children cumulated memory: 143852 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.71 s, system=0.32103 s

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

[startup+3609.11 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 164057
/proc/meminfo: memFree=128441952/131249996 swapFree=33010416/33010684
[pid=163869] ppid=163865 vsize=144936 memory=143852 CPUtime=3600.02 cores=1,3
/proc/163869/stat : 163869 (uwrmaxsat) R 163865 163869 163435 0 -1 4194304 52526 0 0 0 359970 32 0 0 20 0 1 0 237027187 148414464 35963 18446744073709551615 4198400 6176925 140734914111536 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 18604032 140734914115944 140734914116071 140734914116071 140734914121675 0
/proc/163869/statm: 36234 35963 512 484 0 35645 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 144936 KiB
Current children cumulated memory: 143852 KiB

Child status: 0

Real time (s): 3609.11
CPU time (s): 3600.03
CPU user time (s): 3599.71
CPU system time (s): 0.32103
CPU usage (%): 99.7485
Max. virtual memory (cumulated for all children) (KiB): 192692
Max. memory (cumulated for all children) (KiB): 191608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.71
system time used= 0.32103
maximum resident set size= 193596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52526
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= 21
involuntary context switches= 4805


# summary of solver processes directly reported to runsolver:
#   pid: 163869
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3599.71
#   total CPU system time (s): 0.32103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.00667 second user time and 16.1797 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-22 21:44:54
IDJOB=4542088
IDBENCH=163785
IDSOLVER=3372
FILE ID=nodeC017/4542088-1753213494
RUNJOBID= nodeC017-1753209881-163447
SLURM_JOB_ID= 9687774
Free space on /tmp= 433044 MiB

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

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

MD5SUM BENCH= e80427fd7184340cbc2fb1b3fd72520e
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.341
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		: 3600.064
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.226
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		: 3600.521
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		: 3599.776
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		: 3576.231
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.065
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		: 3600.100
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:        129262100 kB
MemAvailable:   129679260 kB
Buffers:            1688 kB
Cached:          1184464 kB
SwapCached:           32 kB
Active:          1045444 kB
Inactive:         210736 kB
Active(anon):      72160 kB
Inactive(anon):    24108 kB
Active(file):     973284 kB
Inactive(file):   186628 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9684 kB
Writeback:             0 kB
AnonPages:         73160 kB
Mapped:           108980 kB
Shmem:             26240 kB
KReclaimable:     192576 kB
Slab:             287564 kB
SReclaimable:     192576 kB
SUnreclaim:        94988 kB
KernelStack:        4144 kB
PageTables:         2988 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     343140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 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:04