Trace number 4516231

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
AI448PBSolver 2025-05-31? (TO) 3600.03 3617.62

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v3_shuffle/normalized-grid10_27.shuf-3.opb
MD5SUM25b641ec723147791ff171774f47f88f
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 benchmark0.015671
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables270
Total number of constraints541
Number of constraints which are clauses540
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint270
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 280
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516231-1751234945/watcher-4516231-1751234945 -o /tmp/evaluation-result-4516231-1751234945/solver-4516231-1751234945 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751231330-33252 --watchdog 3760 HOME/solve.sh HOME/instance-4516231-1751234945.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=34155, runsolver pid=34152

[startup+0.100066 s]*
/proc/loadavg: 4.15 4.11 4.05 5/268 34159
/proc/meminfo: memFree=126641164/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=11692 memory=7680 CPUtime=0.07 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 1442 0 0 0 7 0 0 0 20 0 1 0 39173127 11972608 1920 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 2923 1920 608 108 0 1440 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 15884 KiB
Current children cumulated memory: 10624 KiB

[startup+0.204831 s]*
/proc/loadavg: 4.15 4.11 4.05 5/268 34159
/proc/meminfo: memFree=126638140/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=15296 memory=10752 CPUtime=0.17 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 2225 0 0 0 17 0 0 0 20 0 1 0 39173127 15663104 2688 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 3824 2688 608 108 0 2341 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 19488 KiB
Current children cumulated memory: 13696 KiB

[startup+0.304951 s]*
/proc/loadavg: 4.15 4.11 4.05 6/268 34159
/proc/meminfo: memFree=126626044/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=17532 memory=13184 CPUtime=0.27 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 2832 0 0 0 27 0 0 0 20 0 1 0 39173127 17952768 3296 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 4383 3296 608 108 0 2900 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 21724 KiB
Current children cumulated memory: 16128 KiB

[startup+0.700202 s]
/proc/loadavg: 4.15 4.11 4.05 5/268 34159
/proc/meminfo: memFree=126617980/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=23628 memory=18432 CPUtime=0.67 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 4123 0 0 0 66 1 0 0 20 0 1 0 39173127 24195072 4608 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 5907 4608 608 108 0 4424 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 27820 KiB
Current children cumulated memory: 21376 KiB

[startup+1.5002 s]
/proc/loadavg: 4.15 4.11 4.05 5/268 34159
/proc/meminfo: memFree=126602360/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=31552 memory=24832 CPUtime=1.46 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 5723 0 0 0 145 1 0 0 20 0 1 0 39173127 32309248 6208 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 7888 6208 608 108 0 6405 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 35744 KiB
Current children cumulated memory: 27776 KiB

[startup+3.10543 s]
/proc/loadavg: 4.14 4.11 4.05 5/268 34159
/proc/meminfo: memFree=126570388/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=40080 memory=31744 CPUtime=3.06 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 7490 0 0 0 304 2 0 0 20 0 1 0 39173127 41041920 7936 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 10020 7936 608 108 0 8537 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 44272 KiB
Current children cumulated memory: 34688 KiB

[startup+6.30019 s]
/proc/loadavg: 4.14 4.11 4.05 5/268 34159
/proc/meminfo: memFree=126553032/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=45764 memory=37504 CPUtime=6.25 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 8942 0 0 0 622 3 0 0 20 0 1 0 39173127 46862336 9376 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 11441 9376 608 108 0 9958 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 49956 KiB
Current children cumulated memory: 40448 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.11 4.05 5/268 34159
/proc/meminfo: memFree=126523296/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=58120 memory=46592 CPUtime=12.63 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 11188 0 0 0 1259 4 0 0 20 0 1 0 39173127 59514880 11648 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 14530 11648 608 108 0 13047 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 62312 KiB
Current children cumulated memory: 49536 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.10 4.05 5/269 34161
/proc/meminfo: memFree=126404352/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=76944 memory=61824 CPUtime=25.39 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 15068 0 0 0 2534 5 0 0 20 0 1 0 39173127 78790656 15456 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 19236 15456 608 108 0 17753 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 81136 KiB
Current children cumulated memory: 64768 KiB

