Trace number 4543384

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-31UNSAT 357.998 359.806

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
domset/domset-hubgraph-opb/normalized-domset-hubgraph_068.opb
MD5SUMfa4a44a126a0a168be7bf7730f3b2c61
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.040696
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables272
Total number of constraints273
Number of constraints which are clauses272
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint5
Maximum length of a constraint272
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 296
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

357.87/359.80	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (50486 MiB free)
  memory of node 1: 64465 MiB (52667 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543384-1753224423/watcher-4543384-1753224423 -o /tmp/evaluation-result-4543384-1753224423/solver-4543384-1753224423 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753224419-160936 --watchdog 3760 HOME/solve.sh HOME/instance-4543384-1753224423.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=161148, runsolver pid=161145
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 1.30 1.24 1.66 5/255 161152
/proc/meminfo: memFree=105621316/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=9344 memory=5376 CPUtime=0.07 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 894 0 0 0 7 0 0 0 20 0 1 0 238121649 9568256 1344 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 2336 1344 576 108 0 853 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13536 KiB
Current children cumulated memory: 8320 KiB

[startup+0.21397 s]*
/proc/loadavg: 1.30 1.24 1.66 5/255 161152
/proc/meminfo: memFree=105621316/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=11524 memory=7680 CPUtime=0.18 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 1453 0 0 0 18 0 0 0 20 0 1 0 238121649 11800576 1920 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 2881 1920 576 108 0 1398 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 15716 KiB
Current children cumulated memory: 10624 KiB

[startup+0.313666 s]*
/proc/loadavg: 1.30 1.24 1.66 5/255 161152
/proc/meminfo: memFree=105621316/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=14492 memory=9856 CPUtime=0.28 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 2013 0 0 0 27 1 0 0 20 0 1 0 238121649 14839808 2464 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 3623 2464 576 108 0 2140 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18684 KiB
Current children cumulated memory: 12800 KiB

[startup+0.700412 s]
/proc/loadavg: 1.30 1.24 1.66 5/255 161152
/proc/meminfo: memFree=105617868/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=20768 memory=15488 CPUtime=0.65 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 3419 0 0 0 64 1 0 0 20 0 1 0 238121649 21266432 3872 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 5192 3872 576 108 0 3709 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 24960 KiB
Current children cumulated memory: 18432 KiB

[startup+1.50043 s]
/proc/loadavg: 1.30 1.24 1.66 5/255 161152
/proc/meminfo: memFree=105600228/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=34236 memory=26624 CPUtime=1.45 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 6180 0 0 0 143 2 0 0 20 0 1 0 238121649 35057664 6656 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 8559 6656 576 108 0 7076 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 38428 KiB
Current children cumulated memory: 29568 KiB

[startup+3.11322 s]
/proc/loadavg: 1.30 1.24 1.66 5/255 161152
/proc/meminfo: memFree=105538508/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=50584 memory=40192 CPUtime=3.06 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 9547 0 0 0 303 3 0 0 20 0 1 0 238121649 51798016 10048 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 12646 10048 608 108 0 11163 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 54776 KiB
Current children cumulated memory: 43136 KiB

[startup+6.3004 s]
/proc/loadavg: 1.60 1.30 1.67 5/255 161152
/proc/meminfo: memFree=105470468/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=62900 memory=54528 CPUtime=6.23 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 13159 0 0 0 620 3 0 0 20 0 1 0 238121649 64409600 13632 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 15725 13632 608 108 0 14242 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 67092 KiB
Current children cumulated memory: 57472 KiB

[startup+12.7004 s]
/proc/loadavg: 1.79 1.35 1.69 5/255 161152
/proc/meminfo: memFree=105387576/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=94588 memory=77696 CPUtime=12.61 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 18934 0 0 0 1256 5 0 0 20 0 1 0 238121649 96858112 19424 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 23647 19424 608 108 0 22164 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 98780 KiB
Current children cumulated memory: 80640 KiB

[startup+25.5004 s]
/proc/loadavg: 2.28 1.48 1.73 5/255 161152
/proc/meminfo: memFree=105252252/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=141156 memory=106752 CPUtime=25.37 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 26233 0 0 0 2529 8 0 0 20 0 1 0 238121649 144543744 26688 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 35289 26688 608 108 0 33806 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 145348 KiB
Current children cumulated memory: 109696 KiB

[startup+51.1135 s]
/proc/loadavg: 3.02 1.71 1.80 5/257 161156
/proc/meminfo: memFree=105085572/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=181004 memory=141172 CPUtime=50.91 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 34888 0 0 0 5079 12 0 0 20 0 1 0 238121649 185348096 35293 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 45251 35293 608 108 0 43768 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 185196 KiB
Current children cumulated memory: 144116 KiB

[startup+102.3 s]
/proc/loadavg: 3.85 2.14 1.94 5/257 161157
/proc/meminfo: memFree=104852256/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=245856 memory=189172 CPUtime=101.92 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 46921 0 0 0 10174 18 0 0 20 0 1 0 238121649 251756544 47293 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 61464 47293 608 108 0 59981 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 250048 KiB
Current children cumulated memory: 192116 KiB

[startup+162.3 s]
/proc/loadavg: 3.95 2.49 2.07 5/258 161160
/proc/meminfo: memFree=104545612/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=277356 memory=231232 CPUtime=161.65 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 57521 0 0 0 16142 23 0 0 20 0 1 0 238121649 284012544 57808 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 69339 57808 608 108 0 67856 0
Current children cumulated CPU time: 161.65 s
Current children cumulated vsize: 281548 KiB
Current children cumulated memory: 234176 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 2.81 2.21 5/257 161162
/proc/meminfo: memFree=104352380/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=367344 memory=259776 CPUtime=221.34 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 64664 0 0 0 22106 28 0 0 20 0 1 0 238121649 376160256 64944 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 91836 64944 608 108 0 90353 0
Current children cumulated CPU time: 221.34 s
Current children cumulated vsize: 371536 KiB
Current children cumulated memory: 262720 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.05 2.33 5/257 161164
/proc/meminfo: memFree=104246068/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=392072 memory=288592 CPUtime=280.97 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 71442 0 0 0 28064 33 0 0 20 0 1 0 238121649 401481728 72148 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 98018 72148 608 108 0 96535 0
Current children cumulated CPU time: 280.97 s
Current children cumulated vsize: 396264 KiB
Current children cumulated memory: 291536 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.24 2.45 5/256 161166
/proc/meminfo: memFree=104149476/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=406912 memory=312888 CPUtime=340.58 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 77600 0 0 0 34020 38 0 0 20 0 1 0 238121649 416677888 78222 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 101728 78222 608 108 0 100245 0
Current children cumulated CPU time: 340.58 s
Current children cumulated vsize: 411104 KiB
Current children cumulated memory: 315832 KiB

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

# cumulated CPU time of all completed processes:  user=357.56 s, system=0.438343 s

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

[startup+345.6 s]
/proc/loadavg: 4.08 3.25 2.45 5/256 161166
/proc/meminfo: memFree=104149036/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=406912 memory=313656 CPUtime=343.86 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 77794 0 0 0 34347 39 0 0 20 0 1 0 238121649 416677888 78414 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 101728 78414 608 108 0 100245 0
Current children cumulated CPU time: 343.86 s
Current children cumulated vsize: 411104 KiB
Current children cumulated memory: 316600 KiB

[startup+352 s]*
/proc/loadavg: 4.08 3.26 2.46 5/256 161166
/proc/meminfo: memFree=104141476/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=407936 memory=315064 CPUtime=350.23 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 78150 0 0 0 34984 39 0 0 20 0 1 0 238121649 417726464 78766 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 101984 78766 608 108 0 100501 0
Current children cumulated CPU time: 350.23 s
Current children cumulated vsize: 412128 KiB
Current children cumulated memory: 318008 KiB

[startup+355.2 s]
/proc/loadavg: 4.07 3.27 2.47 5/256 161167
/proc/meminfo: memFree=104131916/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=408960 memory=315832 CPUtime=353.39 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 78314 0 0 0 35300 39 0 0 20 0 1 0 238121649 418775040 78958 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 102240 78958 608 108 0 100757 0
Current children cumulated CPU time: 353.39 s
Current children cumulated vsize: 413152 KiB
Current children cumulated memory: 318776 KiB

[startup+358.4 s]
/proc/loadavg: 4.07 3.27 2.47 5/256 161167
/proc/meminfo: memFree=104129900/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=409472 memory=316344 CPUtime=356.57 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 78459 0 0 0 35618 39 0 0 20 0 1 0 238121649 419299328 79086 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 102368 79086 608 108 0 100885 0
Current children cumulated CPU time: 356.57 s
Current children cumulated vsize: 413664 KiB
Current children cumulated memory: 319288 KiB

[startup+359.2 s]
/proc/loadavg: 4.07 3.27 2.47 5/256 161167
/proc/meminfo: memFree=104129916/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=409472 memory=316600 CPUtime=357.37 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 78508 0 0 0 35698 39 0 0 20 0 1 0 238121649 419299328 79150 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 102368 79150 608 108 0 100885 0
Current children cumulated CPU time: 357.37 s
Current children cumulated vsize: 413664 KiB
Current children cumulated memory: 319544 KiB

[startup+359.6 s]
/proc/loadavg: 4.07 3.27 2.47 5/256 161167
/proc/meminfo: memFree=104129916/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
[pid=161152] ppid=161148 vsize=410496 memory=316600 CPUtime=357.77 cores=0,2
/proc/161152/stat : 161152 (solve_pb) R 161148 161148 160926 0 -1 4194304 78533 0 0 0 35737 40 0 0 20 0 1 0 238121649 420347904 79150 18446744073709551615 94367885067264 94367885505408 140725464035040 0 0 0 0 4096 1088 0 0 0 17 0 0 0 0 0 0 94367885534128 94367885536544 94367891390464 140725464041858 140725464041922 140725464041922 140725464047544 0
/proc/161152/statm: 102624 79150 608 108 0 101141 0
Current children cumulated CPU time: 357.77 s
Current children cumulated vsize: 414688 KiB
Current children cumulated memory: 319544 KiB

[startup+359.8 s]
/proc/loadavg: 4.07 3.27 2.47 5/256 161167
/proc/meminfo: memFree=104129916/131382112 swapFree=33001664/33010684
[pid=161148] ppid=161145 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/161148/stat : 161148 (bash) S 161145 161148 160926 0 -1 4194304 307 237 0 0 0 0 0 0 20 0 1 0 238121646 4292608 736 18446744073709551615 94000498188288 94000499082821 140720490323216 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94000499321872 94000499369616 94000506335232 140720490330514 140720490330630 140720490330630 140720490336234 0
/proc/161148/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 359.806
CPU time (s): 357.998
CPU user time (s): 357.56
CPU system time (s): 0.438343
CPU usage (%): 99.4975
Max. virtual memory (cumulated for all children) (KiB): 414688
Max. memory (cumulated for all children) (KiB): 319672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.56
system time used= 0.438343
maximum resident set size= 316728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79108
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= 385
involuntary context switches= 906


# summary of solver processes directly reported to runsolver:
#   pid: 161148
#   total CPU time (s): 357.998
#   total CPU user time (s): 357.56
#   total CPU system time (s): 0.438343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52937 second user time and 4.33182 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-23 00:47:03
IDJOB=4543384
IDBENCH=173155
IDSOLVER=3321
FILE ID=nodeC005/4543384-1753224423
RUNJOBID= nodeC005-1753224419-160936
SLURM_JOB_ID= 9687834
Free space on /tmp= 433032 MiB

SOLVER NAME= AI448PBSolver 2025-05-31
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/domset-hubgraph-opb/normalized-domset-hubgraph_068.opb
COMMAND LINE= HOME/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543384-1753224423/watcher-4543384-1753224423 -o /tmp/evaluation-result-4543384-1753224423/solver-4543384-1753224423 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753224419-160936 --watchdog 3760  HOME/solve.sh HOME/instance-4543384-1753224423.opb

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

MD5SUM BENCH= fa4a44a126a0a168be7bf7730f3b2c61
RANDOM SEED=1398762238

nodeC005 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	: 0xb00001f
cpu MHz		: 1197.507
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 2294.713
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.244
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.851
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3660.604
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3662.684
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.472
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.446
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        105629300 kB
MemAvailable:   129698276 kB
Buffers:              12 kB
Cached:         24840384 kB
SwapCached:          776 kB
Active:           671376 kB
Inactive:       24425568 kB
Active(anon):     238736 kB
Inactive(anon):    38384 kB
Active(file):     432640 kB
Inactive(file): 24387184 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33001664 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3080 kB
Writeback:            36 kB
AnonPages:        259284 kB
Mapped:           104496 kB
Shmem:             20564 kB
KReclaimable:     177556 kB
Slab:             268828 kB
SReclaimable:     177556 kB
SUnreclaim:        91272 kB
KernelStack:        4128 kB
PageTables:         3640 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     630828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC005 at 2025-07-23 00:53:03