Trace number 4521950

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.93 2567.14

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_33.opb
MD5SUMe5d29c038ae9b08512816a1a7bdfca9c
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 benchmark595
Best CPU time to get the best result obtained on this benchmark95.7268
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables668780
Total number of constraints43231
Number of constraints which are clauses21913
Number of constraints which are cardinality constraints (but not clauses)19040
Number of constraints which are nor clauses,nor cardinality constraints2278
Minimum length of a constraint33
Maximum length of a constraint38
Number of terms in the objective function 1190
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 1190
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1190
Number of bits of the biggest sum of numbers11
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.51/1.99	c #variable: 668780
2.51/1.99	c #constraint: 43231
2.51/1.99	c #equal: 0
2.51/1.99	c intsize: 11
2.51/1.99	c sizeproduct: 0
2.51/1.99	c #soft: 0
2.51/1.99	c mincost: 0
2.51/1.99	c maxcost: 0
2.51/1.99	c sumcost: 0
2.51/1.99	c iteration_max: -1
2.51/1.99	c time_max: -1
2.51/1.99	c number_of_threads(move update): 2
2.51/1.99	c number_of_threads(move evaluation): 2
2.51/1.99	c seed: 1885607630
3600.30/2566.59	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: 63708 MiB (42919 MiB free)
  memory of node 1: 64465 MiB (55517 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521950-1751583356/watcher-4521950-1751583356 -o /tmp/evaluation-result-4521950-1751583356/solver-4521950-1751583356 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751579596-81600 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1885607630 HOME/instance-4521950-1751583356.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=82134, runsolver pid=82131

[startup+0.100058 s]*
/proc/loadavg: 6.93 7.00 7.10 8/267 82136
/proc/meminfo: memFree=100740100/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=123124 memory=69020 CPUtime=0.18 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 16785 0 0 0 14 4 0 0 20 0 2 0 74014179 126078976 17255 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 30781 17255 576 633 0 19057 0
[pid=82134/tid=82136] ppid=82131 vsize=123124 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) R 82131 82134 81584 0 -1 4194368 5449 0 0 0 6 1 0 0 20 0 2 0 74014181 126078976 17255 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 0 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 123124 KiB
Current children cumulated memory: 69020 KiB

[startup+0.205406 s]*
/proc/loadavg: 6.93 7.00 7.10 8/267 82136
/proc/meminfo: memFree=100681636/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=152032 memory=124444 CPUtime=0.38 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 30628 0 0 0 31 7 0 0 20 0 2 0 74014179 155680768 31111 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 38008 31111 576 633 0 32892 0
[pid=82134/tid=82136] ppid=82131 vsize=152032 memory=664958721904869660 CPUtime=0.18 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) R 82131 82134 81584 0 -1 4194368 12056 0 0 0 15 3 0 0 20 0 2 0 74014181 155680768 31111 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 0 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 152032 KiB
Current children cumulated memory: 124444 KiB

[startup+0.305325 s]*
/proc/loadavg: 6.93 7.00 7.10 7/267 82136
/proc/meminfo: memFree=100631740/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=244100 memory=176796 CPUtime=0.57 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) S 82131 82134 81584 0 -1 4194304 43727 0 0 0 47 10 0 0 20 0 2 0 74014179 249958400 44199 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 61025 44199 576 633 0 45988 0
[pid=82134/tid=82136] ppid=82131 vsize=244100 memory=-7312859273405633642 CPUtime=0.28 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) R 82131 82134 81584 0 -1 4194368 18519 0 0 0 23 5 0 0 20 0 2 0 74014181 249958400 44199 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 0 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 244100 KiB
Current children cumulated memory: 176796 KiB

[startup+0.700191 s]
/proc/loadavg: 6.93 7.00 7.10 7/267 82136
/proc/meminfo: memFree=100594884/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=322860 memory=260664 CPUtime=0.95 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 58066 0 0 0 82 13 0 0 20 0 2 0 74014179 330608640 65166 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 80715 65166 576 633 0 66980 0
[pid=82134/tid=82136] ppid=82131 vsize=322860 memory=18432 CPUtime=0.3 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 19819 0 0 0 25 5 0 0 20 0 2 0 74014181 330608640 65166 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 0 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 322860 KiB
Current children cumulated memory: 260664 KiB

