Trace number 4492884

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.08 3609.9

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
MD5SUM3bf41b9d4e0f7236fbe06f13f097e4ef
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.079135
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints4221
Number of constraints which are clauses4221
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.01	c Converting 4221 PB-constraints to clauses...
0.00/0.01	c ============================[ Encoding Statistics ]============================
0.00/0.01	c |  Number of variables:           420                                         |
0.00/0.01	c |  Number of clauses:            4221                                         |
0.00/0.01	c ===============================================================================
3600.06/3609.90	c *** TERMINATED by signal 15 ***
3600.06/3609.90	c _______________________________________________________________________________
3600.06/3609.90	c 
3600.06/3609.90	c _______________________________________________________________________________
3600.06/3609.90	c 
3600.06/3609.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3609.90	c Memory used            : 214.00 MB
3600.06/3609.90	c CPU time               : 3599.36 s
3600.06/3609.90	c _______________________________________________________________________________
3600.06/3609.90	c _______________________________________________________________________________
3600.06/3609.90	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 (62817 MiB free)
  memory of node 1: 64507 MiB (63948 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492884-1751147880/watcher-4492884-1751147880 -o /tmp/evaluation-result-4492884-1751147880/solver-4492884-1751147880 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751144206-14863 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4492884-1751147880.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
Current StackSize limit: 8192 KiB

solver pid=16331, runsolver pid=16328

[startup+0.100058 s]*
/proc/loadavg: 4.16 4.13 4.09 5/264 16332
/proc/meminfo: memFree=129804780/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=6596 memory=5984 CPUtime=0.09 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 1287 0 0 0 9 0 0 0 20 0 1 0 30466886 6754304 1496 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 1649 1496 544 484 0 1060 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 6596 KiB
Current children cumulated memory: 5984 KiB

[startup+0.205232 s]*
/proc/loadavg: 4.16 4.13 4.09 5/264 16332
/proc/meminfo: memFree=129804780/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=7124 memory=6592 CPUtime=0.19 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 1499 0 0 0 19 0 0 0 20 0 1 0 30466886 7294976 1648 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 1781 1648 544 484 0 1192 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 7124 KiB
Current children cumulated memory: 6592 KiB

[startup+0.304999 s]*
/proc/loadavg: 4.16 4.13 4.09 5/264 16332
/proc/meminfo: memFree=129804780/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=7184 memory=6652 CPUtime=0.29 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 1815 0 0 0 29 0 0 0 20 0 1 0 30466886 7356416 1663 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 1796 1663 544 484 0 1207 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 7184 KiB
Current children cumulated memory: 6652 KiB

[startup+0.700118 s]
/proc/loadavg: 4.16 4.13 4.09 5/264 16332
/proc/meminfo: memFree=129804780/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=7844 memory=7144 CPUtime=0.68 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 2665 0 0 0 68 0 0 0 20 0 1 0 30466886 8032256 1786 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 1961 1786 544 484 0 1372 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 7844 KiB
Current children cumulated memory: 7144 KiB

[startup+1.50016 s]
/proc/loadavg: 4.16 4.13 4.09 5/264 16332
/proc/meminfo: memFree=129808376/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=7784 memory=7172 CPUtime=1.48 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 3579 0 0 0 148 0 0 0 20 0 1 0 30466886 7970816 1793 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 1946 1793 544 484 0 1357 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 7784 KiB
Current children cumulated memory: 7172 KiB

[startup+3.10525 s]
/proc/loadavg: 4.15 4.13 4.09 5/264 16332
/proc/meminfo: memFree=129808484/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=10180 memory=9628 CPUtime=3.08 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 5854 0 0 0 308 0 0 0 20 0 1 0 30466886 10424320 2407 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 2545 2407 544 484 0 1956 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 10180 KiB
Current children cumulated memory: 9628 KiB

[startup+6.30011 s]
/proc/loadavg: 4.15 4.13 4.09 5/264 16332
/proc/meminfo: memFree=129804500/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=12648 memory=11948 CPUtime=6.27 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 9329 0 0 0 626 1 0 0 20 0 1 0 30466886 12951552 2987 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 3162 2987 544 484 0 2573 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 12648 KiB
Current children cumulated memory: 11948 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.13 4.09 5/264 16332
/proc/meminfo: memFree=129807888/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=19244 memory=18708 CPUtime=12.65 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 12160 0 0 0 1264 1 0 0 20 0 1 0 30466886 19705856 4677 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 4811 4677 544 484 0 4222 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 19244 KiB
Current children cumulated memory: 18708 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 16377
/proc/meminfo: memFree=129923600/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=22980 memory=22236 CPUtime=25.41 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 15465 0 0 0 2539 2 0 0 20 0 1 0 30466886 23531520 5559 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 5745 5559 544 484 0 5156 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 22980 KiB
Current children cumulated memory: 22236 KiB

[startup+51.105 s]
/proc/loadavg: 4.20 4.14 4.10 4/261 16391
/proc/meminfo: memFree=130053704/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=25544 memory=24932 CPUtime=50.95 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 20193 0 0 0 5092 3 0 0 20 0 1 0 30466886 26157056 6233 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 6386 6233 544 484 0 5797 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 25544 KiB
Current children cumulated memory: 24932 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.14 4.09 5/265 16429
/proc/meminfo: memFree=129965640/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=55132 memory=54488 CPUtime=102.01 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 27375 0 0 0 10194 7 0 0 20 0 1 0 30466886 56455168 13622 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 13783 13622 544 484 0 13194 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 55132 KiB
Current children cumulated memory: 54488 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/265 16431
/proc/meminfo: memFree=129922820/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=47500 memory=46808 CPUtime=161.86 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 29020 0 0 0 16179 7 0 0 20 0 1 0 30466886 48640000 11702 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 11875 11702 544 484 0 11286 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 47500 KiB
Current children cumulated memory: 46808 KiB

[startup+222.3 s]
/proc/loadavg: 4.33 4.17 4.11 5/265 16471
/proc/meminfo: memFree=129857848/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=59268 memory=58584 CPUtime=221.72 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 31499 0 0 0 22164 8 0 0 20 0 1 0 30466886 60690432 14646 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 14817 14646 544 484 0 14228 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 59268 KiB
Current children cumulated memory: 58584 KiB

[startup+282.3 s]
/proc/loadavg: 4.28 4.19 4.12 5/265 16474
/proc/meminfo: memFree=129804780/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=65508 memory=64856 CPUtime=281.58 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 34542 0 0 0 28149 9 0 0 20 0 1 0 30466886 67080192 16214 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 16377 16214 544 484 0 15788 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 65508 KiB
Current children cumulated memory: 64856 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.17 4.11 5/265 16476
/proc/meminfo: memFree=129789324/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=78544 memory=77904 CPUtime=341.43 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 40892 0 0 0 34131 12 0 0 20 0 1 0 30466886 80429056 19476 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 19636 19476 544 484 0 19047 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 78544 KiB
Current children cumulated memory: 77904 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.15 4.11 5/264 16477
/proc/meminfo: memFree=129782752/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=87632 memory=86992 CPUtime=401.28 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 41658 0 0 0 40116 12 0 0 20 0 1 0 30466886 89735168 21748 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 21908 21748 544 484 0 21319 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 87632 KiB
Current children cumulated memory: 86992 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.14 4.10 5/264 16479
/proc/meminfo: memFree=129777384/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=55204 memory=54720 CPUtime=461.11 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 42361 0 0 0 46099 12 0 0 20 0 1 0 30466886 56528896 13680 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 13801 13680 544 484 0 13212 0

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

Current children cumulated memory: 123676 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 16601
/proc/meminfo: memFree=129482624/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=152960 memory=152348 CPUtime=2914.37 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 94797 0 0 0 291366 71 0 0 20 0 1 0 30466886 156631040 38087 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 38240 38087 544 484 0 37651 0
Current children cumulated CPU time: 2914.37 s
Current children cumulated vsize: 152960 KiB
Current children cumulated memory: 152348 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 16605
/proc/meminfo: memFree=129472512/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=155548 memory=154840 CPUtime=2974.2 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 95304 0 0 0 297349 71 0 0 20 0 1 0 30466886 159281152 38710 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 38887 38710 544 484 0 38298 0
Current children cumulated CPU time: 2974.2 s
Current children cumulated vsize: 155548 KiB
Current children cumulated memory: 154840 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 16607
/proc/meminfo: memFree=129475936/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=155548 memory=154840 CPUtime=3034.03 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 95362 0 0 0 303332 71 0 0 20 0 1 0 30466886 159281152 38710 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 38887 38710 544 484 0 38298 0
Current children cumulated CPU time: 3034.03 s
Current children cumulated vsize: 155548 KiB
Current children cumulated memory: 154840 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/263 16613
/proc/meminfo: memFree=129445140/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=155548 memory=154840 CPUtime=3093.87 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 95374 0 0 0 309316 71 0 0 20 0 1 0 30466886 159281152 38710 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 38887 38710 544 484 0 38298 0
Current children cumulated CPU time: 3093.87 s
Current children cumulated vsize: 155548 KiB
Current children cumulated memory: 154840 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 16616
/proc/meminfo: memFree=129461080/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=155548 memory=154840 CPUtime=3153.7 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 95375 0 0 0 315299 71 0 0 20 0 1 0 30466886 159281152 38710 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 38887 38710 544 484 0 38298 0
Current children cumulated CPU time: 3153.7 s
Current children cumulated vsize: 155548 KiB
Current children cumulated memory: 154840 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 16619
/proc/meminfo: memFree=129474836/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=156000 memory=155352 CPUtime=3213.54 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 95556 0 0 0 321283 71 0 0 20 0 1 0 30466886 159744000 38838 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 39000 38838 544 484 0 38411 0
Current children cumulated CPU time: 3213.54 s
Current children cumulated vsize: 156000 KiB
Current children cumulated memory: 155352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 16621
/proc/meminfo: memFree=129498112/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=156000 memory=155352 CPUtime=3273.37 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 95561 0 0 0 327266 71 0 0 20 0 1 0 30466886 159744000 38838 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 39000 38838 544 484 0 38411 0
Current children cumulated CPU time: 3273.37 s
Current children cumulated vsize: 156000 KiB
Current children cumulated memory: 155352 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 16623
/proc/meminfo: memFree=129473724/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=156000 memory=155352 CPUtime=3333.21 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 95561 0 0 0 333250 71 0 0 20 0 1 0 30466886 159744000 38838 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 39000 38838 544 484 0 38411 0
Current children cumulated CPU time: 3333.21 s
Current children cumulated vsize: 156000 KiB
Current children cumulated memory: 155352 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 16625
/proc/meminfo: memFree=129510036/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=169288 memory=168664 CPUtime=3393.04 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 96328 0 0 0 339233 71 0 0 20 0 1 0 30466886 173350912 42166 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 42322 42166 544 484 0 41733 0
Current children cumulated CPU time: 3393.04 s
Current children cumulated vsize: 169288 KiB
Current children cumulated memory: 168664 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.15 4.11 5/263 16627
/proc/meminfo: memFree=129506204/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=169288 memory=168664 CPUtime=3452.87 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 96328 0 0 0 345216 71 0 0 20 0 1 0 30466886 173350912 42166 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 42322 42166 544 484 0 41733 0
Current children cumulated CPU time: 3452.87 s
Current children cumulated vsize: 169288 KiB
Current children cumulated memory: 168664 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.15 4.11 5/263 16629
/proc/meminfo: memFree=129453696/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=169288 memory=168664 CPUtime=3512.7 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 96391 0 0 0 351199 71 0 0 20 0 1 0 30466886 173350912 42166 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 42322 42166 544 484 0 41733 0
Current children cumulated CPU time: 3512.7 s
Current children cumulated vsize: 169288 KiB
Current children cumulated memory: 168664 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.15 4.11 5/264 16634
/proc/meminfo: memFree=129375328/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=169288 memory=168664 CPUtime=3572.54 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 96401 0 0 0 357183 71 0 0 20 0 1 0 30466886 173350912 42166 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 42322 42166 544 484 0 41733 0
Current children cumulated CPU time: 3572.54 s
Current children cumulated vsize: 169288 KiB
Current children cumulated memory: 168664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 16681
/proc/meminfo: memFree=129448968/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=169288 memory=168664 CPUtime=3600.06 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 96401 0 0 0 359935 71 0 0 20 0 1 0 30466886 173350912 42166 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 42322 42166 544 484 0 41733 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 169288 KiB
Current children cumulated memory: 168664 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.36 s, system=0.720352 s

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

[startup+3609.9 s]
/proc/loadavg: 4.11 4.14 4.10 5/264 16681
/proc/meminfo: memFree=129448968/131249988 swapFree=33010684/33010684
[pid=16331] ppid=16328 vsize=169288 memory=168664 CPUtime=3600.06 cores=5,7
/proc/16331/stat : 16331 (uwrmaxsat) R 16328 16331 14850 0 -1 4194304 96401 0 0 0 359935 71 0 0 20 0 1 0 30466886 173350912 42166 18446744073709551615 4198400 6176925 140736150534512 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 26312704 140736150538602 140736150538729 140736150538729 140736150544331 0
/proc/16331/statm: 42322 42166 544 484 0 41733 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 169288 KiB
Current children cumulated memory: 168664 KiB

Child status: 0

Real time (s): 3609.9
CPU time (s): 3600.08
CPU user time (s): 3599.36
CPU system time (s): 0.720352
CPU usage (%): 99.7279
Max. virtual memory (cumulated for all children) (KiB): 219456
Max. memory (cumulated for all children) (KiB): 218276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.36
system time used= 0.720352
maximum resident set size= 218772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96401
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= 2153


# summary of solver processes directly reported to runsolver:
#   pid: 16331
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.36
#   total CPU system time (s): 0.720352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.45251 second user time and 15.4026 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-28 23:58:00
IDJOB=4492884
IDBENCH=147830
IDSOLVER=3372
FILE ID=nodeC034/4492884-1751147880
RUNJOBID= nodeC034-1751144206-14863
SLURM_JOB_ID= 9587439
Free space on /tmp= 433056 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492884-1751147880/watcher-4492884-1751147880 -o /tmp/evaluation-result-4492884-1751147880/solver-4492884-1751147880 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751144206-14863 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4492884-1751147880.opb -mem-lim=31000

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

MD5SUM BENCH= 3bf41b9d4e0f7236fbe06f13f097e4ef
RANDOM SEED=2140215691

nodeC034 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.570
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.53
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.757
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.53
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.153
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.53
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		: 3771.697
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.53
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.761
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.53
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		: 3596.060
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.53
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		: 3595.702
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.53
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		: 3599.719
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129808304 kB
MemAvailable:   129420540 kB
Buffers:            3280 kB
Cached:           389180 kB
SwapCached:            0 kB
Active:           648020 kB
Inactive:         180380 kB
Active(anon):     454048 kB
Inactive(anon):        0 kB
Active(file):     193972 kB
Inactive(file):   180380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5420 kB
Writeback:             0 kB
AnonPages:        437180 kB
Mapped:           109844 kB
Shmem:             18104 kB
KReclaimable:      85076 kB
Slab:             167908 kB
SReclaimable:      85076 kB
SUnreclaim:        82832 kB
KernelStack:        4252 kB
PageTables:         3804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     766836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC034 at 2025-06-29 00:58:10