Trace number 4492776

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.05 3609.3

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-105-100.opb
MD5SUM285604dce97f116174ae8740e4ecdce8
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.089369
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10500
Total number of constraints205
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint105
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 106
Number of bits of the biggest sum of numbers7
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.04	c Converting 205 PB-constraints to clauses...
0.00/0.06	c ============================[ Encoding Statistics ]============================
0.00/0.06	c |  Number of variables:         13300                                         |
0.00/0.06	c |  Number of clauses:           46105                                         |
0.00/0.06	c ===============================================================================
3600.03/3609.30	c *** TERMINATED by signal 15 ***
3600.03/3609.30	c _______________________________________________________________________________
3600.03/3609.30	c 
3600.03/3609.30	c _______________________________________________________________________________
3600.03/3609.30	c 
3600.03/3609.30	c =======================[ UWrMaxSat resources usage ]===========================
3600.03/3609.30	c Memory used            : 308.00 MB
3600.03/3609.30	c CPU time               : 3596.98 s
3600.03/3609.30	c Constr Enc: Srt/BDD/Add: 100 0 0
3600.03/3609.30	c _______________________________________________________________________________
3600.03/3609.30	c _______________________________________________________________________________
3600.03/3609.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 (63112 MiB free)
  memory of node 1: 64465 MiB (63997 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492776-1751146251/watcher-4492776-1751146251 -o /tmp/evaluation-result-4492776-1751146251/solver-4492776-1751146251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751146246-15840 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4492776-1751146251.opb -mem-lim=31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100058 s]*
/proc/loadavg: 2.87 3.82 4.03 5/265 16123
/proc/meminfo: memFree=130147704/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=18964 memory=17224 CPUtime=0.09 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 4710 0 0 0 9 0 0 0 20 0 1 0 30304527 19419136 4306 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 4741 4306 544 484 0 4152 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18964 KiB
Current children cumulated memory: 17224 KiB

[startup+0.205418 s]*
/proc/loadavg: 2.87 3.82 4.03 5/265 16123
/proc/meminfo: memFree=130143924/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=20704 memory=19036 CPUtime=0.2 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 5564 0 0 0 19 1 0 0 20 0 1 0 30304527 21200896 4759 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 5176 4759 544 484 0 4587 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 20704 KiB
Current children cumulated memory: 19036 KiB

[startup+0.305201 s]*
/proc/loadavg: 2.87 3.82 4.03 5/265 16123
/proc/meminfo: memFree=130142160/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=22596 memory=20592 CPUtime=0.3 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 6612 0 0 0 29 1 0 0 20 0 1 0 30304527 23138304 5148 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 5649 5148 544 484 0 5060 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 22596 KiB
Current children cumulated memory: 20592 KiB

[startup+0.700116 s]
/proc/loadavg: 2.97 3.82 4.03 5/265 16123
/proc/meminfo: memFree=130140396/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=23044 memory=21740 CPUtime=0.69 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 8418 0 0 0 68 1 0 0 20 0 1 0 30304527 23597056 5435 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 5761 5435 544 484 0 5172 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 23044 KiB
Current children cumulated memory: 21740 KiB

[startup+1.50014 s]
/proc/loadavg: 2.97 3.82 4.03 5/265 16123
/proc/meminfo: memFree=130140492/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=23832 memory=22656 CPUtime=1.48 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 10699 0 0 0 147 1 0 0 20 0 1 0 30304527 24403968 5664 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 5958 5664 544 484 0 5369 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 23832 KiB
Current children cumulated memory: 22656 KiB

[startup+3.10527 s]
/proc/loadavg: 2.97 3.82 4.03 5/265 16123
/proc/meminfo: memFree=130135640/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=25860 memory=24560 CPUtime=3.09 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 12572 0 0 0 307 2 0 0 20 0 1 0 30304527 26480640 6140 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 6465 6140 544 484 0 5876 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 25860 KiB
Current children cumulated memory: 24560 KiB

[startup+6.30011 s]
/proc/loadavg: 3.05 3.82 4.03 5/265 16168
/proc/meminfo: memFree=130028096/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=31148 memory=29972 CPUtime=6.27 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 16859 0 0 0 624 3 0 0 20 0 1 0 30304527 31895552 7493 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 7787 7493 544 484 0 7198 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 31148 KiB
Current children cumulated memory: 29972 KiB