[startup+1.50018 s]
/proc/loadavg: 6.93 7.00 7.10 7/267 82136
/proc/meminfo: memFree=100510140/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=541484 memory=470200 CPUtime=1.75 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 145437 0 0 0 151 24 0 0 20 0 2 0 74014179 554479616 117518 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 135371 117518 608 633 0 121636 0
[pid=82134/tid=82136] ppid=82131 vsize=541484 memory=18432 CPUtime=0.3 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 19820 0 0 0 25 5 0 0 20 0 2 0 74014181 554479616 117550 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 0 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 541484 KiB
Current children cumulated memory: 470200 KiB

[startup+3.10538 s]
/proc/loadavg: 6.85 6.98 7.10 7/267 82136
/proc/meminfo: memFree=100039452/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=810716 memory=778264 CPUtime=3.71 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 291072 0 0 0 331 40 0 0 20 0 2 0 74014179 830173184 194566 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 202679 194566 640 633 0 197556 0
[pid=82134/tid=82136] ppid=82131 vsize=810716 memory=537284 CPUtime=0.66 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 41794 0 0 0 58 8 0 0 20 0 2 0 74014181 830173184 194566 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 3.71 s
Current children cumulated vsize: 810716 KiB
Current children cumulated memory: 778264 KiB

[startup+6.30012 s]
/proc/loadavg: 6.85 6.98 7.10 7/267 82136
/proc/meminfo: memFree=99577380/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1249604 memory=1222888 CPUtime=6.93 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 406726 0 0 0 636 57 0 0 20 0 2 0 74014179 1279594496 305722 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 312401 305722 640 633 0 307278 0
[pid=82134/tid=82136] ppid=82131 vsize=1249604 memory=18432 CPUtime=0.69 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 41794 0 0 0 61 8 0 0 20 0 2 0 74014181 1279594496 305722 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 6.93 s
Current children cumulated vsize: 1249604 KiB
Current children cumulated memory: 1222888 KiB

[startup+12.7001 s]
/proc/loadavg: 6.64 6.93 7.08 7/267 82136
/proc/meminfo: memFree=99578076/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1249604 memory=1222888 CPUtime=13.32 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 462217 0 0 0 1269 63 0 0 20 0 2 0 74014179 1279594496 305722 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 312401 305722 640 633 0 307278 0
[pid=82134/tid=82136] ppid=82131 vsize=1249604 memory=1222888 CPUtime=0.69 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 41794 0 0 0 61 8 0 0 20 0 2 0 74014181 1279594496 305722 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 13.32 s
Current children cumulated vsize: 1249604 KiB
Current children cumulated memory: 1222888 KiB

[startup+25.5002 s]
/proc/loadavg: 6.62 6.92 7.07 7/267 82136
/proc/meminfo: memFree=99568832/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1232388 memory=1205716 CPUtime=26.77 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 697233 0 0 0 2600 77 0 0 20 0 2 0 74014179 1261965312 301429 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 308097 301429 640 633 0 302974 0
[pid=82134/tid=82136] ppid=82131 vsize=1232388 memory=1203316 CPUtime=1.39 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 47706 0 0 0 130 9 0 0 20 0 2 0 74014181 1261965312 301429 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 26.77 s
Current children cumulated vsize: 1232388 KiB
Current children cumulated memory: 1205716 KiB

[startup+51.1055 s]
/proc/loadavg: 6.49 6.86 7.05 7/267 82137
/proc/meminfo: memFree=99569044/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1262872 memory=1236296 CPUtime=56.37 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 882534 0 0 0 5540 97 0 0 20 0 2 0 74014179 1293180928 309074 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 315718 309074 640 633 0 310595 0
[pid=82134/tid=82136] ppid=82131 vsize=1262872 memory=18432 CPUtime=5.52 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 57655 0 0 0 542 10 0 0 20 0 2 0 74014181 1293180928 309074 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 56.37 s
Current children cumulated vsize: 1262872 KiB
Current children cumulated memory: 1236296 KiB

[startup+102.3 s]
/proc/loadavg: 6.29 6.75 7.00 8/267 82138
/proc/meminfo: memFree=99557516/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1273192 memory=1246476 CPUtime=121.23 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 1079987 0 0 0 12012 111 0 0 20 0 2 0 74014179 1303748608 311619 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 318298 311619 640 633 0 313175 0
[pid=82134/tid=82136] ppid=82131 vsize=1273192 memory=18432 CPUtime=19.46 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 69004 0 0 0 1935 11 0 0 20 0 2 0 74014181 1303748608 311619 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 121.23 s
Current children cumulated vsize: 1273192 KiB
Current children cumulated memory: 1246476 KiB

