Trace number 4510057

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
UWrMaxSat-SCIP 2025-06-04? (TO) 3600.08 3609.9

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n232-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUM3c4292db534e5ed9ac145103152ac845
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 variables348
Total number of constraints928
Number of constraints which are clauses928
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.00/0.00	c Converting 928 PB-constraints to clauses...
0.00/0.00	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.00/0.01	c ============================[ Encoding Statistics ]============================
0.00/0.01	c |  Number of variables:           348                                         |
0.00/0.01	c |  Number of clauses:             928                                         |
0.00/0.01	c ===============================================================================
300.22/301.01	c Starting SCIP solver  (with time-limit: 900s) ...
1197.43/1201.01	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.07/3609.90	c *** TERMINATED by signal 15 ***
3600.07/3609.90	c _______________________________________________________________________________
3600.07/3609.90	c 
3600.07/3609.90	c _______________________________________________________________________________
3600.07/3609.90	c 
3600.07/3609.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3609.90	c Memory used            : 674.00 MB
3600.07/3609.90	c CPU time               : 3599.65 s
3600.07/3609.90	c _______________________________________________________________________________
3600.07/3609.90	c _______________________________________________________________________________
3600.07/3609.90	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62843 MiB free)
  memory of node 1: 64507 MiB (64008 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100055 s]*
/proc/loadavg: 1.02 2.16 3.24 5/267 25936
/proc/meminfo: memFree=129896012/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=24800 memory=15352 CPUtime=0.1 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 1487 0 0 0 10 0 0 0 20 0 1 0 35122931 25395200 3838 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 6200 3838 2720 3139 0 2488 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 24800 KiB
Current children cumulated memory: 15352 KiB

[startup+0.204659 s]*
/proc/loadavg: 1.02 2.16 3.24 5/267 25936
/proc/meminfo: memFree=129895520/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=25448 memory=15964 CPUtime=0.2 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 2025 0 0 0 20 0 0 0 20 0 1 0 35122931 26058752 3991 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 6362 3991 2720 3139 0 2650 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 25448 KiB
Current children cumulated memory: 15964 KiB

[startup+0.304624 s]*
/proc/loadavg: 1.02 2.16 3.24 5/267 25936
/proc/meminfo: memFree=129895016/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=25588 memory=16264 CPUtime=0.3 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 2375 0 0 0 30 0 0 0 20 0 1 0 35122931 26202112 4066 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 6397 4066 2720 3139 0 2685 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 25588 KiB
Current children cumulated memory: 16264 KiB

[startup+0.700102 s]
/proc/loadavg: 1.02 2.16 3.24 5/267 25936
/proc/meminfo: memFree=129894452/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=27964 memory=18480 CPUtime=0.68 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 3944 0 0 0 68 0 0 0 20 0 1 0 35122931 28635136 4620 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 6991 4620 2720 3139 0 3279 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 27964 KiB
Current children cumulated memory: 18480 KiB

[startup+1.5001 s]
/proc/loadavg: 1.34 2.21 3.25 5/267 25936
/proc/meminfo: memFree=129891428/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=29180 memory=19856 CPUtime=1.48 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 4864 0 0 0 148 0 0 0 20 0 1 0 35122931 29880320 4964 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 7295 4964 2720 3139 0 3583 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 29180 KiB
Current children cumulated memory: 19856 KiB

[startup+3.10477 s]
/proc/loadavg: 1.34 2.21 3.25 5/267 25936
/proc/meminfo: memFree=129881500/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=31820 memory=22272 CPUtime=3.09 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 8468 0 0 0 308 1 0 0 20 0 1 0 35122931 32583680 5568 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 7955 5568 2720 3139 0 4243 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 31820 KiB
Current children cumulated memory: 22272 KiB

[startup+6.30013 s]
/proc/loadavg: 1.64 2.25 3.26 5/267 25936
/proc/meminfo: memFree=129881208/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=33816 memory=24324 CPUtime=6.28 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 12238 0 0 0 626 2 0 0 20 0 1 0 35122931 34627584 6081 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 8454 6081 2720 3139 0 4742 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 33816 KiB
Current children cumulated memory: 24324 KiB

