Trace number 4522640

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) 3602.07 3105.59

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
SMTI/SMTI_PBO/SMTI_25000_10_0.75_2.opb
MD5SUMb2d4db31ca5f6e24f807927234179026
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 benchmark4
Best CPU time to get the best result obtained on this benchmark699.886
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables300000
Total number of constraints300001
Number of constraints which are clauses250000
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/)
5.42/3.50	c #variable: 300000
5.42/3.50	c #constraint: 300001
5.42/3.50	c #equal: 50001
5.42/3.50	c intsize: 16
5.42/3.50	c sizeproduct: 0
5.42/3.50	c #soft: 0
5.42/3.50	c mincost: 0
5.42/3.50	c maxcost: 0
5.42/3.50	c sumcost: 0
5.42/3.50	c iteration_max: -1
5.42/3.50	c time_max: -1
5.42/3.50	c number_of_threads(move update): 2
5.42/3.50	c number_of_threads(move evaluation): 2
5.42/3.50	c seed: 1171261500
3600.28/3103.83	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 (62062 MiB free)
  memory of node 1: 64507 MiB (63654 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522640-1751589378/watcher-4522640-1751589378 -o /tmp/evaluation-result-4522640-1751589378/solver-4522640-1751589378 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751589378-92771 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1171261500 HOME/instance-4522640-1751589378.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=92830, runsolver pid=92827

[startup+0.100059 s]*
/proc/loadavg: 0.79 1.87 2.78 8/267 92832
/proc/meminfo: memFree=128570796/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=178216 memory=97488 CPUtime=0.1 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 18534 0 0 0 7 3 0 0 20 0 2 0 74615683 182493184 24372 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 44554 24372 576 633 0 28040 0
[pid=92830/tid=92832] ppid=92827 vsize=178216 memory=4026531960 CPUtime=0.01 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) R 92827 92830 92759 0 -1 4194368 658 0 0 0 1 0 0 0 20 0 2 0 74615693 182493184 24372 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 0 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 178216 KiB
Current children cumulated memory: 97488 KiB

[startup+0.205212 s]*
/proc/loadavg: 0.79 1.87 2.78 7/267 92832
/proc/meminfo: memFree=128498724/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=197620 memory=141264 CPUtime=0.3 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 29481 0 0 0 26 4 0 0 20 0 2 0 74615683 202362880 35316 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 49405 35316 576 633 0 38744 0
[pid=92830/tid=92832] ppid=92827 vsize=197620 memory=664958721904869660 CPUtime=0.1 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) R 92827 92830 92759 0 -1 4194368 6511 0 0 0 10 0 0 0 20 0 2 0 74615693 202362880 35316 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 0 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 197620 KiB
Current children cumulated memory: 141264 KiB

[startup+0.305444 s]*
/proc/loadavg: 0.79 1.87 2.78 7/267 92832
/proc/meminfo: memFree=128430372/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=219268 memory=185040 CPUtime=0.49 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 40446 0 0 0 43 6 0 0 20 0 2 0 74615683 224530432 46260 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 54817 46260 576 633 0 49700 0
[pid=92830/tid=92832] ppid=92827 vsize=219268 memory=7971514862086470770 CPUtime=0.2 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) R 92827 92830 92759 0 -1 4194368 12055 0 0 0 19 1 0 0 20 0 2 0 74615693 224530432 46260 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 0 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 219268 KiB
Current children cumulated memory: 185040 KiB

[startup+0.700174 s]
/proc/loadavg: 0.79 1.87 2.78 7/267 92832
/proc/meminfo: memFree=128282384/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=439440 memory=360656 CPUtime=1.26 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 84330 0 0 0 112 14 0 0 20 0 2 0 74615683 449986560 90164 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 109860 90164 576 633 0 93586 0
[pid=92830/tid=92832] ppid=92827 vsize=439440 memory=18560 CPUtime=0.6 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) R 92827 92830 92759 0 -1 4194368 33666 0 0 0 53 7 0 0 20 0 2 0 74615693 449986560 90164 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 0 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 439440 KiB
Current children cumulated memory: 360656 KiB

