Trace number 4524020

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.12 2969.81

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-WordGolf-4-ogd2008-50-0_c24.opb
MD5SUM7b85ce4cd64937c81c9b69135828a61d
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 benchmark6
Best CPU time to get the best result obtained on this benchmark329.026
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333830
Total number of constraints1254811
Number of constraints which are clauses1252194
Number of constraints which are cardinality constraints (but not clauses)243
Number of constraints which are nor clauses,nor cardinality constraints2374
Minimum length of a constraint1
Maximum length of a constraint6530
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 21247094
Number of bits of the biggest sum of numbers25
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/)
8.03/5.01	c #variable: 333830
8.03/5.01	c #constraint: 1254811
8.03/5.01	c #equal: 543
8.03/5.01	c intsize: 25
8.03/5.01	c sizeproduct: 0
8.03/5.01	c #soft: 0
8.03/5.01	c mincost: 0
8.03/5.01	c maxcost: 0
8.03/5.01	c sumcost: 0
8.03/5.01	c iteration_max: -1
8.03/5.01	c time_max: -1
8.03/5.01	c number_of_threads(move update): 2
8.03/5.01	c number_of_threads(move evaluation): 2
8.03/5.01	c seed: 1890930592
3600.71/2968.44	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 (60730 MiB free)
  memory of node 1: 64507 MiB (59647 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524020-1751607435/watcher-4524020-1751607435 -o /tmp/evaluation-result-4524020-1751607435/solver-4524020-1751607435 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751603728-92363 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1890930592 HOME/instance-4524020-1751607435.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=92828, runsolver pid=92825

[startup+0.100045 s]*
/proc/loadavg: 5.41 5.51 5.70 5/265 92829
/proc/meminfo: memFree=123187200/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=83740 memory=73572 CPUtime=0.09 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 14859 0 0 0 6 3 0 0 20 0 1 0 76423753 85749760 18393 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 20935 18393 576 633 0 20151 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 83740 KiB
Current children cumulated memory: 73572 KiB

[startup+0.205762 s]*
/proc/loadavg: 5.41 5.51 5.70 5/265 92829
/proc/meminfo: memFree=123108344/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=246612 memory=204404 CPUtime=0.2 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 24566 0 0 0 13 7 0 0 20 0 1 0 76423753 252530688 51101 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 61653 51101 576 633 0 60869 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 246612 KiB
Current children cumulated memory: 204404 KiB

[startup+0.305739 s]*
/proc/loadavg: 5.41 5.51 5.70 6/266 92830
/proc/meminfo: memFree=123047416/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=339476 memory=250356 CPUtime=0.38 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 33488 0 0 0 30 8 0 0 20 0 2 0 76423753 347623424 62589 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 84869 62589 576 633 0 71933 0
[pid=92828/tid=92830] ppid=92825 vsize=339476 memory=7970951912133573490 CPUtime=0.08 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) R 92825 92828 92287 0 -1 4194368 4111 0 0 0 8 0 0 0 20 0 2 0 76423775 347623424 62589 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 0 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 339476 KiB
Current children cumulated memory: 250356 KiB

[startup+0.700222 s]
/proc/loadavg: 5.46 5.52 5.71 6/266 92830
/proc/meminfo: memFree=122939120/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=478976 memory=390260 CPUtime=1.15 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 68490 0 0 0 102 13 0 0 20 0 2 0 76423753 490471424 97565 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 119744 97565 576 633 0 107843 0
[pid=92828/tid=92830] ppid=92825 vsize=478976 memory=15104 CPUtime=0.46 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) R 92825 92828 92287 0 -1 4194368 21085 0 0 0 43 3 0 0 20 0 2 0 76423775 490471424 97565 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 0 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 478976 KiB
Current children cumulated memory: 390260 KiB

[startup+1.50023 s]
/proc/loadavg: 5.46 5.52 5.71 6/266 92830
/proc/meminfo: memFree=122782320/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=741324 memory=649204 CPUtime=2.59 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 155802 0 0 0 234 25 0 0 20 0 2 0 76423753 759115776 162301 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 185331 162301 576 633 0 174254 0
[pid=92828/tid=92830] ppid=92825 vsize=741324 memory=15104 CPUtime=1.18 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 55396 0 0 0 109 9 0 0 20 0 2 0 76423775 759115776 162301 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 0 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 741324 KiB
Current children cumulated memory: 649204 KiB

