Trace number 4522824

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 NameAnswerobjective functionCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.81 3135.97

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_25000_5_0.75_3.opb
MD5SUM5662c244c9130155c537b4eb4063501c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark440
Best CPU time to get the best result obtained on this benchmark115.532
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175000
Total number of constraints175001
Number of constraints which are clauses125000
Number of constraints which are cardinality constraints (but not clauses)50000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint50000
Number of terms in the objective function 50000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50000
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50000
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
2.20/1.53	c #variable: 175000
2.20/1.53	c #constraint: 175001
2.20/1.53	c #equal: 50001
2.20/1.53	c intsize: 16
2.20/1.53	c sizeproduct: 0
2.20/1.53	c #soft: 0
2.20/1.53	c mincost: 0
2.20/1.53	c maxcost: 0
2.20/1.53	c sumcost: 0
2.20/1.53	c iteration_max: -1
2.20/1.53	c time_max: -1
2.20/1.53	c number_of_threads(move update): 2
2.20/1.53	c number_of_threads(move evaluation): 2
2.20/1.53	c seed: 811675406
3600.03/3135.28	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522824-1751592746/watcher-4522824-1751592746 -o /tmp/evaluation-result-4522824-1751592746/solver-4522824-1751592746 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751589378-92769 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 811675406 HOME/instance-4522824-1751592746.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
Current StackSize limit: 8192 KiB

solver pid=93202, runsolver pid=93199

[startup+0.100063 s]*
/proc/loadavg: 4.39 4.59 4.75 7/270 93204
/proc/meminfo: memFree=123912868/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=130788 memory=63392 CPUtime=0.14 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 12566 0 0 0 12 2 0 0 20 0 2 0 74952517 133926912 15848 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 32697 15848 576 633 0 18157 0
[pid=93202/tid=93204] ppid=93199 vsize=130788 memory=4026531960 CPUtime=0.04 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) R 93199 93202 92759 0 -1 4194368 2633 0 0 0 4 0 0 0 20 0 2 0 74952522 133926912 15848 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 130788 KiB
Current children cumulated memory: 63392 KiB

[startup+0.205872 s]*
/proc/loadavg: 4.39 4.59 4.75 6/270 93204
/proc/meminfo: memFree=123864484/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=151380 memory=105888 CPUtime=0.34 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 23167 0 0 0 30 4 0 0 20 0 2 0 74952517 155013120 26472 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 37845 26472 576 633 0 28772 0
[pid=93202/tid=93204] ppid=93199 vsize=151380 memory=664958721904869660 CPUtime=0.15 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) R 93199 93202 92759 0 -1 4194368 8099 0 0 0 13 2 0 0 20 0 2 0 74952522 155013120 26472 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 151380 KiB
Current children cumulated memory: 105888 KiB

[startup+0.305856 s]*
/proc/loadavg: 4.39 4.59 4.75 6/270 93204
/proc/meminfo: memFree=123824164/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=172104 memory=147104 CPUtime=0.54 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 33516 0 0 0 47 7 0 0 20 0 2 0 74952517 176234496 36776 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 43026 36776 576 633 0 39119 0
[pid=93202/tid=93204] ppid=93199 vsize=172104 memory=7972085478573422956 CPUtime=0.24 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) R 93199 93202 92759 0 -1 4194368 13265 0 0 0 21 3 0 0 20 0 2 0 74952522 176234496 36776 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 172104 KiB
Current children cumulated memory: 147104 KiB

[startup+0.700188 s]
/proc/loadavg: 4.39 4.59 4.75 6/270 93204
/proc/meminfo: memFree=123775780/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=268328 memory=202316 CPUtime=0.96 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 45777 0 0 0 87 9 0 0 20 0 2 0 74952517 274767872 50579 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 67082 50579 576 633 0 53281 0
[pid=93202/tid=93204] ppid=93199 vsize=268328 memory=18560 CPUtime=0.33 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 18881 0 0 0 29 4 0 0 20 0 2 0 74952522 274767872 50579 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 0 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 268328 KiB
Current children cumulated memory: 202316 KiB

