Trace number 4515219

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.08 3610.23

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-t1722.0.s.opb
MD5SUM39768e28ba132eeb426131d5bb977045
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36630
Total number of constraints339
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint389
Maximum length of a constraint36630
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 114245
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 85902757
Number of bits of the biggest sum of numbers27
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.28/1.34	c Converting 677 PB-constraints to clauses...
1.28/1.38	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
48.65/48.85	c ============================[ Encoding Statistics ]============================
48.65/48.85	c |  Number of variables:      13791016                                         |
48.65/48.85	c |  Number of clauses:        33516936                                         |
48.65/48.85	c ===============================================================================
348.86/349.90	c Starting SCIP solver  (with time-limit: 900s) ...
1246.29/1249.90	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.04/3610.20	c *** TERMINATED by signal 15 ***
3600.04/3610.20	c _______________________________________________________________________________
3600.04/3610.20	c 
3600.04/3610.20	c _______________________________________________________________________________
3600.04/3610.20	c 
3600.04/3610.20	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3610.20	c Memory used            : 11427.00 MB
3600.04/3610.20	c CPU time               : 3580.64 s
3600.04/3610.20	c Constr Enc: Srt/BDD/Add: 339 0 0
3600.04/3610.20	c _______________________________________________________________________________
3600.04/3610.20	c _______________________________________________________________________________
3600.04/3610.20	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

solver pid=32795, runsolver pid=32792

[startup+0.100086 s]*
/proc/loadavg: 4.12 4.10 4.12 5/250 32796
/proc/meminfo: memFree=101038688/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=42640 memory=25924 CPUtime=0.09 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 6237 0 0 0 8 1 0 0 20 0 1 0 37732679 43663360 6481 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 10660 6481 1120 3139 0 6948 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 42640 KiB
Current children cumulated memory: 25924 KiB

[startup+0.213332 s]*
/proc/loadavg: 4.12 4.10 4.12 5/250 32796
/proc/meminfo: memFree=101018784/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=54592 memory=37700 CPUtime=0.21 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 9207 0 0 0 19 2 0 0 20 0 1 0 37732679 55902208 9425 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 13648 9425 1120 3139 0 9936 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 54592 KiB
Current children cumulated memory: 37700 KiB

[startup+0.313235 s]*
/proc/loadavg: 4.12 4.10 4.12 5/250 32796
/proc/meminfo: memFree=101014688/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=54592 memory=37700 CPUtime=0.3 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 9207 0 0 0 28 2 0 0 20 0 1 0 37732679 55902208 9425 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 13648 9425 1120 3139 0 9936 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 54592 KiB
Current children cumulated memory: 37700 KiB

[startup+0.700343 s]
/proc/loadavg: 4.12 4.10 4.12 5/250 32796
/proc/meminfo: memFree=101014688/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=54592 memory=37828 CPUtime=0.68 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 9229 0 0 0 66 2 0 0 20 0 1 0 37732679 55902208 9457 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 13648 9457 1120 3139 0 9936 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 54592 KiB
Current children cumulated memory: 37828 KiB

[startup+1.50032 s]
/proc/loadavg: 4.12 4.10 4.12 5/250 32796
/proc/meminfo: memFree=101006624/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=131096 memory=106432 CPUtime=1.47 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 33772 0 0 0 140 7 0 0 20 0 1 0 37732679 134242304 26608 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 32774 26608 2688 3139 0 29062 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 131096 KiB
Current children cumulated memory: 106432 KiB

[startup+3.11286 s]
/proc/loadavg: 4.12 4.10 4.12 5/250 32796
/proc/meminfo: memFree=100885912/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=199552 memory=168820 CPUtime=3.08 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 46613 0 0 0 298 10 0 0 20 0 1 0 37732679 204341248 42205 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 49888 42205 2688 3139 0 46176 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 199552 KiB
Current children cumulated memory: 168820 KiB

[startup+6.30032 s]
/proc/loadavg: 4.11 4.10 4.12 5/250 32796
/proc/meminfo: memFree=100882572/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=199552 memory=168820 CPUtime=6.27 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 46613 0 0 0 616 11 0 0 20 0 1 0 37732679 204341248 42205 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 49888 42205 2688 3139 0 46176 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 199552 KiB
Current children cumulated memory: 168820 KiB

