Trace number 4485382

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 NameAnswerobjective functionCPU timeWall clock time
UWrMaxSat-SCIP 2025-06-04? (TO) 3600.31 3611.07

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-siena1.opb
MD5SUM66e906a9f3fccfe57bc4c65455b969f9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2330314636845056
Best CPU time to get the best result obtained on this benchmark3600.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70755
Total number of constraints2219
Number of constraints which are clauses310
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1909
Minimum length of a constraint15
Maximum length of a constraint70755
Number of terms in the objective function 70755
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 28224865138562971148229
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 28224967538562971148229
Number of bits of the biggest sum of numbers75
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...
1.10/1.19	c Converting 4027 PB-constraints to clauses...
723.49/725.69	c ============================[  Problem Statistics ]============================
723.49/725.69	c |  Number of variables:      26125497                                         |
723.49/725.69	c |  Number of clauses:        61398814 (incl.        38644 soft in queue)      |
723.49/725.69	c ===============================================================================
3600.02/3610.80	c *** TERMINATED by signal 15 ***
3600.02/3610.80	c _______________________________________________________________________________
3600.02/3610.80	c 
3600.02/3610.80	c _______________________________________________________________________________
3600.02/3610.80	c 
3600.02/3610.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3610.80	c Memory used            : 22245.00 MB
3600.02/3610.80	c CPU time               : 3543.6 s
3600.02/3610.80	c Constr Enc: Srt/BDD/Add: 1232 0 677
3600.02/3610.80	c _______________________________________________________________________________
3600.02/3610.80	c _______________________________________________________________________________
3600.02/3610.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: 63708 MiB (60565 MiB free)
  memory of node 1: 64465 MiB (61485 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485382-1751303214/watcher-4485382-1751303214 -o /tmp/evaluation-result-4485382-1751303214/solver-4485382-1751303214 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751303214-40392 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4485382-1751303214.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
solver pid=40447, runsolver pid=40432
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.96 2.83 3.62 5/263 40448
/proc/meminfo: memFree=124912792/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=58464 memory=40652 CPUtime=0.1 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 9156 0 0 0 8 2 0 0 20 0 1 0 45995949 59867136 10163 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 14616 10163 1120 3139 0 10904 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 58464 KiB
Current children cumulated memory: 40652 KiB

[startup+0.205319 s]*
/proc/loadavg: 0.96 2.83 3.62 5/263 40448
/proc/meminfo: memFree=124892632/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=63092 memory=43724 CPUtime=0.2 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 9917 0 0 0 18 2 0 0 20 0 1 0 45995949 64606208 10931 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 15773 10931 1120 3139 0 12061 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 63092 KiB
Current children cumulated memory: 43724 KiB

[startup+0.30492 s]*
/proc/loadavg: 0.96 2.83 3.62 5/263 40448
/proc/meminfo: memFree=124852692/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=70488 memory=50124 CPUtime=0.29 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 11502 0 0 0 27 2 0 0 20 0 1 0 45995949 72179712 12531 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 17622 12531 1120 3139 0 13910 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 70488 KiB
Current children cumulated memory: 50124 KiB

[startup+0.700146 s]
/proc/loadavg: 0.96 2.83 3.62 5/263 40448
/proc/meminfo: memFree=124763992/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=105644 memory=82508 CPUtime=0.68 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 19626 0 0 0 65 3 0 0 20 0 1 0 45995949 108179456 20627 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 26411 20627 1120 3139 0 22699 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 105644 KiB
Current children cumulated memory: 82508 KiB

[startup+1.50016 s]
/proc/loadavg: 0.96 2.83 3.62 5/263 40448
/proc/meminfo: memFree=124518200/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=172228 memory=142952 CPUtime=1.49 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 36475 0 0 0 142 7 0 0 20 0 1 0 45995949 176361472 35738 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 43057 35738 1216 3139 0 39345 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 172228 KiB
Current children cumulated memory: 142952 KiB

[startup+3.10523 s]
/proc/loadavg: 1.20 2.85 3.62 5/263 40448
/proc/meminfo: memFree=123753348/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=427804 memory=375204 CPUtime=3.09 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 55673 0 0 0 295 14 0 0 20 0 1 0 45995949 438071296 93801 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 106951 93801 1216 3139 0 103239 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 427804 KiB
Current children cumulated memory: 375204 KiB

[startup+6.30016 s]
/proc/loadavg: 1.20 2.85 3.62 5/263 40449
/proc/meminfo: memFree=123425180/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=459612 memory=385052 CPUtime=6.27 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 63050 0 0 0 611 16 0 0 20 0 1 0 45995949 470642688 96263 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 114903 96263 1216 3139 0 111191 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 459612 KiB
Current children cumulated memory: 385052 KiB

[startup+12.7001 s]
/proc/loadavg: 1.43 2.87 3.62 5/263 40449
/proc/meminfo: memFree=122719852/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=659632 memory=564024 CPUtime=12.65 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 75782 0 0 0 1244 21 0 0 20 0 1 0 45995949 675463168 141006 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 164908 141006 1216 3139 0 161196 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 659632 KiB
Current children cumulated memory: 564024 KiB

[startup+25.5002 s]
/proc/loadavg: 2.00 2.93 3.63 5/263 40449
/proc/meminfo: memFree=122329652/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=1084816 memory=1045804 CPUtime=25.42 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 114830 0 0 0 2505 37 0 0 20 0 1 0 45995949 1110851584 261451 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 271204 261451 1216 3139 0 267492 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1084816 KiB
Current children cumulated memory: 1045804 KiB

[startup+51.105 s]
/proc/loadavg: 2.74 3.03 3.64 5/263 40449
/proc/meminfo: memFree=122156956/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=1431820 memory=1338716 CPUtime=50.96 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 162128 0 0 0 5048 48 0 0 20 0 1 0 45995949 1466183680 334679 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 357955 334679 1216 3139 0 354243 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1431820 KiB
Current children cumulated memory: 1338716 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 3.20 3.67 5/264 40456
/proc/meminfo: memFree=122132640/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=1431820 memory=1338716 CPUtime=102.03 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 162128 0 0 0 10155 48 0 0 20 0 1 0 45995949 1466183680 334679 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 357955 334679 1216 3139 0 354243 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 1431820 KiB
Current children cumulated memory: 1338716 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 3.36 3.70 5/263 40458
/proc/meminfo: memFree=122114200/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=1431820 memory=1338716 CPUtime=161.87 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 162128 0 0 0 16138 49 0 0 20 0 1 0 45995949 1466183680 334679 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 357955 334679 1216 3139 0 354243 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 1431820 KiB
Current children cumulated memory: 1338716 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.52 3.74 5/264 40463
/proc/meminfo: memFree=115596668/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=1431820 memory=1338716 CPUtime=221.71 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 162128 0 0 0 22122 49 0 0 20 0 1 0 45995949 1466183680 334679 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 357955 334679 1216 3139 0 354243 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 1431820 KiB
Current children cumulated memory: 1338716 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.63 3.76 5/264 40465
/proc/meminfo: memFree=112173176/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=1431820 memory=1338716 CPUtime=281.53 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 162128 0 0 0 28103 50 0 0 20 0 1 0 45995949 1466183680 334679 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 357955 334679 1216 3139 0 354243 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 1431820 KiB
Current children cumulated memory: 1338716 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 3.73 3.79 5/264 40467
/proc/meminfo: memFree=110008304/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=3155916 memory=2976228 CPUtime=341.36 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 283298 0 0 0 34035 101 0 0 20 0 1 0 45995949 3231657984 744057 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 788979 744057 1216 3139 0 785267 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 3155916 KiB
Current children cumulated memory: 2976228 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.80 3.81 5/264 40469
/proc/meminfo: memFree=98898508/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=15565628 memory=14599280 CPUtime=401.18 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 1772893 0 0 0 39538 580 0 0 20 0 1 0 45995949 15939203072 3649820 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 3891407 3649820 1216 3139 0 3887695 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 15565628 KiB
Current children cumulated memory: 14599280 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 3.87 3.84 5/264 40471
/proc/meminfo: memFree=99236932/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=15614996 memory=14648560 CPUtime=461 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 1787066 0 0 0 45512 588 0 0 20 0 1 0 45995949 15989755904 3662140 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 3903749 3662140 1216 3139 0 3900037 0
Current children cumulated CPU time: 461 s

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

/proc/40447/statm: 4407708 3974494 1248 3139 0 4403996 0
Current children cumulated CPU time: 2853.75 s
Current children cumulated vsize: 17630832 KiB
Current children cumulated memory: 15897976 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/263 40588
/proc/meminfo: memFree=97851832/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=17630832 memory=15996324 CPUtime=2913.57 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 2415693 0 0 0 286288 5069 0 0 20 0 1 0 45995949 18053971968 3999081 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 4407708 3999081 1248 3139 0 4403996 0
Current children cumulated CPU time: 2913.57 s
Current children cumulated vsize: 17630832 KiB
Current children cumulated memory: 15996324 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/263 40590
/proc/meminfo: memFree=97910880/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=17630696 memory=15996144 CPUtime=2973.39 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 2430085 0 0 0 292093 5246 0 0 20 0 1 0 45995949 18053832704 3999036 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 4407674 3999036 1248 3139 0 4403962 0
Current children cumulated CPU time: 2973.39 s
Current children cumulated vsize: 17630696 KiB
Current children cumulated memory: 15996144 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 40592
/proc/meminfo: memFree=97937208/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=17630696 memory=15996188 CPUtime=3033.21 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 2440274 0 0 0 298032 5289 0 0 20 0 1 0 45995949 18053832704 3999047 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 4407674 3999047 1248 3139 0 4403962 0
Current children cumulated CPU time: 3033.21 s
Current children cumulated vsize: 17630696 KiB
Current children cumulated memory: 15996188 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 40599
/proc/meminfo: memFree=98029708/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=17630776 memory=15897964 CPUtime=3093.04 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 2454228 0 0 0 303884 5420 0 0 20 0 1 0 45995949 18053914624 3974491 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 4407694 3974491 1248 3139 0 4403982 0
Current children cumulated CPU time: 3093.04 s
Current children cumulated vsize: 17630776 KiB
Current children cumulated memory: 15897964 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 40601
/proc/meminfo: memFree=97851448/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=17631436 memory=15898624 CPUtime=3152.86 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 2461553 0 0 0 309799 5487 0 0 20 0 1 0 45995949 18054590464 3974656 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 4407859 3974656 1248 3139 0 4404147 0
Current children cumulated CPU time: 3152.86 s
Current children cumulated vsize: 17631436 KiB
Current children cumulated memory: 15898624 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.12 4.10 5/264 40606
/proc/meminfo: memFree=97892276/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=17631436 memory=15898624 CPUtime=3212.68 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 2466894 0 0 0 315780 5488 0 0 20 0 1 0 45995949 18054590464 3974656 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 4407859 3974656 1248 3139 0 4404147 0
Current children cumulated CPU time: 3212.68 s
Current children cumulated vsize: 17631436 KiB
Current children cumulated memory: 15898624 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 40619
/proc/meminfo: memFree=97874112/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=17631436 memory=15898624 CPUtime=3272.49 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 2471102 0 0 0 321758 5491 0 0 20 0 1 0 45995949 18054590464 3974656 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 4407859 3974656 1248 3139 0 4404147 0
Current children cumulated CPU time: 3272.49 s
Current children cumulated vsize: 17631436 KiB
Current children cumulated memory: 15898624 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 40621
/proc/meminfo: memFree=97831432/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=17631436 memory=15898624 CPUtime=3332.32 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 2476957 0 0 0 327739 5493 0 0 20 0 1 0 45995949 18054590464 3974656 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 4407859 3974656 1248 3139 0 4404147 0
Current children cumulated CPU time: 3332.32 s
Current children cumulated vsize: 17631436 KiB
Current children cumulated memory: 15898624 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 40623
/proc/meminfo: memFree=97655136/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=17631436 memory=15898624 CPUtime=3392.14 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 2481603 0 0 0 333718 5496 0 0 20 0 1 0 45995949 18054590464 3974656 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 4407859 3974656 1248 3139 0 4404147 0
Current children cumulated CPU time: 3392.14 s
Current children cumulated vsize: 17631436 KiB
Current children cumulated memory: 15898624 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 40625
/proc/meminfo: memFree=98046644/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=17631436 memory=15898624 CPUtime=3451.97 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 2485938 0 0 0 339697 5500 0 0 20 0 1 0 45995949 18054590464 3974656 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 4407859 3974656 1248 3139 0 4404147 0
Current children cumulated CPU time: 3451.97 s
Current children cumulated vsize: 17631436 KiB
Current children cumulated memory: 15898624 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 40627
/proc/meminfo: memFree=97710176/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=17631436 memory=15898624 CPUtime=3511.78 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 2489716 0 0 0 345674 5504 0 0 20 0 1 0 45995949 18054590464 3974656 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 4407859 3974656 1248 3139 0 4404147 0
Current children cumulated CPU time: 3511.78 s
Current children cumulated vsize: 17631436 KiB
Current children cumulated memory: 15898624 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 40629
/proc/meminfo: memFree=97278696/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=17925148 memory=16192336 CPUtime=3571.61 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 2503252 0 0 0 351527 5634 0 0 20 0 1 0 45995949 18355351552 4048084 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 4481287 4048084 1248 3139 0 4477575 0
Current children cumulated CPU time: 3571.61 s
Current children cumulated vsize: 17925148 KiB
Current children cumulated memory: 16192336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 40630
/proc/meminfo: memFree=97702876/131249992 swapFree=33010160/33010684
[pid=40447] ppid=40432 vsize=17631436 memory=15990784 CPUtime=3600.02 cores=5,7
/proc/40447/stat : 40447 (uwrmaxsat-scip) R 40432 40447 40379 0 -1 4194304 2506378 0 0 0 354359 5643 0 0 20 0 1 0 45995949 18054590464 3997696 18446744073709551615 4198400 17051741 140723261630672 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 37433344 140723261634874 140723261635044 140723261635044 140723261640646 0
/proc/40447/statm: 4407859 3997696 1248 3139 0 4404147 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 17631436 KiB
Current children cumulated memory: 15990784 KiB

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

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

# cumulated CPU time of all completed processes:  user=3543.6 s, system=56.7085 s

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

[startup+3611.01 s]*
/proc/loadavg: 4.14 4.12 4.09 3/255 40646
/proc/meminfo: memFree=114234912/131249992 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3611.07
CPU time (s): 3600.31
CPU user time (s): 3543.6
CPU system time (s): 56.7085
CPU usage (%): 99.7018
Max. virtual memory (cumulated for all children) (KiB): 22779104
Max. memory (cumulated for all children) (KiB): 21284236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3543.6
system time used= 56.7085
maximum resident set size= 21446924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2506378
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= 2
involuntary context switches= 20946


# summary of solver processes directly reported to runsolver:
#   pid: 40447
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3543.6
#   total CPU system time (s): 56.7085

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.42442 second user time and 16.8212 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-30 19:06:54
IDJOB=4485382
IDBENCH=146789
IDSOLVER=3373
FILE ID=nodeC035/4485382-1751303214
RUNJOBID= nodeC035-1751303214-40392
SLURM_JOB_ID= 9594292
Free space on /tmp= 433020 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-siena1.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-4485382-1751303214/watcher-4485382-1751303214 -o /tmp/evaluation-result-4485382-1751303214/solver-4485382-1751303214 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751303214-40392 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4485382-1751303214.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 66e906a9f3fccfe57bc4c65455b969f9
RANDOM SEED=368583699

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        124992184 kB
MemAvailable:   129705012 kB
Buffers:            1840 kB
Cached:          5466260 kB
SwapCached:            8 kB
Active:           346492 kB
Inactive:        5186820 kB
Active(anon):      71640 kB
Inactive(anon):    11620 kB
Active(file):     274852 kB
Inactive(file):  5175200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             78732 kB
Writeback:             0 kB
AnonPages:         68304 kB
Mapped:           102400 kB
Shmem:             18048 kB
KReclaimable:     204028 kB
Slab:             292444 kB
SReclaimable:     204028 kB
SUnreclaim:        88416 kB
KernelStack:        4092 kB
PageTables:         2676 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     333172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC035 at 2025-06-30 20:07:05