Trace number 4515190

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
Exact_proof 2025-06-02? (TO) 3601.8 3622.35

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-t1722.0.s.opb
MD5SUM39768e28ba132eeb426131d5bb977045
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 variables36630
Total number of constraints339
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint389
Maximum length of a constraint36630
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 114245
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 85902757
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.05/3611.20	c Program interrupted by user.
3600.05/3611.20	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 (41499 MiB free)
  memory of node 1: 64507 MiB (39307 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515190-1751231325/watcher-4515190-1751231325 -o /tmp/evaluation-result-4515190-1751231325/solver-4515190-1751231325 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751224068-27012 --watchdog 3760 HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4515190-1751231325 --seed=151530241 HOME/instance-4515190-1751231325.opb 

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=28426, runsolver pid=28423

[startup+0.100063 s]*
/proc/loadavg: 4.09 4.12 4.10 5/270 28427
/proc/meminfo: memFree=82683336/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=84320 memory=61940 CPUtime=0.1 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 12707 0 0 0 8 2 0 0 20 0 1 0 38812102 86343680 15485 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 21080 15485 1024 1201 0 19558 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 84320 KiB
Current children cumulated memory: 61940 KiB

[startup+0.206008 s]*
/proc/loadavg: 4.09 4.12 4.10 5/270 28427
/proc/meminfo: memFree=82683336/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=0.2 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 18 2 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+0.306016 s]*
/proc/loadavg: 4.09 4.12 4.10 5/270 28427
/proc/meminfo: memFree=82683336/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=0.3 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 28 2 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+0.700172 s]
/proc/loadavg: 4.09 4.12 4.10 5/270 28427
/proc/meminfo: memFree=82683336/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=0.69 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 67 2 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+1.50018 s]
/proc/loadavg: 4.09 4.12 4.10 5/270 28427
/proc/meminfo: memFree=82666968/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=1.49 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 147 2 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+3.10583 s]
/proc/loadavg: 4.08 4.12 4.09 5/270 28427
/proc/meminfo: memFree=82554820/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=3.09 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 307 2 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+6.30016 s]
/proc/loadavg: 4.08 4.12 4.09 5/270 28427
/proc/meminfo: memFree=82450744/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=6.27 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 625 2 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.13 4.10 5/270 28427
/proc/meminfo: memFree=82218204/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=12.65 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 1263 2 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.12 4.10 5/271 28429
/proc/meminfo: memFree=81747076/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=25.42 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 2540 2 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+51.1059 s]
/proc/loadavg: 4.08 4.11 4.09 5/271 28429
/proc/meminfo: memFree=80270816/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=50.94 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 5091 3 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/271 28433
/proc/meminfo: memFree=77712252/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=101.97 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 10190 7 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/270 28435
/proc/meminfo: memFree=75482220/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=161.77 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 16168 9 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/269 28437
/proc/meminfo: memFree=72920300/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=221.61 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 22152 9 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/269 28439
/proc/meminfo: memFree=69530892/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=281.45 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 28136 9 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/269 28443
/proc/meminfo: memFree=66691696/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=82828 memory=61864 CPUtime=341.29 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 13115 0 0 0 34120 9 0 0 20 0 1 0 38812102 84815872 15466 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 20707 15466 1024 1201 0 19185 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 82828 KiB
Current children cumulated memory: 61864 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/269 28446
/proc/meminfo: memFree=63070028/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=684744 memory=580024 CPUtime=401.13 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 96951 0 0 0 40040 73 0 0 20 0 1 0 38812102 701177856 145006 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 171186 145006 1280 1201 0 169664 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 684744 KiB
Current children cumulated memory: 580024 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 28449
/proc/meminfo: memFree=59299344/131249996 swapFree=33010684/33010684
[pid=28426] ppid=28423 vsize=1370944 memory=1300892 CPUtime=460.96 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 201870 0 0 0 45941 155 0 0 20 0 1 0 38812102 1403846656 325223 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 342736 325223 1280 1201 0 341214 0
Current children cumulated CPU time: 460.96 s

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