[startup+1.5002 s]
/proc/loadavg: 4.39 4.59 4.75 6/270 93204
/proc/meminfo: memFree=123597088/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=464140 memory=442300 CPUtime=2.2 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 119897 0 0 0 199 21 0 0 20 0 2 0 74952517 475279360 110575 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 116035 110575 608 633 0 112347 0
[pid=93202/tid=93204] ppid=93199 vsize=464804 memory=18560 CPUtime=0.83 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 40567 0 0 0 77 6 0 0 20 0 2 0 74952522 475959296 110575 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 0 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 2.2 s
Current children cumulated vsize: 464140 KiB
Current children cumulated memory: 442300 KiB

[startup+3.10579 s]
/proc/loadavg: 4.39 4.59 4.75 5/270 93204
/proc/meminfo: memFree=123436120/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=553124 memory=531388 CPUtime=3.8 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 195931 0 0 0 353 27 0 0 20 0 2 0 74952517 566398976 132847 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 138281 132847 640 633 0 134593 0
[pid=93202/tid=93204] ppid=93199 vsize=553124 memory=451900 CPUtime=0.83 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 40567 0 0 0 77 6 0 0 20 0 2 0 74952522 566398976 132847 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 3.8 s
Current children cumulated vsize: 553124 KiB
Current children cumulated memory: 531388 KiB

[startup+6.30019 s]
/proc/loadavg: 4.36 4.58 4.74 5/270 93204
/proc/meminfo: memFree=123436304/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=553124 memory=531388 CPUtime=6.98 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 202834 0 0 0 670 28 0 0 20 0 2 0 74952517 566398976 132847 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 138281 132847 640 633 0 134593 0
[pid=93202/tid=93204] ppid=93199 vsize=553124 memory=18560 CPUtime=0.83 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 40567 0 0 0 77 6 0 0 20 0 2 0 74952522 566398976 132847 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 6.98 s
Current children cumulated vsize: 553124 KiB
Current children cumulated memory: 531388 KiB

[startup+12.7002 s]
/proc/loadavg: 4.41 4.59 4.74 5/270 93204
/proc/meminfo: memFree=123434528/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=553124 memory=531388 CPUtime=13.35 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 216472 0 0 0 1306 29 0 0 20 0 2 0 74952517 566398976 132847 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 138281 132847 640 633 0 134593 0
[pid=93202/tid=93204] ppid=93199 vsize=553124 memory=531388 CPUtime=0.83 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 40567 0 0 0 77 6 0 0 20 0 2 0 74952522 566398976 132847 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 13.35 s
Current children cumulated vsize: 553124 KiB
Current children cumulated memory: 531388 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 4.56 4.73 5/270 93204
/proc/meminfo: memFree=123418144/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=553124 memory=531388 CPUtime=26.1 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 222651 0 0 0 2581 29 0 0 20 0 2 0 74952517 566398976 132847 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 138281 132847 640 633 0 134593 0
[pid=93202/tid=93204] ppid=93199 vsize=553124 memory=531388 CPUtime=0.83 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 40567 0 0 0 77 6 0 0 20 0 2 0 74952522 566398976 132847 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 26.1 s
Current children cumulated vsize: 553124 KiB
Current children cumulated memory: 531388 KiB

[startup+51.1059 s]
/proc/loadavg: 4.40 4.56 4.73 5/269 93204
/proc/meminfo: memFree=122941684/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1033328 memory=1010664 CPUtime=51.69 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 483516 0 0 0 5111 58 0 0 20 0 2 0 74952517 1058127872 252666 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 258332 252666 640 633 0 254644 0
[pid=93202/tid=93204] ppid=93199 vsize=1033328 memory=18560 CPUtime=0.91 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 44341 0 0 0 84 7 0 0 20 0 2 0 74952522 1058127872 252666 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 51.69 s
Current children cumulated vsize: 1033328 KiB
Current children cumulated memory: 1010664 KiB

[startup+102.3 s]
/proc/loadavg: 4.60 4.60 4.73 5/268 93208
/proc/meminfo: memFree=122919028/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1034292 memory=1011688 CPUtime=108.83 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 1232833 0 0 0 10695 188 0 0 20 0 2 0 74952517 1059115008 252922 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 258573 252922 640 633 0 254885 0
[pid=93202/tid=93204] ppid=93199 vsize=1034292 memory=18560 CPUtime=8.33 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 75511 0 0 0 824 9 0 0 20 0 2 0 74952522 1059115008 252922 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 108.83 s
Current children cumulated vsize: 1034292 KiB
Current children cumulated memory: 1011688 KiB

