Trace number 4541543

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.1 3612.6

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq5/normalized-30array_ineq5.opb
MD5SUMc057026a3dee35393963218173951f41
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 benchmark1264.48
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5610
Total number of constraints7531
Number of constraints which are clauses5580
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints1921
Minimum length of a constraint1
Maximum length of a constraint120
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 576460752303423488
Number of bits of the biggest number in a constraint 60
Biggest sum of numbers in a constraint 2305843009213693951
Number of bits of the biggest sum of numbers61
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.10/0.15	c Converting 9421 PB-constraints to clauses...
0.21/0.30	c ============================[ Encoding Statistics ]============================
0.21/0.30	c |  Number of variables:          8506                                         |
0.21/0.30	c |  Number of clauses:           28123                                         |
0.21/0.30	c ===============================================================================
3600.09/3612.60	c *** TERMINATED by signal 15 ***
3600.09/3612.60	c _______________________________________________________________________________
3600.09/3612.60	c 
3600.09/3612.60	c _______________________________________________________________________________
3600.09/3612.60	c 
3600.09/3612.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.09/3612.60	c Memory used            : 229.00 MB
3600.09/3612.60	c CPU time               : 3599.72 s
3600.09/3612.60	c Constr Enc: Srt/BDD/Add: 2385 0 0
3600.09/3612.60	c _______________________________________________________________________________
3600.09/3612.60	c _______________________________________________________________________________
3600.09/3612.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100098 s]*
/proc/loadavg: 1.98 3.58 4.00 8/251 182400
/proc/meminfo: memFree=99529200/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=27900 memory=12136 CPUtime=0.1 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 2092 0 0 0 10 0 0 0 20 0 1 0 236667859 28569600 3034 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 6975 3034 1120 3139 0 3263 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27900 KiB
Current children cumulated memory: 12136 KiB

[startup+0.212879 s]*
/proc/loadavg: 1.98 3.58 4.00 8/251 182400
/proc/meminfo: memFree=99518364/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=33584 memory=17992 CPUtime=0.21 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 3744 0 0 0 20 1 0 0 20 0 1 0 236667859 34390016 4498 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 8396 4498 1216 3139 0 4684 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33584 KiB
Current children cumulated memory: 17992 KiB

[startup+0.31361 s]*
/proc/loadavg: 1.98 3.58 4.00 8/251 182400
/proc/meminfo: memFree=99511472/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=36020 memory=20416 CPUtime=0.31 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 4486 0 0 0 30 1 0 0 20 0 1 0 236667859 36884480 5104 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 9005 5104 1216 3139 0 5293 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 36020 KiB
Current children cumulated memory: 20416 KiB

[startup+0.700298 s]
/proc/loadavg: 1.98 3.58 4.00 8/251 182400
/proc/meminfo: memFree=99508448/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=36764 memory=21064 CPUtime=0.69 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 5401 0 0 0 67 2 0 0 20 0 1 0 236667859 37646336 5266 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 9191 5266 1216 3139 0 5479 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 36764 KiB
Current children cumulated memory: 21064 KiB

[startup+1.5003 s]
/proc/loadavg: 1.98 3.58 4.00 8/251 182400
/proc/meminfo: memFree=99491816/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=39536 memory=23692 CPUtime=1.48 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 6672 0 0 0 146 2 0 0 20 0 1 0 236667859 40484864 5923 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 9884 5923 1216 3139 0 6172 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 39536 KiB
Current children cumulated memory: 23692 KiB

[startup+3.11259 s]
/proc/loadavg: 1.98 3.58 4.00 8/251 182400
/proc/meminfo: memFree=99467588/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=40364 memory=24496 CPUtime=3.09 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 8460 0 0 0 307 2 0 0 20 0 1 0 236667859 41332736 6124 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 10091 6124 1216 3139 0 6379 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 40364 KiB
Current children cumulated memory: 24496 KiB