[startup+162.3 s]
/proc/loadavg: 6.47 6.70 6.97 7/267 82144
/proc/meminfo: memFree=99643936/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1273904 memory=1246592 CPUtime=198.58 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 1243819 0 0 0 19735 123 0 0 20 0 2 0 74014179 1304477696 311648 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 318476 311648 640 633 0 313353 0
[pid=82134/tid=82136] ppid=82131 vsize=1273904 memory=5632 CPUtime=37.17 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 79787 0 0 0 3704 13 0 0 20 0 2 0 74014181 1304477696 311648 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 198.58 s
Current children cumulated vsize: 1273904 KiB
Current children cumulated memory: 1246592 KiB

[startup+222.3 s]
/proc/loadavg: 6.26 6.60 6.91 7/267 82146
/proc/meminfo: memFree=99681468/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1273904 memory=1246592 CPUtime=274.43 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 1333889 0 0 0 27311 132 0 0 20 0 2 0 74014179 1304477696 311648 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 318476 311648 640 633 0 313353 0
[pid=82134/tid=82136] ppid=82131 vsize=1273904 memory=1246592 CPUtime=53.32 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) R 82131 82134 81584 0 -1 4194368 80246 0 0 0 5318 14 0 0 20 0 2 0 74014181 1304477696 311648 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 274.43 s
Current children cumulated vsize: 1273904 KiB
Current children cumulated memory: 1246592 KiB

[startup+282.3 s]
/proc/loadavg: 6.18 6.52 6.87 8/266 82194
/proc/meminfo: memFree=99631380/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1279136 memory=1251788 CPUtime=353.23 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 1433469 0 0 0 35183 140 0 0 20 0 2 0 74014179 1309835264 312947 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 319784 312947 640 633 0 314661 0
[pid=82134/tid=82136] ppid=82131 vsize=1279136 memory=1251788 CPUtime=72.46 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 86004 0 0 0 7230 16 0 0 20 0 2 0 74014181 1309835264 312947 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 353.23 s
Current children cumulated vsize: 1279136 KiB
Current children cumulated memory: 1251788 KiB

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

/proc/meminfo: memFree=99482644/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1321852 memory=1280832 CPUtime=3005.28 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 1995119 0 0 0 300261 267 0 0 20 0 2 0 74014179 1353576448 320208 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 330463 320208 640 633 0 325340 0
[pid=82134/tid=82136] ppid=82131 vsize=1321852 memory=1280832 CPUtime=878.25 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) R 82131 82134 81584 0 -1 4194368 130588 0 0 0 87771 54 0 0 20 0 2 0 74014181 1353576448 320208 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 3005.28 s
Current children cumulated vsize: 1321852 KiB
Current children cumulated memory: 1280832 KiB

[startup+2202.3 s]
/proc/loadavg: 5.94 6.44 6.63 7/266 82386
/proc/meminfo: memFree=99505156/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1321852 memory=1280832 CPUtime=3089.51 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 1996029 0 0 0 308681 270 0 0 20 0 2 0 74014179 1353576448 320208 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 330463 320208 640 633 0 325340 0
[pid=82134/tid=82136] ppid=82131 vsize=1321852 memory=1280832 CPUtime=902.87 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 130592 0 0 0 90233 54 0 0 20 0 2 0 74014181 1353576448 320208 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 3089.51 s
Current children cumulated vsize: 1321852 KiB
Current children cumulated memory: 1280832 KiB

[startup+2262.3 s]
/proc/loadavg: 5.87 6.33 6.58 7/266 82388
/proc/meminfo: memFree=99581776/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1321852 memory=1280832 CPUtime=3173.67 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 1998215 0 0 0 317094 273 0 0 20 0 2 0 74014179 1353576448 320208 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 330463 320208 640 633 0 325340 0
[pid=82134/tid=82136] ppid=82131 vsize=1321852 memory=10752 CPUtime=927.47 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) R 82131 82134 81584 0 -1 4194368 130653 0 0 0 92692 55 0 0 20 0 2 0 74014181 1353576448 320208 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 3173.67 s
Current children cumulated vsize: 1321852 KiB
Current children cumulated memory: 1280832 KiB