[startup+162.3 s]
/proc/loadavg: 4.59 4.61 4.72 5/268 93210
/proc/meminfo: memFree=122902476/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1040496 memory=1017832 CPUtime=180.24 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 1361137 0 0 0 17828 196 0 0 20 0 2 0 74952517 1065467904 254458 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 260124 254458 640 633 0 256436 0
[pid=93202/tid=93204] ppid=93199 vsize=1040496 memory=5760 CPUtime=20.07 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 89435 0 0 0 1996 11 0 0 20 0 2 0 74952522 1065467904 254458 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 180.24 s
Current children cumulated vsize: 1040496 KiB
Current children cumulated memory: 1017832 KiB

[startup+222.3 s]
/proc/loadavg: 4.63 4.61 4.72 5/268 93213
/proc/meminfo: memFree=122857604/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1049868 memory=1027304 CPUtime=250.29 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 1457700 0 0 0 24825 204 0 0 20 0 2 0 74952517 1075064832 256826 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 262467 256826 640 633 0 258779 0
[pid=93202/tid=93204] ppid=93199 vsize=1049868 memory=18560 CPUtime=30.4 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 93205 0 0 0 3028 12 0 0 20 0 2 0 74952522 1075064832 256826 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 250.29 s
Current children cumulated vsize: 1049868 KiB
Current children cumulated memory: 1027304 KiB

[startup+282.3 s]
/proc/loadavg: 4.74 4.65 4.73 5/268 93215
/proc/meminfo: memFree=122862596/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1053432 memory=1030760 CPUtime=323 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 1530992 0 0 0 32091 209 0 0 20 0 2 0 74952517 1078714368 257690 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 263358 257690 640 633 0 259670 0
[pid=93202/tid=93204] ppid=93199 vsize=1053432 memory=1028968 CPUtime=43.45 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) R 93199 93202 92759 0 -1 4194368 106594 0 0 0 4331 14 0 0 20 0 2 0 74952522 1078714368 257690 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 323 s
Current children cumulated vsize: 1053432 KiB

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

/proc/meminfo: memFree=122864244/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1254824 memory=1229848 CPUtime=3077.22 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 35778216 0 0 0 299760 7962 0 0 20 0 2 0 74952517 1284939776 307462 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 313706 307462 640 633 0 310018 0
[pid=93202/tid=93204] ppid=93199 vsize=1254824 memory=1229972 CPUtime=409.86 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 414770 0 0 0 40910 76 0 0 20 0 2 0 74952522 1284939776 307462 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 3077.22 s
Current children cumulated vsize: 1254824 KiB
Current children cumulated memory: 1229848 KiB

[startup+2742.3 s]
/proc/loadavg: 4.38 4.56 4.68 7/268 93396
/proc/meminfo: memFree=122829916/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1254764 memory=1229904 CPUtime=3146.84 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 35852237 0 0 0 306714 7970 0 0 20 0 2 0 74952517 1284878336 307476 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 313691 307476 640 633 0 310003 0
[pid=93202/tid=93204] ppid=93199 vsize=1254764 memory=1229972 CPUtime=419.78 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 424409 0 0 0 41900 78 0 0 20 0 2 0 74952522 1284878336 307476 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 3146.84 s
Current children cumulated vsize: 1254764 KiB
Current children cumulated memory: 1229904 KiB

[startup+2802.3 s]
/proc/loadavg: 4.80 4.66 4.71 5/268 93398
/proc/meminfo: memFree=122796188/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1250192 memory=1227624 CPUtime=3215.66 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 36395639 0 0 0 313458 8108 0 0 20 0 2 0 74952517 1280196608 306906 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 312548 306906 640 633 0 308860 0
[pid=93202/tid=93204] ppid=93199 vsize=1250192 memory=1216868 CPUtime=428.89 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 426266 0 0 0 42810 79 0 0 20 0 2 0 74952522 1280196608 306906 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 3215.66 s
Current children cumulated vsize: 1250192 KiB
Current children cumulated memory: 1227624 KiB

[startup+2862.3 s]
/proc/loadavg: 5.22 4.80 4.75 6/267 93446
/proc/meminfo: memFree=124404936/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1254824 memory=1229848 CPUtime=3284.93 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 36750877 0 0 0 320301 8192 0 0 20 0 2 0 74952517 1284939776 307462 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 313706 307462 640 633 0 310018 0
[pid=93202/tid=93204] ppid=93199 vsize=1254824 memory=1229848 CPUtime=438.47 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 438122 0 0 0 43766 81 0 0 20 0 2 0 74952522 1284939776 307462 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 3284.93 s
Current children cumulated vsize: 1254824 KiB
Current children cumulated memory: 1229848 KiB