[startup+3.10578 s]
/proc/loadavg: 5.46 5.52 5.71 6/266 92830
/proc/meminfo: memFree=121594168/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=1718148 memory=1668420 CPUtime=4.34 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 336223 0 0 0 374 60 0 0 20 0 2 0 76423753 1759383552 417105 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 429537 417105 608 633 0 421509 0
[pid=92828/tid=92830] ppid=92825 vsize=1718148 memory=7739272615057647696 CPUtime=1.31 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) R 92825 92828 92287 0 -1 4194368 59591 0 0 0 121 10 0 0 20 0 2 0 76423775 1759383552 417105 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 0 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 4.34 s
Current children cumulated vsize: 1718148 KiB
Current children cumulated memory: 1668420 KiB

[startup+6.30021 s]
/proc/loadavg: 5.34 5.50 5.70 5/266 92830
/proc/meminfo: memFree=121177508/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=2188992 memory=2104032 CPUtime=9.32 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 491833 0 0 0 850 82 0 0 20 0 2 0 76423753 2241527808 526008 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 547248 526008 640 633 0 531949 0
[pid=92828/tid=92830] ppid=92825 vsize=2188992 memory=2007028 CPUtime=3.15 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 110900 0 0 0 294 21 0 0 20 0 2 0 76423775 2241527808 526008 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 9.32 s
Current children cumulated vsize: 2188992 KiB
Current children cumulated memory: 2104032 KiB

[startup+12.7002 s]
/proc/loadavg: 5.39 5.51 5.70 5/266 92830
/proc/meminfo: memFree=120276196/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=3084556 memory=3004960 CPUtime=15.7 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 1037688 0 0 0 1436 134 0 0 20 0 2 0 76423753 3158585344 751240 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 771139 751240 640 633 0 755840 0
[pid=92828/tid=92830] ppid=92825 vsize=3084556 memory=3004960 CPUtime=3.15 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 110900 0 0 0 294 21 0 0 20 0 2 0 76423775 3158585344 751240 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 15.7 s
Current children cumulated vsize: 3084556 KiB
Current children cumulated memory: 3004960 KiB

[startup+25.5002 s]
/proc/loadavg: 5.18 5.45 5.68 5/266 92830
/proc/meminfo: memFree=118631764/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4543516 memory=4461364 CPUtime=28.67 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 1796474 0 0 0 2635 232 0 0 20 0 2 0 76423753 4652560384 1115341 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1135879 1115341 640 633 0 1120580 0
[pid=92828/tid=92830] ppid=92825 vsize=4543516 memory=4484916 CPUtime=3.37 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 119738 0 0 0 315 22 0 0 20 0 2 0 76423775 4652560384 1115341 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 28.67 s
Current children cumulated vsize: 4543516 KiB
Current children cumulated memory: 4461364 KiB

[startup+51.1059 s]
/proc/loadavg: 4.96 5.38 5.65 5/266 92831
/proc/meminfo: memFree=118606168/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4579176 memory=4497024 CPUtime=54.16 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 2471739 0 0 0 5093 323 0 0 20 0 2 0 76423753 4689076224 1124256 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1144794 1124256 640 633 0 1129495 0
[pid=92828/tid=92830] ppid=92825 vsize=4579176 memory=4594924 CPUtime=3.37 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 119738 0 0 0 315 22 0 0 20 0 2 0 76423775 4689076224 1124256 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 54.16 s
Current children cumulated vsize: 4579176 KiB
Current children cumulated memory: 4497024 KiB

[startup+102.3 s]
/proc/loadavg: 4.83 5.27 5.60 6/266 92833
/proc/meminfo: memFree=118604864/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4654908 memory=4572712 CPUtime=107.89 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 4077928 0 0 0 10201 588 0 0 20 0 2 0 76423753 4766625792 1143178 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1163727 1143178 640 633 0 1148428 0
[pid=92828/tid=92830] ppid=92825 vsize=4655040 memory=4535704 CPUtime=6.15 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 133799 0 0 0 593 22 0 0 20 0 2 0 76423775 4766760960 1143178 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 107.89 s
Current children cumulated vsize: 4654908 KiB
Current children cumulated memory: 4572712 KiB

