Trace number 4490671

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 NameAnswerobjective functionCPU timeWall clock time
UWrMaxSat 2025-06-04? (TO) 3600.02 3611.3

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_1.opb
MD5SUM24a8c00bfc22332d2e87e9d19ffbf58d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
Number of bits of the biggest sum of numbers12
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.00	c Converting 12 PB-constraints to clauses...
3600.01/3611.30	c *** TERMINATED by signal 15 ***
3600.01/3611.30	c _______________________________________________________________________________
3600.01/3611.30	c 
3600.01/3611.30	c _______________________________________________________________________________
3600.01/3611.30	c 
3600.01/3611.30	c =======================[ UWrMaxSat resources usage ]===========================
3600.01/3611.30	c Memory used            : 204.00 MB
3600.01/3611.30	c CPU time               : 3599.47 s
3600.01/3611.30	c Constr Enc: Srt/BDD/Add: 6 0 0
3600.01/3611.30	c _______________________________________________________________________________
3600.01/3611.30	c _______________________________________________________________________________
3600.01/3611.30	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: 63837 MiB (62414 MiB free)
  memory of node 1: 64465 MiB (63332 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490671-1751375831/watcher-4490671-1751375831 -o /tmp/evaluation-result-4490671-1751375831/solver-4490671-1751375831 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751366224-47658 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4490671-1751375831.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
Starting watchdog thread
solver pid=49004, runsolver pid=49001
Current StackSize limit: 8192 KiB


[startup+0.100075 s]*
/proc/loadavg: 4.15 4.12 4.09 5/251 49005
/proc/meminfo: memFree=128755248/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=14120 memory=12676 CPUtime=0.1 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 3118 0 0 0 10 0 0 0 20 0 1 0 53261796 14458880 3169 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 3530 3169 480 484 0 2941 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 14120 KiB
Current children cumulated memory: 12676 KiB

[startup+0.213422 s]*
/proc/loadavg: 4.15 4.12 4.09 5/251 49005
/proc/meminfo: memFree=128747184/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=17012 memory=15760 CPUtime=0.22 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 4170 0 0 0 21 1 0 0 20 0 1 0 53261796 17420288 3940 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 4253 3940 512 484 0 3664 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 17012 KiB
Current children cumulated memory: 15760 KiB

[startup+0.313569 s]*
/proc/loadavg: 4.15 4.12 4.09 5/251 49005
/proc/meminfo: memFree=128747184/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=18356 memory=16656 CPUtime=0.32 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 4378 0 0 0 31 1 0 0 20 0 1 0 53261796 18796544 4164 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 4589 4164 544 484 0 4000 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18356 KiB
Current children cumulated memory: 16656 KiB

[startup+0.700333 s]
/proc/loadavg: 4.15 4.12 4.09 5/251 49005
/proc/meminfo: memFree=128747184/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=20428 memory=18820 CPUtime=0.68 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 5402 0 0 0 67 1 0 0 20 0 1 0 53261796 20918272 4705 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 5107 4705 544 484 0 4518 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 20428 KiB
Current children cumulated memory: 18820 KiB

[startup+1.50033 s]
/proc/loadavg: 4.15 4.12 4.09 5/251 49005
/proc/meminfo: memFree=128747196/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=31460 memory=30044 CPUtime=1.48 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 9483 0 0 0 146 2 0 0 20 0 1 0 53261796 32215040 7511 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 7865 7511 544 484 0 7276 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 31460 KiB
Current children cumulated memory: 30044 KiB

[startup+3.11307 s]
/proc/loadavg: 4.15 4.12 4.09 5/251 49005
/proc/meminfo: memFree=128731572/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=38208 memory=37008 CPUtime=3.09 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 12675 0 0 0 307 2 0 0 20 0 1 0 53261796 39124992 9252 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 9552 9252 544 484 0 8963 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 38208 KiB
Current children cumulated memory: 37008 KiB

[startup+6.30032 s]
/proc/loadavg: 4.14 4.11 4.09 5/251 49005
/proc/meminfo: memFree=128732076/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=39116 memory=38032 CPUtime=6.26 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 12915 0 0 0 624 2 0 0 20 0 1 0 53261796 40054784 9508 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 9779 9508 544 484 0 9190 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 39116 KiB
Current children cumulated memory: 38032 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.11 4.09 5/251 49005
/proc/meminfo: memFree=128722816/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=40104 memory=38928 CPUtime=12.64 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 13162 0 0 0 1262 2 0 0 20 0 1 0 53261796 41066496 9732 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 10026 9732 544 484 0 9437 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 40104 KiB
Current children cumulated memory: 38928 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 49005
/proc/meminfo: memFree=128713352/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=42676 memory=41488 CPUtime=25.4 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 13805 0 0 0 2538 2 0 0 20 0 1 0 53261796 43700224 10372 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 10669 10372 544 484 0 10080 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 42676 KiB
Current children cumulated memory: 41488 KiB

[startup+51.1132 s]
/proc/loadavg: 4.06 4.10 4.09 5/251 49006
/proc/meminfo: memFree=128719276/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=35972 memory=35016 CPUtime=50.93 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 14965 0 0 0 5090 3 0 0 20 0 1 0 53261796 36835328 8754 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 8993 8754 544 484 0 8404 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 35972 KiB
Current children cumulated memory: 35016 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/251 49008
/proc/meminfo: memFree=128754920/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=50544 memory=49500 CPUtime=101.94 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 22311 0 0 0 10189 5 0 0 20 0 1 0 53261796 51757056 12375 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 12636 12375 544 484 0 12047 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 50544 KiB
Current children cumulated memory: 49500 KiB

[startup+162.3 s]
/proc/loadavg: 4.80 4.32 4.17 5/251 49010
/proc/meminfo: memFree=128778140/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=54276 memory=53120 CPUtime=161.74 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 24102 0 0 0 16168 6 0 0 20 0 1 0 53261796 55578624 13280 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 13569 13280 544 484 0 12980 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 54276 KiB
Current children cumulated memory: 53120 KiB

[startup+222.3 s]
/proc/loadavg: 4.40 4.29 4.17 5/251 49012
/proc/meminfo: memFree=128742672/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=58812 memory=57728 CPUtime=221.52 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 32247 0 0 0 22143 9 0 0 20 0 1 0 53261796 60223488 14432 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 14703 14432 544 484 0 14114 0
Current children cumulated CPU time: 221.52 s
Current children cumulated vsize: 58812 KiB
Current children cumulated memory: 57728 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.25 4.16 5/250 49014
/proc/meminfo: memFree=128715032/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=75348 memory=74240 CPUtime=281.29 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 33323 0 0 0 28120 9 0 0 20 0 1 0 53261796 77156352 18560 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 18837 18560 544 484 0 18248 0
Current children cumulated CPU time: 281.29 s
Current children cumulated vsize: 75348 KiB
Current children cumulated memory: 74240 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 4.23 4.16 5/250 49016
/proc/meminfo: memFree=128716976/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=73424 memory=72264 CPUtime=341.06 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 37984 0 0 0 34094 12 0 0 20 0 1 0 53261796 75186176 18066 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 18356 18066 544 484 0 17767 0
Current children cumulated CPU time: 341.06 s
Current children cumulated vsize: 73424 KiB
Current children cumulated memory: 72264 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.20 4.15 5/250 49018
/proc/meminfo: memFree=128721572/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=58304 memory=57604 CPUtime=400.82 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 40541 0 0 0 40069 13 0 0 20 0 1 0 53261796 59703296 14401 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 14576 14401 544 484 0 13987 0
Current children cumulated CPU time: 400.82 s
Current children cumulated vsize: 58304 KiB
Current children cumulated memory: 57604 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.18 4.15 5/250 49020
/proc/meminfo: memFree=128719872/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=77732 memory=76800 CPUtime=460.64 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 47235 0 0 0 46048 16 0 0 20 0 1 0 53261796 79597568 19200 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 19433 19200 544 484 0 18844 0
Current children cumulated CPU time: 460.64 s

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

Current children cumulated memory: 166784 KiB

[startup+2922.3 s]
/proc/loadavg: 1.16 1.14 1.64 2/232 49241
/proc/meminfo: memFree=129072336/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=167668 memory=166784 CPUtime=2913.11 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 88581 0 0 0 291265 46 0 0 20 0 1 0 53261796 171692032 41696 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 41917 41696 544 484 0 41328 0
Current children cumulated CPU time: 2913.11 s
Current children cumulated vsize: 167668 KiB
Current children cumulated memory: 166784 KiB

[startup+2982.3 s]
/proc/loadavg: 1.12 1.13 1.60 2/232 49248
/proc/meminfo: memFree=129094196/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=128116 memory=127088 CPUtime=2972.93 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 90659 0 0 0 297245 48 0 0 20 0 1 0 53261796 131190784 31772 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 32029 31772 544 484 0 31440 0
Current children cumulated CPU time: 2972.93 s
Current children cumulated vsize: 128116 KiB
Current children cumulated memory: 127088 KiB

[startup+3042.3 s]
/proc/loadavg: 1.09 1.12 1.56 2/232 49250
/proc/meminfo: memFree=129085356/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=147000 memory=146068 CPUtime=3032.74 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 92730 0 0 0 303225 49 0 0 20 0 1 0 53261796 150528000 36517 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 36750 36517 544 484 0 36161 0
Current children cumulated CPU time: 3032.74 s
Current children cumulated vsize: 147000 KiB
Current children cumulated memory: 146068 KiB

[startup+3102.3 s]
/proc/loadavg: 1.14 1.12 1.54 2/232 49252
/proc/meminfo: memFree=129096352/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=115624 memory=114796 CPUtime=3092.57 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 94277 0 0 0 309206 51 0 0 20 0 1 0 53261796 118398976 28699 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 28906 28699 544 484 0 28317 0
Current children cumulated CPU time: 3092.57 s
Current children cumulated vsize: 115624 KiB
Current children cumulated memory: 114796 KiB

[startup+3162.3 s]
/proc/loadavg: 1.10 1.11 1.51 2/232 49254
/proc/meminfo: memFree=129083508/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=147284 memory=146432 CPUtime=3152.38 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 95040 0 0 0 315187 51 0 0 20 0 1 0 53261796 150818816 36608 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 36821 36608 544 484 0 36232 0
Current children cumulated CPU time: 3152.38 s
Current children cumulated vsize: 147284 KiB
Current children cumulated memory: 146432 KiB

[startup+3222.3 s]
/proc/loadavg: 1.08 1.11 1.48 2/232 49258
/proc/meminfo: memFree=129054016/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=175104 memory=174208 CPUtime=3212.19 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 95866 0 0 0 321167 52 0 0 20 0 1 0 53261796 179306496 43552 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 43776 43552 544 484 0 43187 0
Current children cumulated CPU time: 3212.19 s
Current children cumulated vsize: 175104 KiB
Current children cumulated memory: 174208 KiB

[startup+3282.3 s]
/proc/loadavg: 1.13 1.12 1.46 2/231 49259
/proc/meminfo: memFree=129054772/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=175104 memory=174208 CPUtime=3272 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 95866 0 0 0 327148 52 0 0 20 0 1 0 53261796 179306496 43552 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 43776 43552 544 484 0 43187 0
Current children cumulated CPU time: 3272 s
Current children cumulated vsize: 175104 KiB
Current children cumulated memory: 174208 KiB

[startup+3342.3 s]
/proc/loadavg: 1.04 1.09 1.43 2/231 49261
/proc/meminfo: memFree=129055276/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=175104 memory=174208 CPUtime=3331.82 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 95866 0 0 0 333130 52 0 0 20 0 1 0 53261796 179306496 43552 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 43776 43552 544 484 0 43187 0
Current children cumulated CPU time: 3331.82 s
Current children cumulated vsize: 175104 KiB
Current children cumulated memory: 174208 KiB

[startup+3402.3 s]
/proc/loadavg: 1.12 1.10 1.41 2/231 49263
/proc/meminfo: memFree=129056032/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=175104 memory=174208 CPUtime=3391.65 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 95866 0 0 0 339113 52 0 0 20 0 1 0 53261796 179306496 43552 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 43776 43552 544 484 0 43187 0
Current children cumulated CPU time: 3391.65 s
Current children cumulated vsize: 175104 KiB
Current children cumulated memory: 174208 KiB

[startup+3462.3 s]
/proc/loadavg: 1.10 1.10 1.38 2/231 49265
/proc/meminfo: memFree=129058092/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=175104 memory=174208 CPUtime=3451.47 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 95866 0 0 0 345095 52 0 0 20 0 1 0 53261796 179306496 43552 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 43776 43552 544 484 0 43187 0
Current children cumulated CPU time: 3451.47 s
Current children cumulated vsize: 175104 KiB
Current children cumulated memory: 174208 KiB

[startup+3522.3 s]
/proc/loadavg: 1.08 1.09 1.36 2/232 49270
/proc/meminfo: memFree=129043980/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=175104 memory=174276 CPUtime=3511.28 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 96346 0 0 0 351075 53 0 0 20 0 1 0 53261796 179306496 43569 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 43776 43569 544 484 0 43187 0
Current children cumulated CPU time: 3511.28 s
Current children cumulated vsize: 175104 KiB
Current children cumulated memory: 174276 KiB

[startup+3582.3 s]
/proc/loadavg: 1.09 1.09 1.34 2/232 49276
/proc/meminfo: memFree=129043120/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=175104 memory=174276 CPUtime=3571.09 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 96876 0 0 0 357056 53 0 0 20 0 1 0 53261796 179306496 43569 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 43776 43569 544 484 0 43187 0
Current children cumulated CPU time: 3571.09 s
Current children cumulated vsize: 175104 KiB
Current children cumulated memory: 174276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 1.13 1.10 1.34 2/232 49277
/proc/meminfo: memFree=129030580/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=208428 memory=207524 CPUtime=3600.01 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 97542 0 0 0 359947 54 0 0 20 0 1 0 53261796 213430272 51881 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 52107 51881 544 484 0 51518 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 208428 KiB
Current children cumulated memory: 207524 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.47 s, system=0.547867 s

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

[startup+3611.3 s]
/proc/loadavg: 1.13 1.10 1.34 2/232 49277
/proc/meminfo: memFree=129030580/131382120 swapFree=33010684/33010684
[pid=49004] ppid=49001 vsize=208428 memory=207524 CPUtime=3600.01 cores=0,2
/proc/49004/stat : 49004 (uwrmaxsat) R 49001 49004 47648 0 -1 4194304 97542 0 0 0 359947 54 0 0 20 0 1 0 53261796 213430272 51881 18446744073709551615 4198400 6176925 140727485439088 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 14512128 140727485442410 140727485442537 140727485442537 140727485448139 0
/proc/49004/statm: 52107 51881 544 484 0 51518 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 208428 KiB
Current children cumulated memory: 207524 KiB

Child status: 0

Real time (s): 3611.3
CPU time (s): 3600.02
CPU user time (s): 3599.47
CPU system time (s): 0.547867
CPU usage (%): 99.6876
Max. virtual memory (cumulated for all children) (KiB): 209444
Max. memory (cumulated for all children) (KiB): 208540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.47
system time used= 0.547867
maximum resident set size= 208540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97542
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= 51
involuntary context switches= 7886


# summary of solver processes directly reported to runsolver:
#   pid: 49004
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.47
#   total CPU system time (s): 0.547867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5065 second user time and 36.1514 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-01 15:17:11
IDJOB=4490671
IDBENCH=147604
IDSOLVER=3372
FILE ID=nodeC003/4490671-1751375831
RUNJOBID= nodeC003-1751366224-47658
SLURM_JOB_ID= 9598183
Free space on /tmp= 432748 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_1.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490671-1751375831/watcher-4490671-1751375831 -o /tmp/evaluation-result-4490671-1751375831/solver-4490671-1751375831 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751366224-47658 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4490671-1751375831.opb -mem-lim=31000

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

MD5SUM BENCH= 24a8c00bfc22332d2e87e9d19ffbf58d
RANDOM SEED=814064992

nodeC003 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	: 0xb00001f
cpu MHz		: 1197.214
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3518.943
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.128
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.477
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3491.716
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3662.476
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.442
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.351
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128756216 kB
MemAvailable:   129389016 kB
Buffers:            3280 kB
Cached:          1437184 kB
SwapCached:            0 kB
Active:           846072 kB
Inactive:        1187748 kB
Active(anon):     611316 kB
Inactive(anon):        0 kB
Active(file):     234756 kB
Inactive(file):  1187748 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2620 kB
Writeback:             0 kB
AnonPages:        595572 kB
Mapped:           110076 kB
Shmem:             17960 kB
KReclaimable:      99848 kB
Slab:             184364 kB
SReclaimable:      99848 kB
SUnreclaim:        84516 kB
KernelStack:        4064 kB
PageTables:         4136 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     933428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    512000 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432752 MiB
End job on nodeC003 at 2025-07-01 16:17:23