Trace number 4543727

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-04UNSAT 1043.23 1046.39

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v2_30_096.opb
MD5SUMfedac043231dc7d3bd4ac0917a28b068
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 benchmark6.12995
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables279390
Total number of constraints5791
Number of constraints which are clauses2911
Number of constraints which are cardinality constraints (but not clauses)2880
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint97
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 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 98
Number of bits of the biggest sum of numbers7
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.99/1.06	c Converting 5791 PB-constraints to clauses...
1.19/1.28	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
2.48/2.59	c ============================[ Encoding Statistics ]============================
2.48/2.59	c |  Number of variables:        354270                                         |
2.48/2.59	c |  Number of clauses:         1218271                                         |
2.48/2.59	c ===============================================================================
302.52/303.59	c Starting SCIP solver  (with time-limit: 900s) ...
1043.13/1046.32	c SCIP result: UNSATISFIABLE
1043.13/1046.32	c _______________________________________________________________________________
1043.13/1046.32	c 
1043.13/1046.32	c SCIP: SCIP Status        : problem is solved [infeasible]
1043.13/1046.32	c SCIP: Original Problem   :
1043.13/1046.32	c SCIP:   Problem name     : instance-4543727-1753223209.opb
1043.13/1046.32	c SCIP:   Variables        : 279390 (279390 binary, 0 integer, 0 implicit integer, 0 continuous)
1043.13/1046.32	c SCIP:   Constraints      : 11582 initial, 11582 maximal
1043.13/1046.33	c SCIP:   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1043.13/1046.33	c SCIP: Total Time         :     742.73
1043.13/1046.33	c SCIP:   solving          :     742.73
1043.13/1046.33	c SCIP:   presolving       :       4.67 (included in solving)
1043.13/1046.33	c SCIP:   reading          :       0.00
1043.13/1046.33	c SCIP:   copying          :       1.50 (4 #copies) (minimal 0.35, maximal 0.40, average 0.37)
1043.13/1046.33	c =======================[ UWrMaxSat resources usage ]===========================
1043.13/1046.33	c Memory used            : 3049.00 MB
1043.13/1046.33	c CPU time               : 1040.39 s
1043.13/1046.33	c Constr Enc: Srt/BDD/Add: 2880 0 0
1043.13/1046.33	c _______________________________________________________________________________
1043.13/1046.33	s UNSATISFIABLE

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 (62397 MiB free)
  memory of node 1: 64465 MiB (63557 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=170294, runsolver pid=170291

[startup+0.100061 s]*
/proc/loadavg: 4.15 3.87 3.25 5/264 170295
/proc/meminfo: memFree=128961120/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=37344 memory=21348 CPUtime=0.09 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 4706 0 0 0 9 0 0 0 20 0 1 0 237997496 38240256 5337 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 9336 5337 1120 3139 0 5624 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 37344 KiB
Current children cumulated memory: 21348 KiB

[startup+0.205302 s]*
/proc/loadavg: 4.15 3.87 3.25 5/264 170295
/proc/meminfo: memFree=128945244/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=54172 memory=37932 CPUtime=0.2 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 8738 0 0 0 19 1 0 0 20 0 1 0 237997496 55472128 9483 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 13543 9483 1120 3139 0 9831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 54172 KiB
Current children cumulated memory: 37932 KiB

[startup+0.30525 s]*
/proc/loadavg: 4.15 3.87 3.25 5/264 170295
/proc/meminfo: memFree=128932392/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=74604 memory=57540 CPUtime=0.29 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 13368 0 0 0 27 2 0 0 20 0 1 0 237997496 76394496 14385 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 18651 14385 1120 3139 0 14939 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 74604 KiB
Current children cumulated memory: 57540 KiB

[startup+0.700143 s]
/proc/loadavg: 4.15 3.87 3.25 5/264 170295
/proc/meminfo: memFree=128896356/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=139484 memory=122356 CPUtime=0.68 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 26500 0 0 0 63 5 0 0 20 0 1 0 237997496 142831616 30589 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 34871 30589 1120 3139 0 31159 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 139484 KiB
Current children cumulated memory: 122356 KiB

[startup+1.50017 s]
/proc/loadavg: 4.15 3.87 3.25 5/264 170295
/proc/meminfo: memFree=128823604/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=408576 memory=391896 CPUtime=1.49 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 105904 0 0 0 125 24 0 0 20 0 1 0 237997496 418381824 97974 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 102144 97974 2688 3139 0 98432 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 408576 KiB
Current children cumulated memory: 391896 KiB

[startup+3.10518 s]
/proc/loadavg: 4.14 3.87 3.25 5/264 170295
/proc/meminfo: memFree=128340492/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=780284 memory=735832 CPUtime=3.08 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 144387 0 0 0 276 32 0 0 20 0 1 0 237997496 799010816 183958 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 195071 183958 2688 3139 0 191359 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 780284 KiB
Current children cumulated memory: 735832 KiB

[startup+6.30012 s]
/proc/loadavg: 4.14 3.87 3.25 5/264 170295
/proc/meminfo: memFree=128254932/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=805136 memory=772716 CPUtime=6.27 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 146594 0 0 0 593 34 0 0 20 0 1 0 237997496 824459264 193179 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 201284 193179 2688 3139 0 197572 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 805136 KiB
Current children cumulated memory: 772716 KiB

[startup+12.7001 s]
/proc/loadavg: 4.12 3.87 3.26 5/264 170295
/proc/meminfo: memFree=128201504/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=784028 memory=759328 CPUtime=12.65 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 150286 0 0 0 1225 40 0 0 20 0 1 0 237997496 802844672 189832 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 196007 189832 2688 3139 0 192295 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 784028 KiB
Current children cumulated memory: 759328 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 3.88 3.27 5/264 170295
/proc/meminfo: memFree=128200268/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=786692 memory=761992 CPUtime=25.41 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 154306 0 0 0 2493 48 0 0 20 0 1 0 237997496 805572608 190498 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 196673 190498 2688 3139 0 192961 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 786692 KiB
Current children cumulated memory: 761992 KiB

[startup+51.1053 s]
/proc/loadavg: 4.19 3.92 3.30 5/265 170297
/proc/meminfo: memFree=128208588/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=791016 memory=766316 CPUtime=50.93 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 161643 0 0 0 5029 64 0 0 20 0 1 0 237997496 810000384 191579 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 197754 191579 2688 3139 0 194042 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 791016 KiB
Current children cumulated memory: 766316 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 3.95 3.35 5/265 170347
/proc/meminfo: memFree=127933428/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=797720 memory=773020 CPUtime=101.95 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 172887 0 0 0 10104 91 0 0 20 0 1 0 237997496 816865280 193255 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 199430 193255 2688 3139 0 195718 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 797720 KiB
Current children cumulated memory: 773020 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 3.98 3.40 5/267 170351
/proc/meminfo: memFree=127876260/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=799296 memory=774596 CPUtime=161.77 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 182360 0 0 0 16062 115 0 0 20 0 1 0 237997496 818479104 193649 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 199824 193649 2688 3139 0 196112 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 799296 KiB
Current children cumulated memory: 774596 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.00 3.44 5/267 170353
/proc/meminfo: memFree=127838276/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=806944 memory=782244 CPUtime=221.58 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 189780 0 0 0 22022 136 0 0 20 0 1 0 237997496 826310656 195561 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 201736 195561 2688 3139 0 198024 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 806944 KiB
Current children cumulated memory: 782244 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.01 3.49 5/267 170355
/proc/meminfo: memFree=127775012/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=809812 memory=788568 CPUtime=281.38 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 196100 0 0 0 27982 156 0 0 20 0 1 0 237997496 829247488 197142 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 202453 197142 2688 3139 0 198741 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 809812 KiB
Current children cumulated memory: 788568 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 4.06 3.54 5/267 170446
/proc/meminfo: memFree=125975352/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=1998608 memory=1802516 CPUtime=341.22 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 421854 0 0 0 33924 198 0 0 20 0 1 0 237997496 2046574592 450629 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 499652 450629 3264 3139 0 495940 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 1998608 KiB
Current children cumulated memory: 1802516 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.06 3.57 5/266 170493
/proc/meminfo: memFree=125459300/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=2438232 memory=2236296 CPUtime=401.04 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 745735 0 0 0 39855 249 0 0 20 0 1 0 237997496 2496749568 559074 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 609558 559074 3296 3139 0 605846 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 2438232 KiB
Current children cumulated memory: 2236296 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.06 3.61 5/263 170495
/proc/meminfo: memFree=125754024/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=2438232 memory=2236680 CPUtime=460.85 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 745872 0 0 0 45836 249 0 0 20 0 1 0 237997496 2496749568 559170 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 609558 559170 3296 3139 0 605846 0
Current children cumulated CPU time: 460.85 s

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

/proc/loadavg: 4.06 4.07 3.70 5/262 170592
/proc/meminfo: memFree=125436332/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2923052 CPUtime=640.25 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 909936 0 0 0 63751 274 0 0 20 0 1 0 237997496 3198124032 730763 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 730763 3296 3139 0 777080 0
Current children cumulated CPU time: 640.25 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2923052 KiB

[startup+702.3 s]
/proc/loadavg: 4.06 4.07 3.73 5/263 170639
/proc/meminfo: memFree=125397220/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2923052 CPUtime=700.08 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 910379 0 0 0 69733 275 0 0 20 0 1 0 237997496 3198124032 730763 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 730763 3296 3139 0 777080 0
Current children cumulated CPU time: 700.08 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2923052 KiB

[startup+762.3 s]
/proc/loadavg: 4.06 4.07 3.75 5/264 170646
/proc/meminfo: memFree=125360428/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2926124 CPUtime=759.9 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 910971 0 0 0 75715 275 0 0 20 0 1 0 237997496 3198124032 731531 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 731531 3296 3139 0 777080 0
Current children cumulated CPU time: 759.9 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2926124 KiB

[startup+822.3 s]
/proc/loadavg: 4.13 4.09 3.78 5/264 170648
/proc/meminfo: memFree=125329624/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2932524 CPUtime=819.75 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 911394 0 0 0 81699 276 0 0 20 0 1 0 237997496 3198124032 733131 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 733131 3296 3139 0 777080 0
Current children cumulated CPU time: 819.75 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2932524 KiB

[startup+882.3 s]
/proc/loadavg: 4.47 4.18 3.84 5/264 170650
/proc/meminfo: memFree=125319164/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2937644 CPUtime=879.59 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 911872 0 0 0 87682 277 0 0 20 0 1 0 237997496 3198124032 734411 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 734411 3296 3139 0 777080 0
Current children cumulated CPU time: 879.59 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2937644 KiB

[startup+942.3 s]
/proc/loadavg: 4.29 4.18 3.86 5/264 170786
/proc/meminfo: memFree=125660688/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2939308 CPUtime=939.4 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 912381 0 0 0 93663 277 0 0 20 0 1 0 237997496 3198124032 734827 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 734827 3296 3139 0 777080 0
Current children cumulated CPU time: 939.4 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2939308 KiB

[startup+1002.3 s]
/proc/loadavg: 4.17 4.16 3.88 5/263 170788
/proc/meminfo: memFree=125438420/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2939308 CPUtime=999.25 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 912912 0 0 0 99647 278 0 0 20 0 1 0 237997496 3198124032 734827 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 734827 3296 3139 0 777080 0
Current children cumulated CPU time: 999.25 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2939308 KiB

[startup+1046.39 s]
# the end of solver process 170294 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1040.39 s, system=2.83773 s

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

[startup+1024 s]*
/proc/loadavg: 4.12 4.15 3.88 5/263 170878
/proc/meminfo: memFree=125551016/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2939308 CPUtime=1020.9 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 912959 0 0 0 101812 278 0 0 20 0 1 0 237997496 3198124032 734827 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 734827 3296 3139 0 777080 0
Current children cumulated CPU time: 1020.9 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2939308 KiB

[startup+1036.8 s]
/proc/loadavg: 4.18 4.16 3.89 5/264 170880
/proc/meminfo: memFree=125588412/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2939308 CPUtime=1033.66 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 913068 0 0 0 103088 278 0 0 20 0 1 0 237997496 3198124032 734827 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 734827 3296 3139 0 777080 0
Current children cumulated CPU time: 1033.66 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2939308 KiB

[startup+1043.2 s]
/proc/loadavg: 4.15 4.15 3.89 5/264 170880
/proc/meminfo: memFree=125628228/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2939308 CPUtime=1040.04 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 913193 0 0 0 103726 278 0 0 20 0 1 0 237997496 3198124032 734827 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 734827 3296 3139 0 777080 0
Current children cumulated CPU time: 1040.04 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2939308 KiB

[startup+1044.8 s]
/proc/loadavg: 4.15 4.15 3.89 5/264 170880
/proc/meminfo: memFree=125626464/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2939436 CPUtime=1041.63 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 913260 0 0 0 103885 278 0 0 20 0 1 0 237997496 3198124032 734859 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 734859 3296 3139 0 777080 0
Current children cumulated CPU time: 1041.63 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2939436 KiB

[startup+1045.6 s]
/proc/loadavg: 4.15 4.15 3.89 5/264 170880
/proc/meminfo: memFree=125603928/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2939436 CPUtime=1042.43 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 913312 0 0 0 103965 278 0 0 20 0 1 0 237997496 3198124032 734859 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 734859 3296 3139 0 777080 0
Current children cumulated CPU time: 1042.43 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2939436 KiB

[startup+1046 s]*
/proc/loadavg: 4.15 4.15 3.89 5/264 170880
/proc/meminfo: memFree=125604308/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2939436 CPUtime=1042.83 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 913317 0 0 0 104005 278 0 0 20 0 1 0 237997496 3198124032 734859 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 734859 3296 3139 0 777080 0
Current children cumulated CPU time: 1042.83 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2939436 KiB

[startup+1046.2 s]
/proc/loadavg: 4.15 4.15 3.89 5/264 170880
/proc/meminfo: memFree=125604308/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2939436 CPUtime=1043.03 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 913318 0 0 0 104025 278 0 0 20 0 1 0 237997496 3198124032 734859 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 734859 3296 3139 0 777080 0
Current children cumulated CPU time: 1043.03 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2939436 KiB

[startup+1046.3 s]
/proc/loadavg: 4.15 4.15 3.89 5/264 170880
/proc/meminfo: memFree=125604308/131250000 swapFree=33008356/33010684
[pid=170294] ppid=170291 vsize=3123168 memory=2939436 CPUtime=1043.13 cores=0,2
/proc/170294/stat : 170294 (uwrmaxsat-scip) R 170291 170294 169389 0 -1 4194304 913318 0 0 0 104035 278 0 0 20 0 1 0 237997496 3198124032 734859 18446744073709551615 4198400 17051741 140734338757312 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 55390208 140734338763064 140734338763234 140734338763234 140734338768838 0
/proc/170294/statm: 780792 734859 3296 3139 0 777080 0
Current children cumulated CPU time: 1043.13 s
Current children cumulated vsize: 3123168 KiB
Current children cumulated memory: 2939436 KiB

Child status: 20

Real time (s): 1046.39
CPU time (s): 1043.23
CPU user time (s): 1040.39
CPU system time (s): 2.83773
CPU usage (%): 99.6978
Max. virtual memory (cumulated for all children) (KiB): 3123168
Max. memory (cumulated for all children) (KiB): 2939436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1040.39
system time used= 2.83773
maximum resident set size= 2939436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 913380
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= 69
involuntary context switches= 1350


# summary of solver processes directly reported to runsolver:
#   pid: 170294
#   total CPU time (s): 1043.23
#   total CPU user time (s): 1040.39
#   total CPU system time (s): 2.83773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.85228 second user time and 4.33079 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-23 00:26:49
IDJOB=4543727
IDBENCH=174564
IDSOLVER=3373
FILE ID=nodeC014/4543727-1753223209
RUNJOBID= nodeC014-1753222581-169399
SLURM_JOB_ID= 9687821
Free space on /tmp= 432808 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v2_30_096.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-4543727-1753223209/watcher-4543727-1753223209 -o /tmp/evaluation-result-4543727-1753223209/solver-4543727-1753223209 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753222581-169399 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4543727-1753223209.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= fedac043231dc7d3bd4ac0917a28b068
RANDOM SEED=1700041763

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128977500 kB
MemAvailable:   129480060 kB
Buffers:             696 kB
Cached:          1247840 kB
SwapCached:         1624 kB
Active:          1013300 kB
Inactive:         427780 kB
Active(anon):     191512 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   402084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             55700 kB
Writeback:             0 kB
AnonPages:        194220 kB
Mapped:           141228 kB
Shmem:             24612 kB
KReclaimable:     235856 kB
Slab:             332440 kB
SReclaimable:     235856 kB
SUnreclaim:        96584 kB
KernelStack:        4288 kB
PageTables:         3528 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     559704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432788 MiB
End job on nodeC014 at 2025-07-23 00:44:16