[startup+1.50019 s]
/proc/loadavg: 0.79 1.87 2.78 6/267 92832
/proc/meminfo: memFree=127803876/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=578784 memory=514680 CPUtime=2.28 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 162429 0 0 0 204 24 0 0 20 0 2 0 74615683 592674816 128670 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 144696 128670 576 633 0 132451 0
[pid=92830/tid=92832] ppid=92827 vsize=578784 memory=18560 CPUtime=0.93 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 53203 0 0 0 82 11 0 0 20 0 2 0 74615693 592674816 128670 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 0 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 578784 KiB
Current children cumulated memory: 514680 KiB

[startup+3.10532 s]
/proc/loadavg: 1.21 1.94 2.80 6/267 92832
/proc/meminfo: memFree=127141372/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=990284 memory=941548 CPUtime=4.82 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 316101 0 0 0 438 44 0 0 20 0 2 0 74615683 1014050816 235387 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 247571 235387 608 633 0 237168 0
[pid=92830/tid=92832] ppid=92827 vsize=990284 memory=528832 CPUtime=1.88 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) R 92827 92830 92759 0 -1 4194368 119774 0 0 0 170 18 0 0 20 0 2 0 74615693 1014050816 235387 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 0 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 990284 KiB
Current children cumulated memory: 941548 KiB

[startup+6.3002 s]
/proc/loadavg: 1.21 1.94 2.80 6/267 92832
/proc/meminfo: memFree=126710888/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=1217400 memory=1203868 CPUtime=8.21 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 489195 0 0 0 759 62 0 0 20 0 2 0 74615683 1246617600 300967 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 304350 300967 640 633 0 302751 0
[pid=92830/tid=92832] ppid=92827 vsize=1217400 memory=18560 CPUtime=2.21 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 142620 0 0 0 201 20 0 0 20 0 2 0 74615693 1246617600 300967 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 8.21 s
Current children cumulated vsize: 1217400 KiB
Current children cumulated memory: 1203868 KiB

[startup+12.7002 s]
/proc/loadavg: 1.43 1.97 2.81 6/267 92832
/proc/meminfo: memFree=126343896/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=1246352 memory=1232924 CPUtime=14.59 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 522523 0 0 0 1394 65 0 0 20 0 2 0 74615683 1276264448 308231 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 311588 308231 640 633 0 309989 0
[pid=92830/tid=92832] ppid=92827 vsize=1246352 memory=1232924 CPUtime=2.21 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 142620 0 0 0 201 20 0 0 20 0 2 0 74615693 1276264448 308231 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 14.59 s
Current children cumulated vsize: 1246352 KiB
Current children cumulated memory: 1232924 KiB

[startup+25.5002 s]
/proc/loadavg: 2.30 2.14 2.85 6/267 92832
/proc/meminfo: memFree=126312780/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=1246352 memory=1232924 CPUtime=27.34 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 557062 0 0 0 2666 68 0 0 20 0 2 0 74615683 1276264448 308231 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 311588 308231 640 633 0 309989 0
[pid=92830/tid=92832] ppid=92827 vsize=1246352 memory=1232924 CPUtime=2.21 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 142620 0 0 0 201 20 0 0 20 0 2 0 74615693 1276264448 308231 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 27.34 s
Current children cumulated vsize: 1246352 KiB
Current children cumulated memory: 1232924 KiB

[startup+51.1055 s]
/proc/loadavg: 3.30 2.38 2.91 7/267 92833
/proc/meminfo: memFree=125949472/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=1606616 memory=1589880 CPUtime=52.84 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 900202 0 0 0 5188 96 0 0 20 0 2 0 74615683 1645174784 397470 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 401654 397470 640 633 0 400055 0
[pid=92830/tid=92832] ppid=92827 vsize=1606616 memory=18560 CPUtime=2.21 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 142620 0 0 0 201 20 0 0 20 0 2 0 74615693 1645174784 397470 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 52.84 s
Current children cumulated vsize: 1606616 KiB
Current children cumulated memory: 1589880 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 2.79 3.02 5/268 92839
/proc/meminfo: memFree=125044068/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2488328 memory=2473040 CPUtime=104.28 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 1523206 0 0 0 10259 169 0 0 20 0 2 0 74615683 2548047872 618260 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 622082 618260 640 633 0 620483 0
[pid=92830/tid=92832] ppid=92827 vsize=2488328 memory=18560 CPUtime=2.67 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 173105 0 0 0 244 23 0 0 20 0 2 0 74615693 2548047872 618260 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 104.28 s
Current children cumulated vsize: 2488328 KiB
Current children cumulated memory: 2473040 KiB

