Trace number 4493244

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

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
MD5SUM447851c4fd40c5c34c03bb94532f1e8d
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.916974
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2750
Total number of constraints74305
Number of constraints which are clauses74305
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 constraint50
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 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.19/0.25	c Converting 74305 PB-constraints to clauses...
0.19/0.28	c ============================[ Encoding Statistics ]============================
0.19/0.28	c |  Number of variables:          2750                                         |
0.19/0.28	c |  Number of clauses:           74305                                         |
0.19/0.28	c ===============================================================================
3600.03/3609.90	c *** TERMINATED by signal 15 ***
3600.03/3609.90	c _______________________________________________________________________________
3600.03/3609.90	c 
3600.03/3609.90	c _______________________________________________________________________________
3600.03/3609.90	c 
3600.03/3609.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.03/3609.90	c Memory used            : 298.00 MB
3600.03/3609.90	c CPU time               : 3597.67 s
3600.03/3609.90	c _______________________________________________________________________________
3600.03/3609.90	c _______________________________________________________________________________
3600.03/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 (62740 MiB free)
  memory of node 1: 64507 MiB (63882 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493244-1751151510/watcher-4493244-1751151510 -o /tmp/evaluation-result-4493244-1751151510/solver-4493244-1751151510 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751144206-14860 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4493244-1751151510.opb -mem-lim=31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=16770, runsolver pid=16767
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.14 4.14 4.10 5/264 16771
/proc/meminfo: memFree=129645360/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=23144 memory=22144 CPUtime=0.09 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 5173 0 0 0 9 0 0 0 20 0 1 0 30829846 23699456 5536 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 5786 5536 448 484 0 5197 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23144 KiB
Current children cumulated memory: 22144 KiB

[startup+0.205428 s]*
/proc/loadavg: 4.14 4.14 4.10 5/264 16771
/proc/meminfo: memFree=129621168/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=43048 memory=42112 CPUtime=0.19 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 10173 0 0 0 18 1 0 0 20 0 1 0 30829846 44081152 10528 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 10762 10528 448 484 0 10173 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 43048 KiB
Current children cumulated memory: 42112 KiB

[startup+0.305343 s]*
/proc/loadavg: 4.14 4.14 4.10 5/264 16771
/proc/meminfo: memFree=129610584/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=59412 memory=58076 CPUtime=0.3 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 14742 0 0 0 28 2 0 0 20 0 1 0 30829846 60837888 14519 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 14853 14519 544 484 0 14264 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 59412 KiB
Current children cumulated memory: 58076 KiB

[startup+0.700157 s]
/proc/loadavg: 4.14 4.14 4.10 5/264 16771
/proc/meminfo: memFree=129607008/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=65540 memory=63352 CPUtime=0.69 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 18345 0 0 0 66 3 0 0 20 0 1 0 30829846 67112960 15838 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 16385 15838 544 484 0 15796 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 65540 KiB
Current children cumulated memory: 63352 KiB

[startup+1.50016 s]
/proc/loadavg: 4.14 4.14 4.10 5/264 16771
/proc/meminfo: memFree=129604488/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=64808 memory=64080 CPUtime=1.48 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 21878 0 0 0 145 3 0 0 20 0 1 0 30829846 66363392 16020 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 16202 16020 544 484 0 15613 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 64808 KiB
Current children cumulated memory: 64080 KiB

[startup+3.10524 s]
/proc/loadavg: 4.14 4.14 4.10 5/264 16771
/proc/meminfo: memFree=129610564/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=65452 memory=64748 CPUtime=3.08 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 24528 0 0 0 304 4 0 0 20 0 1 0 30829846 67022848 16187 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 16363 16187 544 484 0 15774 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 65452 KiB
Current children cumulated memory: 64748 KiB

[startup+6.30014 s]
/proc/loadavg: 4.13 4.14 4.10 5/264 16771
/proc/meminfo: memFree=129590140/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=65412 memory=64824 CPUtime=6.27 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 28345 0 0 0 622 5 0 0 20 0 1 0 30829846 66981888 16206 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 16353 16206 544 484 0 15764 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 65412 KiB
Current children cumulated memory: 64824 KiB

[startup+12.7001 s]
/proc/loadavg: 4.12 4.14 4.10 5/264 16771
/proc/meminfo: memFree=129605436/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=79748 memory=79032 CPUtime=12.65 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 32433 0 0 0 1259 6 0 0 20 0 1 0 30829846 81661952 19758 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 19937 19758 544 484 0 19348 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 79748 KiB
Current children cumulated memory: 79032 KiB

[startup+25.5001 s]
/proc/loadavg: 4.09 4.13 4.10 5/264 16771
/proc/meminfo: memFree=129585620/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=76560 memory=75832 CPUtime=25.42 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 34059 0 0 0 2536 6 0 0 20 0 1 0 30829846 78397440 18958 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 19140 18958 544 484 0 18551 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 76560 KiB
Current children cumulated memory: 75832 KiB

[startup+51.1052 s]
/proc/loadavg: 4.06 4.12 4.10 5/265 16867
/proc/meminfo: memFree=129429356/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=95956 memory=94888 CPUtime=50.96 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 41583 0 0 0 5086 10 0 0 20 0 1 0 30829846 98258944 23722 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 23989 23722 544 484 0 23400 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 95956 KiB
Current children cumulated memory: 94888 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/265 16869
/proc/meminfo: memFree=129400616/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=104104 memory=103224 CPUtime=102.03 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 43180 0 0 0 10192 11 0 0 20 0 1 0 30829846 106602496 25806 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 26026 25806 544 484 0 25437 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 104104 KiB
Current children cumulated memory: 103224 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/265 16886
/proc/meminfo: memFree=129421700/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=105052 memory=104248 CPUtime=161.88 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 43455 0 0 0 16177 11 0 0 20 0 1 0 30829846 107573248 26062 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 26263 26062 544 484 0 25674 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 105052 KiB
Current children cumulated memory: 104248 KiB

[startup+222.3 s]
/proc/loadavg: 4.55 4.24 4.13 5/264 16889
/proc/meminfo: memFree=129358868/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=98312 memory=97592 CPUtime=221.72 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 47123 0 0 0 22159 13 0 0 20 0 1 0 30829846 100671488 24398 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 24578 24398 544 484 0 23989 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 98312 KiB
Current children cumulated memory: 97592 KiB

[startup+282.3 s]
/proc/loadavg: 4.20 4.19 4.12 5/264 16891
/proc/meminfo: memFree=129327092/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=91960 memory=91192 CPUtime=281.55 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 48845 0 0 0 28141 14 0 0 20 0 1 0 30829846 94167040 22798 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 22990 22798 544 484 0 22401 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 91960 KiB
Current children cumulated memory: 91192 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 4.19 4.12 5/264 16893
/proc/meminfo: memFree=129256804/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=116868 memory=116152 CPUtime=341.39 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 49965 0 0 0 34124 15 0 0 20 0 1 0 30829846 119672832 29038 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 29217 29038 544 484 0 28628 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 116868 KiB
Current children cumulated memory: 116152 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.16 4.12 5/263 16895
/proc/meminfo: memFree=129253452/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=116868 memory=116152 CPUtime=401.24 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 50017 0 0 0 40109 15 0 0 20 0 1 0 30829846 119672832 29038 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 29217 29038 544 484 0 28628 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 116868 KiB
Current children cumulated memory: 116152 KiB

[startup+462.3 s]
/proc/loadavg: 4.24 4.18 4.12 5/263 16897
/proc/meminfo: memFree=129312312/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=89676 memory=88888 CPUtime=461.08 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 50782 0 0 0 46093 15 0 0 20 0 1 0 30829846 91828224 22222 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 22419 22222 544 484 0 21830 0

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

Current children cumulated memory: 192852 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 17016
/proc/meminfo: memFree=128884304/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=183828 memory=182276 CPUtime=2914.48 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 142405 0 0 0 291272 176 0 0 20 0 1 0 30829846 188239872 45569 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 45957 45569 544 484 0 45368 0
Current children cumulated CPU time: 2914.48 s
Current children cumulated vsize: 183828 KiB
Current children cumulated memory: 182276 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 17018
/proc/meminfo: memFree=128798104/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=196612 memory=195060 CPUtime=2974.3 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 144336 0 0 0 297248 182 0 0 20 0 1 0 30829846 201330688 48765 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 49153 48765 544 484 0 48564 0
Current children cumulated CPU time: 2974.3 s
Current children cumulated vsize: 196612 KiB
Current children cumulated memory: 195060 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 17025
/proc/meminfo: memFree=128717260/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=192056 memory=190504 CPUtime=3034.12 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 146317 0 0 0 303223 189 0 0 20 0 1 0 30829846 196665344 47626 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 48014 47626 544 484 0 47425 0
Current children cumulated CPU time: 3034.12 s
Current children cumulated vsize: 192056 KiB
Current children cumulated memory: 190504 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 17027
/proc/meminfo: memFree=128683128/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=199708 memory=198156 CPUtime=3093.94 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 148081 0 0 0 309201 193 0 0 20 0 1 0 30829846 204500992 49539 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 49927 49539 544 484 0 49338 0
Current children cumulated CPU time: 3093.94 s
Current children cumulated vsize: 199708 KiB
Current children cumulated memory: 198156 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 17028
/proc/meminfo: memFree=128842580/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=208176 memory=206384 CPUtime=3153.76 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 151604 0 0 0 315178 198 0 0 20 0 1 0 30829846 213172224 51596 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 52044 51596 544 484 0 51455 0
Current children cumulated CPU time: 3153.76 s
Current children cumulated vsize: 208176 KiB
Current children cumulated memory: 206384 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/264 17030
/proc/meminfo: memFree=128652292/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=214168 memory=212436 CPUtime=3213.59 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 153891 0 0 0 321155 204 0 0 20 0 1 0 30829846 219308032 53109 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 53542 53109 544 484 0 52953 0
Current children cumulated CPU time: 3213.59 s
Current children cumulated vsize: 214168 KiB
Current children cumulated memory: 212436 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 17032
/proc/meminfo: memFree=128677680/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=196960 memory=195240 CPUtime=3273.41 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 156260 0 0 0 327131 210 0 0 20 0 1 0 30829846 201687040 48810 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 49240 48810 544 484 0 48651 0
Current children cumulated CPU time: 3273.41 s
Current children cumulated vsize: 196960 KiB
Current children cumulated memory: 195240 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 17034
/proc/meminfo: memFree=128689400/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=194040 memory=192320 CPUtime=3333.23 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 158062 0 0 0 333107 216 0 0 20 0 1 0 30829846 198696960 48080 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 48510 48080 544 484 0 47921 0
Current children cumulated CPU time: 3333.23 s
Current children cumulated vsize: 194040 KiB
Current children cumulated memory: 192320 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 17036
/proc/meminfo: memFree=128663056/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=240272 memory=239272 CPUtime=3393.06 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 162272 0 0 0 339085 221 0 0 20 0 1 0 30829846 246038528 59818 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 60068 59818 544 484 0 59479 0
Current children cumulated CPU time: 3393.06 s
Current children cumulated vsize: 240272 KiB
Current children cumulated memory: 239272 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 17038
/proc/meminfo: memFree=128804984/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=208660 memory=207788 CPUtime=3452.88 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 164137 0 0 0 345063 225 0 0 20 0 1 0 30829846 213667840 51947 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 52165 51947 544 484 0 51576 0
Current children cumulated CPU time: 3452.88 s
Current children cumulated vsize: 208660 KiB
Current children cumulated memory: 207788 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/263 17042
/proc/meminfo: memFree=128697552/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=210496 memory=209624 CPUtime=3512.7 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 166119 0 0 0 351039 231 0 0 20 0 1 0 30829846 215547904 52406 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 52624 52406 544 484 0 52035 0
Current children cumulated CPU time: 3512.7 s
Current children cumulated vsize: 210496 KiB
Current children cumulated memory: 209624 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/262 17044
/proc/meminfo: memFree=128679816/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=216580 memory=215716 CPUtime=3572.53 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 168181 0 0 0 357019 234 0 0 20 0 1 0 30829846 221777920 53929 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 54145 53929 544 484 0 53556 0
Current children cumulated CPU time: 3572.53 s
Current children cumulated vsize: 216580 KiB
Current children cumulated memory: 215716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 3.49 3.95 4.04 3/251 17108
/proc/meminfo: memFree=129597752/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=217916 memory=217052 CPUtime=3600.03 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 169230 0 0 0 359766 237 0 0 20 0 1 0 30829846 223145984 54263 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 54479 54263 544 484 0 53890 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 217916 KiB
Current children cumulated memory: 217052 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.67 s, system=2.37374 s

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

[startup+3609.9 s]
/proc/loadavg: 3.49 3.95 4.04 3/251 17108
/proc/meminfo: memFree=129597752/131249988 swapFree=33010684/33010684
[pid=16770] ppid=16767 vsize=217916 memory=217052 CPUtime=3600.03 cores=0,2
/proc/16770/stat : 16770 (uwrmaxsat) R 16767 16770 14850 0 -1 4194304 169230 0 0 0 359766 237 0 0 20 0 1 0 30829846 223145984 54263 18446744073709551615 4198400 6176925 140733019510752 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 19902464 140733019519338 140733019519465 140733019519465 140733019525067 0
/proc/16770/statm: 54479 54263 544 484 0 53890 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 217916 KiB
Current children cumulated memory: 217052 KiB

Child status: 0

Real time (s): 3609.9
CPU time (s): 3600.04
CPU user time (s): 3597.67
CPU system time (s): 2.37374
CPU usage (%): 99.7269
Max. virtual memory (cumulated for all children) (KiB): 305736
Max. memory (cumulated for all children) (KiB): 304560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.67
system time used= 2.37374
maximum resident set size= 304560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169230
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= 35
involuntary context switches= 7941


# summary of solver processes directly reported to runsolver:
#   pid: 16770
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3597.67
#   total CPU system time (s): 2.37374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.41689 second user time and 14.9866 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-29 00:58:30
IDJOB=4493244
IDBENCH=147856
IDSOLVER=3372
FILE ID=nodeC034/4493244-1751151510
RUNJOBID= nodeC034-1751144206-14860
SLURM_JOB_ID= 9587439
Free space on /tmp= 433044 MiB

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

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

MD5SUM BENCH= 447851c4fd40c5c34c03bb94532f1e8d
RANDOM SEED=794070948

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		: 3598.581
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.711
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		: 3599.739
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		: 3600.358
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.751
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		: 3599.766
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		: 3599.331
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		: 3597.202
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:        129661152 kB
MemAvailable:   129279512 kB
Buffers:            3280 kB
Cached:           401228 kB
SwapCached:            0 kB
Active:           814472 kB
Inactive:         192412 kB
Active(anon):     620480 kB
Inactive(anon):        0 kB
Active(file):     193992 kB
Inactive(file):   192412 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17076 kB
Writeback:             0 kB
AnonPages:        604268 kB
Mapped:           109384 kB
Shmem:             18104 kB
KReclaimable:      85268 kB
Slab:             168184 kB
SReclaimable:      85268 kB
SUnreclaim:        82916 kB
KernelStack:        4272 kB
PageTables:         4096 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     932516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 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= 433052 MiB
End job on nodeC034 at 2025-06-29 01:58:40