[startup+12.7001 s]
/proc/loadavg: 2.06 2.33 3.28 5/267 25936
/proc/meminfo: memFree=129861432/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=40812 memory=31260 CPUtime=12.66 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 15496 0 0 0 1263 3 0 0 20 0 1 0 35122931 41791488 7815 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 10203 7815 2720 3139 0 6491 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 40812 KiB
Current children cumulated memory: 31260 KiB

[startup+25.5002 s]
/proc/loadavg: 2.67 2.45 3.31 5/267 25936
/proc/meminfo: memFree=129845336/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=52288 memory=42808 CPUtime=25.43 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 17347 0 0 0 2540 3 0 0 20 0 1 0 35122931 53542912 10702 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 13072 10702 2720 3139 0 9360 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 52288 KiB
Current children cumulated memory: 42808 KiB

[startup+51.1052 s]
/proc/loadavg: 3.67 2.71 3.37 5/267 25937
/proc/meminfo: memFree=129802016/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=61264 memory=51768 CPUtime=50.97 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 29173 0 0 0 5090 7 0 0 20 0 1 0 35122931 62734336 12942 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 15316 12942 2720 3139 0 11604 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 61264 KiB
Current children cumulated memory: 51768 KiB

[startup+102.3 s]
/proc/loadavg: 4.36 3.05 3.45 5/266 26253
/proc/meminfo: memFree=129770404/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=73344 memory=63800 CPUtime=102.04 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 34514 0 0 0 10194 10 0 0 20 0 1 0 35122931 75104256 15950 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 18336 15950 2720 3139 0 14624 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 73344 KiB
Current children cumulated memory: 63800 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 3.24 3.49 5/265 26255
/proc/meminfo: memFree=129733408/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=77204 memory=67640 CPUtime=161.86 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 35508 0 0 0 16176 10 0 0 20 0 1 0 35122931 79056896 16910 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 19301 16910 2720 3139 0 15589 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 77204 KiB
Current children cumulated memory: 67640 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 3.40 3.53 5/264 26257
/proc/meminfo: memFree=129710352/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=63784 memory=54460 CPUtime=221.71 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 39928 0 0 0 22159 12 0 0 20 0 1 0 35122931 65314816 13615 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 15946 13615 2720 3139 0 12234 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 63784 KiB
Current children cumulated memory: 54460 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 3.54 3.57 5/264 26259
/proc/meminfo: memFree=129661120/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=89784 memory=80332 CPUtime=281.57 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 43125 0 0 0 28143 14 0 0 20 0 1 0 35122931 91938816 20083 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 22446 20083 2720 3139 0 18734 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 89784 KiB
Current children cumulated memory: 80332 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 3.63 3.60 5/264 26262
/proc/meminfo: memFree=129577448/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=114272 memory=106040 CPUtime=341.39 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 48370 0 0 0 34124 15 0 0 20 0 1 0 35122931 117014528 26510 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 28568 26510 3296 3139 0 24856 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 114272 KiB
Current children cumulated memory: 106040 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.73 3.64 5/264 26264
/proc/meminfo: memFree=129364852/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=154964 memory=144824 CPUtime=401.21 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 58071 0 0 0 40104 17 0 0 20 0 1 0 35122931 158683136 36206 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 38741 36206 3296 3139 0 35029 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 154964 KiB
Current children cumulated memory: 144824 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.80 3.67 5/263 26279
/proc/meminfo: memFree=129070908/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=192844 memory=183480 CPUtime=461.02 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 67764 0 0 0 46083 19 0 0 20 0 1 0 35122931 197472256 45870 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 48211 45870 3296 3139 0 44499 0

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

