Trace number 4490625

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.5

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_2.opb
MD5SUM5da80f5858be2a333e7d6bf1625fcb5c
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 variables61
Total number of constraints15
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 constraints14
Minimum length of a constraint1
Maximum length of a constraint60
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 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4944
Number of bits of the biggest sum of numbers13
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 14 PB-constraints to clauses...
3600.00/3611.50	c *** TERMINATED by signal 15 ***
3600.00/3611.50	c _______________________________________________________________________________
3600.00/3611.50	c 
3600.00/3611.50	c _______________________________________________________________________________
3600.00/3611.50	c 
3600.00/3611.50	c =======================[ UWrMaxSat resources usage ]===========================
3600.00/3611.50	c Memory used            : 211.00 MB
3600.00/3611.50	c CPU time               : 3599.17 s
3600.00/3611.50	c Constr Enc: Srt/BDD/Add: 7 0 0
3600.00/3611.50	c _______________________________________________________________________________
3600.00/3611.50	c _______________________________________________________________________________
3600.00/3611.50	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 (62350 MiB free)
  memory of node 1: 64465 MiB (63643 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490625-1751373568/watcher-4490625-1751373568 -o /tmp/evaluation-result-4490625-1751373568/solver-4490625-1751373568 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751366224-47660 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4490625-1751373568.opb -mem-lim=31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=48841, runsolver pid=48838

[startup+0.100069 s]*
/proc/loadavg: 4.18 4.13 4.15 5/250 48842
/proc/meminfo: memFree=129009756/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=12472 memory=11316 CPUtime=0.1 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 2588 0 0 0 10 0 0 0 20 0 1 0 53035459 12771328 2829 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 3118 2829 480 484 0 2529 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 12472 KiB
Current children cumulated memory: 11316 KiB

[startup+0.213043 s]*
/proc/loadavg: 4.18 4.13 4.15 5/250 48842
/proc/meminfo: memFree=129002232/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=23180 memory=21592 CPUtime=0.22 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 5810 0 0 0 21 1 0 0 20 0 1 0 53035459 23736320 5398 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 5795 5398 512 484 0 5206 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 23180 KiB
Current children cumulated memory: 21592 KiB

[startup+0.312937 s]*
/proc/loadavg: 4.18 4.13 4.15 5/250 48842
/proc/meminfo: memFree=129002232/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=23444 memory=21848 CPUtime=0.32 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 5881 0 0 0 31 1 0 0 20 0 1 0 53035459 24006656 5462 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 5861 5462 512 484 0 5272 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 23444 KiB
Current children cumulated memory: 21848 KiB

[startup+0.700276 s]
/proc/loadavg: 4.18 4.13 4.15 5/250 48842
/proc/meminfo: memFree=129002232/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=28532 memory=26280 CPUtime=0.68 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 6460 0 0 0 67 1 0 0 20 0 1 0 53035459 29216768 6570 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 7133 6570 544 484 0 6544 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 28532 KiB
Current children cumulated memory: 26280 KiB

[startup+1.50028 s]
/proc/loadavg: 4.18 4.13 4.15 5/250 48842
/proc/meminfo: memFree=128998452/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=34396 memory=32168 CPUtime=1.48 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 9274 0 0 0 146 2 0 0 20 0 1 0 53035459 35221504 8042 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 8599 8042 544 484 0 8010 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 34396 KiB
Current children cumulated memory: 32168 KiB

[startup+3.11292 s]
/proc/loadavg: 4.16 4.13 4.15 5/250 48842
/proc/meminfo: memFree=128972416/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=55988 memory=54724 CPUtime=3.09 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 16119 0 0 0 305 4 0 0 20 0 1 0 53035459 57331712 13681 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 13997 13681 544 484 0 13408 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 55988 KiB
Current children cumulated memory: 54724 KiB

[startup+6.30028 s]
/proc/loadavg: 4.16 4.13 4.15 5/250 48842
/proc/meminfo: memFree=128964712/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=56484 memory=55236 CPUtime=6.27 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 16255 0 0 0 623 4 0 0 20 0 1 0 53035459 57839616 13809 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 14121 13809 544 484 0 13532 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 56484 KiB
Current children cumulated memory: 55236 KiB

[startup+12.7003 s]
/proc/loadavg: 4.14 4.12 4.15 5/250 48842
/proc/meminfo: memFree=128959108/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=58520 memory=57284 CPUtime=12.65 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 16765 0 0 0 1261 4 0 0 20 0 1 0 53035459 59924480 14321 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 14630 14321 544 484 0 14041 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 58520 KiB
Current children cumulated memory: 57284 KiB

[startup+25.5003 s]
/proc/loadavg: 4.20 4.13 4.15 5/251 48844
/proc/meminfo: memFree=128949404/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=58920 memory=57668 CPUtime=25.4 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 16886 0 0 0 2536 4 0 0 20 0 1 0 53035459 60334080 14417 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 14730 14417 544 484 0 14141 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 58920 KiB
Current children cumulated memory: 57668 KiB

[startup+51.1129 s]
/proc/loadavg: 4.13 4.12 4.15 5/251 48844
/proc/meminfo: memFree=128891776/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=63024 memory=61760 CPUtime=50.93 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 17403 0 0 0 5089 4 0 0 20 0 1 0 53035459 64536576 15440 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 15756 15440 544 484 0 15167 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 63024 KiB
Current children cumulated memory: 61760 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.14 5/251 48846
/proc/meminfo: memFree=128857912/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=72420 memory=71232 CPUtime=101.96 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 22015 0 0 0 10190 6 0 0 20 0 1 0 53035459 74158080 17808 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 18105 17808 544 484 0 17516 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 72420 KiB
Current children cumulated memory: 71232 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.14 5/251 48848
/proc/meminfo: memFree=128822788/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=60028 memory=59200 CPUtime=161.76 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 26772 0 0 0 16167 9 0 0 20 0 1 0 53035459 61468672 14800 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 15007 14800 544 484 0 14418 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 60028 KiB
Current children cumulated memory: 59200 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.10 4.13 5/251 48850
/proc/meminfo: memFree=128800364/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=78288 memory=77632 CPUtime=221.56 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 29806 0 0 0 22145 11 0 0 20 0 1 0 53035459 80166912 19408 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 19572 19408 544 484 0 18983 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 78288 KiB
Current children cumulated memory: 77632 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.11 4.13 5/251 48852
/proc/meminfo: memFree=128755152/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=92572 memory=91840 CPUtime=281.37 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 30822 0 0 0 28125 12 0 0 20 0 1 0 53035459 94793728 22960 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 23143 22960 544 484 0 22554 0
Current children cumulated CPU time: 281.37 s
Current children cumulated vsize: 92572 KiB
Current children cumulated memory: 91840 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 4.09 4.12 5/250 48857
/proc/meminfo: memFree=128785996/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=90280 memory=89536 CPUtime=341.18 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 34051 0 0 0 34104 14 0 0 20 0 1 0 53035459 92446720 22384 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 22570 22384 544 484 0 21981 0
Current children cumulated CPU time: 341.18 s
Current children cumulated vsize: 90280 KiB
Current children cumulated memory: 89536 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.08 4.11 5/251 48864
/proc/meminfo: memFree=128776204/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=75224 memory=74596 CPUtime=400.99 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 37744 0 0 0 40083 16 0 0 20 0 1 0 53035459 77029376 18649 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 18806 18649 544 484 0 18217 0
Current children cumulated CPU time: 400.99 s
Current children cumulated vsize: 75224 KiB
Current children cumulated memory: 74596 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.10 4.11 5/251 48866
/proc/meminfo: memFree=128751208/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=108152 memory=107456 CPUtime=460.8 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 39373 0 0 0 46063 17 0 0 20 0 1 0 53035459 110747648 26864 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 27038 26864 544 484 0 26449 0
Current children cumulated CPU time: 460.8 s

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

Current children cumulated memory: 213388 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.15 4.14 5/250 49033
/proc/meminfo: memFree=128676224/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=214620 memory=213892 CPUtime=2912.98 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 66530 0 0 0 291231 67 0 0 20 0 1 0 53035459 219770880 53473 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 53655 53473 544 484 0 53066 0
Current children cumulated CPU time: 2912.98 s
Current children cumulated vsize: 214620 KiB
Current children cumulated memory: 213892 KiB

[startup+2982.3 s]
/proc/loadavg: 4.05 4.12 4.13 5/250 49035
/proc/meminfo: memFree=128691864/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=176356 memory=175728 CPUtime=2972.78 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 67138 0 0 0 297209 69 0 0 20 0 1 0 53035459 180588544 43932 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 44089 43932 544 484 0 43500 0
Current children cumulated CPU time: 2972.78 s
Current children cumulated vsize: 176356 KiB
Current children cumulated memory: 175728 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.14 4.13 5/250 49037
/proc/meminfo: memFree=128692884/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=176356 memory=175728 CPUtime=3032.59 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 67619 0 0 0 303188 71 0 0 20 0 1 0 53035459 180588544 43932 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 44089 43932 544 484 0 43500 0
Current children cumulated CPU time: 3032.59 s
Current children cumulated vsize: 176356 KiB
Current children cumulated memory: 175728 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.14 4.13 5/250 49039
/proc/meminfo: memFree=128681888/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=176356 memory=175728 CPUtime=3092.39 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 68139 0 0 0 309167 72 0 0 20 0 1 0 53035459 180588544 43932 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 44089 43932 544 484 0 43500 0
Current children cumulated CPU time: 3092.39 s
Current children cumulated vsize: 176356 KiB
Current children cumulated memory: 175728 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.13 4.13 5/250 49042
/proc/meminfo: memFree=128654664/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=176356 memory=175728 CPUtime=3152.2 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 68721 0 0 0 315147 73 0 0 20 0 1 0 53035459 180588544 43932 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 44089 43932 544 484 0 43500 0
Current children cumulated CPU time: 3152.2 s
Current children cumulated vsize: 176356 KiB
Current children cumulated memory: 175728 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.12 4.12 5/250 49044
/proc/meminfo: memFree=128667424/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=176356 memory=175728 CPUtime=3212.01 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 69312 0 0 0 321126 75 0 0 20 0 1 0 53035459 180588544 43932 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 44089 43932 544 484 0 43500 0
Current children cumulated CPU time: 3212.01 s
Current children cumulated vsize: 176356 KiB
Current children cumulated memory: 175728 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.12 5/250 49046
/proc/meminfo: memFree=128644140/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=215628 memory=214900 CPUtime=3271.81 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 70301 0 0 0 327105 76 0 0 20 0 1 0 53035459 220803072 53725 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 53907 53725 544 484 0 53318 0
Current children cumulated CPU time: 3271.81 s
Current children cumulated vsize: 215628 KiB
Current children cumulated memory: 214900 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.14 4.12 5/250 49048
/proc/meminfo: memFree=128645852/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=213944 memory=213216 CPUtime=3331.62 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 71011 0 0 0 333084 78 0 0 20 0 1 0 53035459 219078656 53304 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 53486 53304 544 484 0 52897 0
Current children cumulated CPU time: 3331.62 s
Current children cumulated vsize: 213944 KiB
Current children cumulated memory: 213216 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.11 4.11 5/251 49053
/proc/meminfo: memFree=128637096/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=215860 memory=215132 CPUtime=3391.42 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 71689 0 0 0 339063 79 0 0 20 0 1 0 53035459 221040640 53783 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 53965 53783 544 484 0 53376 0
Current children cumulated CPU time: 3391.42 s
Current children cumulated vsize: 215860 KiB
Current children cumulated memory: 215132 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.10 4.10 5/251 49059
/proc/meminfo: memFree=128635608/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=216024 memory=215296 CPUtime=3451.23 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 72408 0 0 0 345043 80 0 0 20 0 1 0 53035459 221208576 53824 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 54006 53824 544 484 0 53417 0
Current children cumulated CPU time: 3451.23 s
Current children cumulated vsize: 216024 KiB
Current children cumulated memory: 215296 KiB

[startup+3522.3 s]
/proc/loadavg: 4.47 4.19 4.13 5/250 49061
/proc/meminfo: memFree=128627016/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=215448 memory=214720 CPUtime=3511.04 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 73051 0 0 0 351023 81 0 0 20 0 1 0 53035459 220618752 53680 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 53862 53680 544 484 0 53273 0
Current children cumulated CPU time: 3511.04 s
Current children cumulated vsize: 215448 KiB
Current children cumulated memory: 214720 KiB

[startup+3582.3 s]
/proc/loadavg: 3.19 3.91 4.04 3/238 49125
/proc/meminfo: memFree=128948040/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=214852 memory=214124 CPUtime=3570.88 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 73477 0 0 0 357005 83 0 0 20 0 1 0 53035459 220008448 53531 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 53713 53531 544 484 0 53124 0
Current children cumulated CPU time: 3570.88 s
Current children cumulated vsize: 214852 KiB
Current children cumulated memory: 214124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.5 s]
/proc/loadavg: 2.72 3.72 3.97 3/238 49126
/proc/meminfo: memFree=128938800/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=216760 memory=216032 CPUtime=3600 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 73869 0 0 0 359916 84 0 0 20 0 1 0 53035459 221962240 54008 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 54190 54008 544 484 0 53601 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 216760 KiB
Current children cumulated memory: 216032 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.17 s, system=0.847237 s

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