[startup+6.30026 s]
/proc/loadavg: 2.14 3.58 4.00 8/251 182400
/proc/meminfo: memFree=99465672/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=41896 memory=26132 CPUtime=6.26 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 10285 0 0 0 624 2 0 0 20 0 1 0 236667859 42901504 6533 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 10474 6533 1216 3139 0 6762 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 41896 KiB
Current children cumulated memory: 26132 KiB

[startup+12.7003 s]
/proc/loadavg: 2.37 3.61 4.00 8/251 182400
/proc/meminfo: memFree=99448572/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=39272 memory=23668 CPUtime=12.65 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 13257 0 0 0 1262 3 0 0 20 0 1 0 236667859 40214528 5917 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 9818 5917 1216 3139 0 6106 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 39272 KiB
Current children cumulated memory: 23668 KiB

[startup+25.5003 s]
/proc/loadavg: 2.73 3.63 4.00 8/251 182401
/proc/meminfo: memFree=99450032/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=41972 memory=26320 CPUtime=25.41 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 14936 0 0 0 2538 3 0 0 20 0 1 0 236667859 42979328 6580 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 10493 6580 1216 3139 0 6781 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 41972 KiB
Current children cumulated memory: 26320 KiB

[startup+51.1123 s]
/proc/loadavg: 3.25 3.68 4.01 8/252 182402
/proc/meminfo: memFree=99423852/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=52020 memory=36380 CPUtime=50.93 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 19531 0 0 0 5089 4 0 0 20 0 1 0 236667859 53268480 9095 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 13005 9095 1216 3139 0 9293 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 52020 KiB
Current children cumulated memory: 36380 KiB

[startup+102.3 s]
/proc/loadavg: 3.72 3.74 4.01 8/252 182404
/proc/meminfo: memFree=99391272/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=58616 memory=43104 CPUtime=101.95 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 27218 0 0 0 10189 6 0 0 20 0 1 0 236667859 60022784 10776 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 14654 10776 1216 3139 0 10942 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 58616 KiB
Current children cumulated memory: 43104 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 3.82 4.01 8/252 182406
/proc/meminfo: memFree=99351624/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=69344 memory=53744 CPUtime=161.75 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 31583 0 0 0 16167 8 0 0 20 0 1 0 236667859 71008256 13436 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 17336 13436 1216 3139 0 13624 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 69344 KiB
Current children cumulated memory: 53744 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 3.87 4.01 8/252 182408
/proc/meminfo: memFree=99340436/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=69188 memory=53676 CPUtime=221.53 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 35326 0 0 0 22144 9 0 0 20 0 1 0 236667859 70848512 13419 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 17297 13419 1216 3139 0 13585 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 69188 KiB
Current children cumulated memory: 53676 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 3.91 4.01 8/251 182410
/proc/meminfo: memFree=99311280/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=74188 memory=58676 CPUtime=281.3 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 39623 0 0 0 28120 10 0 0 20 0 1 0 236667859 75968512 14669 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 18547 14669 1216 3139 0 14835 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 74188 KiB
Current children cumulated memory: 58676 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.95 4.01 7/250 182457
/proc/meminfo: memFree=99299744/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=78060 memory=61328 CPUtime=341.08 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 42115 0 0 0 34096 12 0 0 20 0 1 0 236667859 79933440 15332 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 19515 15332 1216 3139 0 15803 0
Current children cumulated CPU time: 341.08 s
Current children cumulated vsize: 78060 KiB
Current children cumulated memory: 61328 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.97 4.01 7/250 182460
/proc/meminfo: memFree=99265516/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=99668 memory=84080 CPUtime=400.86 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 43999 0 0 0 40073 13 0 0 20 0 1 0 236667859 102060032 21020 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 24917 21020 1216 3139 0 21205 0
Current children cumulated CPU time: 400.86 s
Current children cumulated vsize: 99668 KiB
Current children cumulated memory: 84080 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.00 4.02 7/250 182462
/proc/meminfo: memFree=99276292/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=102996 memory=87408 CPUtime=460.65 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 47551 0 0 0 46050 15 0 0 20 0 1 0 236667859 105467904 21852 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 25749 21852 1216 3139 0 22037 0
Current children cumulated CPU time: 460.65 s

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

