Trace number 4541660

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.07 3611.3

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-29array_ineq6.opb
MD5SUMe0dec10818bb8f0f47ba8429a0e85943
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.84362
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5220
Total number of constraints6961
Number of constraints which are clauses5133
Number of constraints which are cardinality constraints (but not clauses)29
Number of constraints which are nor clauses,nor cardinality constraints1799
Minimum length of a constraint1
Maximum length of a constraint116
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 144115188075855872
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 576460752303423487
Number of bits of the biggest sum of numbers59
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.10/0.13	c Converting 6983 PB-constraints to clauses...
0.21/0.27	c ============================[ Encoding Statistics ]============================
0.21/0.27	c |  Number of variables:          7815                                         |
0.21/0.27	c |  Number of clauses:           25463                                         |
0.21/0.27	c ===============================================================================
3600.06/3611.30	c *** TERMINATED by signal 15 ***
3600.06/3611.30	c _______________________________________________________________________________
3600.06/3611.30	c 
3600.06/3611.30	c _______________________________________________________________________________
3600.06/3611.30	c 
3600.06/3611.30	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3611.30	c Memory used            : 207.00 MB
3600.06/3611.30	c CPU time               : 3599.2 s
3600.06/3611.30	c Constr Enc: Srt/BDD/Add: 2607 0 0
3600.06/3611.30	c _______________________________________________________________________________
3600.06/3611.30	c _______________________________________________________________________________
3600.06/3611.30	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (46256 MiB free)
  memory of node 1: 64507 MiB (50962 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100072 s]*
/proc/loadavg: 1.98 3.58 4.00 7/251 182400
/proc/meminfo: memFree=99529200/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=27504 memory=11648 CPUtime=0.1 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 1994 0 0 0 10 0 0 0 20 0 1 0 236667859 28164096 2912 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 6876 2912 1120 3139 0 3164 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27504 KiB
Current children cumulated memory: 11648 KiB

[startup+0.213805 s]*
/proc/loadavg: 1.98 3.58 4.00 7/251 182400
/proc/meminfo: memFree=99518364/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=31244 memory=15676 CPUtime=0.21 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 3176 0 0 0 21 0 0 0 20 0 1 0 236667859 31993856 3919 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 7811 3919 1216 3139 0 4099 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 31244 KiB
Current children cumulated memory: 15676 KiB

[startup+0.314128 s]*
/proc/loadavg: 1.98 3.58 4.00 7/251 182400
/proc/meminfo: memFree=99511472/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=33572 memory=17848 CPUtime=0.32 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 3856 0 0 0 31 1 0 0 20 0 1 0 236667859 34377728 4462 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 8393 4462 1216 3139 0 4681 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 33572 KiB
Current children cumulated memory: 17848 KiB

[startup+0.700319 s]
/proc/loadavg: 1.98 3.58 4.00 7/251 182400
/proc/meminfo: memFree=99508448/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=33852 memory=18136 CPUtime=0.69 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 4625 0 0 0 68 1 0 0 20 0 1 0 236667859 34664448 4534 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 8463 4534 1216 3139 0 4751 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 33852 KiB
Current children cumulated memory: 18136 KiB

[startup+1.50028 s]
/proc/loadavg: 1.98 3.58 4.00 7/251 182400
/proc/meminfo: memFree=99491816/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=37472 memory=21412 CPUtime=1.48 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 6018 0 0 0 147 1 0 0 20 0 1 0 236667859 38371328 5353 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 9368 5353 1216 3139 0 5656 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 37472 KiB
Current children cumulated memory: 21412 KiB

[startup+3.11292 s]
/proc/loadavg: 1.98 3.58 4.00 7/251 182400
/proc/meminfo: memFree=99467588/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=35448 memory=19524 CPUtime=3.09 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 7080 0 0 0 308 1 0 0 20 0 1 0 236667859 36298752 4881 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 8862 4881 1216 3139 0 5150 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 35448 KiB
Current children cumulated memory: 19524 KiB