[startup+3102.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/271 28735
/proc/meminfo: memFree=49657896/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=7681528 memory=6443012 CPUtime=3092.74 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 1236097 0 1 0 306096 3178 0 0 20 0 1 0 38812102 7865884672 1610753 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 1920382 1610753 1248 1201 0 1918860 0
Current children cumulated CPU time: 3092.74 s
Current children cumulated vsize: 7681528 KiB
Current children cumulated memory: 6443012 KiB

[startup+3162.3 s]
/proc/loadavg: 4.23 4.13 4.10 5/273 28767
/proc/meminfo: memFree=47988400/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=7684756 memory=6446212 CPUtime=3152.56 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 1257850 0 1 0 312013 3243 0 0 20 0 1 0 38812102 7869190144 1611553 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 1921189 1611553 1248 1201 0 1919667 0
Current children cumulated CPU time: 3152.56 s
Current children cumulated vsize: 7684756 KiB
Current children cumulated memory: 6446212 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/273 28771
/proc/meminfo: memFree=46120056/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=7687812 memory=6449284 CPUtime=3212.39 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 1265753 0 1 0 317930 3309 0 0 20 0 1 0 38812102 7872319488 1612321 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 1921953 1612321 1248 1201 0 1920431 0
Current children cumulated CPU time: 3212.39 s
Current children cumulated vsize: 7687812 KiB
Current children cumulated memory: 6449284 KiB

[startup+3282.3 s]
/proc/loadavg: 4.34 4.17 4.11 5/273 28773
/proc/meminfo: memFree=44120272/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=7705212 memory=6466692 CPUtime=3272.18 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 1277007 0 1 0 323847 3371 0 0 20 0 1 0 38812102 7890137088 1616673 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 1926303 1616673 1248 1201 0 1924781 0
Current children cumulated CPU time: 3272.18 s
Current children cumulated vsize: 7705212 KiB
Current children cumulated memory: 6466692 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.18 4.12 5/273 28775
/proc/meminfo: memFree=41836436/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=7754936 memory=6516356 CPUtime=3331.99 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 1299137 0 1 0 329757 3442 0 0 20 0 1 0 38812102 7941054464 1629089 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 1938734 1629089 1248 1201 0 1937212 0
Current children cumulated CPU time: 3331.99 s
Current children cumulated vsize: 7754936 KiB
Current children cumulated memory: 6516356 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.16 4.11 5/271 28779
/proc/meminfo: memFree=38403080/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=7760728 memory=6521988 CPUtime=3391.79 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 1331553 0 1 0 335586 3593 0 0 20 0 1 0 38812102 7946985472 1630497 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 1940182 1630497 1248 1201 0 1938660 0
Current children cumulated CPU time: 3391.79 s
Current children cumulated vsize: 7760728 KiB
Current children cumulated memory: 6521988 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.16 4.11 5/270 28783
/proc/meminfo: memFree=36484428/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=7766144 memory=6527364 CPUtime=3451.61 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 1341252 0 1 0 341509 3652 0 0 20 0 1 0 38812102 7952531456 1631841 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 1941536 1631841 1248 1201 0 1940014 0
Current children cumulated CPU time: 3451.61 s
Current children cumulated vsize: 7766144 KiB
Current children cumulated memory: 6527364 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/271 28785
/proc/meminfo: memFree=35012724/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=7766144 memory=6527364 CPUtime=3511.42 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 1352841 0 1 0 347439 3703 0 0 20 0 1 0 38812102 7952531456 1631841 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 1941536 1631841 1248 1201 0 1940014 0
Current children cumulated CPU time: 3511.42 s
Current children cumulated vsize: 7766144 KiB
Current children cumulated memory: 6527364 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/273 28789
/proc/meminfo: memFree=33297624/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=7766144 memory=6527364 CPUtime=3571.23 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 1363062 0 1 0 353355 3768 0 0 20 0 1 0 38812102 7952531456 1631841 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 1941536 1631841 1248 1201 0 1940014 0
Current children cumulated CPU time: 3571.23 s
Current children cumulated vsize: 7766144 KiB
Current children cumulated memory: 6527364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 4.07 4.12 4.10 5/273 28791
/proc/meminfo: memFree=32359744/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=7787896 memory=6548356 CPUtime=3600.05 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 1372768 0 1 0 356210 3795 0 0 20 0 1 0 38812102 7974805504 1637089 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 1946974 1637089 1248 1201 0 1945452 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 7787896 KiB
Current children cumulated memory: 6548356 KiB

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

Sending SIGKILL to process tree (bottom up)
WARNING: unexpectedly, some solver processes are still present and will be killed:

[startup+0 s]*
/proc/loadavg: 4.07 4.12 4.09 6/273 28791
/proc/meminfo: memFree=35554068/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=3452716 memory=3213048 CPUtime=3601.24 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) D 28423 28426 27002 0 -1 4194304 1374169 0 1 0 356214 3910 0 0 20 0 1 0 38812102 3535581184 803262 18446744073709551615 4198400 9115581 140723673738016 0 0 256 0 0 8404994 1 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 9
/proc/28426/statm: 863179 803262 1280 1201 0 861657 0
??? kill 28426 sig 9
??? end of watcher thread