[startup+12.7001 s]
/proc/loadavg: 3.12 3.83 4.03 5/266 16169
/proc/meminfo: memFree=129999320/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=28716 memory=27540 CPUtime=12.66 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 21136 0 0 0 1262 4 0 0 20 0 1 0 30304527 29405184 6885 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 7179 6885 544 484 0 6590 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 28716 KiB
Current children cumulated memory: 27540 KiB

[startup+25.5001 s]
/proc/loadavg: 3.33 3.85 4.03 5/266 16169
/proc/meminfo: memFree=129965124/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=48988 memory=47876 CPUtime=25.42 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 24911 0 0 0 2537 5 0 0 20 0 1 0 30304527 50163712 11969 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 12247 11969 544 484 0 11658 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 48988 KiB
Current children cumulated memory: 47876 KiB

[startup+51.1054 s]
/proc/loadavg: 3.60 3.86 4.03 5/266 16170
/proc/meminfo: memFree=129911460/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=59524 memory=58376 CPUtime=50.97 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 30429 0 0 0 5089 8 0 0 20 0 1 0 30304527 60952576 14594 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 14881 14594 544 484 0 14292 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 59524 KiB
Current children cumulated memory: 58376 KiB

[startup+102.3 s]
/proc/loadavg: 3.90 3.90 4.03 5/266 16172
/proc/meminfo: memFree=129840276/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=83280 memory=82036 CPUtime=102.04 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 38288 0 0 0 10191 13 0 0 20 0 1 0 30304527 85278720 20509 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 20820 20509 544 484 0 20231 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 83280 KiB
Current children cumulated memory: 82036 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 3.94 4.03 5/266 16174
/proc/meminfo: memFree=129827556/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=93876 memory=92808 CPUtime=161.89 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 39967 0 0 0 16176 13 0 0 20 0 1 0 30304527 96129024 23202 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 23469 23202 544 484 0 22880 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 93876 KiB
Current children cumulated memory: 92808 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 3.97 4.03 5/266 16176
/proc/meminfo: memFree=129749524/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=85168 memory=84248 CPUtime=221.75 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 41861 0 0 0 22160 15 0 0 20 0 1 0 30304527 87212032 21062 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 21292 21062 544 484 0 20703 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 85168 KiB
Current children cumulated memory: 84248 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 3.99 4.03 5/265 16178
/proc/meminfo: memFree=129704036/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=136340 memory=135176 CPUtime=281.61 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 47344 0 0 0 28140 21 0 0 20 0 1 0 30304527 139612160 33794 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 34085 33794 544 484 0 33496 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 136340 KiB
Current children cumulated memory: 135176 KiB

[startup+342.3 s]
/proc/loadavg: 4.22 4.04 4.04 5/263 16184
/proc/meminfo: memFree=129641812/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=143828 memory=142728 CPUtime=341.47 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 47683 0 0 0 34126 21 0 0 20 0 1 0 30304527 147279872 35682 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 35957 35682 544 484 0 35368 0
Current children cumulated CPU time: 341.47 s
Current children cumulated vsize: 143828 KiB
Current children cumulated memory: 142728 KiB

[startup+402.3 s]
/proc/loadavg: 4.40 4.14 4.08 5/263 16187
/proc/meminfo: memFree=129587376/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=143828 memory=142728 CPUtime=401.32 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 47743 0 0 0 40111 21 0 0 20 0 1 0 30304527 147279872 35682 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 35957 35682 544 484 0 35368 0
Current children cumulated CPU time: 401.32 s
Current children cumulated vsize: 143828 KiB
Current children cumulated memory: 142728 KiB

[startup+462.3 s]
/proc/loadavg: 4.21 4.12 4.08 5/265 16193
/proc/meminfo: memFree=129544556/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=144368 memory=143240 CPUtime=461.19 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 47933 0 0 0 46097 22 0 0 20 0 1 0 30304527 147832832 35810 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 36092 35810 544 484 0 35503 0
Current children cumulated CPU time: 461.19 s

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

Current children cumulated memory: 184396 KiB

