Trace number 4513094

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.09 3610.8

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size160-round22-1.opb
MD5SUM1c3bde2857450970636e675d32ef1343
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark595.932
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.06	c Converting 8576 PB-constraints to clauses...
0.09/0.11	c ============================[ Encoding Statistics ]============================
0.09/0.11	c |  Number of variables:         14529                                         |
0.09/0.11	c |  Number of clauses:           58852                                         |
0.09/0.11	c ===============================================================================
3600.08/3610.80	c *** TERMINATED by signal 15 ***
3600.08/3610.80	c _______________________________________________________________________________
3600.08/3610.80	c 
3600.08/3610.80	c _______________________________________________________________________________
3600.08/3610.80	c 
3600.08/3610.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.08/3610.80	c Memory used            : 332.00 MB
3600.08/3610.80	c CPU time               : 3598.48 s
3600.08/3610.80	c Constr Enc: Srt/BDD/Add: 744 0 0
3600.08/3610.80	c _______________________________________________________________________________
3600.08/3610.80	c _______________________________________________________________________________
3600.08/3610.80	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: 63708 MiB (62712 MiB free)
  memory of node 1: 64465 MiB (63892 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513094-1751200406/watcher-4513094-1751200406 -o /tmp/evaluation-result-4513094-1751200406/solver-4513094-1751200406 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751192867-25925 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4513094-1751200406.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=27161, runsolver pid=27158
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.11 4.10 4.09 5/264 27162
/proc/meminfo: memFree=129640940/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=23360 memory=21236 CPUtime=0.09 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 5411 0 0 0 9 0 0 0 20 0 1 0 35719135 23920640 5309 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 5840 5309 480 484 0 5251 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23360 KiB
Current children cumulated memory: 21236 KiB

[startup+0.20554 s]*
/proc/loadavg: 4.10 4.10 4.09 5/264 27162
/proc/meminfo: memFree=129639932/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=25720 memory=23388 CPUtime=0.2 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 6212 0 0 0 20 0 0 0 20 0 1 0 35719135 26337280 5847 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 6430 5847 544 484 0 5841 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 25720 KiB
Current children cumulated memory: 23388 KiB

[startup+0.305536 s]*
/proc/loadavg: 4.10 4.10 4.09 5/264 27162
/proc/meminfo: memFree=129638168/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=26184 memory=24028 CPUtime=0.3 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 6386 0 0 0 30 0 0 0 20 0 1 0 35719135 26812416 6007 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 6546 6007 544 484 0 5957 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26184 KiB
Current children cumulated memory: 24028 KiB

[startup+0.700188 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 27162
/proc/meminfo: memFree=129636152/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=30504 memory=28192 CPUtime=0.69 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 8480 0 0 0 68 1 0 0 20 0 1 0 35719135 31236096 7048 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 7626 7048 544 484 0 7037 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 30504 KiB
Current children cumulated memory: 28192 KiB

[startup+1.50018 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 27162
/proc/meminfo: memFree=129632372/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=31860 memory=29788 CPUtime=1.49 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 9566 0 0 0 148 1 0 0 20 0 1 0 35719135 32624640 7447 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 7965 7447 544 484 0 7376 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 31860 KiB
Current children cumulated memory: 29788 KiB

[startup+3.10532 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 27162
/proc/meminfo: memFree=129608008/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=36568 memory=34404 CPUtime=3.08 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 10232 0 0 0 307 1 0 0 20 0 1 0 35719135 37445632 8601 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 9142 8601 544 484 0 8553 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 36568 KiB
Current children cumulated memory: 34404 KiB

[startup+6.30016 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 27162
/proc/meminfo: memFree=129618248/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=34848 memory=32668 CPUtime=6.27 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 10695 0 0 0 626 1 0 0 20 0 1 0 35719135 35684352 8167 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 8712 8167 544 484 0 8123 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 34848 KiB
Current children cumulated memory: 32668 KiB

[startup+12.7001 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 27162
/proc/meminfo: memFree=129593144/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=43168 memory=41116 CPUtime=12.65 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 11543 0 0 0 1263 2 0 0 20 0 1 0 35719135 44204032 10279 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 10792 10279 544 484 0 10203 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 43168 KiB
Current children cumulated memory: 41116 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.11 4.09 5/264 27162
/proc/meminfo: memFree=129635616/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=46104 memory=44052 CPUtime=25.41 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 14124 0 0 0 2538 3 0 0 20 0 1 0 35719135 47210496 11013 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 11526 11013 544 484 0 10937 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 46104 KiB
Current children cumulated memory: 44052 KiB

[startup+51.1053 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 27164
/proc/meminfo: memFree=129584188/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=61224 memory=59172 CPUtime=50.94 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 14845 0 0 0 5091 3 0 0 20 0 1 0 35719135 62693376 14793 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 15306 14793 544 484 0 14717 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 61224 KiB
Current children cumulated memory: 59172 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/263 27165
/proc/meminfo: memFree=129500820/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=76116 memory=74036 CPUtime=101.99 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 21805 0 0 0 10192 7 0 0 20 0 1 0 35719135 77942784 18509 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 19029 18509 544 484 0 18440 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 76116 KiB
Current children cumulated memory: 74036 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 27167
/proc/meminfo: memFree=129458216/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=76116 memory=74072 CPUtime=161.81 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 21870 0 0 0 16174 7 0 0 20 0 1 0 35719135 77942784 18518 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 19029 18518 544 484 0 18440 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 76116 KiB
Current children cumulated memory: 74072 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 27169
/proc/meminfo: memFree=129487820/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=76116 memory=74456 CPUtime=221.62 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 22002 0 0 0 22155 7 0 0 20 0 1 0 35719135 77942784 18614 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 19029 18614 544 484 0 18440 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 76116 KiB
Current children cumulated memory: 74456 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/263 27171
/proc/meminfo: memFree=129538984/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=147936 memory=146300 CPUtime=281.45 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 26145 0 0 0 28133 12 0 0 20 0 1 0 35719135 151486464 36575 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 36984 36575 544 484 0 36395 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 147936 KiB
Current children cumulated memory: 146300 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 27173
/proc/meminfo: memFree=129510676/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=147936 memory=146428 CPUtime=341.26 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 26162 0 0 0 34114 12 0 0 20 0 1 0 35719135 151486464 36607 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 36984 36607 544 484 0 36395 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 147936 KiB
Current children cumulated memory: 146428 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/262 27175
/proc/meminfo: memFree=129507388/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=147936 memory=146476 CPUtime=401.09 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 26601 0 0 0 40094 15 0 0 20 0 1 0 35719135 151486464 36619 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 36984 36619 544 484 0 36395 0
Current children cumulated CPU time: 401.09 s
Current children cumulated vsize: 147936 KiB
Current children cumulated memory: 146476 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 27184
/proc/meminfo: memFree=129497576/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=147936 memory=146476 CPUtime=460.92 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 27651 0 0 0 46074 18 0 0 20 0 1 0 35719135 151486464 36619 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 36984 36619 544 484 0 36395 0

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

Current children cumulated memory: 220924 KiB

[startup+2862.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 27353
/proc/meminfo: memFree=129118080/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=222408 memory=220924 CPUtime=2853.91 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 81398 0 0 0 285240 151 0 0 20 0 1 0 35719135 227745792 55231 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 55602 55231 544 484 0 55013 0
Current children cumulated CPU time: 2853.91 s
Current children cumulated vsize: 222408 KiB
Current children cumulated memory: 220924 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/262 27355
/proc/meminfo: memFree=129092416/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=224000 memory=222460 CPUtime=2913.73 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 81797 0 0 0 291222 151 0 0 20 0 1 0 35719135 229376000 55615 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 56000 55615 544 484 0 55411 0
Current children cumulated CPU time: 2913.73 s
Current children cumulated vsize: 224000 KiB
Current children cumulated memory: 222460 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/262 27357
/proc/meminfo: memFree=129107496/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=224000 memory=222460 CPUtime=2973.55 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 81798 0 0 0 297204 151 0 0 20 0 1 0 35719135 229376000 55615 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 56000 55615 544 484 0 55411 0
Current children cumulated CPU time: 2973.55 s
Current children cumulated vsize: 224000 KiB
Current children cumulated memory: 222460 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/262 27359
/proc/meminfo: memFree=129097304/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=224000 memory=222460 CPUtime=3033.38 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 81886 0 0 0 303187 151 0 0 20 0 1 0 35719135 229376000 55615 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 56000 55615 544 484 0 55411 0
Current children cumulated CPU time: 3033.38 s
Current children cumulated vsize: 224000 KiB
Current children cumulated memory: 222460 KiB

[startup+3102.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/263 27362
/proc/meminfo: memFree=129160992/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=164100 memory=162764 CPUtime=3093.19 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 81969 0 0 0 309168 151 0 0 20 0 1 0 35719135 168038400 40691 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 41025 40691 544 484 0 40436 0
Current children cumulated CPU time: 3093.19 s
Current children cumulated vsize: 164100 KiB
Current children cumulated memory: 162764 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/263 27364
/proc/meminfo: memFree=129176232/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=164352 memory=163016 CPUtime=3153.03 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 83249 0 0 0 315150 153 0 0 20 0 1 0 35719135 168296448 40754 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 41088 40754 544 484 0 40499 0
Current children cumulated CPU time: 3153.03 s
Current children cumulated vsize: 164352 KiB
Current children cumulated memory: 163016 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 27366
/proc/meminfo: memFree=129175504/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=172740 memory=169036 CPUtime=3212.85 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 83880 0 0 0 321131 154 0 0 20 0 1 0 35719135 176885760 42259 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 43185 42259 544 484 0 42596 0
Current children cumulated CPU time: 3212.85 s
Current children cumulated vsize: 172740 KiB
Current children cumulated memory: 169036 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 27368
/proc/meminfo: memFree=129207400/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=173032 memory=169328 CPUtime=3272.67 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 84895 0 0 0 327112 155 0 0 20 0 1 0 35719135 177184768 42332 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 43258 42332 544 484 0 42669 0
Current children cumulated CPU time: 3272.67 s
Current children cumulated vsize: 173032 KiB
Current children cumulated memory: 169328 KiB

[startup+3342.3 s]
/proc/loadavg: 3.56 3.94 4.04 4/258 27401
/proc/meminfo: memFree=129375000/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=173380 memory=169680 CPUtime=3332.47 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 85634 0 0 0 333091 156 0 0 20 0 1 0 35719135 177541120 42420 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 43345 42420 544 484 0 42756 0
Current children cumulated CPU time: 3332.47 s
Current children cumulated vsize: 173380 KiB
Current children cumulated memory: 169680 KiB

[startup+3402.3 s]
/proc/loadavg: 2.81 3.67 3.94 3/252 27435
/proc/meminfo: memFree=129528808/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=173520 memory=169816 CPUtime=3392.27 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 86039 0 0 0 339070 157 0 0 20 0 1 0 35719135 177684480 42454 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 43380 42454 544 484 0 42791 0
Current children cumulated CPU time: 3392.27 s
Current children cumulated vsize: 173520 KiB
Current children cumulated memory: 169816 KiB

[startup+3462.3 s]
/proc/loadavg: 2.41 3.40 3.83 3/253 27445
/proc/meminfo: memFree=129497828/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=173604 memory=169904 CPUtime=3452.08 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 86846 0 0 0 345049 159 0 0 20 0 1 0 35719135 177770496 42476 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 43401 42476 544 484 0 42812 0
Current children cumulated CPU time: 3452.08 s
Current children cumulated vsize: 173604 KiB
Current children cumulated memory: 169904 KiB

[startup+3522.3 s]
/proc/loadavg: 2.21 3.16 3.71 3/253 27447
/proc/meminfo: memFree=129578152/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=174132 memory=170428 CPUtime=3511.87 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 87366 0 0 0 351028 159 0 0 20 0 1 0 35719135 178311168 42607 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 43533 42607 544 484 0 42944 0
Current children cumulated CPU time: 3511.87 s
Current children cumulated vsize: 174132 KiB
Current children cumulated memory: 170428 KiB

[startup+3582.3 s]
/proc/loadavg: 2.12 2.96 3.61 3/253 27449
/proc/meminfo: memFree=129563340/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=174200 memory=170496 CPUtime=3571.68 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 88469 0 0 0 357007 161 0 0 20 0 1 0 35719135 178380800 42624 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 43550 42624 544 484 0 42961 0
Current children cumulated CPU time: 3571.68 s
Current children cumulated vsize: 174200 KiB
Current children cumulated memory: 170496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 2.13 2.90 3.57 4/254 27451
/proc/meminfo: memFree=129560180/131249988 swapFree=33010684/33010684
[pid=27161] ppid=27158 vsize=174200 memory=170496 CPUtime=3600.08 cores=5,7
/proc/27161/stat : 27161 (uwrmaxsat) R 27158 27161 25912 0 -1 4194304 88469 0 0 0 359847 161 0 0 20 0 1 0 35719135 178380800 42624 18446744073709551615 4198400 6176925 140729177342256 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 38129664 140729177344362 140729177344489 140729177344489 140729177350091 0
/proc/27161/statm: 43550 42624 544 484 0 42961 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 174200 KiB
Current children cumulated memory: 170496 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.48 s, system=1.61203 s

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

Child status: 0

Real time (s): 3610.8
CPU time (s): 3600.09
CPU user time (s): 3598.48
CPU system time (s): 1.61203
CPU usage (%): 99.7034
Max. virtual memory (cumulated for all children) (KiB): 340788
Max. memory (cumulated for all children) (KiB): 339320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.48
system time used= 1.61203
maximum resident set size= 339320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88469
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= 25
involuntary context switches= 20282


# summary of solver processes directly reported to runsolver:
#   pid: 27161
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3598.48
#   total CPU system time (s): 1.61203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.72637 second user time and 15.9176 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 14:33:26
IDJOB=4513094
IDBENCH=162262
IDSOLVER=3372
FILE ID=nodeC031/4513094-1751200406
RUNJOBID= nodeC031-1751192867-25925
SLURM_JOB_ID= 9587586
Free space on /tmp= 433052 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size160-round22-1.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513094-1751200406/watcher-4513094-1751200406 -o /tmp/evaluation-result-4513094-1751200406/solver-4513094-1751200406 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751192867-25925 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4513094-1751200406.opb -mem-lim=31000

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

MD5SUM BENCH= 1c3bde2857450970636e675d32ef1343
RANDOM SEED=648888476

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129643204 kB
MemAvailable:   129392984 kB
Buffers:            3280 kB
Cached:           559436 kB
SwapCached:            0 kB
Active:           701736 kB
Inactive:         340416 kB
Active(anon):     497500 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):   340416 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2464 kB
Writeback:             0 kB
AnonPages:        481960 kB
Mapped:           109432 kB
Shmem:             18064 kB
KReclaimable:      88732 kB
Slab:             174592 kB
SReclaimable:      88732 kB
SUnreclaim:        85860 kB
KernelStack:        4236 kB
PageTables:         4044 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     811656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC031 at 2025-06-29 15:33:37