[startup+51.1056 s]
/proc/loadavg: 4.14 4.11 4.06 5/269 34257
/proc/meminfo: memFree=126430120/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=100144 memory=79744 CPUtime=50.91 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 19584 0 0 0 5084 7 0 0 20 0 1 0 39173127 102547456 19936 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 25036 19936 608 108 0 23553 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 104336 KiB
Current children cumulated memory: 82688 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.11 4.06 5/268 34259
/proc/meminfo: memFree=126300824/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=147012 memory=123360 CPUtime=101.93 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 29607 0 0 0 10181 12 0 0 20 0 1 0 39173127 150540288 30840 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 36753 30840 608 108 0 35270 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 151204 KiB
Current children cumulated memory: 126304 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.10 4.06 5/269 34266
/proc/meminfo: memFree=126141200/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=181860 memory=145248 CPUtime=161.72 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 35078 0 0 0 16156 16 0 0 20 0 1 0 39173127 186224640 36312 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 45465 36312 608 108 0 43982 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 186052 KiB
Current children cumulated memory: 148192 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.11 4.06 5/269 34268
/proc/meminfo: memFree=125996640/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=212568 memory=175084 CPUtime=221.51 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 42009 0 0 0 22131 20 0 0 20 0 1 0 39173127 217669632 43771 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 53142 43771 608 108 0 51659 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 216760 KiB

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

/proc/34159/statm: 215387 185040 608 108 0 213904 0
Current children cumulated CPU time: 3027.68 s
Current children cumulated vsize: 865740 KiB
Current children cumulated memory: 743104 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/266 35507
/proc/meminfo: memFree=125708648/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=864620 memory=746572 CPUtime=3087.38 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 160863 0 0 0 308637 101 0 0 20 0 1 0 39173127 885370880 186643 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 216155 186643 608 108 0 214672 0
Current children cumulated CPU time: 3087.38 s
Current children cumulated vsize: 868812 KiB
Current children cumulated memory: 749516 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/266 35524
/proc/meminfo: memFree=125689272/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=866668 memory=748364 CPUtime=3147.07 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 161285 0 0 0 314605 102 0 0 20 0 1 0 39173127 887468032 187091 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 216667 187091 608 108 0 215184 0
Current children cumulated CPU time: 3147.07 s
Current children cumulated vsize: 870860 KiB
Current children cumulated memory: 751308 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/267 35531
/proc/meminfo: memFree=125638400/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=871788 memory=751948 CPUtime=3206.74 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 162179 0 0 0 320572 102 0 0 20 0 1 0 39173127 892710912 187987 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 217947 187987 608 108 0 216464 0
Current children cumulated CPU time: 3206.74 s
Current children cumulated vsize: 875980 KiB
Current children cumulated memory: 754892 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/267 35533
/proc/meminfo: memFree=125570664/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=881004 memory=758220 CPUtime=3266.41 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 163903 0 0 0 326538 103 0 0 20 0 1 0 39173127 902148096 189555 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 220251 189555 608 108 0 218768 0
Current children cumulated CPU time: 3266.41 s
Current children cumulated vsize: 885196 KiB
Current children cumulated memory: 761164 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/267 35535
/proc/meminfo: memFree=125541572/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=883052 memory=761292 CPUtime=3326.11 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 164996 0 0 0 332508 103 0 0 20 0 1 0 39173127 904245248 190323 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 220763 190323 608 108 0 219280 0
Current children cumulated CPU time: 3326.11 s
Current children cumulated vsize: 887244 KiB
Current children cumulated memory: 764236 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/267 35537
/proc/meminfo: memFree=125548212/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=891936 memory=773064 CPUtime=3385.81 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 167425 0 0 0 338475 106 0 0 20 0 1 0 39173127 913342464 193266 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 222984 193266 608 108 0 221501 0
Current children cumulated CPU time: 3385.81 s
Current children cumulated vsize: 896128 KiB
Current children cumulated memory: 776008 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/268 35540
/proc/meminfo: memFree=125503480/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=904416 memory=786120 CPUtime=3445.49 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 170701 0 0 0 344439 110 0 0 20 0 1 0 39173127 926121984 196530 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 226104 196530 608 108 0 224621 0
Current children cumulated CPU time: 3445.49 s
Current children cumulated vsize: 908608 KiB
Current children cumulated memory: 789064 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/267 35542
/proc/meminfo: memFree=125472236/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=917192 memory=798792 CPUtime=3505.17 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 173883 0 0 0 350405 112 0 0 20 0 1 0 39173127 939204608 199698 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 229298 199698 608 108 0 227815 0
Current children cumulated CPU time: 3505.17 s
Current children cumulated vsize: 921384 KiB
Current children cumulated memory: 801736 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/267 35543
/proc/meminfo: memFree=125438948/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=926640 memory=808648 CPUtime=3564.87 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 176354 0 0 0 356372 115 0 0 20 0 1 0 39173127 948879360 202162 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 231660 202162 608 108 0 230177 0
Current children cumulated CPU time: 3564.87 s
Current children cumulated vsize: 930832 KiB
Current children cumulated memory: 811592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.6 s]
/proc/loadavg: 4.15 4.11 4.09 5/267 35544
/proc/meminfo: memFree=125418748/131250000 swapFree=33010684/33010684
[pid=34155] ppid=34152 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/34155/stat : 34155 (bash) S 34152 34155 33241 0 -1 4194304 311 228 0 0 0 0 0 0 20 0 1 0 39173125 4292608 736 18446744073709551615 93971692376064 93971693270597 140724751907008 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93971693509648 93971693557392 93971714826240 140724751915412 140724751915528 140724751915528 140724751921130 0
/proc/34155/statm: 1048 736 672 219 0 110 0
[pid=34159] ppid=34155 vsize=926640 memory=808776 CPUtime=3600 cores=4,6
/proc/34159/stat : 34159 (solve_pb) R 34155 34155 33241 0 -1 4194304 176364 0 0 0 359885 115 0 0 20 0 1 0 39173127 948879360 202194 18446744073709551615 94848443094016 94848443532160 140730914058608 0 0 0 0 4096 1088 0 0 0 17 4 0 0 0 0 0 94848443560880 94848443563296 94848464777216 140730914060676 140730914060740 140730914060740 140730914066360 0
/proc/34159/statm: 231660 202194 608 108 0 230177 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 930832 KiB
Current children cumulated memory: 811720 KiB

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