[startup+2922.3 s]
/proc/loadavg: 4.43 4.21 4.12 5/265 16353
/proc/meminfo: memFree=129264328/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=189036 memory=187988 CPUtime=2914.78 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 163196 0 0 0 291240 238 0 0 20 0 1 0 30304527 193572864 46997 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 47259 46997 544 484 0 46670 0
Current children cumulated CPU time: 2914.78 s
Current children cumulated vsize: 189036 KiB
Current children cumulated memory: 187988 KiB

[startup+2982.3 s]
/proc/loadavg: 4.28 4.20 4.12 5/265 16355
/proc/meminfo: memFree=129276376/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=186572 memory=185524 CPUtime=2974.63 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 165419 0 0 0 297219 244 0 0 20 0 1 0 30304527 191049728 46381 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 46643 46381 544 484 0 46054 0
Current children cumulated CPU time: 2974.63 s
Current children cumulated vsize: 186572 KiB
Current children cumulated memory: 185524 KiB

[startup+3042.3 s]
/proc/loadavg: 4.45 4.25 4.14 5/264 16357
/proc/meminfo: memFree=129240016/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=186168 memory=185120 CPUtime=3034.46 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 167096 0 0 0 303199 247 0 0 20 0 1 0 30304527 190636032 46280 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 46542 46280 544 484 0 45953 0
Current children cumulated CPU time: 3034.46 s
Current children cumulated vsize: 186168 KiB
Current children cumulated memory: 185120 KiB

[startup+3102.3 s]
/proc/loadavg: 4.28 4.24 4.15 5/264 16359
/proc/meminfo: memFree=129238724/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=191664 memory=190616 CPUtime=3094.3 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 169053 0 0 0 309179 251 0 0 20 0 1 0 30304527 196263936 47654 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 47916 47654 544 484 0 47327 0
Current children cumulated CPU time: 3094.3 s
Current children cumulated vsize: 191664 KiB
Current children cumulated memory: 190616 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.21 4.14 5/264 16361
/proc/meminfo: memFree=129238060/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=187128 memory=186080 CPUtime=3154.14 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 172080 0 0 0 315156 258 0 0 20 0 1 0 30304527 191619072 46520 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 46782 46520 544 484 0 46193 0
Current children cumulated CPU time: 3154.14 s
Current children cumulated vsize: 187128 KiB
Current children cumulated memory: 186080 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.19 4.13 5/263 16363
/proc/meminfo: memFree=129251876/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=193672 memory=192624 CPUtime=3213.98 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 173912 0 0 0 321134 264 0 0 20 0 1 0 30304527 198320128 48156 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 48418 48156 544 484 0 47829 0
Current children cumulated CPU time: 3213.98 s
Current children cumulated vsize: 193672 KiB
Current children cumulated memory: 192624 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.16 4.13 5/264 16366
/proc/meminfo: memFree=129233184/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=206672 memory=203044 CPUtime=3273.81 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 178906 0 0 0 327110 271 0 0 20 0 1 0 30304527 211632128 50761 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 51668 50761 544 484 0 51079 0
Current children cumulated CPU time: 3273.81 s
Current children cumulated vsize: 206672 KiB
Current children cumulated memory: 203044 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.15 4.12 5/265 16373
/proc/meminfo: memFree=129259436/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=203484 memory=201648 CPUtime=3333.66 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 180913 0 0 0 333090 276 0 0 20 0 1 0 30304527 208367616 50412 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 50871 50412 544 484 0 50282 0
Current children cumulated CPU time: 3333.66 s
Current children cumulated vsize: 203484 KiB
Current children cumulated memory: 201648 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.15 4.12 5/265 16375
/proc/meminfo: memFree=129118480/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=224680 memory=223428 CPUtime=3393.52 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 185681 0 0 0 339070 282 0 0 20 0 1 0 30304527 230072320 55857 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 56170 55857 544 484 0 55581 0
Current children cumulated CPU time: 3393.52 s
Current children cumulated vsize: 224680 KiB
Current children cumulated memory: 223428 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.15 4.12 5/264 16379
/proc/meminfo: memFree=129206916/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=214644 memory=213404 CPUtime=3453.38 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 188301 0 0 0 345049 289 0 0 20 0 1 0 30304527 219795456 53351 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 53661 53351 544 484 0 53072 0
Current children cumulated CPU time: 3453.38 s
Current children cumulated vsize: 214644 KiB
Current children cumulated memory: 213404 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.14 4.12 5/264 16381
/proc/meminfo: memFree=129219032/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=218004 memory=216764 CPUtime=3513.25 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 190741 0 0 0 351029 296 0 0 20 0 1 0 30304527 223236096 54191 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 54501 54191 544 484 0 53912 0
Current children cumulated CPU time: 3513.25 s
Current children cumulated vsize: 218004 KiB
Current children cumulated memory: 216764 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.13 4.11 5/264 16384
/proc/meminfo: memFree=129133480/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=228220 memory=226300 CPUtime=3573.09 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 195727 0 0 0 357006 303 0 0 20 0 1 0 30304527 233697280 56575 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 57055 56575 544 484 0 56466 0
Current children cumulated CPU time: 3573.09 s
Current children cumulated vsize: 228220 KiB
Current children cumulated memory: 226300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.08 4.11 4.11 5/265 16475
/proc/meminfo: memFree=129534712/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=229276 memory=227356 CPUtime=3600.03 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 196891 0 0 0 359697 306 0 0 20 0 1 0 30304527 234778624 56839 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 57319 56839 544 484 0 56730 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 229276 KiB
Current children cumulated memory: 227356 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.98 s, system=3.06656 s

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

