Trace number 4545287

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-SCIP 2025-06-04? (TO) 3600.09 3611.01

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-AverageAvoiding-20_c24.opb
MD5SUMfea607129b7127550b39e04c37b78aae
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark243.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33526
Total number of constraints12724
Number of constraints which are clauses2302
Number of constraints which are cardinality constraints (but not clauses)1180
Number of constraints which are nor clauses,nor cardinality constraints9242
Minimum length of a constraint1
Maximum length of a constraint44
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 381
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1204
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.50/0.60	c Converting 15024 PB-constraints to clauses...
0.59/0.62	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
12.65/12.78	c ============================[ Encoding Statistics ]============================
12.65/12.78	c |  Number of variables:       1664442                                         |
12.65/12.78	c |  Number of clauses:         8421250                                         |
12.65/12.78	c ===============================================================================
312.94/313.80	c Starting SCIP solver  (with time-limit: 900s) ...
1209.79/1213.81	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.07/3611.00	c *** TERMINATED by signal 15 ***
3600.07/3611.00	c _______________________________________________________________________________
3600.07/3611.00	c 
3600.07/3611.00	c _______________________________________________________________________________
3600.07/3611.00	c 
3600.07/3611.00	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3611.00	c Memory used            : 3134.00 MB
3600.07/3611.00	c CPU time               : 3596.13 s
3600.07/3611.00	c Constr Enc: Srt/BDD/Add: 9282 0 0
3600.07/3611.00	c _______________________________________________________________________________
3600.07/3611.00	c _______________________________________________________________________________
3600.07/3611.00	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 (61685 MiB free)
  memory of node 1: 64465 MiB (62509 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545287-1753228352/watcher-4545287-1753228352 -o /tmp/evaluation-result-4545287-1753228352/solver-4545287-1753228352 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753222581-169402 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4545287-1753228352.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=172351, runsolver pid=172348

[startup+0.10006 s]*
/proc/loadavg: 4.17 4.14 4.10 5/265 172352
/proc/meminfo: memFree=127160332/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=33368 memory=17408 CPUtime=0.09 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 3452 0 0 0 9 0 0 0 20 0 1 0 238511815 34168832 4352 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 8342 4352 1120 3139 0 4630 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 33368 KiB
Current children cumulated memory: 17408 KiB

[startup+0.20549 s]*
/proc/loadavg: 4.17 4.14 4.10 5/265 172352
/proc/meminfo: memFree=127148740/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=46364 memory=30388 CPUtime=0.2 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 6773 0 0 0 19 1 0 0 20 0 1 0 238511815 47476736 7597 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 11591 7597 1120 3139 0 7879 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 46364 KiB
Current children cumulated memory: 30388 KiB

[startup+0.305379 s]*
/proc/loadavg: 4.17 4.14 4.10 5/265 172352
/proc/meminfo: memFree=127132612/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=59924 memory=43544 CPUtime=0.29 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 10253 0 0 0 28 1 0 0 20 0 1 0 238511815 61362176 10886 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 14981 10886 1120 3139 0 11269 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 59924 KiB
Current children cumulated memory: 43544 KiB

[startup+0.70014 s]
/proc/loadavg: 4.17 4.14 4.10 5/265 172352
/proc/meminfo: memFree=127108672/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=132364 memory=121120 CPUtime=0.69 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 28839 0 0 0 65 4 0 0 20 0 1 0 238511815 135540736 30280 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 33091 30280 2688 3139 0 29379 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 132364 KiB
Current children cumulated memory: 121120 KiB

[startup+1.50013 s]
/proc/loadavg: 4.17 4.14 4.10 5/265 172352
/proc/meminfo: memFree=127024504/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=195480 memory=184156 CPUtime=1.48 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 41318 0 0 0 142 6 0 0 20 0 1 0 238511815 200171520 46039 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 48870 46039 2688 3139 0 45158 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 195480 KiB
Current children cumulated memory: 184156 KiB

[startup+3.10529 s]
/proc/loadavg: 4.17 4.14 4.10 5/265 172352
/proc/meminfo: memFree=126915580/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=296856 memory=273396 CPUtime=3.08 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 50080 0 0 0 299 9 0 0 20 0 1 0 238511815 303980544 68349 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 74214 68349 2688 3139 0 70502 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 296856 KiB
Current children cumulated memory: 273396 KiB

[startup+6.30015 s]
/proc/loadavg: 4.16 4.14 4.10 5/265 172353
/proc/meminfo: memFree=126520564/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=744008 memory=668636 CPUtime=6.27 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 74629 0 0 0 607 20 0 0 20 0 1 0 238511815 761864192 167159 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 186002 167159 2688 3139 0 182290 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 744008 KiB
Current children cumulated memory: 668636 KiB

[startup+12.7001 s]
/proc/loadavg: 4.14 4.13 4.09 5/265 172353
/proc/meminfo: memFree=124951540/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2459772 memory=2255060 CPUtime=12.65 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 293736 0 0 0 1188 77 0 0 20 0 1 0 238511815 2518806528 563765 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 614943 563765 2688 3139 0 611231 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2459772 KiB
Current children cumulated memory: 2255060 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.14 4.10 5/265 172353
/proc/meminfo: memFree=124811184/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2371548 memory=2170188 CPUtime=25.42 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 315233 0 0 0 2459 83 0 0 20 0 1 0 238511815 2428465152 542547 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 592887 542547 2688 3139 0 589175 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2371548 KiB
Current children cumulated memory: 2170188 KiB

[startup+51.1054 s]
/proc/loadavg: 4.12 4.13 4.09 5/265 172353
/proc/meminfo: memFree=124660204/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2702188 memory=2501736 CPUtime=50.96 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 318083 0 0 0 5003 93 0 0 20 0 1 0 238511815 2767040512 625434 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 675547 625434 2688 3139 0 671835 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2702188 KiB
Current children cumulated memory: 2501736 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/265 172356
/proc/meminfo: memFree=124731556/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2701912 memory=2419516 CPUtime=102.03 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 346015 0 0 0 10040 163 0 0 20 0 1 0 238511815 2766757888 604879 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 675478 604879 2688 3139 0 671766 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2701912 KiB
Current children cumulated memory: 2419516 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 172403
/proc/meminfo: memFree=124566116/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2702376 memory=2419980 CPUtime=161.87 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 349324 0 0 0 16009 178 0 0 20 0 1 0 238511815 2767233024 604995 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 675594 604995 2688 3139 0 671882 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 2702376 KiB
Current children cumulated memory: 2419980 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 172405
/proc/meminfo: memFree=124669588/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2701940 memory=2419544 CPUtime=221.7 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 350012 0 0 0 21988 182 0 0 20 0 1 0 238511815 2766786560 604886 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 675485 604886 2688 3139 0 671773 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 2701940 KiB
Current children cumulated memory: 2419544 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/266 172410
/proc/meminfo: memFree=124605280/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2689672 memory=2428860 CPUtime=281.53 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 358296 0 0 0 27953 200 0 0 20 0 1 0 238511815 2754224128 607215 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 672418 607215 2688 3139 0 668706 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 2689672 KiB
Current children cumulated memory: 2428860 KiB

[startup+342.3 s]
/proc/loadavg: 4.38 4.19 4.12 5/266 172456
/proc/meminfo: memFree=124857812/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2687292 memory=2426664 CPUtime=341.34 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 360149 0 0 0 33929 205 0 0 20 0 1 0 238511815 2751787008 606666 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 671823 606666 3296 3139 0 668111 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 2687292 KiB
Current children cumulated memory: 2426664 KiB

[startup+402.3 s]
/proc/loadavg: 4.32 4.22 4.13 5/265 172458
/proc/meminfo: memFree=124760360/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2687292 memory=2426664 CPUtime=401.12 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 360384 0 0 0 39906 206 0 0 20 0 1 0 238511815 2751787008 606666 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 671823 606666 3296 3139 0 668111 0
Current children cumulated CPU time: 401.12 s
Current children cumulated vsize: 2687292 KiB
Current children cumulated memory: 2426664 KiB

[startup+462.3 s]
/proc/loadavg: 4.22 4.21 4.13 5/266 172461
/proc/meminfo: memFree=124306784/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2687292 memory=2426664 CPUtime=460.9 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 360530 0 0 0 45884 206 0 0 20 0 1 0 238511815 2751787008 606666 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 671823 606666 3296 3139 0 668111 0
Current children cumulated CPU time: 460.9 s

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

Current children cumulated memory: 2443340 KiB

[startup+2862.3 s]
/proc/loadavg: 4.44 4.17 4.12 5/264 172681
/proc/meminfo: memFree=124633772/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2666252 memory=2443420 CPUtime=2853.78 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 498699 0 0 0 285026 352 0 0 20 0 1 0 238511815 2730242048 610855 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 666563 610855 3296 3139 0 662851 0
Current children cumulated CPU time: 2853.78 s
Current children cumulated vsize: 2666252 KiB
Current children cumulated memory: 2443420 KiB

[startup+2922.3 s]
/proc/loadavg: 4.25 4.17 4.12 5/264 172683
/proc/meminfo: memFree=123952792/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2665684 memory=2442852 CPUtime=2913.6 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 499994 0 0 0 291004 356 0 0 20 0 1 0 238511815 2729660416 610713 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 666421 610713 3296 3139 0 662709 0
Current children cumulated CPU time: 2913.6 s
Current children cumulated vsize: 2665684 KiB
Current children cumulated memory: 2442852 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/265 172686
/proc/meminfo: memFree=123973200/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2665684 memory=2442852 CPUtime=2973.41 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 500958 0 0 0 296984 357 0 0 20 0 1 0 238511815 2729660416 610713 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 666421 610713 3296 3139 0 662709 0
Current children cumulated CPU time: 2973.41 s
Current children cumulated vsize: 2665684 KiB
Current children cumulated memory: 2442852 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/265 172688
/proc/meminfo: memFree=123920472/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2737696 memory=2481036 CPUtime=3033.21 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 503511 0 0 0 302956 365 0 0 20 0 1 0 238511815 2803400704 620259 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 684424 620259 3296 3139 0 680712 0
Current children cumulated CPU time: 3033.21 s
Current children cumulated vsize: 2737696 KiB
Current children cumulated memory: 2481036 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/264 172694
/proc/meminfo: memFree=123893984/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2736492 memory=2479832 CPUtime=3093.02 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 504527 0 0 0 308933 369 0 0 20 0 1 0 238511815 2802167808 619958 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 684123 619958 3296 3139 0 680411 0
Current children cumulated CPU time: 3093.02 s
Current children cumulated vsize: 2736492 KiB
Current children cumulated memory: 2479832 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/264 172698
/proc/meminfo: memFree=123949416/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2665312 memory=2442496 CPUtime=3152.83 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 505021 0 0 0 314914 369 0 0 20 0 1 0 238511815 2729279488 610624 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 666328 610624 3296 3139 0 662616 0
Current children cumulated CPU time: 3152.83 s
Current children cumulated vsize: 2665312 KiB
Current children cumulated memory: 2442496 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/265 172701
/proc/meminfo: memFree=123558352/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2663412 memory=2440596 CPUtime=3212.64 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 506140 0 0 0 320891 373 0 0 20 0 1 0 238511815 2727333888 610149 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 665853 610149 3296 3139 0 662141 0
Current children cumulated CPU time: 3212.64 s
Current children cumulated vsize: 2663412 KiB
Current children cumulated memory: 2440596 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/264 172703
/proc/meminfo: memFree=123460988/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2805036 memory=2537632 CPUtime=3272.44 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 507260 0 0 0 326869 375 0 0 20 0 1 0 238511815 2872356864 634408 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 701259 634408 3296 3139 0 697547 0
Current children cumulated CPU time: 3272.44 s
Current children cumulated vsize: 2805036 KiB
Current children cumulated memory: 2537632 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/265 172708
/proc/meminfo: memFree=123456856/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2805036 memory=2537632 CPUtime=3332.25 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 507859 0 0 0 332850 375 0 0 20 0 1 0 238511815 2872356864 634408 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 701259 634408 3296 3139 0 697547 0
Current children cumulated CPU time: 3332.25 s
Current children cumulated vsize: 2805036 KiB
Current children cumulated memory: 2537632 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/265 172710
/proc/meminfo: memFree=123507752/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2737056 memory=2479892 CPUtime=3392.05 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 510031 0 0 0 338824 381 0 0 20 0 1 0 238511815 2802745344 619973 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 684264 619973 3296 3139 0 680552 0
Current children cumulated CPU time: 3392.05 s
Current children cumulated vsize: 2737056 KiB
Current children cumulated memory: 2479892 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 172712
/proc/meminfo: memFree=123449416/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2783888 memory=2529028 CPUtime=3451.86 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 512329 0 0 0 344803 383 0 0 20 0 1 0 238511815 2850701312 632257 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 695972 632257 3296 3139 0 692260 0
Current children cumulated CPU time: 3451.86 s
Current children cumulated vsize: 2783888 KiB
Current children cumulated memory: 2529028 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 172714
/proc/meminfo: memFree=123453916/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2782920 memory=2528060 CPUtime=3511.66 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 513741 0 0 0 350779 387 0 0 20 0 1 0 238511815 2849710080 632015 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 695730 632015 3296 3139 0 692018 0
Current children cumulated CPU time: 3511.66 s
Current children cumulated vsize: 2782920 KiB
Current children cumulated memory: 2528060 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 172716
/proc/meminfo: memFree=123255056/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2999628 memory=2727256 CPUtime=3571.46 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 516345 0 0 0 356753 393 0 0 20 0 1 0 238511815 3071619072 681814 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 749907 681814 3296 3139 0 746195 0
Current children cumulated CPU time: 3571.46 s
Current children cumulated vsize: 2999628 KiB
Current children cumulated memory: 2727256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 4.05 4.09 4.09 5/263 172716
/proc/meminfo: memFree=123488140/131250000 swapFree=33008356/33010684
[pid=172351] ppid=172348 vsize=2739408 memory=2485512 CPUtime=3600.07 cores=5,7
/proc/172351/stat : 172351 (uwrmaxsat-scip) R 172348 172351 169389 0 -1 4194304 517066 0 0 0 359613 394 0 0 20 0 1 0 238511815 2805153792 621378 18446744073709551615 4198400 17051741 140732834974160 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 50401280 140732834978104 140732834978274 140732834978274 140732834983878 0
/proc/172351/statm: 684852 621378 3296 3139 0 681140 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2739408 KiB
Current children cumulated memory: 2485512 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.13 s, system=3.95541 s

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

Child status: 0

Real time (s): 3611.01
CPU time (s): 3600.09
CPU user time (s): 3596.13
CPU system time (s): 3.95541
CPU usage (%): 99.6974
Max. virtual memory (cumulated for all children) (KiB): 3210216
Max. memory (cumulated for all children) (KiB): 2933216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.13
system time used= 3.95541
maximum resident set size= 2950692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517066
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= 148
involuntary context switches= 2009


# summary of solver processes directly reported to runsolver:
#   pid: 172351
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3596.13
#   total CPU system time (s): 3.95541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76821 second user time and 15.7472 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-23 01:52:32
IDJOB=4545287
IDBENCH=180787
IDSOLVER=3373
FILE ID=nodeC014/4545287-1753228352
RUNJOBID= nodeC014-1753222581-169402
SLURM_JOB_ID= 9687821
Free space on /tmp= 432792 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-AverageAvoiding-20_c24.opb
COMMAND LINE= HOME/uwrmaxsat-scip BENCHNAME -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545287-1753228352/watcher-4545287-1753228352 -o /tmp/evaluation-result-4545287-1753228352/solver-4545287-1753228352 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753222581-169402 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4545287-1753228352.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= fea607129b7127550b39e04c37b78aae
RANDOM SEED=1277776112

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127176144 kB
MemAvailable:   127703672 kB
Buffers:             696 kB
Cached:          1272548 kB
SwapCached:         1624 kB
Active:          2842268 kB
Inactive:         452540 kB
Active(anon):    2020480 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   426844 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19092 kB
Writeback:             0 kB
AnonPages:       2022964 kB
Mapped:           145040 kB
Shmem:             24612 kB
KReclaimable:     236272 kB
Slab:             332192 kB
SReclaimable:     236272 kB
SUnreclaim:        95920 kB
KernelStack:        4272 kB
PageTables:         7040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2528768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1845248 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432780 MiB
End job on nodeC014 at 2025-07-23 02:52:43