Trace number 4501990

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.03 3612.8

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_10-sat.opb
MD5SUMbe0542d3b59031398d11b8d8792cc86e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22022
Total number of constraints69919
Number of constraints which are clauses69439
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint90
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 535
Number of bits of the biggest sum of numbers10
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.78/0.86	c Converting 62099 PB-constraints to clauses...
2.00/2.08	c ============================[ Encoding Statistics ]============================
2.00/2.08	c |  Number of variables:        130486                                         |
2.00/2.08	c |  Number of clauses:          712214                                         |
2.00/2.08	c ===============================================================================
3600.02/3612.80	c *** TERMINATED by signal 15 ***
3600.02/3612.80	c _______________________________________________________________________________
3600.02/3612.80	c 
3600.02/3612.80	c _______________________________________________________________________________
3600.02/3612.80	c 
3600.02/3612.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3612.80	c Memory used            : 404.00 MB
3600.02/3612.80	c CPU time               : 3598.74 s
3600.02/3612.80	c Constr Enc: Srt/BDD/Add: 1419 0 0
3600.02/3612.80	c _______________________________________________________________________________
3600.02/3612.80	c _______________________________________________________________________________
3600.02/3612.80	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63198 MiB free)
  memory of node 1: 64465 MiB (63868 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4501990-1751167410/watcher-4501990-1751167410 -o /tmp/evaluation-result-4501990-1751167410/solver-4501990-1751167410 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751167366-18750 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4501990-1751167410.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=19215, runsolver pid=19212

[startup+0.100069 s]*
/proc/loadavg: 2.70 2.74 3.50 5/254 19216
/proc/meminfo: memFree=130106804/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=12856 memory=11740 CPUtime=0.1 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 2726 0 0 0 9 1 0 0 20 0 1 0 32420421 13164544 2935 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 3214 2935 448 484 0 2625 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 12856 KiB
Current children cumulated memory: 11740 KiB

[startup+0.213363 s]*
/proc/loadavg: 2.70 2.74 3.50 5/254 19216
/proc/meminfo: memFree=130078576/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=19976 memory=18780 CPUtime=0.21 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 4500 0 0 0 19 2 0 0 20 0 1 0 32420421 20455424 4695 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 4994 4695 448 484 0 4405 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 19976 KiB
Current children cumulated memory: 18780 KiB

[startup+0.313056 s]*
/proc/loadavg: 2.70 2.74 3.50 5/254 19216
/proc/meminfo: memFree=130062508/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=25456 memory=24412 CPUtime=0.31 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 5893 0 0 0 29 2 0 0 20 0 1 0 32420421 26066944 6103 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 6364 6103 448 484 0 5775 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 25456 KiB
Current children cumulated memory: 24412 KiB

[startup+0.700308 s]
/proc/loadavg: 2.70 2.74 3.50 5/254 19216
/proc/meminfo: memFree=130042348/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=49072 memory=47764 CPUtime=0.69 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 11920 0 0 0 65 4 0 0 20 0 1 0 32420421 50249728 11909 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 12268 11941 448 484 0 11679 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 49072 KiB
Current children cumulated memory: 47764 KiB

[startup+1.50031 s]
/proc/loadavg: 2.80 2.77 3.50 5/254 19216
/proc/meminfo: memFree=130008788/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=128940 memory=118688 CPUtime=1.48 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 25274 0 0 0 140 8 0 0 20 0 1 0 32420421 132034560 29672 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 32235 29672 448 484 0 31646 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 128940 KiB
Current children cumulated memory: 118688 KiB

[startup+3.11311 s]
/proc/loadavg: 2.80 2.77 3.50 5/254 19216
/proc/meminfo: memFree=129742076/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=314892 memory=287392 CPUtime=3.09 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 44972 0 0 0 295 14 0 0 20 0 1 0 32420421 322449408 71848 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 78723 71848 512 484 0 78134 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 314892 KiB
Current children cumulated memory: 287392 KiB

[startup+6.3003 s]
/proc/loadavg: 2.98 2.80 3.51 5/254 19216
/proc/meminfo: memFree=129701812/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=336952 memory=311508 CPUtime=6.26 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 46973 0 0 0 611 15 0 0 20 0 1 0 32420421 345038848 77877 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 84238 77877 512 484 0 83649 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 336952 KiB
Current children cumulated memory: 311508 KiB

[startup+12.7003 s]
/proc/loadavg: 3.06 2.82 3.51 5/254 19216
/proc/meminfo: memFree=129652208/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=360328 memory=339176 CPUtime=12.64 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 48938 0 0 0 1247 17 0 0 20 0 1 0 32420421 368975872 84794 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 90082 84794 512 484 0 89493 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 360328 KiB
Current children cumulated memory: 339176 KiB

[startup+25.5003 s]
/proc/loadavg: 3.20 2.86 3.52 5/254 19216
/proc/meminfo: memFree=129663676/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=344984 memory=323832 CPUtime=25.41 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 50672 0 0 0 2522 19 0 0 20 0 1 0 32420421 353263616 80958 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 86246 80958 512 484 0 85657 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 344984 KiB
Current children cumulated memory: 323832 KiB

[startup+51.113 s]
/proc/loadavg: 3.60 2.99 3.54 5/254 19217
/proc/meminfo: memFree=129666252/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=319564 memory=298540 CPUtime=50.94 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 53240 0 0 0 5073 21 0 0 20 0 1 0 32420421 327233536 74635 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 79891 74635 512 484 0 79302 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 319564 KiB
Current children cumulated memory: 298540 KiB

[startup+102.3 s]
/proc/loadavg: 3.87 3.16 3.57 5/254 19224
/proc/meminfo: memFree=129644832/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=320200 memory=299176 CPUtime=101.95 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 56455 0 0 0 10170 25 0 0 20 0 1 0 32420421 327884800 74794 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 80050 74794 512 484 0 79461 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 320200 KiB
Current children cumulated memory: 299176 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 3.35 3.61 5/254 19226
/proc/meminfo: memFree=129630152/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=319900 memory=299160 CPUtime=161.75 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 58655 0 0 0 16146 29 0 0 20 0 1 0 32420421 327577600 74790 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 79975 74790 512 484 0 79386 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 319900 KiB
Current children cumulated memory: 299160 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 3.50 3.65 5/254 19228
/proc/meminfo: memFree=129596608/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=380844 memory=360164 CPUtime=221.53 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 60158 0 0 0 22123 30 0 0 20 0 1 0 32420421 389984256 90041 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 95211 90041 512 484 0 94622 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 380844 KiB
Current children cumulated memory: 360164 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.61 3.68 5/252 19230
/proc/meminfo: memFree=129596704/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=382316 memory=361700 CPUtime=281.32 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 60633 0 0 0 28101 31 0 0 20 0 1 0 32420421 391491584 90425 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 95579 90425 512 484 0 94990 0
Current children cumulated CPU time: 281.32 s
Current children cumulated vsize: 382316 KiB
Current children cumulated memory: 361700 KiB

[startup+342.3 s]
/proc/loadavg: 4.04 3.68 3.70 5/251 19231
/proc/meminfo: memFree=129614772/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=324280 memory=306420 CPUtime=341.1 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 63037 0 0 0 34076 34 0 0 20 0 1 0 32420421 332062720 76605 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 81070 76605 512 484 0 80481 0
Current children cumulated CPU time: 341.1 s
Current children cumulated vsize: 324280 KiB
Current children cumulated memory: 306420 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 3.77 3.74 5/250 19233
/proc/meminfo: memFree=129614280/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=324364 memory=306532 CPUtime=400.92 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 65247 0 0 0 40054 38 0 0 20 0 1 0 32420421 332148736 76633 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 81091 76633 512 484 0 80502 0
Current children cumulated CPU time: 400.92 s
Current children cumulated vsize: 324364 KiB
Current children cumulated memory: 306532 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.83 3.76 5/251 19236
/proc/meminfo: memFree=129592668/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=326196 memory=308364 CPUtime=460.74 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 67341 0 0 0 46032 42 0 0 20 0 1 0 32420421 334024704 77091 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 81549 77091 512 484 0 80960 0

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

Current children cumulated memory: 329464 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/250 19407
/proc/meminfo: memFree=129242464/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=354040 memory=329880 CPUtime=2852.18 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 105679 0 0 0 285105 113 0 0 20 0 1 0 32420421 362536960 82470 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 88510 82470 512 484 0 87921 0
Current children cumulated CPU time: 2852.18 s
Current children cumulated vsize: 354040 KiB
Current children cumulated memory: 329880 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/250 19409
/proc/meminfo: memFree=129241756/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=354100 memory=329928 CPUtime=2911.97 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 106057 0 0 0 291083 114 0 0 20 0 1 0 32420421 362598400 82482 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 88525 82482 512 484 0 87936 0
Current children cumulated CPU time: 2911.97 s
Current children cumulated vsize: 354100 KiB
Current children cumulated memory: 329928 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/251 19412
/proc/meminfo: memFree=129221136/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=354504 memory=330304 CPUtime=2971.76 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 106505 0 0 0 297061 115 0 0 20 0 1 0 32420421 363012096 82576 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 88626 82576 512 484 0 88037 0
Current children cumulated CPU time: 2971.76 s
Current children cumulated vsize: 354504 KiB
Current children cumulated memory: 330304 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 19416
/proc/meminfo: memFree=129213424/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=355088 memory=330916 CPUtime=3031.54 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 107148 0 0 0 303038 116 0 0 20 0 1 0 32420421 363610112 82729 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 88772 82729 512 484 0 88183 0
Current children cumulated CPU time: 3031.54 s
Current children cumulated vsize: 355088 KiB
Current children cumulated memory: 330916 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/251 19422
/proc/meminfo: memFree=129222532/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=355548 memory=331348 CPUtime=3091.33 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 107957 0 0 0 309016 117 0 0 20 0 1 0 32420421 364081152 82837 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 88887 82837 512 484 0 88298 0
Current children cumulated CPU time: 3091.33 s
Current children cumulated vsize: 355548 KiB
Current children cumulated memory: 331348 KiB

[startup+3162.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/250 19424
/proc/meminfo: memFree=129211816/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=355900 memory=331700 CPUtime=3151.12 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 108251 0 0 0 314994 118 0 0 20 0 1 0 32420421 364441600 82925 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 88975 82925 512 484 0 88386 0
Current children cumulated CPU time: 3151.12 s
Current children cumulated vsize: 355900 KiB
Current children cumulated memory: 331700 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/251 19427
/proc/meminfo: memFree=129241644/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=356356 memory=332184 CPUtime=3210.91 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 108651 0 0 0 320972 119 0 0 20 0 1 0 32420421 364908544 83046 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 89089 83046 512 484 0 88500 0
Current children cumulated CPU time: 3210.91 s
Current children cumulated vsize: 356356 KiB
Current children cumulated memory: 332184 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/251 19430
/proc/meminfo: memFree=129189296/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=356808 memory=332608 CPUtime=3270.7 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 109235 0 0 0 326950 120 0 0 20 0 1 0 32420421 365371392 83152 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 89202 83152 512 484 0 88613 0
Current children cumulated CPU time: 3270.7 s
Current children cumulated vsize: 356808 KiB
Current children cumulated memory: 332608 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/251 19432
/proc/meminfo: memFree=129193432/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=357028 memory=332828 CPUtime=3330.49 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 109310 0 0 0 332928 121 0 0 20 0 1 0 32420421 365596672 83207 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 89257 83207 512 484 0 88668 0
Current children cumulated CPU time: 3330.49 s
Current children cumulated vsize: 357028 KiB
Current children cumulated memory: 332828 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/251 19434
/proc/meminfo: memFree=129218560/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=359468 memory=335296 CPUtime=3390.27 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 110492 0 0 0 338905 122 0 0 20 0 1 0 32420421 368095232 83824 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 89867 83824 512 484 0 89278 0
Current children cumulated CPU time: 3390.27 s
Current children cumulated vsize: 359468 KiB
Current children cumulated memory: 335296 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 19436
/proc/meminfo: memFree=129174040/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=360320 memory=336120 CPUtime=3450.06 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 111515 0 0 0 344882 124 0 0 20 0 1 0 32420421 368967680 84030 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 90080 84030 512 484 0 89491 0
Current children cumulated CPU time: 3450.06 s
Current children cumulated vsize: 360320 KiB
Current children cumulated memory: 336120 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/250 19438
/proc/meminfo: memFree=129168944/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=364808 memory=340636 CPUtime=3509.84 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 112550 0 0 0 350859 125 0 0 20 0 1 0 32420421 373563392 85159 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 91202 85159 512 484 0 90613 0
Current children cumulated CPU time: 3509.84 s
Current children cumulated vsize: 364808 KiB
Current children cumulated memory: 340636 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/250 19486
/proc/meminfo: memFree=128780764/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=365408 memory=341208 CPUtime=3569.64 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 113473 0 0 0 356838 126 0 0 20 0 1 0 32420421 374177792 85302 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 91352 85302 512 484 0 90763 0
Current children cumulated CPU time: 3569.64 s
Current children cumulated vsize: 365408 KiB
Current children cumulated memory: 341208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.8 s]
/proc/loadavg: 4.04 4.08 4.08 5/251 19580
/proc/meminfo: memFree=128988684/131382116 swapFree=33010684/33010684
[pid=19215] ppid=19212 vsize=365408 memory=341208 CPUtime=3600.02 cores=1,3
/proc/19215/stat : 19215 (uwrmaxsat) R 19212 19215 18738 0 -1 4194304 113474 0 0 0 359874 128 0 0 20 0 1 0 32420421 374177792 85302 18446744073709551615 4198400 6176925 140720641680112 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 17584128 140720641681770 140720641681897 140720641681897 140720641687499 0
/proc/19215/statm: 91352 85302 512 484 0 90763 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 365408 KiB
Current children cumulated memory: 341208 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.74 s, system=1.29058 s

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

Child status: 0

Real time (s): 3612.8
CPU time (s): 3600.03
CPU user time (s): 3598.74
CPU system time (s): 1.29058
CPU usage (%): 99.6465
Max. virtual memory (cumulated for all children) (KiB): 413728
Max. memory (cumulated for all children) (KiB): 393416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.74
system time used= 1.29058
maximum resident set size= 393416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113474
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= 52
involuntary context switches= 18632


# summary of solver processes directly reported to runsolver:
#   pid: 19215
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3598.74
#   total CPU system time (s): 1.29058

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3352 second user time and 34.5976 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 05:23:30
IDJOB=4501990
IDBENCH=152989
IDSOLVER=3372
FILE ID=nodeC010/4501990-1751167410
RUNJOBID= nodeC010-1751167366-18750
SLURM_JOB_ID= 9587506
Free space on /tmp= 433048 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_10-sat.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4501990-1751167410/watcher-4501990-1751167410 -o /tmp/evaluation-result-4501990-1751167410/solver-4501990-1751167410 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751167366-18750 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4501990-1751167410.opb -mem-lim=31000

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

MD5SUM BENCH= be0542d3b59031398d11b8d8792cc86e
RANDOM SEED=1357724406

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130116128 kB
MemAvailable:   129794280 kB
Buffers:            3280 kB
Cached:           489972 kB
SwapCached:            0 kB
Active:           530964 kB
Inactive:         198604 kB
Active(anon):     254280 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   198604 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9608 kB
Writeback:             8 kB
AnonPages:        239492 kB
Mapped:           109244 kB
Shmem:             17960 kB
KReclaimable:      84980 kB
Slab:             163808 kB
SReclaimable:      84980 kB
SUnreclaim:        78828 kB
KernelStack:        4080 kB
PageTables:         3320 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     579628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC010 at 2025-06-29 06:23:43