[startup+162.3 s]
/proc/loadavg: 5.03 5.24 5.56 6/266 92834
/proc/meminfo: memFree=118734624/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4574472 memory=4492364 CPUtime=194.93 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 5394511 0 0 0 18672 821 0 0 20 0 2 0 76423753 4684259328 1123091 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1143618 1123091 640 633 0 1128319 0
[pid=92828/tid=92830] ppid=92825 vsize=4574472 memory=14720 CPUtime=33.6 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) R 92825 92828 92287 0 -1 4194368 163195 0 0 0 3335 25 0 0 20 0 2 0 76423775 4684259328 1123091 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 194.93 s
Current children cumulated vsize: 4574472 KiB
Current children cumulated memory: 4492364 KiB

[startup+222.3 s]
/proc/loadavg: 5.09 5.20 5.53 5/267 92843
/proc/meminfo: memFree=118698500/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4630364 memory=4548224 CPUtime=276.45 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 7019155 0 0 0 26528 1117 0 0 20 0 2 0 76423753 4741492736 1137056 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1157591 1137056 640 633 0 1142292 0
[pid=92828/tid=92830] ppid=92825 vsize=4630364 memory=4470992 CPUtime=55.5 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 190794 0 0 0 5523 27 0 0 20 0 2 0 76423775 4741492736 1137056 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 276.45 s
Current children cumulated vsize: 4630364 KiB
Current children cumulated memory: 4548224 KiB

[startup+282.3 s]
/proc/loadavg: 4.84 5.10 5.47 5/268 92846
/proc/meminfo: memFree=118716028/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4586296 memory=4504188 CPUtime=342.4 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 7882930 0 0 0 32971 1269 0 0 20 0 2 0 76423753 4696367104 1126047 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1146574 1126047 640 633 0 1131275 0
[pid=92828/tid=92830] ppid=92825 vsize=4586296 memory=14720 CPUtime=61.77 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 201745 0 0 0 6150 27 0 0 20 0 2 0 76423775 4696367104 1126047 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 342.4 s
Current children cumulated vsize: 4586296 KiB
Current children cumulated memory: 4504188 KiB

[startup+342.3 s]
/proc/loadavg: 4.73 5.01 5.41 5/268 92848
/proc/meminfo: memFree=118684628/131250000 swapFree=33008100/33010684

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

/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 31996789 0 0 0 310054 8190 0 0 20 0 2 0 76423753 4813176832 1154638 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1175092 1154638 640 633 0 1159793 0
[pid=92828/tid=92830] ppid=92825 vsize=4700368 memory=4540140 CPUtime=575.57 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 934761 0 0 0 57454 103 0 0 20 0 2 0 76423775 4813176832 1154638 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 3182.44 s
Current children cumulated vsize: 4700368 KiB
Current children cumulated memory: 4618552 KiB

[startup+2682.3 s]
/proc/loadavg: 5.43 5.49 5.33 7/267 93106
/proc/meminfo: memFree=120647588/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4621936 memory=4540140 CPUtime=3251.79 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 32377028 0 0 0 316782 8397 0 0 20 0 2 0 76423753 4732862464 1135035 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1155484 1135035 640 633 0 1140185 0
[pid=92828/tid=92830] ppid=92825 vsize=4621936 memory=4618552 CPUtime=585.27 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) R 92825 92828 92287 0 -1 4194368 956545 0 0 0 58422 105 0 0 20 0 2 0 76423775 4732862464 1135035 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 3251.79 s
Current children cumulated vsize: 4621936 KiB
Current children cumulated memory: 4540140 KiB

[startup+2742.3 s]
/proc/loadavg: 5.79 5.58 5.37 6/267 93108
/proc/meminfo: memFree=120601392/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4700368 memory=4618552 CPUtime=3330.73 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 32735552 0 0 0 324520 8553 0 0 20 0 2 0 76423753 4813176832 1154638 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1175092 1154638 640 633 0 1159793 0
[pid=92828/tid=92830] ppid=92825 vsize=4700368 memory=4618552 CPUtime=604.61 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 990824 0 0 0 60353 108 0 0 20 0 2 0 76423775 4813176832 1154638 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 3330.73 s
Current children cumulated vsize: 4700368 KiB
Current children cumulated memory: 4618552 KiB

[startup+2802.3 s]
/proc/loadavg: 5.61 5.58 5.39 7/266 93110
/proc/meminfo: memFree=120613424/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4700368 memory=4618580 CPUtime=3398.3 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 33111358 0 0 0 331055 8775 0 0 20 0 2 0 76423753 4813176832 1154645 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1175092 1154645 640 633 0 1159793 0
[pid=92828/tid=92830] ppid=92825 vsize=4700368 memory=4618580 CPUtime=612.51 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 1007241 0 0 0 61141 110 0 0 20 0 2 0 76423775 4813176832 1154645 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 3398.3 s
Current children cumulated vsize: 4700368 KiB
Current children cumulated memory: 4618580 KiB

