Trace number 4501991

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.02 3609.8

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_10-sat.opb
MD5SUMbe0542d3b59031398d11b8d8792cc86e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22022
Total number of constraints69919
Number of constraints which are clauses69439
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint90
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 535
Number of bits of the biggest sum of numbers10
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.29/0.33	c Converting 62099 PB-constraints to clauses...
0.29/0.38	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
1.27/1.38	c ============================[ Encoding Statistics ]============================
1.27/1.38	c |  Number of variables:        130486                                         |
1.27/1.38	c |  Number of clauses:          712214                                         |
1.27/1.38	c ===============================================================================
301.41/302.38	c Starting SCIP solver  (with time-limit: 900s) ...
1199.01/1202.38	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.01/3609.80	c *** TERMINATED by signal 15 ***
3600.01/3609.80	c _______________________________________________________________________________
3600.01/3609.80	c 
3600.01/3609.80	c _______________________________________________________________________________
3600.01/3609.80	c 
3600.01/3609.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.01/3609.80	c Memory used            : 674.00 MB
3600.01/3609.80	c CPU time               : 3599.3 s
3600.01/3609.80	c Constr Enc: Srt/BDD/Add: 1419 0 0
3600.01/3609.80	c _______________________________________________________________________________
3600.01/3609.80	c _______________________________________________________________________________
3600.01/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: 63665 MiB (63032 MiB free)
  memory of node 1: 64507 MiB (63820 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4501991-1751159689/watcher-4501991-1751159689 -o /tmp/evaluation-result-4501991-1751159689/solver-4501991-1751159689 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751159686-16256 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4501991-1751159689.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
Current StackSize limit: 8192 KiB

solver pid=16587, runsolver pid=16581

[startup+0.100059 s]*
/proc/loadavg: 0.89 0.99 1.26 3/263 16604
/proc/meminfo: memFree=129864320/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=41620 memory=25776 CPUtime=0.09 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 5629 0 0 0 8 1 0 0 20 0 1 0 31648490 42618880 6444 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 3 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 10405 6444 1120 3139 0 6693 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 41620 KiB
Current children cumulated memory: 25776 KiB

[startup+0.205495 s]*
/proc/loadavg: 0.89 0.99 1.26 5/266 16618
/proc/meminfo: memFree=129831524/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=60652 memory=44284 CPUtime=0.19 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 10465 0 0 0 17 2 0 0 20 0 1 0 31648490 62107648 11071 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 15163 11071 1120 3139 0 11451 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 60652 KiB
Current children cumulated memory: 44284 KiB

[startup+0.305434 s]*
/proc/loadavg: 0.89 0.99 1.26 5/265 16624
/proc/meminfo: memFree=129828376/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=73264 memory=55932 CPUtime=0.29 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 13366 0 0 0 26 3 0 0 20 0 1 0 31648490 75022336 13983 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 18316 13983 1120 3139 0 14604 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 73264 KiB
Current children cumulated memory: 55932 KiB

[startup+0.700177 s]
/proc/loadavg: 0.89 0.99 1.26 5/269 16628
/proc/meminfo: memFree=129775644/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=158780 memory=144992 CPUtime=0.68 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 31920 0 0 0 62 6 0 0 20 0 1 0 31648490 162590720 36248 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 39695 36248 2688 3139 0 35983 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 158780 KiB
Current children cumulated memory: 144992 KiB

[startup+1.50019 s]
/proc/loadavg: 0.89 0.99 1.26 5/267 16640
/proc/meminfo: memFree=129465616/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=327100 memory=294000 CPUtime=1.48 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 51540 0 0 0 137 11 0 0 20 0 1 0 31648490 334950400 73500 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 81775 73500 2688 3139 0 78063 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 327100 KiB
Current children cumulated memory: 294000 KiB

[startup+3.10568 s]
/proc/loadavg: 0.89 0.99 1.26 5/269 16718
/proc/meminfo: memFree=129135348/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=378560 memory=341448 CPUtime=3.08 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 53702 0 0 0 296 12 0 0 20 0 1 0 31648490 387645440 85362 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 94640 85362 2688 3139 0 90928 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 378560 KiB
Current children cumulated memory: 341448 KiB

[startup+6.30018 s]
/proc/loadavg: 1.14 1.04 1.27 5/269 16763
/proc/meminfo: memFree=128874876/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=405832 memory=370712 CPUtime=6.26 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 56512 0 0 0 613 13 0 0 20 0 1 0 31648490 415571968 92678 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 101458 92678 2688 3139 0 97746 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 405832 KiB
Current children cumulated memory: 370712 KiB

[startup+12.7002 s]
/proc/loadavg: 1.37 1.08 1.29 5/269 16763
/proc/meminfo: memFree=128452140/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=399060 memory=368128 CPUtime=12.65 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 58083 0 0 0 1250 15 0 0 20 0 1 0 31648490 408637440 92032 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 99765 92032 2688 3139 0 96053 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 399060 KiB
Current children cumulated memory: 368128 KiB

[startup+25.5002 s]
/proc/loadavg: 1.95 1.23 1.33 5/269 16764
/proc/meminfo: memFree=128473212/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=399060 memory=368128 CPUtime=25.41 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 59482 0 0 0 2525 16 0 0 20 0 1 0 31648490 408637440 92032 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 99765 92032 2688 3139 0 96053 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 399060 KiB
Current children cumulated memory: 368128 KiB

[startup+51.1057 s]
/proc/loadavg: 2.71 1.47 1.41 5/269 16764
/proc/meminfo: memFree=128454684/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=400184 memory=369152 CPUtime=50.93 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 60427 0 0 0 5076 17 0 0 20 0 1 0 31648490 409788416 92288 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 100046 92288 2688 3139 0 96334 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 400184 KiB
Current children cumulated memory: 369152 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 1.88 1.55 5/268 16766
/proc/meminfo: memFree=128450668/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=400520 memory=369588 CPUtime=101.98 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 62950 0 0 0 10178 20 0 0 20 0 1 0 31648490 410132480 92397 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 100130 92397 2688 3139 0 96418 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 400520 KiB
Current children cumulated memory: 369588 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 2.28 1.71 5/267 16770
/proc/meminfo: memFree=128389584/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=402200 memory=371224 CPUtime=161.81 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 63733 0 0 0 16160 21 0 0 20 0 1 0 31648490 411852800 92806 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 100550 92806 2688 3139 0 96838 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 402200 KiB
Current children cumulated memory: 371224 KiB

[startup+222.3 s]
/proc/loadavg: 3.99 2.61 1.86 5/267 16772
/proc/meminfo: memFree=128453996/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=402200 memory=371268 CPUtime=221.65 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 64105 0 0 0 22143 22 0 0 20 0 1 0 31648490 411852800 92817 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 100550 92817 2688 3139 0 96838 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 402200 KiB
Current children cumulated memory: 371268 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 2.88 2.01 5/265 16778
/proc/meminfo: memFree=128388064/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=433164 memory=402360 CPUtime=281.47 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 65727 0 0 0 28124 23 0 0 20 0 1 0 31648490 443559936 100590 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 108291 100590 2688 3139 0 104579 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 433164 KiB
Current children cumulated memory: 402360 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.12 2.14 5/264 16781
/proc/meminfo: memFree=127986472/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=525292 memory=478108 CPUtime=341.29 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 82016 0 0 0 34102 27 0 0 20 0 1 0 31648490 537899008 119527 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 131323 119527 3264 3139 0 127611 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 525292 KiB
Current children cumulated memory: 478108 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 3.30 2.27 5/265 16786
/proc/meminfo: memFree=127932904/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=525656 memory=480668 CPUtime=401.12 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 82271 0 0 0 40085 27 0 0 20 0 1 0 31648490 538271744 120167 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 131414 120167 3264 3139 0 127702 0
Current children cumulated CPU time: 401.12 s
Current children cumulated vsize: 525656 KiB
Current children cumulated memory: 480668 KiB

[startup+462.3 s]
/proc/loadavg: 4.04 3.43 2.38 5/265 16788
/proc/meminfo: memFree=127644852/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=572124 memory=533148 CPUtime=460.96 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 93764 0 0 0 46067 29 0 0 20 0 1 0 31648490 585854976 133287 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 143031 133287 3264 3139 0 139319 0
Current children cumulated CPU time: 460.96 s

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

Current children cumulated memory: 438724 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.17 4.04 5/263 16912
/proc/meminfo: memFree=128211576/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=512056 memory=486420 CPUtime=2854.52 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 134328 0 0 0 285393 59 0 0 20 0 1 0 31648490 524345344 121605 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 128014 121605 3296 3139 0 124302 0
Current children cumulated CPU time: 2854.52 s
Current children cumulated vsize: 512056 KiB
Current children cumulated memory: 486420 KiB

[startup+2922.3 s]
/proc/loadavg: 4.16 4.17 4.05 5/263 16914
/proc/meminfo: memFree=128166768/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=506648 memory=481112 CPUtime=2914.36 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 135820 0 0 0 291375 61 0 0 20 0 1 0 31648490 518807552 120278 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 126662 120278 3296 3139 0 122950 0
Current children cumulated CPU time: 2914.36 s
Current children cumulated vsize: 506648 KiB
Current children cumulated memory: 481112 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.15 4.05 5/263 16916
/proc/meminfo: memFree=128192180/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=509640 memory=484004 CPUtime=2974.2 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 136439 0 0 0 297358 62 0 0 20 0 1 0 31648490 521871360 121001 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 127410 121001 3296 3139 0 123698 0
Current children cumulated CPU time: 2974.2 s
Current children cumulated vsize: 509640 KiB
Current children cumulated memory: 484004 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.14 4.05 5/263 16918
/proc/meminfo: memFree=128210828/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=464260 memory=438724 CPUtime=3034.04 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 137332 0 0 0 303341 63 0 0 20 0 1 0 31648490 475402240 109681 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 116065 109681 3296 3139 0 112353 0
Current children cumulated CPU time: 3034.04 s
Current children cumulated vsize: 464260 KiB
Current children cumulated memory: 438724 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.13 4.05 5/262 16920
/proc/meminfo: memFree=128180416/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=514136 memory=488500 CPUtime=3093.87 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 138048 0 0 0 309323 64 0 0 20 0 1 0 31648490 526475264 122125 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 128534 122125 3296 3139 0 124822 0
Current children cumulated CPU time: 3093.87 s
Current children cumulated vsize: 514136 KiB
Current children cumulated memory: 488500 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.12 4.05 5/262 16922
/proc/meminfo: memFree=128191592/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=502100 memory=476464 CPUtime=3153.71 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 139581 0 0 0 315306 65 0 0 20 0 1 0 31648490 514150400 119116 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 125525 119116 3296 3139 0 121813 0
Current children cumulated CPU time: 3153.71 s
Current children cumulated vsize: 502100 KiB
Current children cumulated memory: 476464 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.11 4.05 5/262 16924
/proc/meminfo: memFree=128232932/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=464260 memory=438724 CPUtime=3213.55 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 139681 0 0 0 321290 65 0 0 20 0 1 0 31648490 475402240 109681 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 116065 109681 3296 3139 0 112353 0
Current children cumulated CPU time: 3213.55 s
Current children cumulated vsize: 464260 KiB
Current children cumulated memory: 438724 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.10 4.05 5/263 16931
/proc/meminfo: memFree=128226528/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=464260 memory=438724 CPUtime=3273.39 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 140481 0 0 0 327272 67 0 0 20 0 1 0 31648490 475402240 109681 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 116065 109681 3296 3139 0 112353 0
Current children cumulated CPU time: 3273.39 s
Current children cumulated vsize: 464260 KiB
Current children cumulated memory: 438724 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.09 4.05 5/263 16933
/proc/meminfo: memFree=128187368/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=507964 memory=482328 CPUtime=3333.23 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 141188 0 0 0 333255 68 0 0 20 0 1 0 31648490 520155136 120582 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 126991 120582 3296 3139 0 123279 0
Current children cumulated CPU time: 3333.23 s
Current children cumulated vsize: 507964 KiB
Current children cumulated memory: 482328 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.10 4.05 5/263 16937
/proc/meminfo: memFree=128194604/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=505900 memory=480264 CPUtime=3393.07 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 141979 0 0 0 339238 69 0 0 20 0 1 0 31648490 518041600 120066 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 126475 120066 3296 3139 0 122763 0
Current children cumulated CPU time: 3393.07 s
Current children cumulated vsize: 505900 KiB
Current children cumulated memory: 480264 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.10 4.05 5/263 16939
/proc/meminfo: memFree=128184464/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=506360 memory=480724 CPUtime=3452.9 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 142819 0 0 0 345221 69 0 0 20 0 1 0 31648490 518512640 120181 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 126590 120181 3296 3139 0 122878 0
Current children cumulated CPU time: 3452.9 s
Current children cumulated vsize: 506360 KiB
Current children cumulated memory: 480724 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.09 4.05 5/264 16942
/proc/meminfo: memFree=128204780/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=464260 memory=438724 CPUtime=3512.74 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 143676 0 0 0 351204 70 0 0 20 0 1 0 31648490 475402240 109681 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 116065 109681 3296 3139 0 112353 0
Current children cumulated CPU time: 3512.74 s
Current children cumulated vsize: 464260 KiB
Current children cumulated memory: 438724 KiB

[startup+3582.3 s]
/proc/loadavg: 4.41 4.18 4.09 5/264 16944
/proc/meminfo: memFree=128247704/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=464260 memory=438724 CPUtime=3572.58 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 144424 0 0 0 357187 71 0 0 20 0 1 0 31648490 475402240 109681 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 116065 109681 3296 3139 0 112353 0
Current children cumulated CPU time: 3572.58 s
Current children cumulated vsize: 464260 KiB
Current children cumulated memory: 438724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.27 4.17 4.09 5/264 16945
/proc/meminfo: memFree=128271788/131249996 swapFree=33010684/33010684
[pid=16587] ppid=16581 vsize=464260 memory=438724 CPUtime=3600.01 cores=1,3
/proc/16587/stat : 16587 (uwrmaxsat-scip) R 16581 16587 16244 0 -1 4194304 144424 0 0 0 359930 71 0 0 20 0 1 0 31648490 475402240 109681 18446744073709551615 4198400 17051741 140735224293584 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 26738688 140735224301882 140735224302052 140735224302052 140735224307654 0
/proc/16587/statm: 116065 109681 3296 3139 0 112353 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 464260 KiB
Current children cumulated memory: 438724 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.3 s, system=0.720379 s

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

Child status: 0

Real time (s): 3609.8
CPU time (s): 3600.02
CPU user time (s): 3599.3
CPU system time (s): 0.720379
CPU usage (%): 99.7291
Max. virtual memory (cumulated for all children) (KiB): 691048
Max. memory (cumulated for all children) (KiB): 638340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.3
system time used= 0.720379
maximum resident set size= 638340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144424
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= 55
involuntary context switches= 3066


# summary of solver processes directly reported to runsolver:
#   pid: 16587
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.3
#   total CPU system time (s): 0.720379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.82148 second user time and 15.8413 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 03:14:49
IDJOB=4501991
IDBENCH=152989
IDSOLVER=3373
FILE ID=nodeC030/4501991-1751159689
RUNJOBID= nodeC030-1751159686-16256
SLURM_JOB_ID= 9587504
Free space on /tmp= 432984 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_10-sat.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-4501991-1751159689/watcher-4501991-1751159689 -o /tmp/evaluation-result-4501991-1751159689/solver-4501991-1751159689 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751159686-16256 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4501991-1751159689.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= be0542d3b59031398d11b8d8792cc86e
RANDOM SEED=1045743010

nodeC030 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		: 3593.347
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.62
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.351
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.62
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		: 3600.307
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.62
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		: 3600.068
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.62
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		: 3602.628
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.62
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.852
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.62
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		: 3600.184
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.62
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.075
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.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129907204 kB
MemAvailable:   129619640 kB
Buffers:            3280 kB
Cached:           523120 kB
SwapCached:            0 kB
Active:           323684 kB
Inactive:         266380 kB
Active(anon):      81728 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):   266380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             55380 kB
Writeback:             0 kB
AnonPages:         66584 kB
Mapped:           103108 kB
Shmem:             18064 kB
KReclaimable:      86280 kB
Slab:             171548 kB
SReclaimable:      86280 kB
SUnreclaim:        85268 kB
KernelStack:        4224 kB
PageTables:         3036 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     341264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432960 MiB
End job on nodeC030 at 2025-06-29 04:14:59