[startup+3609.3 s]
/proc/loadavg: 4.08 4.11 4.11 5/265 16475
/proc/meminfo: memFree=129534712/131250000 swapFree=33010684/33010684
[pid=16122] ppid=16119 vsize=229276 memory=227356 CPUtime=3600.03 cores=4,6
/proc/16122/stat : 16122 (uwrmaxsat) R 16119 16122 15829 0 -1 4194304 196891 0 0 0 359697 306 0 0 20 0 1 0 30304527 234778624 56839 18446744073709551615 4198400 6176925 140726498352736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 13172736 140726498359658 140726498359785 140726498359785 140726498365387 0
/proc/16122/statm: 57319 56839 544 484 0 56730 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 229276 KiB
Current children cumulated memory: 227356 KiB

Child status: 0

Real time (s): 3609.3
CPU time (s): 3600.05
CPU user time (s): 3596.98
CPU system time (s): 3.06656
CPU usage (%): 99.7435
Max. virtual memory (cumulated for all children) (KiB): 315492
Max. memory (cumulated for all children) (KiB): 314176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.98
system time used= 3.06656
maximum resident set size= 314176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196891
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= 24
involuntary context switches= 1840


# summary of solver processes directly reported to runsolver:
#   pid: 16122
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3596.98
#   total CPU system time (s): 3.06656

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78988 second user time and 16.3673 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-28 23:30:51
IDJOB=4492776
IDBENCH=147822
IDSOLVER=3372
FILE ID=nodeC033/4492776-1751146251
RUNJOBID= nodeC033-1751146246-15840
SLURM_JOB_ID= 9587457
Free space on /tmp= 433056 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-105-100.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492776-1751146251/watcher-4492776-1751146251 -o /tmp/evaluation-result-4492776-1751146251/solver-4492776-1751146251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751146246-15840 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4492776-1751146251.opb -mem-lim=31000

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

MD5SUM BENCH= 285604dce97f116174ae8740e4ecdce8
RANDOM SEED=1932148718

nodeC033 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.063
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.13
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		: 3600.072
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.13
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		: 3597.608
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.13
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		: 3601.132
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.13
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.086
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.13
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.085
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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130160808 kB
MemAvailable:   129785376 kB
Buffers:            3280 kB
Cached:           414360 kB
SwapCached:            0 kB
Active:           362620 kB
Inactive:         156316 kB
Active(anon):     119416 kB
Inactive(anon):        0 kB
Active(file):     243204 kB
Inactive(file):   156316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11124 kB
Writeback:             0 kB
AnonPages:        104356 kB
Mapped:           109396 kB
Shmem:             18120 kB
KReclaimable:      84972 kB
Slab:             167540 kB
SReclaimable:      84972 kB
SUnreclaim:        82568 kB
KernelStack:        4304 kB
PageTables:         3096 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     438380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC033 at 2025-06-29 00:31:01