[startup+2862.3 s]
/proc/loadavg: 5.31 5.50 5.37 7/266 93112
/proc/meminfo: memFree=120601220/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4661152 memory=4555508 CPUtime=3473.37 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 33479271 0 0 0 338403 8934 0 0 20 0 2 0 76423753 4773019648 1138877 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1165288 1138877 640 633 0 1149989 0
[pid=92828/tid=92830] ppid=92825 vsize=4661152 memory=4618580 CPUtime=628.02 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 1037734 0 0 0 62689 113 0 0 20 0 2 0 76423775 4773019648 1138877 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 3473.37 s
Current children cumulated vsize: 4661152 KiB
Current children cumulated memory: 4555508 KiB

[startup+2922.3 s]
/proc/loadavg: 5.45 5.50 5.37 6/266 93114
/proc/meminfo: memFree=120650728/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4621936 memory=4540168 CPUtime=3541.29 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 33843207 0 0 0 344977 9152 0 0 20 0 2 0 76423753 4732862464 1135042 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1155484 1135042 640 633 0 1140185 0
[pid=92828/tid=92830] ppid=92825 vsize=4621936 memory=4618580 CPUtime=636.25 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) R 92825 92828 92287 0 -1 4194368 1057933 0 0 0 63510 115 0 0 20 0 2 0 76423775 4732862464 1135042 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 3541.29 s
Current children cumulated vsize: 4621936 KiB
Current children cumulated memory: 4540168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2967.7 s]
/proc/loadavg: 5.54 5.52 5.39 6/266 93116
/proc/meminfo: memFree=120572780/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4661152 memory=4579316 CPUtime=3600.02 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 34107616 0 0 0 350726 9276 0 0 20 0 2 0 76423753 4773019648 1144829 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1165288 1144829 640 633 0 1149989 0
[pid=92828/tid=92830] ppid=92825 vsize=4661152 memory=4540168 CPUtime=649.89 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 1090516 0 0 0 64872 117 0 0 20 0 2 0 76423775 4773019648 1144829 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 4661152 KiB
Current children cumulated memory: 4579316 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2969.81 s]
# the end of solver process 92828 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3509.09 s, system=93.0347 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2968 s]*
/proc/loadavg: 5.54 5.52 5.39 7/266 93116
/proc/meminfo: memFree=120572796/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4661152 memory=4579384 CPUtime=3600.31 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 34108222 0 0 0 350755 9276 0 0 20 0 2 0 76423753 4773019648 1144846 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1165288 1144846 640 633 0 1149989 0
[pid=92828/tid=92830] ppid=92825 vsize=4661152 memory=7970392226371944042 CPUtime=649.89 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 1090516 0 0 0 64872 117 0 0 20 0 2 0 76423775 4773019648 1144846 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 4661152 KiB
Current children cumulated memory: 4579384 KiB

[startup+2968.8 s]
/proc/loadavg: 5.54 5.52 5.39 7/266 93116
/proc/meminfo: memFree=120572796/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4439400 memory=4357632 CPUtime=3601.11 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 34210529 0 0 0 350828 9283 0 0 20 0 2 0 76423753 4545945600 1089408 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1109850 1089408 640 633 0 1094551 0
[pid=92828/tid=92830] ppid=92825 vsize=4439400 memory=15104 CPUtime=649.89 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 1090516 0 0 0 64872 117 0 0 20 0 2 0 76423775 4545945600 1089408 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 3601.11 s
Current children cumulated vsize: 4439400 KiB
Current children cumulated memory: 4357632 KiB

[startup+2969.2 s]
/proc/loadavg: 5.54 5.52 5.39 7/266 93116
/proc/meminfo: memFree=120796700/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4439400 memory=4357632 CPUtime=3601.51 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 34300405 0 0 0 350864 9287 0 0 20 0 2 0 76423753 4545945600 1089408 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1109850 1089408 640 633 0 1094551 0
[pid=92828/tid=92830] ppid=92825 vsize=4439400 memory=4051043056106170790 CPUtime=649.89 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 1090516 0 0 0 64872 117 0 0 20 0 2 0 76423775 4545945600 1089408 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 3601.51 s
Current children cumulated vsize: 4439400 KiB
Current children cumulated memory: 4357632 KiB