[startup+162.3 s]
/proc/loadavg: 4.90 3.24 3.17 5/268 92841
/proc/meminfo: memFree=125022340/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2488328 memory=2473040 CPUtime=171.73 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 1715840 0 0 0 16992 181 0 0 20 0 2 0 74615683 2548047872 618260 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 622082 618260 640 633 0 620483 0
[pid=92830/tid=92832] ppid=92827 vsize=2488328 memory=5760 CPUtime=10.44 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 196972 0 0 0 1019 25 0 0 20 0 2 0 74615693 2548047872 618260 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 171.73 s
Current children cumulated vsize: 2488328 KiB
Current children cumulated memory: 2473040 KiB

[startup+222.3 s]
/proc/loadavg: 5.41 3.69 3.33 5/269 92844
/proc/meminfo: memFree=125015760/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2491892 memory=2476624 CPUtime=242.8 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 1896671 0 0 0 24089 191 0 0 20 0 2 0 74615683 2551697408 619156 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 622973 619156 640 633 0 621374 0
[pid=92830/tid=92832] ppid=92827 vsize=2491892 memory=18560 CPUtime=21.85 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 218277 0 0 0 2159 26 0 0 20 0 2 0 74615693 2551697408 619156 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 242.8 s
Current children cumulated vsize: 2491892 KiB
Current children cumulated memory: 2476624 KiB

[startup+282.3 s]
/proc/loadavg: 5.46 4.01 3.46 6/269 92846
/proc/meminfo: memFree=125020152/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2491892 memory=2476624 CPUtime=306.37 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 2067789 0 0 0 30434 203 0 0 20 0 2 0 74615683 2551697408 619156 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 622973 619156 640 633 0 621374 0
[pid=92830/tid=92832] ppid=92827 vsize=2491892 memory=2476624 CPUtime=25.74 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 218692 0 0 0 2547 27 0 0 20 0 2 0 74615693 2551697408 619156 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 306.37 s
Current children cumulated vsize: 2491892 KiB

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

/proc/meminfo: memFree=123789424/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2559308 memory=2543240 CPUtime=3247.53 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 41300197 0 0 0 314797 9956 0 0 20 0 2 0 74615683 2620731392 635810 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 639827 635810 640 633 0 638228 0
[pid=92830/tid=92832] ppid=92827 vsize=2559308 memory=2524500 CPUtime=460.35 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 861935 0 0 0 45941 94 0 0 20 0 2 0 74615693 2620731392 635810 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 3247.53 s
Current children cumulated vsize: 2559308 KiB
Current children cumulated memory: 2543240 KiB

[startup+2862.3 s]
/proc/loadavg: 5.26 4.88 4.88 7/269 93039
/proc/meminfo: memFree=123790056/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2553980 memory=2538832 CPUtime=3318.06 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 42724871 0 0 0 321427 10379 0 0 20 0 2 0 74615683 2615275520 634708 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 638495 634708 640 633 0 636896 0
[pid=92830/tid=92832] ppid=92827 vsize=2553980 memory=2543240 CPUtime=471.15 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 878343 0 0 0 47020 95 0 0 20 0 2 0 74615693 2615275520 634708 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 3318.06 s
Current children cumulated vsize: 2553980 KiB
Current children cumulated memory: 2538832 KiB

[startup+2922.3 s]
/proc/loadavg: 4.81 4.82 4.86 5/269 93041
/proc/meminfo: memFree=123775124/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2535228 memory=2520140 CPUtime=3388.53 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 44318584 0 0 0 328033 10820 0 0 20 0 2 0 74615683 2596073472 630035 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 633807 630035 640 633 0 632208 0
[pid=92830/tid=92832] ppid=92827 vsize=2535228 memory=2543240 CPUtime=481.92 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 894446 0 0 0 48094 98 0 0 20 0 2 0 74615693 2596073472 630035 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 3388.53 s
Current children cumulated vsize: 2535228 KiB
Current children cumulated memory: 2520140 KiB