Current children cumulated memory: 169200 KiB

[startup+2862.3 s]
/proc/loadavg: 4.30 4.15 4.15 7/250 182586
/proc/meminfo: memFree=98953708/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=184832 memory=169200 CPUtime=2852.51 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 68007 0 0 0 285222 29 0 0 20 0 1 0 236667859 189267968 42300 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 46208 42300 1216 3139 0 42496 0
Current children cumulated CPU time: 2852.51 s
Current children cumulated vsize: 184832 KiB
Current children cumulated memory: 169200 KiB

[startup+2922.3 s]
/proc/loadavg: 4.65 4.29 4.20 7/250 182588
/proc/meminfo: memFree=98953320/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=184832 memory=169320 CPUtime=2912.29 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 68820 0 0 0 291199 30 0 0 20 0 1 0 236667859 189267968 42330 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 46208 42330 1216 3139 0 42496 0
Current children cumulated CPU time: 2912.29 s
Current children cumulated vsize: 184832 KiB
Current children cumulated memory: 169320 KiB

[startup+2982.3 s]
/proc/loadavg: 4.31 4.27 4.19 7/250 182597
/proc/meminfo: memFree=98931260/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=217480 memory=201948 CPUtime=2972.07 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 69828 0 0 0 297176 31 0 0 20 0 1 0 236667859 222699520 50487 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 54370 50487 1216 3139 0 50658 0
Current children cumulated CPU time: 2972.07 s
Current children cumulated vsize: 217480 KiB
Current children cumulated memory: 201948 KiB