[startup+2322.3 s]
/proc/loadavg: 6.09 6.31 6.56 6/266 82390
/proc/meminfo: memFree=99312668/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1321852 memory=1280836 CPUtime=3257.87 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 2000259 0 0 0 325510 277 0 0 20 0 2 0 74014179 1353576448 320209 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 330463 320209 640 633 0 325340 0
[pid=82134/tid=82136] ppid=82131 vsize=1321852 memory=1280836 CPUtime=952.07 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) R 82131 82134 81584 0 -1 4194368 130675 0 0 0 95151 56 0 0 20 0 2 0 74014181 1353576448 320209 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 3257.87 s
Current children cumulated vsize: 1321852 KiB
Current children cumulated memory: 1280836 KiB

[startup+2382.3 s]
/proc/loadavg: 6.02 6.24 6.52 7/266 82391
/proc/meminfo: memFree=99418972/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1321852 memory=1280836 CPUtime=3342.3 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 2000721 0 0 0 333950 280 0 0 20 0 2 0 74014179 1353576448 320209 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 330463 320209 640 633 0 325340 0
[pid=82134/tid=82136] ppid=82131 vsize=1321852 memory=1280836 CPUtime=976.89 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 130702 0 0 0 97632 57 0 0 20 0 2 0 74014181 1353576448 320209 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 3342.3 s
Current children cumulated vsize: 1321852 KiB
Current children cumulated memory: 1280836 KiB

[startup+2442.3 s]
/proc/loadavg: 6.12 6.22 6.49 6/267 82396
/proc/meminfo: memFree=99501288/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1321852 memory=1280836 CPUtime=3426.13 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 2002832 0 0 0 342331 282 0 0 20 0 2 0 74014179 1353576448 320209 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 330463 320209 640 633 0 325340 0
[pid=82134/tid=82136] ppid=82131 vsize=1321852 memory=1280836 CPUtime=1001.15 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) R 82131 82134 81584 0 -1 4194368 130772 0 0 0 100057 58 0 0 20 0 2 0 74014181 1353576448 320209 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 3426.13 s
Current children cumulated vsize: 1321852 KiB
Current children cumulated memory: 1280836 KiB

[startup+2502.3 s]
/proc/loadavg: 6.05 6.19 6.47 6/267 82398
/proc/meminfo: memFree=99413168/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1321852 memory=1280836 CPUtime=3510.14 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 2005497 0 0 0 350729 285 0 0 20 0 2 0 74014179 1353576448 320209 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 330463 320209 640 633 0 325340 0
[pid=82134/tid=82136] ppid=82131 vsize=1321852 memory=1280836 CPUtime=1025.55 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) R 82131 82134 81584 0 -1 4194368 130831 0 0 0 102496 59 0 0 20 0 2 0 74014181 1353576448 320209 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 3510.14 s
Current children cumulated vsize: 1321852 KiB
Current children cumulated memory: 1280836 KiB

[startup+2562.3 s]
/proc/loadavg: 5.90 6.15 6.43 7/267 82400
/proc/meminfo: memFree=99396268/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1321852 memory=1280836 CPUtime=3594.05 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 2005899 0 0 0 359116 289 0 0 20 0 2 0 74014179 1353576448 320209 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 330463 320209 640 633 0 325340 0
[pid=82134/tid=82136] ppid=82131 vsize=1321852 memory=1280836 CPUtime=1049.87 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) R 82131 82134 81584 0 -1 4194368 130858 0 0 0 104926 61 0 0 20 0 2 0 74014181 1353576448 320209 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 3594.05 s
Current children cumulated vsize: 1321852 KiB
Current children cumulated memory: 1280836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2566.4 s]
/proc/loadavg: 5.90 6.15 6.43 6/267 82400
/proc/meminfo: memFree=99398836/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1321852 memory=1280836 CPUtime=3600.18 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 2005908 0 0 0 359728 290 0 0 20 0 2 0 74014179 1353576448 320209 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 330463 320209 640 633 0 325340 0
[pid=82134/tid=82136] ppid=82131 vsize=1321852 memory=1280836 CPUtime=1051.93 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) R 82131 82134 81584 0 -1 4194368 130858 0 0 0 105132 61 0 0 20 0 2 0 74014181 1353576448 320209 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 1321852 KiB
Current children cumulated memory: 1280836 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.99 s, system=2.94518 s

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

[startup+2566.8 s]
/proc/loadavg: 5.90 6.15 6.43 6/267 82400
/proc/meminfo: memFree=99398836/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1186564 memory=1162020 CPUtime=3600.59 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 2028210 0 0 0 359768 291 0 0 20 0 2 0 74014179 1215041536 290505 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 296641 290505 640 633 0 291518 0
[pid=82134/tid=82136] ppid=82131 vsize=1186564 memory=18432 CPUtime=1051.94 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 130858 0 0 0 105133 61 0 0 20 0 2 0 74014181 1215041536 290505 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 3600.59 s
Current children cumulated vsize: 1186564 KiB
Current children cumulated memory: 1162020 KiB

