Trace number 4485750

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
UWrMaxSat-SCIP 2025-06-04? (TO) 3600.44 3610.15

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbeb.opb
MD5SUMd021d78883fac2a7bf820bb220b2a7e2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark1.14616
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155020
Total number of constraints2675
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2675
Minimum length of a constraint11
Maximum length of a constraint7172
Number of terms in the objective function 14882
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 12491747892670016
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
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...
2.59/2.65	c Converting 4201 PB-constraints to clauses...
1029.16/1031.85	c Boolean multilevel optimization (BMO) can be done in 1 point(s).
1029.16/1031.87	c ============================[  Problem Statistics ]============================
1029.16/1031.87	c |  Number of variables:      18321123                                         |
1029.16/1031.87	c |  Number of clauses:        84281025 (incl.         7485 soft in queue)      |
1029.16/1031.87	c ===============================================================================
3600.07/3609.80	c *** TERMINATED by signal 15 ***
3600.07/3609.80	c _______________________________________________________________________________
3600.07/3609.80	c 
3600.07/3609.80	c _______________________________________________________________________________
3600.07/3609.80	c 
3600.07/3609.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3609.80	c Memory used            : 27646.00 MB
3600.07/3609.80	c CPU time               : 3512.89 s
3600.07/3609.80	c Constr Enc: Srt/BDD/Add: 1764 0 341
3600.07/3609.80	c Reused sorter inputs   : 558 of 2941520 inputs (0.02% in avg) in 94757 sorters
3600.07/3609.80	c _______________________________________________________________________________
3600.07/3609.80	c _______________________________________________________________________________
3600.07/3609.80	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (60038 MiB free)
  memory of node 1: 64465 MiB (60990 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100065 s]*
/proc/loadavg: 4.13 4.11 4.09 5/263 40855
/proc/meminfo: memFree=123919660/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=41216 memory=24408 CPUtime=0.09 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 5851 0 0 0 9 0 0 0 20 0 1 0 46357375 42205184 6102 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 10304 6102 1120 3139 0 6592 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 41216 KiB
Current children cumulated memory: 24408 KiB

[startup+0.205661 s]*
/proc/loadavg: 4.13 4.11 4.09 5/263 40855
/proc/meminfo: memFree=123895084/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=52540 memory=35544 CPUtime=0.2 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 8622 0 0 0 19 1 0 0 20 0 1 0 46357375 53800960 8886 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 13135 8886 1120 3139 0 9423 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 52540 KiB
Current children cumulated memory: 35544 KiB

[startup+0.305599 s]*
/proc/loadavg: 4.13 4.11 4.09 5/263 40855
/proc/meminfo: memFree=123887272/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=69344 memory=51064 CPUtime=0.29 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 12255 0 0 0 28 1 0 0 20 0 1 0 46357375 71008256 12766 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 17336 12766 1120 3139 0 13624 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 69344 KiB
Current children cumulated memory: 51064 KiB