[startup+12.7003 s]
/proc/loadavg: 4.18 4.12 4.12 5/250 32796
/proc/meminfo: memFree=100855036/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=199552 memory=168820 CPUtime=12.65 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 46613 0 0 0 1254 11 0 0 20 0 1 0 37732679 204341248 42205 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 49888 42205 2688 3139 0 46176 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 199552 KiB
Current children cumulated memory: 168820 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.11 4.12 5/250 32796
/proc/meminfo: memFree=99695416/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=1341712 memory=1265540 CPUtime=25.41 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 144174 0 0 0 2491 50 0 0 20 0 1 0 37732679 1373913088 316385 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 335428 316385 2688 3139 0 331716 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1341712 KiB
Current children cumulated memory: 1265540 KiB

[startup+51.1131 s]
/proc/loadavg: 4.16 4.12 4.12 5/250 32796
/proc/meminfo: memFree=92939144/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=8029772 memory=7634460 CPUtime=50.96 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 967084 0 0 0 4812 284 0 0 20 0 1 0 37732679 8222486528 1908615 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2007443 1908615 2688 3139 0 2003731 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 8029772 KiB
Current children cumulated memory: 7634460 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.11 4.12 5/250 32798
/proc/meminfo: memFree=91419088/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=11062264 memory=10304144 CPUtime=101.99 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 975922 0 0 0 9801 398 0 0 20 0 1 0 37732679 11327758336 2576036 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2765566 2576036 2688 3139 0 2761854 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 11062264 KiB
Current children cumulated memory: 10304144 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.11 5/250 32801
/proc/meminfo: memFree=91356528/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=10014644 memory=9328796 CPUtime=161.83 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 983003 0 0 0 15725 458 0 0 20 0 1 0 37732679 10254995456 2332199 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2503661 2332199 2688 3139 0 2499949 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 10014644 KiB
Current children cumulated memory: 9328796 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.10 4.11 5/250 32804
/proc/meminfo: memFree=89767004/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=11460840 memory=10830616 CPUtime=221.66 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 986618 0 0 0 21674 492 0 0 20 0 1 0 37732679 11735900160 2707654 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2865210 2707654 2688 3139 0 2861498 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 11460840 KiB
Current children cumulated memory: 10830616 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.10 4.10 5/251 32809
/proc/meminfo: memFree=91039152/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=10351320 memory=9468304 CPUtime=281.49 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1006622 0 0 0 27487 662 0 0 20 0 1 0 37732679 10599751680 2367076 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2587830 2367076 2688 3139 0 2584118 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 10351320 KiB
Current children cumulated memory: 9468304 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/251 32901
/proc/meminfo: memFree=116146188/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=10900188 memory=9803436 CPUtime=341.29 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1021281 0 0 0 33370 759 0 0 20 0 1 0 37732679 11161792512 2450859 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2725047 2450859 2688 3139 0 2721335 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 10900188 KiB
Current children cumulated memory: 9803436 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/251 32903
/proc/meminfo: memFree=116716228/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9734456 memory=8645028 CPUtime=401.12 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1024623 0 0 0 39337 775 0 0 20 0 1 0 37732679 9968082944 2161257 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2433614 2161257 3328 3139 0 2429902 0
Current children cumulated CPU time: 401.12 s
Current children cumulated vsize: 9734456 KiB
Current children cumulated memory: 8645028 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/251 32949
/proc/meminfo: memFree=116864968/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9734456 memory=8645156 CPUtime=460.95 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1024914 0 0 0 45317 778 0 0 20 0 1 0 37732679 9968082944 2161289 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2433614 2161289 3328 3139 0 2429902 0

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