[startup+3622.35 s]
# the end of solver process 28426 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3562.14 s, system=39.6581 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3612 s]*
/proc/loadavg: 4.07 4.12 4.10 5/273 28791
/proc/meminfo: memFree=35551532/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=3452716 memory=3213048 CPUtime=3600.85 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) R 28423 28426 27002 0 -1 4194304 1374169 0 1 0 356214 3871 0 0 20 0 1 0 38812102 3535581184 803262 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 863179 803262 1280 1201 0 861657 0
Current children cumulated CPU time: 3600.85 s
Current children cumulated vsize: 3452716 KiB
Current children cumulated memory: 3213048 KiB

[startup+3612.8 s]
/proc/loadavg: 4.07 4.12 4.10 5/273 28791
/proc/meminfo: memFree=35551532/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=3452716 memory=3213048 CPUtime=3601.23 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) D 28423 28426 27002 0 -1 4194304 1374169 0 1 0 356214 3909 0 0 20 0 1 0 38812102 3535581184 803262 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 1 0 0 17 0 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 863179 803262 1280 1201 0 861657 0
Current children cumulated CPU time: 3601.23 s
Current children cumulated vsize: 3452716 KiB
Current children cumulated memory: 3213048 KiB

[startup+3613.2 s]
/proc/loadavg: 4.07 4.12 4.09 4/273 28791
/proc/meminfo: memFree=35553728/131249996 swapFree=33010416/33010684
[pid=28426] ppid=28423 vsize=3452716 memory=3213048 CPUtime=3601.24 cores=0,2
/proc/28426/stat : 28426 (Exact_proof) D 28423 28426 27002 0 -1 4194304 1374169 0 1 0 356214 3910 0 0 20 0 1 0 38812102 3535581184 803262 18446744073709551615 4198400 9115581 140723673738016 0 0 0 0 0 8404994 1 0 0 17 2 0 0 0 0 0 10325008 10415428 27820032 140723673741513 140723673741799 140723673741799 140723673747401 0
/proc/28426/statm: 863179 803262 1280 1201 0 861657 0
Current children cumulated CPU time: 3601.24 s
Current children cumulated vsize: 3452716 KiB
Current children cumulated memory: 3213048 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3622.35
CPU time (s): 3601.8
CPU user time (s): 3562.14
CPU system time (s): 39.6581
CPU usage (%): 99.4328
Max. virtual memory (cumulated for all children) (KiB): 7787896
Max. memory (cumulated for all children) (KiB): 6548356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3562.14
system time used= 39.6581
maximum resident set size= 6548484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1374169
page faults= 1
swaps= 0
block input operations= 1816
block output operations= 139736920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 383929
involuntary context switches= 10891


# summary of solver processes directly reported to runsolver:
#   pid: 28426
#   total CPU time (s): 3601.8
#   total CPU user time (s): 3562.14
#   total CPU system time (s): 39.6581

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.51039 second user time and 16.2987 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 23:08:45
IDJOB=4515190
IDBENCH=164250
IDSOLVER=3325
FILE ID=nodeC030/4515190-1751231325
RUNJOBID= nodeC030-1751224068-27012
SLURM_JOB_ID= 9587680
Free space on /tmp= 432580 MiB

SOLVER NAME= Exact_proof 2025-06-02
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-t1722.0.s.opb
COMMAND LINE= HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=CERTNAME --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515190-1751231325/watcher-4515190-1751231325 -o /tmp/evaluation-result-4515190-1751231325/solver-4515190-1751231325 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751224068-27012 --watchdog 3760  HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4515190-1751231325 --seed=151530241 HOME/instance-4515190-1751231325.opb

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

MD5SUM BENCH= 39768e28ba132eeb426131d5bb977045
RANDOM SEED=151530241

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        82754148 kB
MemAvailable:   115296788 kB
Buffers:            3280 kB
Cached:         33311416 kB
SwapCached:            0 kB
Active:         14381688 kB
Inactive:       33054640 kB
Active(anon):   14139732 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file): 33054640 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:          11305048 kB
Writeback:             0 kB
AnonPages:      14122884 kB
Mapped:           118600 kB
Shmem:             18064 kB
KReclaimable:     170168 kB
Slab:             610692 kB
SReclaimable:     170168 kB
SUnreclaim:       440524 kB
KernelStack:        4384 kB
PageTables:        30900 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   16104620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10072064 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC030 at 2025-06-30 00:09:08