[startup+2969.6 s]
/proc/loadavg: 5.54 5.52 5.39 7/266 93116
/proc/meminfo: memFree=120796700/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4439400 memory=4357632 CPUtime=3601.91 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 34390483 0 0 0 350899 9292 0 0 20 0 2 0 76423753 4545945600 1089408 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1109850 1089408 640 633 0 1094551 0
[pid=92828/tid=92830] ppid=92825 vsize=4439400 memory=4579316 CPUtime=649.89 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 1090516 0 0 0 64872 117 0 0 20 0 2 0 76423775 4545945600 1089408 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 3601.91 s
Current children cumulated vsize: 4439400 KiB
Current children cumulated memory: 4357632 KiB

[startup+2969.7 s]
/proc/loadavg: 5.54 5.52 5.39 7/266 93116
/proc/meminfo: memFree=120796700/131250000 swapFree=33008100/33010684
[pid=92828] ppid=92825 vsize=4439400 memory=4357632 CPUtime=3602.01 cores=5,7
/proc/92828/stat : 92828 (pb_competition_) R 92825 92828 92287 0 -1 4194304 34413162 0 0 0 350908 9293 0 0 20 0 2 0 76423753 4545945600 1089408 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
/proc/92828/statm: 1109850 1089408 640 633 0 1094551 0
[pid=92828/tid=92830] ppid=92825 vsize=4439400 memory=14720 CPUtime=649.89 cores=5,7
/proc/92828/task/92830/stat : 92830 (pb_competition_) S 92825 92828 92287 0 -1 4194368 1090516 0 0 0 64872 117 0 0 20 0 2 0 76423775 4545945600 1089408 18446744073709551615 4198400 6788177 140733218584288 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 35295232 140733218589017 140733218589144 140733218589144 140733218594746 0
Current children cumulated CPU time: 3602.01 s
Current children cumulated vsize: 4439400 KiB
Current children cumulated memory: 4357632 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2969.81
CPU time (s): 3602.12
CPU user time (s): 3509.09
CPU system time (s): 93.0347
CPU usage (%): 121.291
Max. virtual memory (cumulated for all children) (KiB): 4703008
Max. memory (cumulated for all children) (KiB): 4621236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3509.09
system time used= 93.0347
maximum resident set size= 4621236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34414177
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= 24728
involuntary context switches= 21984


# summary of solver processes directly reported to runsolver:
#   pid: 92828
#   total CPU time (s): 3602.12
#   total CPU user time (s): 3509.09
#   total CPU system time (s): 93.0347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.02225 second user time and 14.6661 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-04 07:37:15
IDJOB=4524020
IDBENCH=180476
IDSOLVER=3347
FILE ID=nodeC013/4524020-1751607435
RUNJOBID= nodeC013-1751603728-92363
SLURM_JOB_ID= 9598886
Free space on /tmp= 432512 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-WordGolf-4-ogd2008-50-0_c24.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-4524020-1751607435/watcher-4524020-1751607435 -o /tmp/evaluation-result-4524020-1751607435/solver-4524020-1751607435 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751603728-92363 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1890930592 HOME/instance-4524020-1751607435.opb

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

MD5SUM BENCH= 7b85ce4cd64937c81c9b69135828a61d
RANDOM SEED=1890930592

nodeC013 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.924
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.67
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.832
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.67
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		: 3601.333
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.67
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		: 3600.204
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.67
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.567
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.67
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		: 3602.057
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.67
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.988
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.67
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.800
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123279076 kB
MemAvailable:   123671836 kB
Buffers:            1668 kB
Cached:          1186532 kB
SwapCached:         1924 kB
Active:          6418140 kB
Inactive:         822176 kB
Active(anon):    6045844 kB
Inactive(anon):    17628 kB
Active(file):     372296 kB
Inactive(file):   804548 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60932 kB
Writeback:             0 kB
AnonPages:       6051084 kB
Mapped:           107984 kB
Shmem:             11352 kB
KReclaimable:     109908 kB
Slab:             200004 kB
SReclaimable:     109908 kB
SUnreclaim:        90096 kB
KernelStack:        4288 kB
PageTables:        14824 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6405128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3170304 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432528 MiB
End job on nodeC013 at 2025-07-04 08:26:45