Trace number 4544468

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 3609.9

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat16_15_identity_complement.opb
MD5SUMec82efcd866f342a1f5f756e3ed31d43
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 benchmark5.10808
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints408375
Number of constraints which are clauses397971
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10404
Minimum length of a constraint2
Maximum length of a constraint17
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 33
Number of bits of the biggest sum of numbers6
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.48/1.59	c Converting 408375 PB-constraints to clauses...
1.59/1.61	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
2.78/2.80	c ============================[ Encoding Statistics ]============================
2.78/2.80	c |  Number of variables:          8109                                         |
2.78/2.80	c |  Number of clauses:          413577                                         |
2.78/2.80	c ===============================================================================
302.84/303.80	c Starting SCIP solver  (with time-limit: 900s) ...
1200.43/1203.81	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.06/3609.90	c *** TERMINATED by signal 15 ***
3600.06/3609.90	c _______________________________________________________________________________
3600.06/3609.90	c 
3600.06/3609.90	c _______________________________________________________________________________
3600.06/3609.90	c 
3600.06/3609.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3609.90	c Memory used            : 2642.00 MB
3600.06/3609.90	c CPU time               : 3598.95 s
3600.06/3609.90	c Constr Enc: Srt/BDD/Add: 5202 0 0
3600.06/3609.90	c _______________________________________________________________________________
3600.06/3609.90	c _______________________________________________________________________________
3600.06/3609.90	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 (62154 MiB free)
  memory of node 1: 64465 MiB (63439 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=171218, runsolver pid=171215

[startup+0.100061 s]*
/proc/loadavg: 4.02 4.10 4.00 5/263 171219
/proc/meminfo: memFree=128590920/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=39780 memory=23936 CPUtime=0.09 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 5061 0 0 0 9 0 0 0 20 0 1 0 238150692 40734720 5984 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 9945 5984 1120 3139 0 6233 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39780 KiB
Current children cumulated memory: 23936 KiB

[startup+0.205473 s]*
/proc/loadavg: 4.02 4.10 4.00 5/263 171219
/proc/meminfo: memFree=128575044/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=58088 memory=41984 CPUtime=0.19 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 9602 0 0 0 18 1 0 0 20 0 1 0 238150692 59482112 10496 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 14522 10496 1120 3139 0 10810 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 58088 KiB
Current children cumulated memory: 41984 KiB

[startup+0.305475 s]*
/proc/loadavg: 4.02 4.10 4.00 5/263 171219
/proc/meminfo: memFree=128558916/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=75252 memory=59264 CPUtime=0.3 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 13919 0 0 0 28 2 0 0 20 0 1 0 238150692 77058048 14816 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 18813 14816 1120 3139 0 15101 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 75252 KiB
Current children cumulated memory: 59264 KiB

[startup+0.700181 s]
/proc/loadavg: 4.02 4.10 4.00 5/263 171219
/proc/meminfo: memFree=128526660/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=142888 memory=126848 CPUtime=0.69 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 30788 0 0 0 64 5 0 0 20 0 1 0 238150692 146317312 31680 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 35722 31712 1120 3139 0 32010 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 142888 KiB
Current children cumulated memory: 126848 KiB

[startup+1.50016 s]
/proc/loadavg: 4.02 4.10 4.00 5/263 171219
/proc/meminfo: memFree=128437956/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=281632 memory=265088 CPUtime=1.48 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 65356 0 0 0 138 10 0 0 20 0 1 0 238150692 288391168 66272 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 70408 66272 1120 3139 0 66696 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 281632 KiB
Current children cumulated memory: 265088 KiB

[startup+3.10534 s]
/proc/loadavg: 4.02 4.10 4.00 5/263 171219
/proc/meminfo: memFree=127946756/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=686128 memory=673628 CPUtime=3.09 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 161803 0 0 0 283 26 0 0 20 0 1 0 238150692 702595072 168407 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 171532 168407 2688 3139 0 167820 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 686128 KiB
Current children cumulated memory: 673628 KiB

[startup+6.30016 s]
/proc/loadavg: 4.02 4.10 4.00 5/263 171219
/proc/meminfo: memFree=127910832/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=713992 memory=702668 CPUtime=6.27 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 165997 0 0 0 599 28 0 0 20 0 1 0 238150692 731127808 175667 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 178498 175667 2688 3139 0 174786 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 713992 KiB
Current children cumulated memory: 702668 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.11 4.00 5/263 171219
/proc/meminfo: memFree=127861752/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=715464 memory=704172 CPUtime=12.65 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 172203 0 0 0 1233 32 0 0 20 0 1 0 238150692 732635136 176043 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 178866 176043 2688 3139 0 175154 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 715464 KiB
Current children cumulated memory: 704172 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.11 4.00 5/263 171219
/proc/meminfo: memFree=127890252/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=690876 memory=679608 CPUtime=25.42 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 178121 0 0 0 2507 35 0 0 20 0 1 0 238150692 707457024 169902 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 172719 169902 2688 3139 0 169007 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 690876 KiB
Current children cumulated memory: 679608 KiB

[startup+51.1054 s]
/proc/loadavg: 4.05 4.10 4.00 5/263 171219
/proc/meminfo: memFree=127855224/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=717884 memory=706604 CPUtime=50.95 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 180659 0 0 0 5058 37 0 0 20 0 1 0 238150692 735113216 176651 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 179471 176651 2688 3139 0 175759 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 717884 KiB
Current children cumulated memory: 706604 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.11 4.01 5/263 171266
/proc/meminfo: memFree=128035876/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=691064 memory=679924 CPUtime=101.99 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 186601 0 0 0 10158 41 0 0 20 0 1 0 238150692 707649536 169981 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 172766 169981 2688 3139 0 169054 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 691064 KiB
Current children cumulated memory: 679924 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.12 4.01 5/264 171808
/proc/meminfo: memFree=127010808/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=710144 memory=698796 CPUtime=161.8 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 188910 0 0 0 16138 42 0 0 20 0 1 0 238150692 727187456 174699 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 177536 174699 2688 3139 0 173824 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 710144 KiB
Current children cumulated memory: 698796 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.11 4.01 5/266 171814
/proc/meminfo: memFree=127026032/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=681404 memory=670264 CPUtime=221.6 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 190256 0 0 0 22117 43 0 0 20 0 1 0 238150692 697757696 167566 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 170351 167566 2688 3139 0 166639 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 681404 KiB
Current children cumulated memory: 670264 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.10 4.01 5/265 171816
/proc/meminfo: memFree=127000124/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=714396 memory=703020 CPUtime=281.4 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 192922 0 0 0 28096 44 0 0 20 0 1 0 238150692 731541504 175755 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 178599 175755 2688 3139 0 174887 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 714396 KiB
Current children cumulated memory: 703020 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.10 4.01 5/265 171907
/proc/meminfo: memFree=126478332/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=1215280 memory=1201004 CPUtime=341.23 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 300073 0 0 0 34060 63 0 0 20 0 1 0 238150692 1244446720 300251 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 303820 300251 3104 3139 0 300108 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 1215280 KiB
Current children cumulated memory: 1201004 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.09 4.01 5/265 171909
/proc/meminfo: memFree=126485212/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=1233716 memory=1219240 CPUtime=401.06 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 301158 0 0 0 40043 63 0 0 20 0 1 0 238150692 1263325184 304810 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 308429 304810 3104 3139 0 304717 0
Current children cumulated CPU time: 401.06 s
Current children cumulated vsize: 1233716 KiB
Current children cumulated memory: 1219240 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.09 4.01 5/265 171912
/proc/meminfo: memFree=125425684/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=1262992 memory=1248820 CPUtime=460.89 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 304055 0 0 0 46025 64 0 0 20 0 1 0 238150692 1293303808 312205 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 315748 312205 3104 3139 0 312036 0
Current children cumulated CPU time: 460.89 s

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

Current children cumulated memory: 410492 KiB

[startup+2922.3 s]
/proc/loadavg: 4.22 4.17 4.09 5/265 172089
/proc/meminfo: memFree=124288292/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=418280 memory=410620 CPUtime=2914.31 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 500299 0 0 0 291321 110 0 0 20 0 1 0 238150692 428318720 102655 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104570 102655 3296 3139 0 100858 0
Current children cumulated CPU time: 2914.31 s
Current children cumulated vsize: 418280 KiB
Current children cumulated memory: 410620 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.15 4.09 5/264 172095
/proc/meminfo: memFree=124306696/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=419416 memory=411656 CPUtime=2974.15 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 501211 0 0 0 297304 111 0 0 20 0 1 0 238150692 429481984 102914 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104854 102914 3296 3139 0 101142 0
Current children cumulated CPU time: 2974.15 s
Current children cumulated vsize: 419416 KiB
Current children cumulated memory: 411656 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.15 4.09 5/264 172097
/proc/meminfo: memFree=124512448/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=419416 memory=411768 CPUtime=3033.98 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 501984 0 0 0 303286 112 0 0 20 0 1 0 238150692 429481984 102942 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104854 102942 3296 3139 0 101142 0
Current children cumulated CPU time: 3033.98 s
Current children cumulated vsize: 419416 KiB
Current children cumulated memory: 411768 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.14 4.09 5/262 172099
/proc/meminfo: memFree=124283652/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=419416 memory=411768 CPUtime=3093.82 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 502975 0 0 0 309270 112 0 0 20 0 1 0 238150692 429481984 102942 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104854 102942 3296 3139 0 101142 0
Current children cumulated CPU time: 3093.82 s
Current children cumulated vsize: 419416 KiB
Current children cumulated memory: 411768 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/264 172103
/proc/meminfo: memFree=124265632/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=419416 memory=411768 CPUtime=3153.65 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 503024 0 0 0 315253 112 0 0 20 0 1 0 238150692 429481984 102942 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104854 102942 3296 3139 0 101142 0
Current children cumulated CPU time: 3153.65 s
Current children cumulated vsize: 419416 KiB
Current children cumulated memory: 411768 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/264 172105
/proc/meminfo: memFree=124286008/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=419416 memory=411768 CPUtime=3213.49 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 503154 0 0 0 321237 112 0 0 20 0 1 0 238150692 429481984 102942 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104854 102942 3296 3139 0 101142 0
Current children cumulated CPU time: 3213.49 s
Current children cumulated vsize: 419416 KiB
Current children cumulated memory: 411768 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.21 4.12 5/265 172155
/proc/meminfo: memFree=124921316/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=419416 memory=411768 CPUtime=3273.33 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 503202 0 0 0 327221 112 0 0 20 0 1 0 238150692 429481984 102942 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104854 102942 3296 3139 0 101142 0
Current children cumulated CPU time: 3273.33 s
Current children cumulated vsize: 419416 KiB
Current children cumulated memory: 411768 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.18 4.11 5/265 172157
/proc/meminfo: memFree=122177028/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=419416 memory=411768 CPUtime=3333.18 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 503332 0 0 0 333206 112 0 0 20 0 1 0 238150692 429481984 102942 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104854 102942 3296 3139 0 101142 0
Current children cumulated CPU time: 3333.18 s
Current children cumulated vsize: 419416 KiB
Current children cumulated memory: 411768 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.16 4.11 5/266 172160
/proc/meminfo: memFree=120712180/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=419416 memory=411768 CPUtime=3393.02 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 503382 0 0 0 339190 112 0 0 20 0 1 0 238150692 429481984 102942 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104854 102942 3296 3139 0 101142 0
Current children cumulated CPU time: 3393.02 s
Current children cumulated vsize: 419416 KiB
Current children cumulated memory: 411768 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/265 172162
/proc/meminfo: memFree=118553112/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=419416 memory=411768 CPUtime=3452.86 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 503510 0 0 0 345174 112 0 0 20 0 1 0 238150692 429481984 102942 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104854 102942 3296 3139 0 101142 0
Current children cumulated CPU time: 3452.86 s
Current children cumulated vsize: 419416 KiB
Current children cumulated memory: 411768 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.13 4.10 5/265 172255
/proc/meminfo: memFree=126321400/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=419416 memory=411768 CPUtime=3512.7 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 503559 0 0 0 351158 112 0 0 20 0 1 0 238150692 429481984 102942 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104854 102942 3296 3139 0 101142 0
Current children cumulated CPU time: 3512.7 s
Current children cumulated vsize: 419416 KiB
Current children cumulated memory: 411768 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.12 4.09 5/265 172307
/proc/meminfo: memFree=126771140/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=419416 memory=411768 CPUtime=3572.54 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 503688 0 0 0 357142 112 0 0 20 0 1 0 238150692 429481984 102942 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104854 102942 3296 3139 0 101142 0
Current children cumulated CPU time: 3572.54 s
Current children cumulated vsize: 419416 KiB
Current children cumulated memory: 411768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.10 4.12 4.09 5/265 172307
/proc/meminfo: memFree=126726400/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=419416 memory=411768 CPUtime=3600.06 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 503717 0 0 0 359894 112 0 0 20 0 1 0 238150692 429481984 102942 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104854 102942 3296 3139 0 101142 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 419416 KiB
Current children cumulated memory: 411768 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.95 s, system=1.12897 s

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

[startup+3609.9 s]
/proc/loadavg: 4.10 4.12 4.09 5/265 172307
/proc/meminfo: memFree=126726400/131250000 swapFree=33008356/33010684
[pid=171218] ppid=171215 vsize=419416 memory=411768 CPUtime=3600.06 cores=5,7
/proc/171218/stat : 171218 (uwrmaxsat-scip) R 171215 171218 169389 0 -1 4194304 503717 0 0 0 359894 112 0 0 20 0 1 0 238150692 429481984 102942 18446744073709551615 4198400 17051741 140731864281632 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54988800 140731864287544 140731864287714 140731864287714 140731864293318 0
/proc/171218/statm: 104854 102942 3296 3139 0 101142 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 419416 KiB
Current children cumulated memory: 411768 KiB

Child status: 0

Real time (s): 3609.9
CPU time (s): 3600.08
CPU user time (s): 3598.95
CPU system time (s): 1.12897
CPU usage (%): 99.7278
Max. virtual memory (cumulated for all children) (KiB): 2705508
Max. memory (cumulated for all children) (KiB): 2479772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.95
system time used= 1.12897
maximum resident set size= 2479772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 503717
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= 157
involuntary context switches= 1672


# summary of solver processes directly reported to runsolver:
#   pid: 171218
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3598.95
#   total CPU system time (s): 1.12897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.66644 second user time and 15.8206 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-23 00:52:21
IDJOB=4544468
IDBENCH=180672
IDSOLVER=3373
FILE ID=nodeC014/4544468-1753224741
RUNJOBID= nodeC014-1753222581-169402
SLURM_JOB_ID= 9687821
Free space on /tmp= 432804 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat16_15_identity_complement.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-4544468-1753224741/watcher-4544468-1753224741 -o /tmp/evaluation-result-4544468-1753224741/solver-4544468-1753224741 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753222581-169402 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4544468-1753224741.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= ec82efcd866f342a1f5f756e3ed31d43
RANDOM SEED=274367315

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128608744 kB
MemAvailable:   129117940 kB
Buffers:             696 kB
Cached:          1254288 kB
SwapCached:         1624 kB
Active:          1450000 kB
Inactive:         434280 kB
Active(anon):     628212 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   408584 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             27192 kB
Writeback:             0 kB
AnonPages:        629548 kB
Mapped:           141008 kB
Shmem:             24612 kB
KReclaimable:     236124 kB
Slab:             332076 kB
SReclaimable:     236124 kB
SUnreclaim:        95952 kB
KernelStack:        4240 kB
PageTables:         4340 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1053572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432768 MiB
End job on nodeC014 at 2025-07-23 01:52:31