[startup+2982.3 s]
/proc/loadavg: 4.89 4.84 4.86 5/269 93044
/proc/meminfo: memFree=123779212/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2575468 memory=2560212 CPUtime=3459.02 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 45884572 0 0 0 334651 11251 0 0 20 0 2 0 74615683 2637279232 640053 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 643867 640053 640 633 0 642268 0
[pid=92830/tid=92832] ppid=92827 vsize=2575468 memory=16360 CPUtime=492.69 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 910858 0 0 0 49170 99 0 0 20 0 2 0 74615693 2637279232 640053 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 3459.02 s
Current children cumulated vsize: 2575468 KiB
Current children cumulated memory: 2560212 KiB

[startup+3042.3 s]
/proc/loadavg: 4.79 4.81 4.85 5/269 93046
/proc/meminfo: memFree=123768360/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2553980 memory=2538832 CPUtime=3528.44 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 47591781 0 0 0 341121 11723 0 0 20 0 2 0 74615683 2615275520 634708 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 638495 634708 640 633 0 636896 0
[pid=92830/tid=92832] ppid=92827 vsize=2553980 memory=18560 CPUtime=502.37 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 926501 0 0 0 50136 101 0 0 20 0 2 0 74615693 2615275520 634708 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 3528.44 s
Current children cumulated vsize: 2553980 KiB
Current children cumulated memory: 2538832 KiB

[startup+3102.3 s]
/proc/loadavg: 4.97 4.84 4.86 5/269 93052
/proc/meminfo: memFree=123768156/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2562308 memory=2543188 CPUtime=3598.53 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 49215807 0 0 0 347683 12170 0 0 20 0 2 0 74615683 2623803392 635797 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 640577 635797 640 633 0 638978 0
[pid=92830/tid=92832] ppid=92827 vsize=2562308 memory=2557908 CPUtime=512.74 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 942220 0 0 0 51171 103 0 0 20 0 2 0 74615693 2623803392 635797 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 3598.53 s
Current children cumulated vsize: 2562308 KiB
Current children cumulated memory: 2543188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3103.6 s]
/proc/loadavg: 4.97 4.84 4.86 6/269 93052
/proc/meminfo: memFree=123768812/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2562308 memory=2543188 CPUtime=3600.08 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 49246390 0 0 0 347830 12178 0 0 20 0 2 0 74615683 2623803392 635797 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 640577 635797 640 633 0 638978 0
[pid=92830/tid=92832] ppid=92827 vsize=2562308 memory=7971514862086470770 CPUtime=512.99 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 942232 0 0 0 51196 103 0 0 20 0 2 0 74615693 2623803392 635797 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2562308 KiB
Current children cumulated memory: 2543188 KiB

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

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

# cumulated CPU time of all completed processes:  user=3480.03 s, system=122.038 s

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

[startup+3104 s]*
/proc/loadavg: 5.05 4.86 4.86 6/269 93052
/proc/meminfo: memFree=123797592/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2520368 memory=2501444 CPUtime=3600.48 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 49286886 0 0 0 347867 12181 0 0 20 0 2 0 74615683 2580856832 625361 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 630092 625361 640 633 0 628493 0
[pid=92830/tid=92832] ppid=92827 vsize=2520368 memory=6900 CPUtime=512.99 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 942232 0 0 0 51196 103 0 0 20 0 2 0 74615693 2580856832 625361 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 3600.48 s
Current children cumulated vsize: 2520368 KiB
Current children cumulated memory: 2501444 KiB

[startup+3104.8 s]
/proc/loadavg: 5.05 4.86 4.86 6/269 93052
/proc/meminfo: memFree=123797592/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2520368 memory=2501444 CPUtime=3601.27 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 49490106 0 0 0 347937 12190 0 0 20 0 2 0 74615683 2580856832 625361 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 630092 625361 640 633 0 628493 0
[pid=92830/tid=92832] ppid=92827 vsize=2520368 memory=2543188 CPUtime=512.99 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 942232 0 0 0 51196 103 0 0 20 0 2 0 74615693 2580856832 625361 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 3601.27 s
Current children cumulated vsize: 2520368 KiB
Current children cumulated memory: 2501444 KiB

[startup+3105.2 s]
/proc/loadavg: 5.05 4.86 4.86 5/269 93052
/proc/meminfo: memFree=123969160/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2360992 memory=2342068 CPUtime=3601.67 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 49514645 0 0 0 347976 12191 0 0 20 0 2 0 74615683 2417655808 585517 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 590248 585517 640 633 0 588649 0
[pid=92830/tid=92832] ppid=92827 vsize=2360992 memory=10496 CPUtime=512.99 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 942232 0 0 0 51196 103 0 0 20 0 2 0 74615693 2417655808 585517 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 3601.67 s
Current children cumulated vsize: 2360992 KiB
Current children cumulated memory: 2342068 KiB