[startup+2922.3 s]
/proc/loadavg: 5.84 5.05 4.84 7/268 93499
/proc/meminfo: memFree=127174612/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1254820 memory=1229848 CPUtime=3353.23 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 37814649 0 0 0 326842 8481 0 0 20 0 2 0 74952517 1284935680 307462 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 313705 307462 640 633 0 310017 0
[pid=93202/tid=93204] ppid=93199 vsize=1254820 memory=1227752 CPUtime=447 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 449885 0 0 0 44618 82 0 0 20 0 2 0 74952522 1284935680 307462 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 3353.23 s
Current children cumulated vsize: 1254820 KiB
Current children cumulated memory: 1229848 KiB

[startup+2982.3 s]
/proc/loadavg: 6.14 5.29 4.94 7/268 93501
/proc/meminfo: memFree=127175988/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1254820 memory=1229848 CPUtime=3423.26 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 37860980 0 0 0 333836 8490 0 0 20 0 2 0 74952517 1284935680 307462 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 313705 307462 640 633 0 310017 0
[pid=93202/tid=93204] ppid=93199 vsize=1254820 memory=1229848 CPUtime=457.28 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 450208 0 0 0 45644 84 0 0 20 0 2 0 74952522 1284935680 307462 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 3423.26 s
Current children cumulated vsize: 1254820 KiB
Current children cumulated memory: 1229848 KiB

[startup+3042.3 s]
/proc/loadavg: 6.19 5.48 5.03 7/268 93503
/proc/meminfo: memFree=127171504/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1254764 memory=1229908 CPUtime=3493.01 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 37943984 0 0 0 340802 8499 0 0 20 0 2 0 74952517 1284878336 307477 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 313691 307477 640 633 0 310003 0
[pid=93202/tid=93204] ppid=93199 vsize=1254764 memory=16360 CPUtime=467.28 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) R 93199 93202 92759 0 -1 4194368 459307 0 0 0 46643 85 0 0 20 0 2 0 74952522 1284878336 307477 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 3493.01 s
Current children cumulated vsize: 1254764 KiB
Current children cumulated memory: 1229908 KiB

[startup+3102.3 s]
/proc/loadavg: 6.15 5.60 5.10 7/268 93505
/proc/meminfo: memFree=127164668/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1254760 memory=1229908 CPUtime=3562.03 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 38167747 0 0 0 347625 8578 0 0 20 0 2 0 74952517 1284874240 307477 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 313690 307477 640 633 0 310002 0
[pid=93202/tid=93204] ppid=93199 vsize=1254760 memory=18560 CPUtime=476.55 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) R 93199 93202 92759 0 -1 4194368 463257 0 0 0 47568 87 0 0 20 0 2 0 74952522 1284874240 307477 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 3562.03 s
Current children cumulated vsize: 1254760 KiB
Current children cumulated memory: 1229908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3135.2 s]
/proc/loadavg: 6.27 5.69 5.15 8/269 93510
/proc/meminfo: memFree=127177560/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1250332 memory=1227752 CPUtime=3600.03 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 38223220 0 0 0 351408 8595 0 0 20 0 2 0 74952517 1280339968 306938 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 312583 306938 640 633 0 308895 0
[pid=93202/tid=93204] ppid=93199 vsize=1250332 memory=1227624 CPUtime=481.77 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 463879 0 0 0 48090 87 0 0 20 0 2 0 74952522 1280339968 306938 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1250332 KiB
Current children cumulated memory: 1227752 KiB

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

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

# cumulated CPU time of all completed processes:  user=3514.77 s, system=86.0349 s

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

[startup+3135.6 s]
/proc/loadavg: 6.27 5.69 5.15 8/269 93510
/proc/meminfo: memFree=127177560/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1220552 memory=1198096 CPUtime=3600.43 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 38295865 0 0 0 351445 8598 0 0 20 0 2 0 74952517 1249845248 299524 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 305138 299524 640 633 0 301450 0
[pid=93202/tid=93204] ppid=93199 vsize=1220552 memory=18560 CPUtime=481.77 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 463879 0 0 0 48090 87 0 0 20 0 2 0 74952522 1249845248 299524 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 1220552 KiB
Current children cumulated memory: 1198096 KiB