Current children cumulated memory: 8673372 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.13 4.13 5/250 34231
/proc/meminfo: memFree=114231756/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=10897148 memory=9838952 CPUtime=2854.04 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1162896 0 0 0 283575 1829 0 0 20 0 1 0 37732679 11158679552 2459738 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2724287 2459738 3328 3139 0 2720575 0
Current children cumulated CPU time: 2854.04 s
Current children cumulated vsize: 10897148 KiB
Current children cumulated memory: 9838952 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.12 4.13 4/249 34286
/proc/meminfo: memFree=115440628/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9737216 memory=8679068 CPUtime=2913.87 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1165392 0 0 0 289556 1831 0 0 20 0 1 0 37732679 9970909184 2169767 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2434304 2169767 3328 3139 0 2430592 0
Current children cumulated CPU time: 2913.87 s
Current children cumulated vsize: 9737216 KiB
Current children cumulated memory: 8679068 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.12 4.13 5/250 34324
/proc/meminfo: memFree=115399260/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9737216 memory=8679068 CPUtime=2973.72 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1167731 0 0 0 295539 1833 0 0 20 0 1 0 37732679 9970909184 2169767 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2434304 2169767 3328 3139 0 2430592 0
Current children cumulated CPU time: 2973.72 s
Current children cumulated vsize: 9737216 KiB
Current children cumulated memory: 8679068 KiB

[startup+3042.3 s]
/proc/loadavg: 4.05 4.10 4.12 5/250 34326
/proc/meminfo: memFree=115392832/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9737216 memory=8679068 CPUtime=3033.57 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1170305 0 0 0 301523 1834 0 0 20 0 1 0 37732679 9970909184 2169767 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2434304 2169767 3328 3139 0 2430592 0
Current children cumulated CPU time: 3033.57 s
Current children cumulated vsize: 9737216 KiB
Current children cumulated memory: 8679068 KiB

[startup+3102.3 s]
/proc/loadavg: 4.22 4.13 4.12 5/249 34332
/proc/meminfo: memFree=115383080/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9737216 memory=8679068 CPUtime=3093.43 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1173146 0 0 0 307508 1835 0 0 20 0 1 0 37732679 9970909184 2169767 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2434304 2169767 3328 3139 0 2430592 0
Current children cumulated CPU time: 3093.43 s
Current children cumulated vsize: 9737216 KiB
Current children cumulated memory: 8679068 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.12 4.12 5/249 34345
/proc/meminfo: memFree=115098428/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9737216 memory=8679068 CPUtime=3153.27 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1175673 0 0 0 313491 1836 0 0 20 0 1 0 37732679 9970909184 2169767 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2434304 2169767 3328 3139 0 2430592 0
Current children cumulated CPU time: 3153.27 s
Current children cumulated vsize: 9737216 KiB
Current children cumulated memory: 8679068 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.11 5/249 34347
/proc/meminfo: memFree=115394620/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9737216 memory=8679068 CPUtime=3213.13 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1178079 0 0 0 319475 1838 0 0 20 0 1 0 37732679 9970909184 2169767 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2434304 2169767 3328 3139 0 2430592 0
Current children cumulated CPU time: 3213.13 s
Current children cumulated vsize: 9737216 KiB
Current children cumulated memory: 8679068 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.11 5/250 34530
/proc/meminfo: memFree=115269868/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9746968 memory=8688788 CPUtime=3272.97 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1184059 0 0 0 325400 1897 0 0 20 0 1 0 37732679 9980895232 2172197 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2436742 2172197 3328 3139 0 2433030 0
Current children cumulated CPU time: 3272.97 s
Current children cumulated vsize: 9746968 KiB
Current children cumulated memory: 8688788 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/250 34532
/proc/meminfo: memFree=115414488/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9746968 memory=8688820 CPUtime=3332.82 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1187908 0 0 0 331369 1913 0 0 20 0 1 0 37732679 9980895232 2172205 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2436742 2172205 3328 3139 0 2433030 0
Current children cumulated CPU time: 3332.82 s
Current children cumulated vsize: 9746968 KiB
Current children cumulated memory: 8688820 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.10 5/251 34537
/proc/meminfo: memFree=115179096/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9746968 memory=8690868 CPUtime=3392.67 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1190472 0 0 0 337353 1914 0 0 20 0 1 0 37732679 9980895232 2172717 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2436742 2172717 3328 3139 0 2433030 0
Current children cumulated CPU time: 3392.67 s
Current children cumulated vsize: 9746968 KiB
Current children cumulated memory: 8690868 KiB