[startup+3105.4 s]
/proc/loadavg: 5.05 4.86 4.86 5/269 93052
/proc/meminfo: memFree=123969160/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2351616 memory=2332692 CPUtime=3601.87 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 49602461 0 0 0 347991 12196 0 0 20 0 2 0 74615683 2408054784 583173 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 587904 583173 640 633 0 586305 0
[pid=92830/tid=92832] ppid=92827 vsize=2351616 memory=26268 CPUtime=512.99 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 942232 0 0 0 51196 103 0 0 20 0 2 0 74615693 2408054784 583173 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 3601.87 s
Current children cumulated vsize: 2351616 KiB
Current children cumulated memory: 2332692 KiB

[startup+3105.5 s]
/proc/loadavg: 5.05 4.86 4.86 5/269 93052
/proc/meminfo: memFree=123969160/131250000 swapFree=33010416/33010684
[pid=92830] ppid=92827 vsize=2330520 memory=2311596 CPUtime=3601.97 cores=1,3
/proc/92830/stat : 92830 (pb_competition_) R 92827 92830 92759 0 -1 4194304 49611816 0 0 0 348001 12196 0 0 20 0 2 0 74615683 2386452480 577899 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
/proc/92830/statm: 582630 577899 640 633 0 581031 0
[pid=92830/tid=92832] ppid=92827 vsize=2330520 memory=2557908 CPUtime=512.99 cores=1,3
/proc/92830/task/92832/stat : 92832 (pb_competition_) S 92827 92830 92759 0 -1 4194368 942232 0 0 0 51196 103 0 0 20 0 2 0 74615693 2386452480 577899 18446744073709551615 4198400 6788177 140728319057312 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 22257664 140728319064409 140728319064536 140728319064536 140728319070138 0
Current children cumulated CPU time: 3601.97 s
Current children cumulated vsize: 2330520 KiB
Current children cumulated memory: 2311596 KiB

Child status: 0

Real time (s): 3105.59
CPU time (s): 3602.07
CPU user time (s): 3480.03
CPU system time (s): 122.038
CPU usage (%): 115.987
Max. virtual memory (cumulated for all children) (KiB): 2588652
Max. memory (cumulated for all children) (KiB): 2570080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3480.03
system time used= 122.038
maximum resident set size= 2570080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49611817
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= 22208
involuntary context switches= 20028


# summary of solver processes directly reported to runsolver:
#   pid: 92830
#   total CPU time (s): 3602.07
#   total CPU user time (s): 3480.03
#   total CPU system time (s): 122.038

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.45972 second user time and 15.5882 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-04 02:36:18
IDJOB=4522640
IDBENCH=179219
IDSOLVER=3347
FILE ID=nodeC018/4522640-1751589378
RUNJOBID= nodeC018-1751589378-92771
SLURM_JOB_ID= 9598843
Free space on /tmp= 432500 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_25000_10_0.75_2.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-4522640-1751589378/watcher-4522640-1751589378 -o /tmp/evaluation-result-4522640-1751589378/solver-4522640-1751589378 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751589378-92771 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1171261500 HOME/instance-4522640-1751589378.opb

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

MD5SUM BENCH= b2d4db31ca5f6e24f807927234179026
RANDOM SEED=1171261500

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		: 3599.825
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		: 3598.877
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		: 3583.040
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.816
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.834
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		: 3599.830
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		: 3600.344
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		: 3599.846
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:        128800156 kB
MemAvailable:   129519412 kB
Buffers:            2128 kB
Cached:          1483128 kB
SwapCached:           32 kB
Active:           754952 kB
Inactive:        1008188 kB
Active(anon):     295640 kB
Inactive(anon):      288 kB
Active(file):     459312 kB
Inactive(file):  1007900 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             84240 kB
Writeback:             0 kB
AnonPages:        281060 kB
Mapped:           111048 kB
Shmem:             18044 kB
KReclaimable:     182164 kB
Slab:             272960 kB
SReclaimable:     182164 kB
SUnreclaim:        90796 kB
KernelStack:        4008 kB
PageTables:         3024 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     641340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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= 432476 MiB
End job on nodeC018 at 2025-07-04 03:28:04