[startup+3135.8 s]
/proc/loadavg: 6.27 5.69 5.15 8/269 93510
/proc/meminfo: memFree=127177560/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1127580 memory=1105124 CPUtime=3600.63 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 38298849 0 0 0 351465 8598 0 0 20 0 2 0 74952517 1154641920 276281 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 281895 276281 640 633 0 278207 0
[pid=93202/tid=93204] ppid=93199 vsize=1127580 memory=3200 CPUtime=481.77 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 463879 0 0 0 48090 87 0 0 20 0 2 0 74952522 1154641920 276281 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 3600.63 s
Current children cumulated vsize: 1127580 KiB
Current children cumulated memory: 1105124 KiB

[startup+3135.9 s]
/proc/loadavg: 6.27 5.69 5.15 8/269 93510
/proc/meminfo: memFree=127177560/131250000 swapFree=33010416/33010684
[pid=93202] ppid=93199 vsize=1111168 memory=1088712 CPUtime=3600.73 cores=0,2
/proc/93202/stat : 93202 (pb_competition_) R 93199 93202 92759 0 -1 4194304 38321676 0 0 0 351473 8600 0 0 20 0 2 0 74952517 1137836032 272178 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
/proc/93202/statm: 277792 272178 640 633 0 274104 0
[pid=93202/tid=93204] ppid=93199 vsize=1111168 memory=3104 CPUtime=481.77 cores=0,2
/proc/93202/task/93204/stat : 93204 (pb_competition_) S 93199 93202 92759 0 -1 4194368 463879 0 0 0 48090 87 0 0 20 0 2 0 74952522 1137836032 272178 18446744073709551615 4198400 6788177 140736084186352 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15593472 140736084191578 140736084191704 140736084191704 140736084197306 0
Current children cumulated CPU time: 3600.73 s
Current children cumulated vsize: 1111168 KiB
Current children cumulated memory: 1088712 KiB

Child status: 0

Real time (s): 3135.97
CPU time (s): 3600.81
CPU user time (s): 3514.77
CPU system time (s): 86.0349
CPU usage (%): 114.823
Max. virtual memory (cumulated for all children) (KiB): 1258392
Max. memory (cumulated for all children) (KiB): 1234280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3514.77
system time used= 86.0349
maximum resident set size= 1235920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38330317
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= 39400
involuntary context switches= 32890


# summary of solver processes directly reported to runsolver:
#   pid: 93202
#   total CPU time (s): 3600.81
#   total CPU user time (s): 3514.77
#   total CPU system time (s): 86.0349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.10355 second user time and 15.741 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-04 03:32:27
IDJOB=4522824
IDBENCH=179343
IDSOLVER=3347
FILE ID=nodeC018/4522824-1751592746
RUNJOBID= nodeC018-1751589378-92769
SLURM_JOB_ID= 9598843
Free space on /tmp= 432464 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_25000_5_0.75_3.opb
COMMAND LINE= pb_competition_2025_solver -k -1 -t -1.0 -j NBCORE -r RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522824-1751592746/watcher-4522824-1751592746 -o /tmp/evaluation-result-4522824-1751592746/solver-4522824-1751592746 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751589378-92769 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 811675406 HOME/instance-4522824-1751592746.opb

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

MD5SUM BENCH= 5662c244c9130155c537b4eb4063501c
RANDOM SEED=811675406

nodeC018 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		: 3600.001
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.66
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.656
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.66
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.832
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.66
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		: 3599.709
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.66
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.887
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.66
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		: 3598.700
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.66
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.784
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.66
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		: 3600.234
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123960752 kB
MemAvailable:   124723612 kB
Buffers:            2128 kB
Cached:          1526632 kB
SwapCached:           32 kB
Active:          5511044 kB
Inactive:        1051672 kB
Active(anon):    5051712 kB
Inactive(anon):      288 kB
Active(file):     459332 kB
Inactive(file):  1051384 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20088 kB
Writeback:             0 kB
AnonPages:       5030004 kB
Mapped:           112424 kB
Shmem:             18044 kB
KReclaimable:     182368 kB
Slab:             272580 kB
SReclaimable:     182368 kB
SUnreclaim:        90212 kB
KernelStack:        4352 kB
PageTables:        12880 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5392628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    817152 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432536 MiB
End job on nodeC018 at 2025-07-04 04:24:43