Trace number 4515218

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.16 3611.43

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-t1722.0.s.opb
MD5SUM39768e28ba132eeb426131d5bb977045
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36630
Total number of constraints339
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint389
Maximum length of a constraint36630
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 114245
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 85902757
Number of bits of the biggest sum of numbers27
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.50/0.60	c Converting 677 PB-constraints to clauses...
46.88/47.05	c ============================[ Encoding Statistics ]============================
46.88/47.05	c |  Number of variables:      13791016                                         |
46.88/47.05	c |  Number of clauses:        33516936                                         |
46.88/47.05	c ===============================================================================
3600.02/3611.30	c *** TERMINATED by signal 15 ***
3600.02/3611.30	c _______________________________________________________________________________
3600.02/3611.30	c 
3600.02/3611.30	c _______________________________________________________________________________
3600.02/3611.30	c 
3600.02/3611.30	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3611.30	c Memory used            : 11362.00 MB
3600.02/3611.30	c CPU time               : 3577.94 s
3600.02/3611.30	c Constr Enc: Srt/BDD/Add: 339 0 0
3600.02/3611.30	c _______________________________________________________________________________
3600.02/3611.30	c _______________________________________________________________________________
3600.02/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: 63708 MiB (62886 MiB free)
  memory of node 1: 64465 MiB (63635 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515218-1751225640/watcher-4515218-1751225640 -o /tmp/evaluation-result-4515218-1751225640/solver-4515218-1751225640 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751222027-30964 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4515218-1751225640.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=31436, runsolver pid=31433
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 4.08 4.08 4.03 5/265 31437
/proc/meminfo: memFree=129518248/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=36760 memory=34796 CPUtime=0.09 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 9077 0 0 0 8 1 0 0 20 0 1 0 38240563 37642240 8699 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 9190 8699 448 484 0 8601 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 36760 KiB
Current children cumulated memory: 34796 KiB

[startup+0.204908 s]*
/proc/loadavg: 4.08 4.08 4.03 5/265 31437
/proc/meminfo: memFree=129518500/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=36760 memory=34924 CPUtime=0.2 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 9093 0 0 0 19 1 0 0 20 0 1 0 38240563 37642240 8731 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 9190 8731 448 484 0 8601 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 36760 KiB
Current children cumulated memory: 34924 KiB

[startup+0.305516 s]*
/proc/loadavg: 4.08 4.08 4.03 5/265 31437
/proc/meminfo: memFree=129518500/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=39940 memory=38124 CPUtime=0.3 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 9908 0 0 0 28 2 0 0 20 0 1 0 38240563 40898560 9531 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 9985 9531 448 484 0 9396 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39940 KiB
Current children cumulated memory: 38124 KiB

[startup+0.700126 s]
/proc/loadavg: 4.08 4.08 4.03 5/265 31437
/proc/meminfo: memFree=129502372/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=83056 memory=79012 CPUtime=0.69 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 20452 0 0 0 65 4 0 0 20 0 1 0 38240563 85049344 19753 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 20764 19753 480 484 0 20175 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 83056 KiB
Current children cumulated memory: 79012 KiB

[startup+1.50011 s]
/proc/loadavg: 4.08 4.08 4.03 5/265 31437
/proc/meminfo: memFree=129426328/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=132684 memory=125128 CPUtime=1.49 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 30727 0 0 0 143 6 0 0 20 0 1 0 38240563 135868416 31282 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 33171 31282 480 484 0 32582 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 132684 KiB
Current children cumulated memory: 125128 KiB

[startup+3.10518 s]
/proc/loadavg: 4.08 4.08 4.03 5/265 31437
/proc/meminfo: memFree=129427116/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=132684 memory=125128 CPUtime=3.09 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 30727 0 0 0 303 6 0 0 20 0 1 0 38240563 135868416 31282 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 33171 31282 480 484 0 32582 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 132684 KiB
Current children cumulated memory: 125128 KiB

[startup+6.3001 s]
/proc/loadavg: 4.07 4.08 4.02 5/265 31437
/proc/meminfo: memFree=129427156/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=132684 memory=125128 CPUtime=6.28 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 30727 0 0 0 622 6 0 0 20 0 1 0 38240563 135868416 31282 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 33171 31282 480 484 0 32582 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 132684 KiB
Current children cumulated memory: 125128 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.08 4.02 4/263 31437
/proc/meminfo: memFree=126747896/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=355488 memory=345192 CPUtime=12.66 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 42558 0 0 0 1254 12 0 0 20 0 1 0 38240563 364019712 86298 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 88872 86298 480 484 0 88283 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 355488 KiB
Current children cumulated memory: 345192 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.09 4.03 5/265 31483
/proc/meminfo: memFree=120483760/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=1327392 memory=1323312 CPUtime=25.43 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 141288 0 0 0 2497 46 0 0 20 0 1 0 38240563 1359249408 330828 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 331848 330828 480 484 0 331259 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1327392 KiB
Current children cumulated memory: 1323312 KiB

[startup+51.1057 s]
/proc/loadavg: 4.08 4.08 4.03 5/265 31483
/proc/meminfo: memFree=114003948/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=7962856 memory=7585556 CPUtime=50.97 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 944382 0 0 0 4819 278 0 0 20 0 1 0 38240563 8153964544 1896389 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 1990714 1896389 512 484 0 1990125 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 7962856 KiB
Current children cumulated memory: 7585556 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.08 4.03 5/265 31485
/proc/meminfo: memFree=110082516/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=10995348 memory=10356868 CPUtime=102 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 953843 0 0 0 9814 386 0 0 20 0 1 0 38240563 11259236352 2589217 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2748837 2589217 544 484 0 2748248 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 10995348 KiB
Current children cumulated memory: 10356868 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.08 4.03 5/266 31488
/proc/meminfo: memFree=111888776/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=10209872 memory=9353212 CPUtime=161.82 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 960749 0 0 0 15736 446 0 0 20 0 1 0 38240563 10454908928 2338303 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2552468 2338303 544 484 0 2551879 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 10209872 KiB
Current children cumulated memory: 9353212 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/264 31490
/proc/meminfo: memFree=111278788/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=10152844 memory=9492792 CPUtime=221.63 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 966409 0 0 0 21676 487 0 0 20 0 1 0 38240563 10396512256 2373198 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2538211 2373198 544 484 0 2537622 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 10152844 KiB
Current children cumulated memory: 9492792 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.09 4.03 5/265 31493
/proc/meminfo: memFree=112448552/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9617428 memory=8749312 CPUtime=281.45 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 990446 0 0 0 27505 640 0 0 20 0 1 0 38240563 9848246272 2187328 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2404357 2187328 544 484 0 2403768 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 9617428 KiB
Current children cumulated memory: 8749312 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.09 4.03 5/265 31495
/proc/meminfo: memFree=112455212/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9667580 memory=8588340 CPUtime=341.27 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1003051 0 0 0 33387 740 0 0 20 0 1 0 38240563 9899601920 2147085 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2416895 2147085 544 484 0 2416306 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 9667580 KiB
Current children cumulated memory: 8588340 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 4.07 4.03 5/265 31497
/proc/meminfo: memFree=112510408/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9667580 memory=8588356 CPUtime=401.08 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1009296 0 0 0 39332 776 0 0 20 0 1 0 38240563 9899601920 2147089 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2416895 2147089 544 484 0 2416306 0
Current children cumulated CPU time: 401.08 s
Current children cumulated vsize: 9667580 KiB
Current children cumulated memory: 8588356 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.09 4.03 5/264 31499
/proc/meminfo: memFree=112572224/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9660768 memory=8612284 CPUtime=460.89 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1020756 0 0 0 45218 871 0 0 20 0 1 0 38240563 9892626432 2153071 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2415192 2153071 544 484 0 2414603 0
Current children cumulated CPU time: 460.89 s

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

/proc/31436/statm: 2300689 2097324 544 484 0 2300100 0
Current children cumulated CPU time: 2853.31 s
Current children cumulated vsize: 9202756 KiB
Current children cumulated memory: 8389296 KiB

[startup+2922.3 s]
/proc/loadavg: 4.42 4.19 4.12 5/264 31632
/proc/meminfo: memFree=113052064/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9206928 memory=8393468 CPUtime=2913.13 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1208553 0 0 0 289310 2003 0 0 20 0 1 0 38240563 9427894272 2098367 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2301732 2098367 544 484 0 2301143 0
Current children cumulated CPU time: 2913.13 s
Current children cumulated vsize: 9206928 KiB
Current children cumulated memory: 8393468 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.17 4.12 5/265 31640
/proc/meminfo: memFree=113053596/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9206928 memory=8393468 CPUtime=2972.94 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1211227 0 0 0 295291 2003 0 0 20 0 1 0 38240563 9427894272 2098367 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2301732 2098367 544 484 0 2301143 0
Current children cumulated CPU time: 2972.94 s
Current children cumulated vsize: 9206928 KiB
Current children cumulated memory: 8393468 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/264 31642
/proc/meminfo: memFree=112558200/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9206928 memory=8393468 CPUtime=3032.75 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1213621 0 0 0 301272 2003 0 0 20 0 1 0 38240563 9427894272 2098367 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2301732 2098367 544 484 0 2301143 0
Current children cumulated CPU time: 3032.75 s
Current children cumulated vsize: 9206928 KiB
Current children cumulated memory: 8393468 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/264 31644
/proc/meminfo: memFree=112484944/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9206928 memory=8393468 CPUtime=3092.57 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1216068 0 0 0 307253 2004 0 0 20 0 1 0 38240563 9427894272 2098367 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2301732 2098367 544 484 0 2301143 0
Current children cumulated CPU time: 3092.57 s
Current children cumulated vsize: 9206928 KiB
Current children cumulated memory: 8393468 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/264 31646
/proc/meminfo: memFree=112457860/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9206928 memory=8393468 CPUtime=3152.38 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1218670 0 0 0 313234 2004 0 0 20 0 1 0 38240563 9427894272 2098367 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2301732 2098367 544 484 0 2301143 0
Current children cumulated CPU time: 3152.38 s
Current children cumulated vsize: 9206928 KiB
Current children cumulated memory: 8393468 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/264 31648
/proc/meminfo: memFree=112455592/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9203980 memory=8390520 CPUtime=3212.19 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1223673 0 0 0 319188 2031 0 0 20 0 1 0 38240563 9424875520 2097630 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2300995 2097630 544 484 0 2300406 0
Current children cumulated CPU time: 3212.19 s
Current children cumulated vsize: 9203980 KiB
Current children cumulated memory: 8390520 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/263 31651
/proc/meminfo: memFree=112452192/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9203980 memory=8390520 CPUtime=3272.01 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1226057 0 0 0 325169 2032 0 0 20 0 1 0 38240563 9424875520 2097630 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2300995 2097630 544 484 0 2300406 0
Current children cumulated CPU time: 3272.01 s
Current children cumulated vsize: 9203980 KiB
Current children cumulated memory: 8390520 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 31653
/proc/meminfo: memFree=112495416/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9171244 memory=8357912 CPUtime=3331.83 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1237544 0 0 0 331068 2115 0 0 20 0 1 0 38240563 9391353856 2089478 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2292811 2089478 544 484 0 2292222 0
Current children cumulated CPU time: 3331.83 s
Current children cumulated vsize: 9171244 KiB
Current children cumulated memory: 8357912 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 31656
/proc/meminfo: memFree=112495796/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9171244 memory=8357912 CPUtime=3391.65 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1247143 0 0 0 336994 2171 0 0 20 0 1 0 38240563 9391353856 2089478 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2292811 2089478 544 484 0 2292222 0
Current children cumulated CPU time: 3391.65 s
Current children cumulated vsize: 9171244 KiB
Current children cumulated memory: 8357912 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 31658
/proc/meminfo: memFree=112348912/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9171244 memory=8357912 CPUtime=3451.47 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1249600 0 0 0 342976 2171 0 0 20 0 1 0 38240563 9391353856 2089478 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2292811 2089478 544 484 0 2292222 0
Current children cumulated CPU time: 3451.47 s
Current children cumulated vsize: 9171244 KiB
Current children cumulated memory: 8357912 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 31663
/proc/meminfo: memFree=112752288/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9171244 memory=8357912 CPUtime=3511.29 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1252323 0 0 0 348957 2172 0 0 20 0 1 0 38240563 9391353856 2089478 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2292811 2089478 544 484 0 2292222 0
Current children cumulated CPU time: 3511.29 s
Current children cumulated vsize: 9171244 KiB
Current children cumulated memory: 8357912 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 31670
/proc/meminfo: memFree=112754336/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9171244 memory=8357912 CPUtime=3571.1 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1254598 0 0 0 354938 2172 0 0 20 0 1 0 38240563 9391353856 2089478 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2292811 2089478 544 484 0 2292222 0
Current children cumulated CPU time: 3571.1 s
Current children cumulated vsize: 9171244 KiB
Current children cumulated memory: 8357912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 31715
/proc/meminfo: memFree=115732292/131250000 swapFree=33010684/33010684
[pid=31436] ppid=31433 vsize=9640300 memory=8593992 CPUtime=3600.02 cores=0,2
/proc/31436/stat : 31436 (uwrmaxsat) R 31433 31436 30954 0 -1 4194304 1258590 0 0 0 357794 2208 0 0 20 0 1 0 38240563 9871667200 2148498 18446744073709551615 4198400 6176925 140735222437456 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 34308096 140735222442346 140735222442473 140735222442473 140735222448075 0
/proc/31436/statm: 2410075 2148498 544 484 0 2409486 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 9640300 KiB
Current children cumulated memory: 8593992 KiB

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

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

# cumulated CPU time of all completed processes:  user=3577.94 s, system=22.2148 s

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

[startup+3611.4 s]*
/proc/loadavg: 4.12 4.10 4.09 6/262 31727
/proc/meminfo: memFree=122422604/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3611.43
CPU time (s): 3600.16
CPU user time (s): 3577.94
CPU system time (s): 22.2148
CPU usage (%): 99.6877
Max. virtual memory (cumulated for all children) (KiB): 11634748
Max. memory (cumulated for all children) (KiB): 10936272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.94
system time used= 22.2148
maximum resident set size= 11019728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1258590
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= 2
involuntary context switches= 4570


# summary of solver processes directly reported to runsolver:
#   pid: 31436
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3577.94
#   total CPU system time (s): 22.2148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.10344 second user time and 16.1728 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 21:34:00
IDJOB=4515218
IDBENCH=164250
IDSOLVER=3372
FILE ID=nodeC014/4515218-1751225640
RUNJOBID= nodeC014-1751222027-30964
SLURM_JOB_ID= 9587677
Free space on /tmp= 433008 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-t1722.0.s.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515218-1751225640/watcher-4515218-1751225640 -o /tmp/evaluation-result-4515218-1751225640/solver-4515218-1751225640 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751222027-30964 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4515218-1751225640.opb -mem-lim=31000

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

MD5SUM BENCH= 39768e28ba132eeb426131d5bb977045
RANDOM SEED=764048484

nodeC014 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		: 3600.106
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	: 7000.23
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.850
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	: 7000.23
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		: 3711.061
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	: 7000.23
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		: 3637.203
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	: 7000.23
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		: 3600.259
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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.108
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	: 7000.23
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		: 3710.775
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	: 7000.23
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		: 3700.000
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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129558368 kB
MemAvailable:   129620416 kB
Buffers:            3280 kB
Cached:           870804 kB
SwapCached:            0 kB
Active:           423300 kB
Inactive:         661324 kB
Active(anon):     228620 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   661324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14212 kB
Writeback:             0 kB
AnonPages:        213784 kB
Mapped:           109508 kB
Shmem:             18068 kB
KReclaimable:      90564 kB
Slab:             177040 kB
SReclaimable:      90564 kB
SUnreclaim:        86476 kB
KernelStack:        4256 kB
PageTables:         3220 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     549340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC014 at 2025-06-29 22:34:11