[startup+6.30026 s]
/proc/loadavg: 2.14 3.58 4.00 7/251 182400
/proc/meminfo: memFree=99465672/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=37672 memory=21676 CPUtime=6.26 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 8938 0 0 0 625 1 0 0 20 0 1 0 236667859 38576128 5419 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 9418 5419 1216 3139 0 5706 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 37672 KiB
Current children cumulated memory: 21676 KiB

[startup+12.7002 s]
/proc/loadavg: 2.37 3.61 4.00 7/251 182400
/proc/meminfo: memFree=99448572/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=39556 memory=23668 CPUtime=12.64 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 12067 0 0 0 1262 2 0 0 20 0 1 0 236667859 40505344 5917 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 9889 5917 1216 3139 0 6177 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 39556 KiB
Current children cumulated memory: 23668 KiB

[startup+25.5003 s]
/proc/loadavg: 2.73 3.63 4.00 7/251 182401
/proc/meminfo: memFree=99450032/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=43028 memory=27072 CPUtime=25.4 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 14105 0 0 0 2537 3 0 0 20 0 1 0 236667859 44060672 6768 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 10757 6768 1216 3139 0 7045 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 43028 KiB
Current children cumulated memory: 27072 KiB

[startup+51.1131 s]
/proc/loadavg: 3.25 3.68 4.01 7/252 182402
/proc/meminfo: memFree=99423852/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=51888 memory=36008 CPUtime=50.92 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 19054 0 0 0 5087 5 0 0 20 0 1 0 236667859 53133312 9002 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 12972 9002 1216 3139 0 9260 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 51888 KiB
Current children cumulated memory: 36008 KiB

[startup+102.3 s]
/proc/loadavg: 3.72 3.74 4.01 7/252 182404
/proc/meminfo: memFree=99391272/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=59156 memory=43408 CPUtime=101.92 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 24313 0 0 0 10185 7 0 0 20 0 1 0 236667859 60575744 10852 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 14789 10852 1216 3139 0 11077 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 59156 KiB
Current children cumulated memory: 43408 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 3.82 4.01 7/252 182406
/proc/meminfo: memFree=99351624/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=77988 memory=62356 CPUtime=161.75 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 29446 0 0 0 16165 10 0 0 20 0 1 0 236667859 79859712 15589 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 19497 15589 1216 3139 0 15785 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 77988 KiB
Current children cumulated memory: 62356 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 3.87 4.01 7/252 182408
/proc/meminfo: memFree=99340436/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=77260 memory=60724 CPUtime=221.56 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 33825 0 0 0 22143 13 0 0 20 0 1 0 236667859 79114240 15181 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 19315 15181 1216 3139 0 15603 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 77260 KiB
Current children cumulated memory: 60724 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 3.91 4.01 7/251 182410
/proc/meminfo: memFree=99311280/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=94280 memory=77876 CPUtime=281.37 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 36219 0 0 0 28122 15 0 0 20 0 1 0 236667859 96542720 19469 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 23570 19469 1216 3139 0 19858 0
Current children cumulated CPU time: 281.37 s
Current children cumulated vsize: 94280 KiB
Current children cumulated memory: 77876 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.95 4.01 6/250 182457
/proc/meminfo: memFree=99299744/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=86124 memory=70572 CPUtime=341.17 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 38361 0 0 0 34098 19 0 0 20 0 1 0 236667859 88190976 17643 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 21531 17643 1216 3139 0 17819 0
Current children cumulated CPU time: 341.17 s
Current children cumulated vsize: 86124 KiB
Current children cumulated memory: 70572 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.97 4.01 6/250 182460
/proc/meminfo: memFree=99265516/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=96448 memory=80824 CPUtime=400.98 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 40667 0 0 0 40077 21 0 0 20 0 1 0 236667859 98762752 20206 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 24112 20206 1216 3139 0 20400 0
Current children cumulated CPU time: 400.98 s
Current children cumulated vsize: 96448 KiB
Current children cumulated memory: 80824 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.00 4.02 6/250 182462
/proc/meminfo: memFree=99276292/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=96904 memory=81168 CPUtime=460.8 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 43053 0 0 0 46057 23 0 0 20 0 1 0 236667859 99229696 20292 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 24226 20292 1216 3139 0 20514 0
Current children cumulated CPU time: 460.8 s

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

Current children cumulated memory: 140200 KiB