[startup+3617.6 s]
# the end of solver process 34155 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0 s, system=0.006465 s

[startup+3617.62 s]
# the end of solver process 34159 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3598.86 s, system=1.17798 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3617.62
CPU time (s): 3600.03
CPU user time (s): 3598.86
CPU system time (s): 1.17798
CPU usage (%): 99.5138
Max. virtual memory (cumulated for all children) (KiB): 930832
Max. memory (cumulated for all children) (KiB): 811720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.86
system time used= 1.17798
maximum resident set size= 808776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176903
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= 429
involuntary context switches= 5280


# summary of solver processes directly reported to runsolver:
#   pid: 34155,34159
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3598.86
#   total CPU system time (s): 1.17798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.41967 second user time and 17.744 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-30 00:09:05
IDJOB=4516231
IDBENCH=170483
IDSOLVER=3321
FILE ID=nodeC026/4516231-1751234945
RUNJOBID= nodeC026-1751231330-33252
SLURM_JOB_ID= 9587706
Free space on /tmp= 433056 MiB

SOLVER NAME= AI448PBSolver 2025-05-31
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v3_shuffle/normalized-grid10_27.shuf-3.opb
COMMAND LINE= HOME/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516231-1751234945/watcher-4516231-1751234945 -o /tmp/evaluation-result-4516231-1751234945/solver-4516231-1751234945 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751231330-33252 --watchdog 3760  HOME/solve.sh HOME/instance-4516231-1751234945.opb

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

MD5SUM BENCH= 25b641ec723147791ff171774f47f88f
RANDOM SEED=1679235124

nodeC026 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.802
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.59
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		: 3599.825
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.59
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.793
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.59
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		: 3595.610
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.59
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		: 3599.746
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.59
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.794
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.59
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		: 3599.800
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.59
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		: 3596.132
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126649980 kB
MemAvailable:   127622140 kB
Buffers:            3280 kB
Cached:          1770112 kB
SwapCached:            0 kB
Active:          2438624 kB
Inactive:        1512800 kB
Active(anon):    2196112 kB
Inactive(anon):        0 kB
Active(file):     242512 kB
Inactive(file):  1512800 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1364 kB
Writeback:             0 kB
AnonPages:       2181224 kB
Mapped:           104392 kB
Shmem:             18080 kB
KReclaimable:     112176 kB
Slab:             200140 kB
SReclaimable:     112176 kB
SUnreclaim:        87964 kB
KernelStack:        4320 kB
PageTables:         8020 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2883876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC026 at 2025-06-30 01:09:23