[startup+2567 s]*
/proc/loadavg: 5.74 6.11 6.42 6/267 82401
/proc/meminfo: memFree=99585968/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1100896 memory=1076352 CPUtime=3600.79 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 2063440 0 0 0 359787 292 0 0 20 0 2 0 74014179 1127317504 269088 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 275224 269088 640 633 0 270101 0
[pid=82134/tid=82136] ppid=82131 vsize=1100896 memory=5044 CPUtime=1051.94 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 130858 0 0 0 105133 61 0 0 20 0 2 0 74014181 1127317504 269088 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 3600.79 s
Current children cumulated vsize: 1100896 KiB
Current children cumulated memory: 1076352 KiB

[startup+2567.11 s]
/proc/loadavg: 5.74 6.11 6.42 6/267 82401
/proc/meminfo: memFree=99585968/131249988 swapFree=33010416/33010684
[pid=82134] ppid=82131 vsize=1097856 memory=1073312 CPUtime=3600.9 cores=5,7
/proc/82134/stat : 82134 (pb_competition_) R 82131 82134 81584 0 -1 4194304 2063694 0 0 0 359797 293 0 0 20 0 2 0 74014179 1124204544 268328 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
/proc/82134/statm: 274464 268328 640 633 0 269341 0
[pid=82134/tid=82136] ppid=82131 vsize=1097856 memory=1280836 CPUtime=1051.94 cores=5,7
/proc/82134/task/82136/stat : 82136 (pb_competition_) S 82131 82134 81584 0 -1 4194368 130858 0 0 0 105133 61 0 0 20 0 2 0 74014181 1124204544 268328 18446744073709551615 4198400 6788177 140734668748496 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 32673792 140734668753241 140734668753368 140734668753368 140734668758970 0
Current children cumulated CPU time: 3600.9 s
Current children cumulated vsize: 1097856 KiB
Current children cumulated memory: 1073312 KiB

Child status: 0

Real time (s): 2567.14
CPU time (s): 3600.93
CPU user time (s): 3597.99
CPU system time (s): 2.94518
CPU usage (%): 140.27
Max. virtual memory (cumulated for all children) (KiB): 1353440
Max. memory (cumulated for all children) (KiB): 1297092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.99
system time used= 2.94518
maximum resident set size= 1297092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2063695
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= 38364
involuntary context switches= 79211


# summary of solver processes directly reported to runsolver:
#   pid: 82134
#   total CPU time (s): 3600.93
#   total CPU user time (s): 3597.99
#   total CPU system time (s): 2.94518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.81509 second user time and 11.7409 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-04 00:55:56
IDJOB=4521950
IDBENCH=178523
IDSOLVER=3347
FILE ID=nodeC031/4521950-1751583356
RUNJOBID= nodeC031-1751579596-81600
SLURM_JOB_ID= 9598816
Free space on /tmp= 431956 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_33.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-4521950-1751583356/watcher-4521950-1751583356 -o /tmp/evaluation-result-4521950-1751583356/solver-4521950-1751583356 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751579596-81600 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1885607630 HOME/instance-4521950-1751583356.opb

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

MD5SUM BENCH= e5d29c038ae9b08512816a1a7bdfca9c
RANDOM SEED=1885607630

nodeC031 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.884
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.78
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.897
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.78
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		: 3607.026
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.78
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.867
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.78
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.901
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.78
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.890
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.78
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.665
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.78
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		: 3528.629
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        100799680 kB
MemAvailable:   121792532 kB
Buffers:            2128 kB
Cached:         21676616 kB
SwapCached:           12 kB
Active:          8268288 kB
Inactive:       21269892 kB
Active(anon):    7867024 kB
Inactive(anon):    10468 kB
Active(file):     401264 kB
Inactive(file): 21259424 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20732 kB
Writeback:            24 kB
AnonPages:       7862516 kB
Mapped:           112544 kB
Shmem:             18052 kB
KReclaimable:     342808 kB
Slab:             435840 kB
SReclaimable:     342808 kB
SUnreclaim:        93032 kB
KernelStack:        4352 kB
PageTables:        18432 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    8292668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2050048 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431952 MiB
End job on nodeC031 at 2025-07-04 01:38:44