[startup+3042.3 s]
/proc/loadavg: 4.22 4.25 4.19 7/250 182599
/proc/meminfo: memFree=98879960/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=220024 memory=204492 CPUtime=3031.85 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 70452 0 0 0 303153 32 0 0 20 0 1 0 236667859 225304576 51123 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 55006 51123 1216 3139 0 51294 0
Current children cumulated CPU time: 3031.85 s
Current children cumulated vsize: 220024 KiB
Current children cumulated memory: 204492 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.20 4.17 7/250 182601
/proc/meminfo: memFree=98896192/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=184832 memory=169320 CPUtime=3091.64 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 70509 0 0 0 309132 32 0 0 20 0 1 0 236667859 189267968 42330 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 46208 42330 1216 3139 0 42496 0
Current children cumulated CPU time: 3091.64 s
Current children cumulated vsize: 184832 KiB
Current children cumulated memory: 169320 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.19 4.17 7/251 182604
/proc/meminfo: memFree=98890224/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=193648 memory=178032 CPUtime=3151.41 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 71193 0 0 0 315109 32 0 0 20 0 1 0 236667859 198295552 44508 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 48412 44508 1216 3139 0 44700 0
Current children cumulated CPU time: 3151.41 s
Current children cumulated vsize: 193648 KiB
Current children cumulated memory: 178032 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.17 4.17 7/251 182606
/proc/meminfo: memFree=98866828/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=229936 memory=214404 CPUtime=3211.2 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 72094 0 0 0 321087 33 0 0 20 0 1 0 236667859 235454464 53601 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 57484 53601 1216 3139 0 53772 0
Current children cumulated CPU time: 3211.2 s
Current children cumulated vsize: 229936 KiB
Current children cumulated memory: 214404 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.15 4.16 7/250 182608
/proc/meminfo: memFree=98884128/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=197064 memory=181488 CPUtime=3270.99 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 72437 0 0 0 327066 33 0 0 20 0 1 0 236667859 201793536 45372 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 49266 45372 1216 3139 0 45554 0
Current children cumulated CPU time: 3270.99 s
Current children cumulated vsize: 197064 KiB
Current children cumulated memory: 181488 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.14 4.16 7/250 182610
/proc/meminfo: memFree=98892624/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=167420 memory=152036 CPUtime=3330.77 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 73341 0 0 0 333043 34 0 0 20 0 1 0 236667859 171438080 38009 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 41855 38009 1216 3139 0 38143 0
Current children cumulated CPU time: 3330.77 s
Current children cumulated vsize: 167420 KiB
Current children cumulated memory: 152036 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.13 4.15 7/250 182611
/proc/meminfo: memFree=98885120/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=167452 memory=152068 CPUtime=3390.56 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 73742 0 0 0 339021 35 0 0 20 0 1 0 236667859 171470848 38017 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 41863 38017 1216 3139 0 38151 0
Current children cumulated CPU time: 3390.56 s
Current children cumulated vsize: 167452 KiB
Current children cumulated memory: 152068 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.12 4.14 7/250 182613
/proc/meminfo: memFree=98890320/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=169392 memory=154008 CPUtime=3450.33 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 74165 0 0 0 344998 35 0 0 20 0 1 0 236667859 173457408 38502 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 42348 38502 1216 3139 0 38636 0
Current children cumulated CPU time: 3450.33 s
Current children cumulated vsize: 169392 KiB
Current children cumulated memory: 154008 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.11 4.14 7/250 182615
/proc/meminfo: memFree=98881656/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=171904 memory=156520 CPUtime=3510.12 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 75176 0 0 0 350976 36 0 0 20 0 1 0 236667859 176029696 39130 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 42976 39130 1216 3139 0 39264 0
Current children cumulated CPU time: 3510.12 s
Current children cumulated vsize: 171904 KiB
Current children cumulated memory: 156520 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.10 4.13 7/251 182624
/proc/meminfo: memFree=98873860/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=171780 memory=156396 CPUtime=3569.9 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 75637 0 0 0 356953 37 0 0 20 0 1 0 236667859 175902720 39099 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 42945 39099 1216 3139 0 39233 0
Current children cumulated CPU time: 3569.9 s
Current children cumulated vsize: 171780 KiB
Current children cumulated memory: 156396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.6 s]
/proc/loadavg: 4.09 4.10 4.13 3/243 182642
/proc/meminfo: memFree=99214344/131382116 swapFree=33010684/33010684
[pid=182399] ppid=182384 vsize=171780 memory=156396 CPUtime=3600.09 cores=5,7
/proc/182399/stat : 182399 (uwrmaxsat-scip) R 182384 182399 182330 0 -1 4194304 75637 0 0 0 359971 38 0 0 20 0 1 0 236667859 175902720 39099 18446744073709551615 4198400 17051741 140731045217488 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 45989888 140731045222712 140731045222882 140731045222882 140731045228486 0
/proc/182399/statm: 42945 39099 1216 3139 0 39233 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 171780 KiB
Current children cumulated memory: 156396 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.72 s, system=0.384474 s

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

Child status: 0

Real time (s): 3612.6
CPU time (s): 3600.1
CPU user time (s): 3599.72
CPU system time (s): 0.384474
CPU usage (%): 99.654
Max. virtual memory (cumulated for all children) (KiB): 235428
Max. memory (cumulated for all children) (KiB): 219896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.72
system time used= 0.384474
maximum resident set size= 219896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75637
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= 35
involuntary context switches= 19910


# summary of solver processes directly reported to runsolver:
#   pid: 182399
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3599.72
#   total CPU system time (s): 0.384474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3536 second user time and 30.3547 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= c057026a3dee35393963218173951f41
RANDOM SEED=942850719

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        99544764 kB
MemAvailable:   129865916 kB
Buffers:            3276 kB
Cached:         31091120 kB
SwapCached:            0 kB
Active:           587796 kB
Inactive:       30575444 kB
Active(anon):      92920 kB
Inactive(anon):     2076 kB
Active(file):     494876 kB
Inactive(file): 30573368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             66416 kB
Writeback:             4 kB
AnonPages:         72028 kB
Mapped:           108472 kB
Shmem:             26152 kB
KReclaimable:     184688 kB
Slab:             278140 kB
SReclaimable:     184688 kB
SUnreclaim:        93452 kB
KernelStack:        3748 kB
PageTables:         2812 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     343572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

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