Trace number 4492992

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 3609.4

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
MD5SUMda953313a09cceac0c8e3e7fb7d08ab4
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.26293
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints17885
Number of constraints which are clauses17885
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint30
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 31
Number of bits of the biggest sum of numbers5
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.06	c Converting 17885 PB-constraints to clauses...
0.00/0.06	c ============================[ Encoding Statistics ]============================
0.00/0.06	c |  Number of variables:          1050                                         |
0.00/0.06	c |  Number of clauses:           17885                                         |
0.00/0.06	c ===============================================================================
3600.09/3609.40	c *** TERMINATED by signal 15 ***
3600.09/3609.40	c _______________________________________________________________________________
3600.09/3609.40	c 
3600.09/3609.40	c _______________________________________________________________________________
3600.09/3609.40	c 
3600.09/3609.40	c =======================[ UWrMaxSat resources usage ]===========================
3600.09/3609.40	c Memory used            : 248.00 MB
3600.09/3609.40	c CPU time               : 3598.44 s
3600.09/3609.40	c _______________________________________________________________________________
3600.09/3609.40	c _______________________________________________________________________________
3600.09/3609.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: 63708 MiB (62547 MiB free)
  memory of node 1: 64465 MiB (63790 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=16428, runsolver pid=16425

[startup+0.10006 s]*
/proc/loadavg: 4.08 4.12 4.11 5/264 16429
/proc/meminfo: memFree=129367024/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=17732 memory=17072 CPUtime=0.1 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 4074 0 0 0 10 0 0 0 20 0 1 0 30665093 18157568 4268 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 4433 4268 544 484 0 3844 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 17732 KiB
Current children cumulated memory: 17072 KiB

[startup+0.205686 s]*
/proc/loadavg: 4.08 4.12 4.11 5/264 16429
/proc/meminfo: memFree=129367024/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=17908 memory=17264 CPUtime=0.2 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 4683 0 0 0 20 0 0 0 20 0 1 0 30665093 18337792 4316 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 4477 4316 544 484 0 3888 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 17908 KiB
Current children cumulated memory: 17264 KiB

[startup+0.305617 s]*
/proc/loadavg: 4.08 4.12 4.11 5/264 16429
/proc/meminfo: memFree=129367024/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=17904 memory=17248 CPUtime=0.3 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 4934 0 0 0 30 0 0 0 20 0 1 0 30665093 18333696 4312 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 4476 4312 544 484 0 3887 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 17904 KiB
Current children cumulated memory: 17248 KiB

[startup+0.700112 s]
/proc/loadavg: 4.08 4.11 4.11 5/264 16429
/proc/meminfo: memFree=129365260/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=19256 memory=18500 CPUtime=0.69 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 6161 0 0 0 69 0 0 0 20 0 1 0 30665093 19718144 4625 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 4814 4625 544 484 0 4225 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 19256 KiB
Current children cumulated memory: 18500 KiB

[startup+1.50013 s]
/proc/loadavg: 4.08 4.11 4.11 5/260 16437
/proc/meminfo: memFree=129578620/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=19256 memory=18600 CPUtime=1.49 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 7277 0 0 0 149 0 0 0 20 0 1 0 30665093 19718144 4650 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 4814 4650 544 484 0 4225 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 19256 KiB
Current children cumulated memory: 18600 KiB

[startup+3.10519 s]
/proc/loadavg: 4.08 4.11 4.11 5/265 16475
/proc/meminfo: memFree=129534712/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=19276 memory=18748 CPUtime=3.09 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 9943 0 0 0 309 0 0 0 20 0 1 0 30665093 19738624 4687 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 4819 4687 544 484 0 4230 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 19276 KiB
Current children cumulated memory: 18748 KiB

[startup+6.30011 s]
/proc/loadavg: 4.07 4.11 4.11 5/266 16566
/proc/meminfo: memFree=129774696/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=20548 memory=19892 CPUtime=6.28 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 14881 0 0 0 627 1 0 0 20 0 1 0 30665093 21041152 4973 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 5137 4973 544 484 0 4548 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 20548 KiB
Current children cumulated memory: 19892 KiB

[startup+12.7001 s]
/proc/loadavg: 4.07 4.11 4.10 5/266 16611
/proc/meminfo: memFree=130122772/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=23924 memory=23148 CPUtime=12.66 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 16476 0 0 0 1265 1 0 0 20 0 1 0 30665093 24498176 5787 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 5981 5787 544 484 0 5392 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 23924 KiB
Current children cumulated memory: 23148 KiB

[startup+25.5001 s]
/proc/loadavg: 4.14 4.12 4.11 5/266 16612
/proc/meminfo: memFree=130088972/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=31240 memory=30584 CPUtime=25.42 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 25151 0 0 0 2539 3 0 0 20 0 1 0 30665093 31989760 7646 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 7810 7646 544 484 0 7221 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 31240 KiB
Current children cumulated memory: 30584 KiB

[startup+51.1056 s]
/proc/loadavg: 4.08 4.11 4.10 5/265 16612
/proc/meminfo: memFree=130047832/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=28112 memory=27356 CPUtime=50.97 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 26726 0 0 0 5093 4 0 0 20 0 1 0 30665093 28786688 6839 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 7028 6839 544 484 0 6439 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 28112 KiB
Current children cumulated memory: 27356 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.11 4.10 5/265 16614
/proc/meminfo: memFree=129977580/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=62460 memory=61788 CPUtime=102.03 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 32312 0 0 0 10196 7 0 0 20 0 1 0 30665093 63959040 15447 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 15615 15447 544 484 0 15026 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 62460 KiB
Current children cumulated memory: 61788 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/265 16616
/proc/meminfo: memFree=129976932/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=54460 memory=53724 CPUtime=161.85 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 37323 0 0 0 16176 9 0 0 20 0 1 0 30665093 55767040 13431 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 13615 13431 544 484 0 13026 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 54460 KiB
Current children cumulated memory: 53724 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 16618
/proc/meminfo: memFree=129950064/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=59328 memory=58588 CPUtime=221.68 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 37537 0 0 0 22159 9 0 0 20 0 1 0 30665093 60751872 14647 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 14832 14647 544 484 0 14243 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 59328 KiB
Current children cumulated memory: 58588 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 16620
/proc/meminfo: memFree=129883196/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=69820 memory=69084 CPUtime=281.52 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 38140 0 0 0 28143 9 0 0 20 0 1 0 30665093 71495680 17271 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 17455 17271 544 484 0 16866 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 69820 KiB
Current children cumulated memory: 69084 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 16629
/proc/meminfo: memFree=129835716/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=93240 memory=92508 CPUtime=341.37 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 41485 0 0 0 34125 12 0 0 20 0 1 0 30665093 95477760 23127 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 23310 23127 544 484 0 22721 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 93240 KiB
Current children cumulated memory: 92508 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/265 16631
/proc/meminfo: memFree=129772112/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=111264 memory=110556 CPUtime=401.2 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 42421 0 0 0 40107 13 0 0 20 0 1 0 30665093 113934336 27639 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 27816 27639 544 484 0 27227 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 111264 KiB
Current children cumulated memory: 110556 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/266 16636
/proc/meminfo: memFree=129753360/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=128492 memory=127836 CPUtime=461.02 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 44865 0 0 0 46087 15 0 0 20 0 1 0 30665093 131575808 31959 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 32123 31959 544 484 0 31534 0
Current children cumulated CPU time: 461.02 s

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

Current children cumulated memory: 159476 KiB

[startup+2862.3 s]
/proc/loadavg: 4.19 4.16 4.11 5/265 16773
/proc/meminfo: memFree=129374944/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=174936 memory=174264 CPUtime=2854.88 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 126247 0 0 0 285374 114 0 0 20 0 1 0 30665093 179134464 43566 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 43734 43566 544 484 0 43145 0
Current children cumulated CPU time: 2854.88 s
Current children cumulated vsize: 174936 KiB
Current children cumulated memory: 174264 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/265 16775
/proc/meminfo: memFree=129379704/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=165396 memory=164724 CPUtime=2914.73 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 129708 0 0 0 291353 120 0 0 20 0 1 0 30665093 169365504 41181 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 41349 41181 544 484 0 40760 0
Current children cumulated CPU time: 2914.73 s
Current children cumulated vsize: 165396 KiB
Current children cumulated memory: 164724 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/265 16777
/proc/meminfo: memFree=129367380/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=155680 memory=155008 CPUtime=2974.58 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 131750 0 0 0 297336 122 0 0 20 0 1 0 30665093 159416320 38752 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 38920 38752 544 484 0 38331 0
Current children cumulated CPU time: 2974.58 s
Current children cumulated vsize: 155680 KiB
Current children cumulated memory: 155008 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/264 16779
/proc/meminfo: memFree=129387116/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=175476 memory=174804 CPUtime=3034.42 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 134335 0 0 0 303316 126 0 0 20 0 1 0 30665093 179687424 43701 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 43869 43701 544 484 0 43280 0
Current children cumulated CPU time: 3034.42 s
Current children cumulated vsize: 175476 KiB
Current children cumulated memory: 174804 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 16782
/proc/meminfo: memFree=129361508/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=159620 memory=158948 CPUtime=3094.27 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 136860 0 0 0 309296 131 0 0 20 0 1 0 30665093 163450880 39737 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 39905 39737 544 484 0 39316 0
Current children cumulated CPU time: 3094.27 s
Current children cumulated vsize: 159620 KiB
Current children cumulated memory: 158948 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/264 16785
/proc/meminfo: memFree=129354128/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=158484 memory=157812 CPUtime=3154.12 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 139268 0 0 0 315277 135 0 0 20 0 1 0 30665093 162287616 39453 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 39621 39453 544 484 0 39032 0
Current children cumulated CPU time: 3154.12 s
Current children cumulated vsize: 158484 KiB
Current children cumulated memory: 157812 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/264 16787
/proc/meminfo: memFree=129369220/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=167548 memory=166876 CPUtime=3213.97 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 142019 0 0 0 321257 140 0 0 20 0 1 0 30665093 171569152 41719 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 41887 41719 544 484 0 41298 0
Current children cumulated CPU time: 3213.97 s
Current children cumulated vsize: 167548 KiB
Current children cumulated memory: 166876 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/264 16789
/proc/meminfo: memFree=129428396/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=164704 memory=164032 CPUtime=3273.82 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 144102 0 0 0 327239 143 0 0 20 0 1 0 30665093 168656896 41008 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 41176 41008 544 484 0 40587 0
Current children cumulated CPU time: 3273.82 s
Current children cumulated vsize: 164704 KiB
Current children cumulated memory: 164032 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/265 16796
/proc/meminfo: memFree=129361272/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=172288 memory=171616 CPUtime=3333.66 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 146813 0 0 0 333219 147 0 0 20 0 1 0 30665093 176422912 42904 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 43072 42904 544 484 0 42483 0
Current children cumulated CPU time: 3333.66 s
Current children cumulated vsize: 172288 KiB
Current children cumulated memory: 171616 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/265 16798
/proc/meminfo: memFree=129449420/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=160368 memory=159696 CPUtime=3393.52 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 148862 0 0 0 339202 150 0 0 20 0 1 0 30665093 164216832 39924 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 40092 39924 544 484 0 39503 0
Current children cumulated CPU time: 3393.52 s
Current children cumulated vsize: 160368 KiB
Current children cumulated memory: 159696 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 16802
/proc/meminfo: memFree=129379124/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=167208 memory=166536 CPUtime=3453.36 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 150924 0 0 0 345181 155 0 0 20 0 1 0 30665093 171220992 41634 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 41802 41634 544 484 0 41213 0
Current children cumulated CPU time: 3453.36 s
Current children cumulated vsize: 167208 KiB
Current children cumulated memory: 166536 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 16806
/proc/meminfo: memFree=129388652/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=176620 memory=175948 CPUtime=3513.2 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 153231 0 0 0 351160 160 0 0 20 0 1 0 30665093 180858880 43987 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 44155 43987 544 484 0 43566 0
Current children cumulated CPU time: 3513.2 s
Current children cumulated vsize: 176620 KiB
Current children cumulated memory: 175948 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 16808
/proc/meminfo: memFree=129428536/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=139908 memory=139176 CPUtime=3573.05 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 156580 0 0 0 357141 164 0 0 20 0 1 0 30665093 143265792 34794 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 34977 34794 544 484 0 34388 0
Current children cumulated CPU time: 3573.05 s
Current children cumulated vsize: 139908 KiB
Current children cumulated memory: 139176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 16809
/proc/meminfo: memFree=129419980/131250000 swapFree=33010684/33010684
[pid=16428] ppid=16425 vsize=166224 memory=165392 CPUtime=3600.09 cores=1,3
/proc/16428/stat : 16428 (uwrmaxsat) R 16425 16428 15829 0 -1 4194304 157027 0 0 0 359844 165 0 0 20 0 1 0 30665093 170213376 41348 18446744073709551615 4198400 6176925 140735476697376 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 11993088 140735476701546 140735476701673 140735476701673 140735476707275 0
/proc/16428/statm: 41556 41348 544 484 0 40967 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 166224 KiB
Current children cumulated memory: 165392 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.44 s, system=1.65615 s

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

Child status: 0

Real time (s): 3609.4
CPU time (s): 3600.1
CPU user time (s): 3598.44
CPU system time (s): 1.65615
CPU usage (%): 99.7423
Max. virtual memory (cumulated for all children) (KiB): 254340
Max. memory (cumulated for all children) (KiB): 251660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.44
system time used= 1.65615
maximum resident set size= 251660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157027
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= 25
involuntary context switches= 2590


# summary of solver processes directly reported to runsolver:
#   pid: 16428
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.44
#   total CPU system time (s): 1.65615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.88033 second user time and 15.4123 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 00:30:57
IDJOB=4492992
IDBENCH=147834
IDSOLVER=3372
FILE ID=nodeC033/4492992-1751149857
RUNJOBID= nodeC033-1751146246-15841
SLURM_JOB_ID= 9587457
Free space on /tmp= 433052 MiB

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

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

MD5SUM BENCH= da953313a09cceac0c8e3e7fb7d08ab4
RANDOM SEED=1731889291

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.090
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		: 3599.483
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		: 3601.134
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		: 3600.067
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.069
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.062
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		: 3612.085
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		: 3600.318
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:        129371324 kB
MemAvailable:   128998352 kB
Buffers:            3280 kB
Cached:           419000 kB
SwapCached:            0 kB
Active:          1092312 kB
Inactive:         160940 kB
Active(anon):     849092 kB
Inactive(anon):        0 kB
Active(file):     243220 kB
Inactive(file):   160940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2924 kB
Writeback:             0 kB
AnonPages:        834092 kB
Mapped:           109400 kB
Shmem:             18120 kB
KReclaimable:      85252 kB
Slab:             167952 kB
SReclaimable:      85252 kB
SUnreclaim:        82700 kB
KernelStack:        4288 kB
PageTables:         4556 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1170012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    743424 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= 433052 MiB
End job on nodeC033 at 2025-06-29 01:31:06