[startup+2922.3 s]
/proc/loadavg: 4.65 4.29 4.20 6/250 182588
/proc/meminfo: memFree=98953320/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=159832 memory=144204 CPUtime=2913.12 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 70267 0 0 0 291242 70 0 0 20 0 1 0 236667859 163667968 36051 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 39958 36051 1216 3139 0 36246 0
Current children cumulated CPU time: 2913.12 s
Current children cumulated vsize: 159832 KiB
Current children cumulated memory: 144204 KiB

[startup+2982.3 s]
/proc/loadavg: 4.31 4.27 4.19 6/250 182597
/proc/meminfo: memFree=98931260/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=154092 memory=138464 CPUtime=2972.93 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 71109 0 0 0 297221 72 0 0 20 0 1 0 236667859 157790208 34616 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 38523 34616 1216 3139 0 34811 0
Current children cumulated CPU time: 2972.93 s
Current children cumulated vsize: 154092 KiB
Current children cumulated memory: 138464 KiB

[startup+3042.3 s]
/proc/loadavg: 4.22 4.25 4.19 6/250 182599
/proc/meminfo: memFree=98879960/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=155400 memory=139772 CPUtime=3032.76 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 71892 0 0 0 303202 74 0 0 20 0 1 0 236667859 159129600 34943 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 38850 34943 1216 3139 0 35138 0
Current children cumulated CPU time: 3032.76 s
Current children cumulated vsize: 155400 KiB
Current children cumulated memory: 139772 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.20 4.17 6/250 182601
/proc/meminfo: memFree=98896192/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=158608 memory=142980 CPUtime=3092.58 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 72455 0 0 0 309183 75 0 0 20 0 1 0 236667859 162414592 35745 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 39652 35745 1216 3139 0 35940 0
Current children cumulated CPU time: 3092.58 s
Current children cumulated vsize: 158608 KiB
Current children cumulated memory: 142980 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.19 4.17 6/251 182604
/proc/meminfo: memFree=98890224/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=157816 memory=142188 CPUtime=3152.39 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 72820 0 0 0 315163 76 0 0 20 0 1 0 236667859 161603584 35547 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 39454 35547 1216 3139 0 35742 0
Current children cumulated CPU time: 3152.39 s
Current children cumulated vsize: 157816 KiB
Current children cumulated memory: 142188 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.17 4.17 6/251 182606
/proc/meminfo: memFree=98866828/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=157032 memory=141404 CPUtime=3212.22 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 73564 0 0 0 321144 78 0 0 20 0 1 0 236667859 160800768 35351 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 39258 35351 1216 3139 0 35546 0
Current children cumulated CPU time: 3212.22 s
Current children cumulated vsize: 157032 KiB
Current children cumulated memory: 141404 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.15 4.16 6/250 182608
/proc/meminfo: memFree=98884128/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=161160 memory=144532 CPUtime=3272.04 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 74004 0 0 0 327125 79 0 0 20 0 1 0 236667859 165027840 36133 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 40290 36133 1216 3139 0 36578 0
Current children cumulated CPU time: 3272.04 s
Current children cumulated vsize: 161160 KiB
Current children cumulated memory: 144532 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.14 4.16 6/250 182610
/proc/meminfo: memFree=98892624/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=161084 memory=145384 CPUtime=3331.86 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 74826 0 0 0 333106 80 0 0 20 0 1 0 236667859 164950016 36346 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 40271 36346 1216 3139 0 36559 0
Current children cumulated CPU time: 3331.86 s
Current children cumulated vsize: 161084 KiB
Current children cumulated memory: 145384 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.13 4.15 6/250 182611
/proc/meminfo: memFree=98885120/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=161372 memory=145564 CPUtime=3391.68 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 75490 0 0 0 339087 81 0 0 20 0 1 0 236667859 165244928 36391 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 40343 36391 1216 3139 0 36631 0
Current children cumulated CPU time: 3391.68 s
Current children cumulated vsize: 161372 KiB
Current children cumulated memory: 145564 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.12 4.14 6/250 182613
/proc/meminfo: memFree=98890320/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=160752 memory=144944 CPUtime=3451.5 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 75999 0 0 0 345067 83 0 0 20 0 1 0 236667859 164610048 36236 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 40188 36236 1216 3139 0 36476 0
Current children cumulated CPU time: 3451.5 s
Current children cumulated vsize: 160752 KiB
Current children cumulated memory: 144944 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.11 4.14 6/250 182615
/proc/meminfo: memFree=98881656/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=161044 memory=145236 CPUtime=3511.32 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 76581 0 0 0 351048 84 0 0 20 0 1 0 236667859 164909056 36309 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 40261 36309 1216 3139 0 36549 0
Current children cumulated CPU time: 3511.32 s
Current children cumulated vsize: 161044 KiB
Current children cumulated memory: 145236 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.10 4.13 6/251 182624
/proc/meminfo: memFree=98873860/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=162192 memory=146384 CPUtime=3571.15 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 76985 0 0 0 357029 86 0 0 20 0 1 0 236667859 166084608 36596 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 40548 36596 1216 3139 0 36836 0
Current children cumulated CPU time: 3571.15 s
Current children cumulated vsize: 162192 KiB
Current children cumulated memory: 146384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 4.09 4.10 4.13 6/251 182626
/proc/meminfo: memFree=98880828/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=162192 memory=146384 CPUtime=3600.06 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 77005 0 0 0 359920 86 0 0 20 0 1 0 236667859 166084608 36596 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 40548 36596 1216 3139 0 36836 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 162192 KiB
Current children cumulated memory: 146384 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.2 s, system=0.86647 s

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