[startup+3462.3 s]
/proc/loadavg: 4.55 4.22 4.14 5/251 34539
/proc/meminfo: memFree=115173816/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9748368 memory=8692268 CPUtime=3452.52 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1194311 0 0 0 343314 1938 0 0 20 0 1 0 37732679 9982328832 2173067 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2437092 2173067 3328 3139 0 2433380 0
Current children cumulated CPU time: 3452.52 s
Current children cumulated vsize: 9748368 KiB
Current children cumulated memory: 8692268 KiB

[startup+3522.3 s]
/proc/loadavg: 4.44 4.27 4.16 5/251 34541
/proc/meminfo: memFree=114942364/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9748368 memory=8692268 CPUtime=3512.36 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1196796 0 0 0 349297 1939 0 0 20 0 1 0 37732679 9982328832 2173067 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2437092 2173067 3328 3139 0 2433380 0
Current children cumulated CPU time: 3512.36 s
Current children cumulated vsize: 9748368 KiB
Current children cumulated memory: 8692268 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.26 4.17 5/250 34588
/proc/meminfo: memFree=115133256/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9748368 memory=8692268 CPUtime=3572.22 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1199289 0 0 0 355281 1941 0 0 20 0 1 0 37732679 9982328832 2173067 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2437092 2173067 3328 3139 0 2433380 0
Current children cumulated CPU time: 3572.22 s
Current children cumulated vsize: 9748368 KiB
Current children cumulated memory: 8692268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 4.40 4.29 4.18 5/250 34589
/proc/meminfo: memFree=115217876/131382116 swapFree=33010684/33010684
[pid=32795] ppid=32792 vsize=9748368 memory=8692268 CPUtime=3600.04 cores=1,3
/proc/32795/stat : 32795 (uwrmaxsat-scip) R 32792 32795 30286 0 -1 4194304 1200691 0 0 0 358063 1941 0 0 20 0 1 0 37732679 9982328832 2173067 18446744073709551615 4198400 17051741 140730026540528 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 34942976 140730026543418 140730026543588 140730026543588 140730026549190 0
/proc/32795/statm: 2437092 2173067 3328 3139 0 2433380 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 9748368 KiB
Current children cumulated memory: 8692268 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.64 s, system=19.4422 s

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

Child status: 0

Real time (s): 3610.23
CPU time (s): 3600.08
CPU user time (s): 3580.64
CPU system time (s): 19.4422
CPU usage (%): 99.719
Max. virtual memory (cumulated for all children) (KiB): 11639416
Max. memory (cumulated for all children) (KiB): 10980068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.64
system time used= 19.4422
maximum resident set size= 11071456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1200691
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= 253
involuntary context switches= 1771


# summary of solver processes directly reported to runsolver:
#   pid: 32795
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3580.64
#   total CPU system time (s): 19.4422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8852 second user time and 34.2902 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 20:08:55
IDJOB=4515219
IDBENCH=164250
IDSOLVER=3373
FILE ID=nodeC004/4515219-1751220535
RUNJOBID= nodeC004-1751215847-30298
SLURM_JOB_ID= 9587653
Free space on /tmp= 432576 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-t1722.0.s.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-4515219-1751220535/watcher-4515219-1751220535 -o /tmp/evaluation-result-4515219-1751220535/solver-4515219-1751220535 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751215847-30298 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4515219-1751220535.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 39768e28ba132eeb426131d5bb977045
RANDOM SEED=920418707

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        101057084 kB
MemAvailable:   103128524 kB
Buffers:            3280 kB
Cached:          2874716 kB
SwapCached:            0 kB
Active:         27071284 kB
Inactive:        2576480 kB
Active(anon):   26787756 kB
Inactive(anon):        0 kB
Active(file):     283528 kB
Inactive(file):  2576480 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18284 kB
Writeback:             4 kB
AnonPages:      26771364 kB
Mapped:           140216 kB
Shmem:             17976 kB
KReclaimable:     102120 kB
Slab:             184872 kB
SReclaimable:     102120 kB
SUnreclaim:        82752 kB
KernelStack:        4060 kB
PageTables:        56048 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   28520948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6748160 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC004 at 2025-06-29 21:09:05