Trace number 4516586

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.1 3610.4

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-eq-random4reg-1000.shuf-3.opb
MD5SUM636acc55c6c302618a0a8d7a37fd8e36
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.118721
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4001
Total number of constraints4000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)514
Number of constraints which are nor clauses,nor cardinality constraints3486
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.02	c Converting 4000 PB-constraints to clauses...
0.00/0.05	c ============================[ Encoding Statistics ]============================
0.00/0.05	c |  Number of variables:          4001                                         |
0.00/0.05	c |  Number of clauses:           16014                                         |
0.00/0.05	c ===============================================================================
3600.09/3610.40	c *** TERMINATED by signal 15 ***
3600.09/3610.40	c _______________________________________________________________________________
3600.09/3610.40	c 
3600.09/3610.40	c _______________________________________________________________________________
3600.09/3610.40	c 
3600.09/3610.40	c =======================[ UWrMaxSat resources usage ]===========================
3600.09/3610.40	c Memory used            : 994.00 MB
3600.09/3610.40	c CPU time               : 3595.4 s
3600.09/3610.40	c Constr Enc: Srt/BDD/Add: 3999 0 0
3600.09/3610.40	c _______________________________________________________________________________
3600.09/3610.40	c _______________________________________________________________________________
3600.09/3610.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62774 MiB free)
  memory of node 1: 64507 MiB (63995 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=34368, runsolver pid=34359

[startup+0.100061 s]*
/proc/loadavg: 1.08 1.10 1.20 6/263 34377
/proc/meminfo: memFree=129783308/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=13308 memory=12112 CPUtime=0.09 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 3330 0 0 0 9 0 0 0 20 0 1 0 39487446 13627392 3028 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 3327 3028 544 484 0 2738 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13308 KiB
Current children cumulated memory: 12112 KiB

[startup+0.204672 s]*
/proc/loadavg: 1.08 1.10 1.20 6/263 34377
/proc/meminfo: memFree=129779784/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=15548 memory=14160 CPUtime=0.2 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 3858 0 0 0 20 0 0 0 20 0 1 0 39487446 15921152 3540 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 3887 3540 544 484 0 3298 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 15548 KiB
Current children cumulated memory: 14160 KiB

[startup+0.304824 s]*
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129779784/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=15548 memory=14160 CPUtime=0.3 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 3858 0 0 0 30 0 0 0 20 0 1 0 39487446 15921152 3540 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 3887 3540 544 484 0 3298 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 15548 KiB
Current children cumulated memory: 14160 KiB

[startup+0.700113 s]
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129779976/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=14448 memory=13064 CPUtime=0.69 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 4319 0 0 0 69 0 0 0 20 0 1 0 39487446 14794752 3266 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 3612 3266 544 484 0 3023 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 14448 KiB
Current children cumulated memory: 13064 KiB

[startup+1.50011 s]
/proc/loadavg: 1.08 1.10 1.20 6/263 34377
/proc/meminfo: memFree=129779976/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=17304 memory=15900 CPUtime=1.48 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 5958 0 0 0 148 0 0 0 20 0 1 0 39487446 17719296 3975 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 4326 3975 544 484 0 3737 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 17304 KiB
Current children cumulated memory: 15900 KiB

[startup+3.10449 s]
/proc/loadavg: 1.08 1.10 1.20 5/263 34377
/proc/meminfo: memFree=129768456/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=18064 memory=16740 CPUtime=3.09 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 7375 0 0 0 308 1 0 0 20 0 1 0 39487446 18497536 4185 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 4516 4185 544 484 0 3927 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 18064 KiB
Current children cumulated memory: 16740 KiB

[startup+6.30011 s]
/proc/loadavg: 1.39 1.17 1.22 6/263 34377
/proc/meminfo: memFree=129750788/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=29800 memory=28260 CPUtime=6.27 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 8745 0 0 0 626 1 0 0 20 0 1 0 39487446 30515200 7065 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 7450 7065 544 484 0 6861 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 29800 KiB
Current children cumulated memory: 28260 KiB

[startup+12.7001 s]
/proc/loadavg: 1.60 1.21 1.24 5/263 34377
/proc/meminfo: memFree=129692560/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=70668 memory=69096 CPUtime=12.66 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 12511 0 0 0 1263 3 0 0 20 0 1 0 39487446 72364032 17274 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 17667 17274 544 484 0 17078 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 70668 KiB
Current children cumulated memory: 69096 KiB

[startup+25.5001 s]
/proc/loadavg: 2.13 1.35 1.28 6/263 34377
/proc/meminfo: memFree=129632016/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=65136 memory=63588 CPUtime=25.42 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 15629 0 0 0 2537 5 0 0 20 0 1 0 39487446 66699264 15897 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 16284 15897 544 484 0 15695 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 65136 KiB
Current children cumulated memory: 63588 KiB

[startup+51.1044 s]
/proc/loadavg: 2.84 1.58 1.36 6/263 34378
/proc/meminfo: memFree=129507888/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=87068 memory=85840 CPUtime=50.95 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 16980 0 0 0 5089 6 0 0 20 0 1 0 39487446 89157632 21460 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 21767 21460 544 484 0 21178 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 87068 KiB
Current children cumulated memory: 85840 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 1.97 1.51 5/263 34380
/proc/meminfo: memFree=129208056/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=194328 memory=193008 CPUtime=102.01 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 20602 0 0 0 10188 13 0 0 20 0 1 0 39487446 198991872 48252 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 48582 48252 544 484 0 47993 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 194328 KiB
Current children cumulated memory: 193008 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 2.36 1.67 6/263 34382
/proc/meminfo: memFree=129399556/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=88964 memory=87772 CPUtime=161.85 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 21606 0 0 0 16170 15 0 0 20 0 1 0 39487446 91099136 21943 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 22241 21943 544 484 0 21652 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 88964 KiB
Current children cumulated memory: 87772 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.69 1.83 6/264 34387
/proc/meminfo: memFree=129101556/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=119728 memory=118536 CPUtime=221.69 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 29295 0 0 0 22146 23 0 0 20 0 1 0 39487446 122601472 29634 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 29932 29634 544 484 0 29343 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 119728 KiB
Current children cumulated memory: 118536 KiB

[startup+282.3 s]
/proc/loadavg: 4.03 2.93 1.97 5/264 34389
/proc/meminfo: memFree=128934392/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=239968 memory=238392 CPUtime=281.51 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 38656 0 0 0 28114 37 0 0 20 0 1 0 39487446 245727232 59598 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 59992 59598 544 484 0 59403 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 239968 KiB
Current children cumulated memory: 238392 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 3.14 2.10 5/263 34391
/proc/meminfo: memFree=128541372/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=303472 memory=302004 CPUtime=341.33 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 49510 0 0 0 34084 49 0 0 20 0 1 0 39487446 310755328 75501 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 75868 75501 544 484 0 75279 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 303472 KiB
Current children cumulated memory: 302004 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.33 2.24 6/263 34393
/proc/meminfo: memFree=128604624/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=221464 memory=219780 CPUtime=401.16 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 54570 0 0 0 40052 64 0 0 20 0 1 0 39487446 226779136 54945 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 55366 54945 544 484 0 54777 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 221464 KiB
Current children cumulated memory: 219780 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.47 2.35 6/263 34395
/proc/meminfo: memFree=128689108/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=214636 memory=213044 CPUtime=460.97 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 58590 0 0 0 46023 74 0 0 20 0 1 0 39487446 219787264 53261 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 53659 53261 544 484 0 53070 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 682024 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.14 4.02 5/263 34505
/proc/meminfo: memFree=126376036/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=455596 memory=453528 CPUtime=2854.06 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 148944 0 0 0 284975 431 0 0 20 0 1 0 39487446 466530304 113382 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 113899 113382 544 484 0 113310 0
Current children cumulated CPU time: 2854.06 s
Current children cumulated vsize: 455596 KiB
Current children cumulated memory: 453528 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.13 4.02 5/264 34512
/proc/meminfo: memFree=126894504/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=431112 memory=429520 CPUtime=2913.89 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 151182 0 0 0 290950 439 0 0 20 0 1 0 39487446 441458688 107380 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 107778 107380 544 484 0 107189 0
Current children cumulated CPU time: 2913.89 s
Current children cumulated vsize: 431112 KiB
Current children cumulated memory: 429520 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.13 4.03 6/263 34514
/proc/meminfo: memFree=126582900/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=460612 memory=458928 CPUtime=2973.72 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 152893 0 0 0 296925 447 0 0 20 0 1 0 39487446 471666688 114732 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 115153 114732 544 484 0 114564 0
Current children cumulated CPU time: 2973.72 s
Current children cumulated vsize: 460612 KiB
Current children cumulated memory: 458928 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.12 4.03 6/263 34516
/proc/meminfo: memFree=126562304/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=378868 memory=377424 CPUtime=3033.56 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 154346 0 0 0 302906 450 0 0 20 0 1 0 39487446 387960832 94356 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 94717 94356 544 484 0 94128 0
Current children cumulated CPU time: 3033.56 s
Current children cumulated vsize: 378868 KiB
Current children cumulated memory: 377424 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.13 4.03 5/263 34518
/proc/meminfo: memFree=127164144/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=379220 memory=377972 CPUtime=3093.39 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 154965 0 0 0 308889 450 0 0 20 0 1 0 39487446 388321280 94493 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 94805 94493 544 484 0 94216 0
Current children cumulated CPU time: 3093.39 s
Current children cumulated vsize: 379220 KiB
Current children cumulated memory: 377972 KiB

[startup+3162.3 s]
/proc/loadavg: 4.19 4.13 4.04 5/263 34520
/proc/meminfo: memFree=127045264/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=413648 memory=412216 CPUtime=3153.22 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 156259 0 0 0 314870 452 0 0 20 0 1 0 39487446 423575552 103054 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 103412 103054 544 484 0 102823 0
Current children cumulated CPU time: 3153.22 s
Current children cumulated vsize: 413648 KiB
Current children cumulated memory: 412216 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.12 4.04 6/262 34524
/proc/meminfo: memFree=127076776/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=414548 memory=413116 CPUtime=3213.07 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 157454 0 0 0 320851 456 0 0 20 0 1 0 39487446 424497152 103279 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 103637 103279 544 484 0 103048 0
Current children cumulated CPU time: 3213.07 s
Current children cumulated vsize: 414548 KiB
Current children cumulated memory: 413116 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.13 4.05 5/262 34525
/proc/meminfo: memFree=127197752/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=379220 memory=377972 CPUtime=3272.9 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 158245 0 0 0 326831 459 0 0 20 0 1 0 39487446 388321280 94493 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 94805 94493 544 484 0 94216 0
Current children cumulated CPU time: 3272.9 s
Current children cumulated vsize: 379220 KiB
Current children cumulated memory: 377972 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.05 5/262 34527
/proc/meminfo: memFree=127143936/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=416092 memory=414660 CPUtime=3332.73 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 160064 0 0 0 332811 462 0 0 20 0 1 0 39487446 426078208 103665 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 104023 103665 544 484 0 103434 0
Current children cumulated CPU time: 3332.73 s
Current children cumulated vsize: 416092 KiB
Current children cumulated memory: 414660 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.05 6/262 34529
/proc/meminfo: memFree=127395232/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=379220 memory=377972 CPUtime=3392.56 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 160151 0 0 0 338793 463 0 0 20 0 1 0 39487446 388321280 94493 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 94805 94493 544 484 0 94216 0
Current children cumulated CPU time: 3392.56 s
Current children cumulated vsize: 379220 KiB
Current children cumulated memory: 377972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.05 6/262 34531
/proc/meminfo: memFree=127723200/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=379220 memory=377972 CPUtime=3452.4 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 160580 0 0 0 344776 464 0 0 20 0 1 0 39487446 388321280 94493 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 94805 94493 544 484 0 94216 0
Current children cumulated CPU time: 3452.4 s
Current children cumulated vsize: 379220 KiB
Current children cumulated memory: 377972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.05 6/263 34538
/proc/meminfo: memFree=127694312/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=418184 memory=416752 CPUtime=3512.24 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 162044 0 0 0 350757 467 0 0 20 0 1 0 39487446 428220416 104188 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 104546 104188 544 484 0 103957 0
Current children cumulated CPU time: 3512.24 s
Current children cumulated vsize: 418184 KiB
Current children cumulated memory: 416752 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.06 5/263 34540
/proc/meminfo: memFree=127727532/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=379220 memory=377972 CPUtime=3572.07 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 162430 0 0 0 356738 469 0 0 20 0 1 0 39487446 388321280 94493 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 94805 94493 544 484 0 94216 0
Current children cumulated CPU time: 3572.07 s
Current children cumulated vsize: 379220 KiB
Current children cumulated memory: 377972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.09 4.11 4.05 3/251 34581
/proc/meminfo: memFree=129420592/131250000 swapFree=33010684/33010684
[pid=34368] ppid=34359 vsize=379220 memory=377972 CPUtime=3600.09 cores=0,2
/proc/34368/stat : 34368 (uwrmaxsat) R 34359 34368 31089 0 -1 4194304 162442 0 0 0 359539 470 0 0 20 0 1 0 39487446 388321280 94493 18446744073709551615 4198400 6176925 140720580109040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7524352 140720580110698 140720580110825 140720580110825 140720580116427 0
/proc/34368/statm: 94805 94493 544 484 0 94216 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 379220 KiB
Current children cumulated memory: 377972 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.4 s, system=4.70289 s

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

Child status: 0

Real time (s): 3610.4
CPU time (s): 3600.1
CPU user time (s): 3595.4
CPU system time (s): 4.70289
CPU usage (%): 99.7146
Max. virtual memory (cumulated for all children) (KiB): 1018816
Max. memory (cumulated for all children) (KiB): 1016468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.4
system time used= 4.70289
maximum resident set size= 1016468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162442
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= 66
involuntary context switches= 4575


# summary of solver processes directly reported to runsolver:
#   pid: 34368
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3595.4
#   total CPU system time (s): 4.70289

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.90547 second user time and 12.7903 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-30 01:01:12
IDJOB=4516586
IDBENCH=175696
IDSOLVER=3372
FILE ID=nodeC013/4516586-1751238072
RUNJOBID= nodeC013-1751238072-34317
SLURM_JOB_ID= 9587703
Free space on /tmp= 433056 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/random4reg_opb_shuffle/normalized-subsetcard-eq-random4reg-1000.shuf-3.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516586-1751238072/watcher-4516586-1751238072 -o /tmp/evaluation-result-4516586-1751238072/solver-4516586-1751238072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751238072-34317 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4516586-1751238072.opb -mem-lim=31000

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

MD5SUM BENCH= 636acc55c6c302618a0a8d7a37fd8e36
RANDOM SEED=201812441

nodeC013 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.796
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 1826.509
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.992
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 1199.470
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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.003
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 1645.334
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3600.005
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 1937.135
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129818356 kB
MemAvailable:   129755632 kB
Buffers:            3280 kB
Cached:           740104 kB
SwapCached:            0 kB
Active:           313704 kB
Inactive:         496612 kB
Active(anon):      80216 kB
Inactive(anon):        0 kB
Active(file):     233488 kB
Inactive(file):   496612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5280 kB
Writeback:             0 kB
AnonPages:         69964 kB
Mapped:            98264 kB
Shmem:             13284 kB
KReclaimable:      92432 kB
Slab:             179248 kB
SReclaimable:      92432 kB
SUnreclaim:        86816 kB
KernelStack:        4084 kB
PageTables:         2496 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     317788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC013 at 2025-06-30 02:01:23