[startup+3611.3 s]
/proc/loadavg: 4.09 4.10 4.13 6/251 182626
/proc/meminfo: memFree=98880828/131382116 swapFree=33010684/33010684
[pid=182395] ppid=182383 vsize=162192 memory=146384 CPUtime=3600.06 cores=1,3
/proc/182395/stat : 182395 (uwrmaxsat-scip) R 182383 182395 182330 0 -1 4194304 77005 0 0 0 359920 86 0 0 20 0 1 0 236667859 166084608 36596 18446744073709551615 4198400 17051741 140727097530656 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52527104 140727097538872 140727097539042 140727097539042 140727097544646 0
/proc/182395/statm: 40548 36596 1216 3139 0 36836 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 162192 KiB
Current children cumulated memory: 146384 KiB

Child status: 0

Real time (s): 3611.3
CPU time (s): 3600.07
CPU user time (s): 3599.2
CPU system time (s): 0.86647
CPU usage (%): 99.689
Max. virtual memory (cumulated for all children) (KiB): 203360
Max. memory (cumulated for all children) (KiB): 186940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.2
system time used= 0.86647
maximum resident set size= 197052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77005
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= 36
involuntary context switches= 1340


# summary of solver processes directly reported to runsolver:
#   pid: 182395
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.2
#   total CPU system time (s): 0.86647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.9928 second user time and 36.3744 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-22 20:44:41
IDJOB=4541660
IDBENCH=163217
IDSOLVER=3373
FILE ID=nodeC011/4541660-1753209881
RUNJOBID= nodeC011-1753209881-182342
SLURM_JOB_ID= 9687771
Free space on /tmp= 432812 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-29array_ineq6.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-4541660-1753209881/watcher-4541660-1753209881 -o /tmp/evaluation-result-4541660-1753209881/solver-4541660-1753209881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753209881-182342 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4541660-1753209881.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= e0dec10818bb8f0f47ba8429a0e85943
RANDOM SEED=942850719

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        99544764 kB
MemAvailable:   129865916 kB
Buffers:            3276 kB
Cached:         31091120 kB
SwapCached:            0 kB
Active:           587796 kB
Inactive:       30575444 kB
Active(anon):      92920 kB
Inactive(anon):     2076 kB
Active(file):     494876 kB
Inactive(file): 30573368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             66416 kB
Writeback:             4 kB
AnonPages:         72028 kB
Mapped:           108472 kB
Shmem:             26152 kB
KReclaimable:     184688 kB
Slab:             278140 kB
SReclaimable:     184688 kB
SUnreclaim:        93452 kB
KernelStack:        3748 kB
PageTables:         2812 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     343572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432748 MiB
End job on nodeC011 at 2025-07-22 21:44:53