[startup+0.70017 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 40855
/proc/meminfo: memFree=123863332/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=101164 memory=82296 CPUtime=0.69 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 20069 0 0 0 66 3 0 0 20 0 1 0 46357375 103591936 20574 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 25291 20574 1120 3139 0 21579 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 101164 KiB
Current children cumulated memory: 82296 KiB

[startup+1.50016 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 40855
/proc/meminfo: memFree=123765924/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=177772 memory=156904 CPUtime=1.49 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 36686 0 0 0 142 7 0 0 20 0 1 0 46357375 182038528 39226 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 44443 39226 1120 3139 0 40731 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 177772 KiB
Current children cumulated memory: 156904 KiB

[startup+3.10552 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 40855
/proc/meminfo: memFree=123417884/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=261028 memory=237552 CPUtime=3.08 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 55802 0 0 0 298 10 0 0 20 0 1 0 46357375 267292672 59388 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 65257 59388 1152 3139 0 61545 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 261028 KiB
Current children cumulated memory: 237552 KiB

[startup+6.30017 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 40855
/proc/meminfo: memFree=123369056/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=269516 memory=245928 CPUtime=6.27 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 58365 0 0 0 616 11 0 0 20 0 1 0 46357375 275984384 61482 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 67379 61482 1216 3139 0 63667 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 269516 KiB
Current children cumulated memory: 245928 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 40855
/proc/meminfo: memFree=123296648/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=328836 memory=304648 CPUtime=12.65 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 61801 0 0 0 1253 12 0 0 20 0 1 0 46357375 336728064 76162 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 82209 76162 1216 3139 0 78497 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 328836 KiB
Current children cumulated memory: 304648 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 40856
/proc/meminfo: memFree=123097432/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=512660 memory=487056 CPUtime=25.43 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 77799 0 0 0 2522 21 0 0 20 0 1 0 46357375 524963840 121764 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 128165 121764 1216 3139 0 124453 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 512660 KiB
Current children cumulated memory: 487056 KiB

[startup+51.1055 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 40856
/proc/meminfo: memFree=122792772/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=945896 memory=827224 CPUtime=50.97 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 111387 0 0 0 5063 34 0 0 20 0 1 0 46357375 968597504 206806 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 236474 206806 1216 3139 0 232762 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 945896 KiB
Current children cumulated memory: 827224 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 40862
/proc/meminfo: memFree=122230116/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=1463944 memory=1381884 CPUtime=102.04 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 161142 0 0 0 10151 53 0 0 20 0 1 0 46357375 1499078656 345471 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 365986 345471 1216 3139 0 362274 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 1463944 KiB
Current children cumulated memory: 1381884 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/262 40864
/proc/meminfo: memFree=122089764/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=1769712 memory=1516640 CPUtime=161.88 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 179322 0 0 0 16130 58 0 0 20 0 1 0 46357375 1812185088 379160 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 442428 379160 1216 3139 0 438716 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 1769712 KiB
Current children cumulated memory: 1516640 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 40870
/proc/meminfo: memFree=121548108/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=2190372 memory=2013380 CPUtime=221.74 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 201154 0 0 0 22098 76 0 0 20 0 1 0 46357375 2242940928 503345 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 547593 503345 1216 3139 0 543881 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 2190372 KiB
Current children cumulated memory: 2013380 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 40872
/proc/meminfo: memFree=121409644/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=2289952 memory=2210940 CPUtime=281.59 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 226568 0 0 0 28077 82 0 0 20 0 1 0 46357375 2344910848 552735 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 572488 552735 1216 3139 0 568776 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 2289952 KiB
Current children cumulated memory: 2210940 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/263 40874
/proc/meminfo: memFree=120679804/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=2787572 memory=2482564 CPUtime=341.45 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 262746 0 0 0 34053 92 0 0 20 0 1 0 46357375 2854473728 620641 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 696893 620641 1216 3139 0 693181 0
Current children cumulated CPU time: 341.45 s
Current children cumulated vsize: 2787572 KiB
Current children cumulated memory: 2482564 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/263 40876
/proc/meminfo: memFree=120332520/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=2939788 memory=2782792 CPUtime=401.32 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 301526 0 0 0 40031 101 0 0 20 0 1 0 46357375 3010342912 695698 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 734947 695698 1216 3139 0 731235 0
Current children cumulated CPU time: 401.32 s
Current children cumulated vsize: 2939788 KiB
Current children cumulated memory: 2782792 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 40879
/proc/meminfo: memFree=119261384/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=4310684 memory=3770360 CPUtime=461.19 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 344464 0 0 0 45982 137 0 0 20 0 1 0 46357375 4414140416 942590 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 1077671 942590 1216 3139 0 1073959 0
Current children cumulated CPU time: 461.19 s

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

/proc/meminfo: memFree=94297820/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=24437444 memory=22550100 CPUtime=2914.51 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 3180499 0 0 0 284608 6843 0 0 20 0 1 0 46357375 25023942656 5637525 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 6109361 5637525 1248 3139 0 6105649 0
Current children cumulated CPU time: 2914.51 s
Current children cumulated vsize: 24437444 KiB
Current children cumulated memory: 22550100 KiB

[startup+2982.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/262 41038
/proc/meminfo: memFree=95038192/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=23671424 memory=21796420 CPUtime=2974.34 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 3189425 0 0 0 290557 6877 0 0 20 0 1 0 46357375 24239538176 5449105 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 5917856 5449105 1248 3139 0 5914144 0
Current children cumulated CPU time: 2974.34 s
Current children cumulated vsize: 23671424 KiB
Current children cumulated memory: 21796420 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/262 41040
/proc/meminfo: memFree=95258436/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=23382964 memory=21507960 CPUtime=3034.18 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 3209020 0 0 0 296219 7199 0 0 20 0 1 0 46357375 23944155136 5376990 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 5845741 5376990 1248 3139 0 5842029 0
Current children cumulated CPU time: 3034.18 s
Current children cumulated vsize: 23382964 KiB
Current children cumulated memory: 21507960 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/262 41042
/proc/meminfo: memFree=95312108/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=23382964 memory=21512056 CPUtime=3094.01 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 3225737 0 0 0 302022 7379 0 0 20 0 1 0 46357375 23944155136 5378014 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 5845741 5378014 1248 3139 0 5842029 0
Current children cumulated CPU time: 3094.01 s
Current children cumulated vsize: 23382964 KiB
Current children cumulated memory: 21512056 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 41049
/proc/meminfo: memFree=95301996/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=23381876 memory=21506872 CPUtime=3153.84 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 3240376 0 0 0 307829 7555 0 0 20 0 1 0 46357375 23943041024 5376718 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 5845469 5376718 1248 3139 0 5841757 0
Current children cumulated CPU time: 3153.84 s
Current children cumulated vsize: 23381876 KiB
Current children cumulated memory: 21506872 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 41052
/proc/meminfo: memFree=94265120/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=24433240 memory=22558184 CPUtime=3213.67 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 3258541 0 0 0 313587 7780 0 0 20 0 1 0 46357375 25019637760 5639546 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 6108310 5639546 1248 3139 0 6104598 0
Current children cumulated CPU time: 3213.67 s
Current children cumulated vsize: 24433240 KiB
Current children cumulated memory: 22558184 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 41067
/proc/meminfo: memFree=95298056/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=23381876 memory=21506872 CPUtime=3273.5 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 3267626 0 0 0 319560 7790 0 0 20 0 1 0 46357375 23943041024 5376718 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 5845469 5376718 1248 3139 0 5841757 0
Current children cumulated CPU time: 3273.5 s
Current children cumulated vsize: 23381876 KiB
Current children cumulated memory: 21506872 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/264 41069
/proc/meminfo: memFree=95355944/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=22740040 memory=21508892 CPUtime=3333.33 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 3283411 0 0 0 325314 8019 0 0 20 0 1 0 46357375 23285800960 5377223 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 5685010 5377223 1248 3139 0 5681298 0
Current children cumulated CPU time: 3333.33 s
Current children cumulated vsize: 22740040 KiB
Current children cumulated memory: 21508892 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 41071
/proc/meminfo: memFree=93693440/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=24812156 memory=22941216 CPUtime=3393.16 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 3304528 0 0 0 331047 8269 0 0 20 0 1 0 46357375 25407647744 5735304 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 6203039 5735304 1248 3139 0 6199327 0
Current children cumulated CPU time: 3393.16 s
Current children cumulated vsize: 24812156 KiB
Current children cumulated memory: 22941216 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/264 41073
/proc/meminfo: memFree=95206340/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=23375600 memory=21504820 CPUtime=3452.99 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 3322184 0 0 0 336843 8456 0 0 20 0 1 0 46357375 23936614400 5376205 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 5843900 5376205 1248 3139 0 5840188 0
Current children cumulated CPU time: 3452.99 s
Current children cumulated vsize: 23375600 KiB
Current children cumulated memory: 21504820 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 41075
/proc/meminfo: memFree=94215668/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=24426092 memory=22555260 CPUtime=3512.82 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 3339668 0 0 0 342600 8682 0 0 20 0 1 0 46357375 25012318208 5638815 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 6106523 5638815 1248 3139 0 6102811 0
Current children cumulated CPU time: 3512.82 s
Current children cumulated vsize: 24426092 KiB
Current children cumulated memory: 22555260 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 41077
/proc/meminfo: memFree=95294296/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=23375600 memory=21504820 CPUtime=3572.66 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 3350352 0 0 0 348576 8690 0 0 20 0 1 0 46357375 23936614400 5376205 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 5843900 5376205 1248 3139 0 5840188 0
Current children cumulated CPU time: 3572.66 s
Current children cumulated vsize: 23375600 KiB
Current children cumulated memory: 21504820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.06 4.08 4.09 4/255 41094
/proc/meminfo: memFree=96214924/131249992 swapFree=33010160/33010684
[pid=40854] ppid=40851 vsize=22802748 memory=20907760 CPUtime=3600.07 cores=1,3
/proc/40854/stat : 40854 (uwrmaxsat-scip) R 40851 40854 40379 0 -1 4194304 3355155 0 0 0 351288 8719 0 0 20 0 1 0 46357375 23350013952 5226940 18446744073709551615 4198400 17051741 140725486265232 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27299840 140725486270778 140725486270948 140725486270948 140725486276550 0
/proc/40854/statm: 5700687 5226940 1248 3139 0 5696975 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 22802748 KiB
Current children cumulated memory: 20907760 KiB

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

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

# cumulated CPU time of all completed processes:  user=3512.89 s, system=87.546 s

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

[startup+3610.01 s]*
/proc/loadavg: 4.05 4.08 4.09 5/263 41168
/proc/meminfo: memFree=104334516/131249992 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3610.11 s]
/proc/loadavg: 4.05 4.08 4.09 5/263 41168
/proc/meminfo: memFree=104334516/131249992 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3610.15
CPU time (s): 3600.44
CPU user time (s): 3512.89
CPU system time (s): 87.546
CPU usage (%): 99.7309
Max. virtual memory (cumulated for all children) (KiB): 28310164
Max. memory (cumulated for all children) (KiB): 27492716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3512.89
system time used= 87.546
maximum resident set size= 27492716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3355156
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= 82
involuntary context switches= 3921


# summary of solver processes directly reported to runsolver:
#   pid: 40854
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3512.89
#   total CPU system time (s): 87.546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.68949 second user time and 15.6733 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-30 20:07:08
IDJOB=4485750
IDBENCH=146868
IDSOLVER=3373
FILE ID=nodeC035/4485750-1751306828
RUNJOBID= nodeC035-1751303214-40391
SLURM_JOB_ID= 9594292
Free space on /tmp= 432996 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-greenbeb.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-4485750-1751306828/watcher-4485750-1751306828 -o /tmp/evaluation-result-4485750-1751306828/solver-4485750-1751306828 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751303214-40391 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4485750-1751306828.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= d021d78883fac2a7bf820bb220b2a7e2
RANDOM SEED=2016299994

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        123935348 kB
MemAvailable:   128659468 kB
Buffers:            1840 kB
Cached:          5477544 kB
SwapCached:            8 kB
Active:          1333368 kB
Inactive:        5198072 kB
Active(anon):    1058496 kB
Inactive(anon):    11620 kB
Active(file):     274872 kB
Inactive(file):  5186452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             85576 kB
Writeback:            40 kB
AnonPages:       1055228 kB
Mapped:           135600 kB
Shmem:             18048 kB
KReclaimable:     204068 kB
Slab:             292992 kB
SReclaimable:     204068 kB
SUnreclaim:        88924 kB
KernelStack:        4240 kB
PageTables:         4728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1455116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432964 MiB
End job on nodeC035 at 2025-06-30 21:07:19