[startup+3611.5 s]
/proc/loadavg: 2.72 3.72 3.97 3/238 49126
/proc/meminfo: memFree=128938800/131382120 swapFree=33010684/33010684
[pid=48841] ppid=48838 vsize=216760 memory=216032 CPUtime=3600 cores=1,3
/proc/48841/stat : 48841 (uwrmaxsat) R 48838 48841 47648 0 -1 4194304 73869 0 0 0 359916 84 0 0 20 0 1 0 53035459 221962240 54008 18446744073709551615 4198400 6176925 140725346970864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 35528704 140725346974058 140725346974185 140725346974185 140725346979787 0
/proc/48841/statm: 54190 54008 544 484 0 53601 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 216760 KiB
Current children cumulated memory: 216032 KiB

Child status: 0

Real time (s): 3611.5
CPU time (s): 3600.02
CPU user time (s): 3599.17
CPU system time (s): 0.847237
CPU usage (%): 99.682
Max. virtual memory (cumulated for all children) (KiB): 216760
Max. memory (cumulated for all children) (KiB): 216032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.17
system time used= 0.847237
maximum resident set size= 216032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73869
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= 34
involuntary context switches= 1434


# summary of solver processes directly reported to runsolver:
#   pid: 48841
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.17
#   total CPU system time (s): 0.847237

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4521 second user time and 33.5723 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-01 14:39:28
IDJOB=4490625
IDBENCH=147597
IDSOLVER=3372
FILE ID=nodeC003/4490625-1751373568
RUNJOBID= nodeC003-1751366224-47660
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_7_60_2.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490625-1751373568/watcher-4490625-1751373568 -o /tmp/evaluation-result-4490625-1751373568/solver-4490625-1751373568 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751366224-47660 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4490625-1751373568.opb -mem-lim=31000

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

MD5SUM BENCH= 5da80f5858be2a333e7d6bf1625fcb5c
RANDOM SEED=2016886191

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		: 3491.716
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		: 1197.164
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.627
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.264
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.712
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.681
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		: 3700.000
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.455
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:        129017884 kB
MemAvailable:   129649980 kB
Buffers:            3280 kB
Cached:          1436476 kB
SwapCached:            0 kB
Active:           602036 kB
Inactive:        1187040 kB
Active(anon):     367280 kB
Inactive(anon):        0 kB
Active(file):     234756 kB
Inactive(file):  1187040 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2632 kB
Writeback:            16 kB
AnonPages:        352416 kB
Mapped:           110128 kB
Shmem:             17960 kB
KReclaimable:      99852 kB
Slab:             183956 kB
SReclaimable:      99852 kB
SUnreclaim:        84104 kB
KernelStack:        4080 kB
PageTables:         3612 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     686680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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 15:39:40