Current children cumulated memory: 637704 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 26707
/proc/meminfo: memFree=127457052/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=2914.17 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 191174 0 0 0 291374 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 2914.17 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 26709
/proc/meminfo: memFree=127425024/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=2974.02 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 191251 0 0 0 297359 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 2974.02 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 26714
/proc/meminfo: memFree=127394988/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=3033.87 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 191312 0 0 0 303344 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 3033.87 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 26718
/proc/meminfo: memFree=127415240/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=3093.73 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 191416 0 0 0 309330 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 3093.73 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/264 26720
/proc/meminfo: memFree=127434140/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=3153.58 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 191520 0 0 0 315315 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 3153.58 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/263 26722
/proc/meminfo: memFree=127443476/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=3213.44 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 191604 0 0 0 321301 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 3213.44 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/263 26724
/proc/meminfo: memFree=127444980/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=3273.29 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 191725 0 0 0 327286 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 3273.29 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 26726
/proc/meminfo: memFree=127453028/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=3333.15 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 192868 0 0 0 333272 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 3333.15 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB

[startup+3402.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/262 26728
/proc/meminfo: memFree=127460260/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=3393 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 192949 0 0 0 339257 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 3393 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/262 26730
/proc/meminfo: memFree=127460428/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=3452.85 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 192979 0 0 0 345242 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 3452.85 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.12 4.10 5/263 26735
/proc/meminfo: memFree=127464636/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=3512.7 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 193080 0 0 0 351227 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 3512.7 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 26737
/proc/meminfo: memFree=127463836/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=3572.54 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 193148 0 0 0 357211 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 3572.54 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 26740
/proc/meminfo: memFree=127463708/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=3600.07 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 193169 0 0 0 359964 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.65 s, system=0.43497 s

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

[startup+3609.9 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 26740
/proc/meminfo: memFree=127463708/131250000 swapFree=33010684/33010684
[pid=25935] ppid=25920 vsize=644708 memory=637704 CPUtime=3600.07 cores=5,7
/proc/25935/stat : 25935 (uwrmaxsat-scip) R 25920 25935 25867 0 -1 4194304 193169 0 0 0 359964 43 0 0 20 0 1 0 35122931 660180992 159426 18446744073709551615 4198400 17051741 140733199481120 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 43450368 140733199485242 140733199485412 140733199485412 140733199491014 0
/proc/25935/statm: 161177 159426 3296 3139 0 157465 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 644708 KiB
Current children cumulated memory: 637704 KiB

Child status: 0

Real time (s): 3609.9
CPU time (s): 3600.08
CPU user time (s): 3599.65
CPU system time (s): 0.43497
CPU usage (%): 99.728
Max. virtual memory (cumulated for all children) (KiB): 690276
Max. memory (cumulated for all children) (KiB): 680764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.65
system time used= 0.43497
maximum resident set size= 680764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193169
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= 42
involuntary context switches= 1974


# summary of solver processes directly reported to runsolver:
#   pid: 25935
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.65
#   total CPU system time (s): 0.43497

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.37337 second user time and 15.6298 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 12:53:47
IDJOB=4510057
IDBENCH=159702
IDSOLVER=3373
FILE ID=nodeC013/4510057-1751194426
RUNJOBID= nodeC013-1751194426-25880
SLURM_JOB_ID= 9587597
Free space on /tmp= 433060 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n232-d3-i1-f.cnf.gz-plain.pb.metafix.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-4510057-1751194426/watcher-4510057-1751194426 -o /tmp/evaluation-result-4510057-1751194426/solver-4510057-1751194426 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751194426-25880 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4510057-1751194426.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 3c4292db534e5ed9ac145103152ac845
RANDOM SEED=558768597

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129908160 kB
MemAvailable:   129799796 kB
Buffers:            3280 kB
Cached:           695396 kB
SwapCached:            0 kB
Active:           278676 kB
Inactive:         486592 kB
Active(anon):      79876 kB
Inactive(anon):        0 kB
Active(file):     198800 kB
Inactive(file):   486592 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             66096 kB
Writeback:             0 kB
AnonPages:         69608 kB
Mapped:            97984 kB
Shmem:             13284 kB
KReclaimable:      90564 kB
Slab:             176148 kB
SReclaimable:      90564 kB
SUnreclaim:        85584 kB
KernelStack:        4156 kB
PageTables:         2348 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     318708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC013 at 2025-06-29 13:53:57