Trace number 4502690

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.15 2584.33

General information on the benchmark

NamePB24/normalized-PB11/
OPT-LIN/heinz/normalized-hanoi5.opb
MD5SUM179846138439b27c2be3c10cf8937212
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 benchmark1931
Best CPU time to get the best result obtained on this benchmark0.566122
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3862
Total number of constraints16399
Number of constraints which are clauses16399
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint8
Number of terms in the objective function 3862
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 3862
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3862
Number of bits of the biggest sum of numbers12
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/)
0.16/0.14	c #variable: 3862
0.16/0.14	c #constraint: 16399
0.16/0.14	c #equal: 0
0.16/0.14	c intsize: 12
0.16/0.14	c sizeproduct: 0
0.16/0.14	c #soft: 0
0.16/0.14	c mincost: 0
0.16/0.14	c maxcost: 0
0.16/0.14	c sumcost: 0
0.16/0.14	c iteration_max: -1
0.16/0.14	c time_max: -1
0.16/0.14	c number_of_threads(move update): 2
0.16/0.14	c number_of_threads(move evaluation): 2
0.16/0.14	c seed: 250814684
3600.11/2584.31	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: 63837 MiB (63093 MiB free)
  memory of node 1: 64465 MiB (63507 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502690-1751425681/watcher-4502690-1751425681 -o /tmp/evaluation-result-4502690-1751425681/solver-4502690-1751425681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751420544-56483 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 250814684 HOME/instance-4502690-1751425681.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=57013, runsolver pid=57010

[startup+0.10007 s]*
/proc/loadavg: 4.05 4.02 3.80 5/240 57015
/proc/meminfo: memFree=129625936/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=96288 memory=24812 CPUtime=0.16 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 4557 0 0 0 14 2 0 0 20 0 2 0 58246964 98598912 6203 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 24072 6203 608 633 0 7744 0
[pid=57013/tid=57015] ppid=57010 vsize=96288 memory=4026532068 CPUtime=0.07 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) R 57010 57013 55658 0 -1 4194368 845 0 0 0 6 1 0 0 20 0 2 0 58246965 98598912 6203 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 96288 KiB
Current children cumulated memory: 24812 KiB

[startup+0.213754 s]*
/proc/loadavg: 4.05 4.02 3.80 4/240 57015
/proc/meminfo: memFree=129611116/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=106368 memory=35692 CPUtime=0.29 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 7198 0 0 0 26 3 0 0 20 0 2 0 58246964 108920832 8923 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 26592 8923 672 633 0 10393 0
[pid=57013/tid=57015] ppid=57010 vsize=106368 memory=7948967048397863089 CPUtime=0.09 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 973 0 0 0 8 1 0 0 20 0 2 0 58246965 108920832 8923 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 106368 KiB
Current children cumulated memory: 35692 KiB

[startup+0.313715 s]*
/proc/loadavg: 4.05 4.02 3.80 4/240 57015
/proc/meminfo: memFree=129609856/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=107556 memory=36716 CPUtime=0.39 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 7450 0 0 0 36 3 0 0 20 0 2 0 58246964 110137344 9179 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 26889 9179 672 633 0 10690 0
[pid=57013/tid=57015] ppid=57010 vsize=107556 memory=7969543403461950058 CPUtime=0.09 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 973 0 0 0 8 1 0 0 20 0 2 0 58246965 110137344 9179 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 107556 KiB
Current children cumulated memory: 36716 KiB

[startup+0.70038 s]
/proc/loadavg: 4.05 4.02 3.80 4/240 57015
/proc/meminfo: memFree=129587680/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=124736 memory=53996 CPUtime=0.83 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 11790 0 0 0 78 5 0 0 20 0 2 0 58246964 127729664 13499 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 31184 13499 672 633 0 14985 0
[pid=57013/tid=57015] ppid=57010 vsize=124736 memory=17792 CPUtime=0.15 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) R 57010 57013 55658 0 -1 4194368 973 0 0 0 14 1 0 0 20 0 2 0 58246965 127729664 13499 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 124736 KiB
Current children cumulated memory: 53996 KiB

[startup+1.50038 s]
/proc/loadavg: 4.05 4.02 3.80 4/240 57015
/proc/meminfo: memFree=129587680/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=125132 memory=54508 CPUtime=1.63 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 18042 0 0 0 158 5 0 0 20 0 2 0 58246964 128135168 13627 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 31283 13627 672 633 0 15084 0
[pid=57013/tid=57015] ppid=57010 vsize=125132 memory=17792 CPUtime=0.16 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 973 0 0 0 15 1 0 0 20 0 2 0 58246965 128135168 13627 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 125132 KiB
Current children cumulated memory: 54508 KiB

[startup+3.10883 s]
/proc/loadavg: 4.04 4.02 3.80 4/240 57015
/proc/meminfo: memFree=129587696/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=126080 memory=55448 CPUtime=4.03 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 20779 0 0 0 397 6 0 0 20 0 2 0 58246964 129105920 13862 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 31520 13862 672 633 0 15321 0
[pid=57013/tid=57015] ppid=57010 vsize=126080 memory=54764 CPUtime=0.96 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 987 0 0 0 95 1 0 0 20 0 2 0 58246965 129105920 13862 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 4.03 s
Current children cumulated vsize: 126080 KiB
Current children cumulated memory: 55448 KiB

[startup+6.30029 s]
/proc/loadavg: 4.04 4.02 3.80 4/240 57015
/proc/meminfo: memFree=129587948/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=127400 memory=56728 CPUtime=9.15 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 29501 0 0 0 907 8 0 0 20 0 2 0 58246964 130457600 14182 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 31850 14182 672 633 0 15651 0
[pid=57013/tid=57015] ppid=57010 vsize=127400 memory=56344 CPUtime=2.91 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 1424 0 0 0 289 2 0 0 20 0 2 0 58246965 130457600 14182 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 9.15 s
Current children cumulated vsize: 127400 KiB
Current children cumulated memory: 56728 KiB

[startup+12.7003 s]
/proc/loadavg: 3.96 4.00 3.80 4/240 57016
/proc/meminfo: memFree=129588200/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=127928 memory=57240 CPUtime=17.47 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 45657 0 0 0 1736 11 0 0 20 0 2 0 58246964 130998272 14310 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 31982 14310 672 633 0 15783 0
[pid=57013/tid=57015] ppid=57010 vsize=127928 memory=57240 CPUtime=4.85 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) R 57010 57013 55658 0 -1 4194368 1578 0 0 0 483 2 0 0 20 0 2 0 58246965 130998272 14310 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 17.47 s
Current children cumulated vsize: 127928 KiB
Current children cumulated memory: 57240 KiB

[startup+25.5002 s]
/proc/loadavg: 3.81 3.97 3.79 5/240 57016
/proc/meminfo: memFree=129589208/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=128192 memory=57496 CPUtime=35.7 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 61101 0 0 0 3554 16 0 0 20 0 2 0 58246964 131268608 14374 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 32048 14374 672 633 0 15849 0
[pid=57013/tid=57015] ppid=57010 vsize=128192 memory=57496 CPUtime=10.39 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) R 57010 57013 55658 0 -1 4194368 2429 0 0 0 1034 5 0 0 20 0 2 0 58246965 131268608 14374 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 35.7 s
Current children cumulated vsize: 128192 KiB
Current children cumulated memory: 57496 KiB

[startup+51.1131 s]
/proc/loadavg: 3.53 3.89 3.76 4/240 57016
/proc/meminfo: memFree=129589964/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=129116 memory=58392 CPUtime=61.44 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 80867 0 0 0 6122 22 0 0 20 0 2 0 58246964 132214784 14598 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 32279 14598 672 633 0 16080 0
[pid=57013/tid=57015] ppid=57010 vsize=129116 memory=17792 CPUtime=10.6 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 2435 0 0 0 1055 5 0 0 20 0 2 0 58246965 132214784 14598 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 61.44 s
Current children cumulated vsize: 129116 KiB
Current children cumulated memory: 58392 KiB

[startup+102.3 s]
/proc/loadavg: 3.45 3.80 3.74 4/241 57019
/proc/meminfo: memFree=129592784/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=130304 memory=59672 CPUtime=119.94 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 100458 0 0 0 11957 37 0 0 20 0 2 0 58246964 133431296 14918 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 32576 14918 672 633 0 16377 0
[pid=57013/tid=57015] ppid=57010 vsize=130304 memory=17792 CPUtime=18.15 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 2439 0 0 0 1805 10 0 0 20 0 2 0 58246965 133431296 14918 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 119.94 s
Current children cumulated vsize: 130304 KiB
Current children cumulated memory: 59672 KiB

[startup+162.3 s]
/proc/loadavg: 3.30 3.69 3.70 4/241 57067
/proc/meminfo: memFree=123161972/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=131492 memory=60824 CPUtime=193.42 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 112584 0 0 0 19287 55 0 0 20 0 2 0 58246964 134647808 15206 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 32873 15206 672 633 0 16674 0
[pid=57013/tid=57015] ppid=57010 vsize=131492 memory=60312 CPUtime=31.98 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 2442 0 0 0 3180 18 0 0 20 0 2 0 58246965 134647808 15206 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 193.42 s
Current children cumulated vsize: 131492 KiB
Current children cumulated memory: 60824 KiB

[startup+222.3 s]
/proc/loadavg: 2.58 3.42 3.61 3/241 57069
/proc/meminfo: memFree=114480856/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=131492 memory=60824 CPUtime=257.96 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 114115 0 0 0 25727 69 0 0 20 0 2 0 58246964 134647808 15206 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 32873 15206 672 633 0 16674 0
[pid=57013/tid=57015] ppid=57010 vsize=131492 memory=60824 CPUtime=36.79 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 2443 0 0 0 3659 20 0 0 20 0 2 0 58246965 134647808 15206 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 257.96 s
Current children cumulated vsize: 131492 KiB
Current children cumulated memory: 60824 KiB

[startup+282.3 s]
/proc/loadavg: 2.74 3.30 3.55 4/241 57074
/proc/meminfo: memFree=105771076/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=132512 memory=61940 CPUtime=343.34 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 122604 0 0 0 34232 102 0 0 20 0 2 0 58246964 135692288 15485 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 33128 15485 672 633 0 16929 0
[pid=57013/tid=57015] ppid=57010 vsize=132512 memory=61556 CPUtime=62.62 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 2474 0 0 0 6226 36 0 0 20 0 2 0 58246965 135692288 15485 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 343.34 s
Current children cumulated vsize: 132512 KiB
Current children cumulated memory: 61940 KiB

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

/proc/meminfo: memFree=105750400/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=134220 memory=65388 CPUtime=2743.03 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 24474313 0 0 0 269267 5036 0 0 20 0 2 0 58246964 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 33555 16347 672 633 0 17356 0
[pid=57013/tid=57015] ppid=57010 vsize=134220 memory=14464 CPUtime=733.79 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) R 57010 57013 55658 0 -1 4194368 3168 0 0 0 72893 486 0 0 20 0 2 0 58246965 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 2743.03 s
Current children cumulated vsize: 134220 KiB
Current children cumulated memory: 65388 KiB

[startup+2082.3 s]
/proc/loadavg: 3.34 3.39 3.33 4/240 57161
/proc/meminfo: memFree=105751692/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=134220 memory=65388 CPUtime=2833.95 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 24474313 0 0 0 278319 5076 0 0 20 0 2 0 58246964 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 33555 16347 672 633 0 17356 0
[pid=57013/tid=57015] ppid=57010 vsize=134220 memory=65388 CPUtime=765.14 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 3168 0 0 0 76007 507 0 0 20 0 2 0 58246965 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 2833.95 s
Current children cumulated vsize: 134220 KiB
Current children cumulated memory: 65388 KiB

[startup+2142.3 s]
/proc/loadavg: 3.37 3.38 3.33 4/240 57167
/proc/meminfo: memFree=105753536/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=134220 memory=65388 CPUtime=2925.29 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 24474964 0 0 0 287412 5117 0 0 20 0 2 0 58246964 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 33555 16347 672 633 0 17356 0
[pid=57013/tid=57015] ppid=57010 vsize=134220 memory=65388 CPUtime=796.93 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 3170 0 0 0 79162 531 0 0 20 0 2 0 58246965 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 2925.29 s
Current children cumulated vsize: 134220 KiB
Current children cumulated memory: 65388 KiB

[startup+2202.3 s]
/proc/loadavg: 3.29 3.35 3.33 3/240 57169
/proc/meminfo: memFree=105754524/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=134220 memory=65388 CPUtime=3014.75 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 24475487 0 0 0 296316 5159 0 0 20 0 2 0 58246964 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 33555 16347 672 633 0 17356 0
[pid=57013/tid=57015] ppid=57010 vsize=134220 memory=65388 CPUtime=826.82 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 3170 0 0 0 82130 552 0 0 20 0 2 0 58246965 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 3014.75 s
Current children cumulated vsize: 134220 KiB
Current children cumulated memory: 65388 KiB

[startup+2262.3 s]
/proc/loadavg: 3.23 3.33 3.32 4/240 57171
/proc/meminfo: memFree=105754792/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=134220 memory=65388 CPUtime=3105.73 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 24476135 0 0 0 305373 5200 0 0 20 0 2 0 58246964 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 33555 16347 672 633 0 17356 0
[pid=57013/tid=57015] ppid=57010 vsize=134220 memory=65388 CPUtime=858.24 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 3199 0 0 0 85251 573 0 0 20 0 2 0 58246965 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 3105.73 s
Current children cumulated vsize: 134220 KiB
Current children cumulated memory: 65388 KiB

[startup+2322.3 s]
/proc/loadavg: 3.03 3.27 3.30 5/238 57187
/proc/meminfo: memFree=129116672/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=134220 memory=65388 CPUtime=3197.85 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 24476136 0 0 0 314540 5245 0 0 20 0 2 0 58246964 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 33555 16347 672 633 0 17356 0
[pid=57013/tid=57015] ppid=57010 vsize=134220 memory=65388 CPUtime=890.82 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) R 57010 57013 55658 0 -1 4194368 3199 0 0 0 88484 598 0 0 20 0 2 0 58246965 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 3197.85 s
Current children cumulated vsize: 134220 KiB
Current children cumulated memory: 65388 KiB

[startup+2382.3 s]
/proc/loadavg: 2.66 3.12 3.24 3/233 57206
/proc/meminfo: memFree=129707540/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=134220 memory=65388 CPUtime=3288.45 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 24476146 0 0 0 323558 5287 0 0 20 0 2 0 58246964 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 33555 16347 672 633 0 17356 0
[pid=57013/tid=57015] ppid=57010 vsize=134220 memory=65388 CPUtime=921.86 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 3199 0 0 0 91566 620 0 0 20 0 2 0 58246965 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 3288.45 s
Current children cumulated vsize: 134220 KiB
Current children cumulated memory: 65388 KiB

[startup+2442.3 s]
/proc/loadavg: 1.84 2.81 3.13 3/234 57209
/proc/meminfo: memFree=129704400/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=134220 memory=65388 CPUtime=3380.73 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 24476149 0 0 0 332741 5332 0 0 20 0 2 0 58246964 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 33555 16347 672 633 0 17356 0
[pid=57013/tid=57015] ppid=57010 vsize=134220 memory=65388 CPUtime=954.63 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 3199 0 0 0 94819 644 0 0 20 0 2 0 58246965 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 3380.73 s
Current children cumulated vsize: 134220 KiB
Current children cumulated memory: 65388 KiB

[startup+2502.3 s]
/proc/loadavg: 1.63 2.57 3.02 3/234 57211
/proc/meminfo: memFree=129704652/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=134220 memory=65388 CPUtime=3473.14 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 24477342 0 0 0 341937 5377 0 0 20 0 2 0 58246964 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 33555 16347 672 633 0 17356 0
[pid=57013/tid=57015] ppid=57010 vsize=134220 memory=65388 CPUtime=987.52 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) R 57010 57013 55658 0 -1 4194368 3200 0 0 0 98082 670 0 0 20 0 2 0 58246965 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 3473.14 s
Current children cumulated vsize: 134220 KiB
Current children cumulated memory: 65388 KiB

[startup+2562.3 s]
/proc/loadavg: 1.77 2.43 2.95 2/234 57213
/proc/meminfo: memFree=129705156/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=134220 memory=65388 CPUtime=3566.06 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 24477342 0 0 0 351185 5421 0 0 20 0 2 0 58246964 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 33555 16347 672 633 0 17356 0
[pid=57013/tid=57015] ppid=57010 vsize=134220 memory=65388 CPUtime=1020.93 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) R 57010 57013 55658 0 -1 4194368 3200 0 0 0 101396 697 0 0 20 0 2 0 58246965 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 3566.06 s
Current children cumulated vsize: 134220 KiB
Current children cumulated memory: 65388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2584.3 s]
/proc/loadavg: 1.58 2.33 2.90 3/234 57213
/proc/meminfo: memFree=129705408/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=134220 memory=65388 CPUtime=3600.11 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 24477342 0 0 0 354573 5438 0 0 20 0 2 0 58246964 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 33555 16347 672 633 0 17356 0
[pid=57013/tid=57015] ppid=57010 vsize=134220 memory=65388 CPUtime=1033.16 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 3200 0 0 0 102609 707 0 0 20 0 2 0 58246965 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 134220 KiB
Current children cumulated memory: 65388 KiB

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

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

# cumulated CPU time of all completed processes:  user=3545.76 s, system=54.3868 s

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

[startup+2584.3 s]
/proc/loadavg: 1.58 2.33 2.90 3/234 57213
/proc/meminfo: memFree=129705408/131382120 swapFree=33010416/33010684
[pid=57013] ppid=57010 vsize=134220 memory=65388 CPUtime=3600.11 cores=0,2
/proc/57013/stat : 57013 (pb_competition_) R 57010 57013 55658 0 -1 4194304 24477342 0 0 0 354573 5438 0 0 20 0 2 0 58246964 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
/proc/57013/statm: 33555 16347 672 633 0 17356 0
[pid=57013/tid=57015] ppid=57010 vsize=134220 memory=65388 CPUtime=1033.16 cores=0,2
/proc/57013/task/57015/stat : 57015 (pb_competition_) S 57010 57013 55658 0 -1 4194368 3200 0 0 0 102609 707 0 0 20 0 2 0 58246965 137441280 16347 18446744073709551615 4198400 6788177 140734312101744 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 31453184 140734312110426 140734312110552 140734312110552 140734312116154 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 134220 KiB
Current children cumulated memory: 65388 KiB

Child status: 0

Real time (s): 2584.33
CPU time (s): 3600.15
CPU user time (s): 3545.76
CPU system time (s): 54.3868
CPU usage (%): 139.307
Max. virtual memory (cumulated for all children) (KiB): 134220
Max. memory (cumulated for all children) (KiB): 65388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3545.76
system time used= 54.3868
maximum resident set size= 65388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24477542
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= 293586
involuntary context switches= 24231


# summary of solver processes directly reported to runsolver:
#   pid: 57013
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3545.76
#   total CPU system time (s): 54.3868

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.35344 second user time and 17.5616 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-02 05:08:02
IDJOB=4502690
IDBENCH=155373
IDSOLVER=3347
FILE ID=nodeC002/4502690-1751425681
RUNJOBID= nodeC002-1751420544-56483
SLURM_JOB_ID= 9598331
Free space on /tmp= 432784 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-hanoi5.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-4502690-1751425681/watcher-4502690-1751425681 -o /tmp/evaluation-result-4502690-1751425681/solver-4502690-1751425681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751420544-56483 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 250814684 HOME/instance-4502690-1751425681.opb

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

MD5SUM BENCH= 179846138439b27c2be3c10cf8937212
RANDOM SEED=250814684

nodeC002 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.793
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.346
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.320
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.555
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.310
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3493.127
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.389
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3641.447
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129639496 kB
MemAvailable:   129772392 kB
Buffers:            2128 kB
Cached:           940964 kB
SwapCached:           28 kB
Active:           542204 kB
Inactive:         637964 kB
Active(anon):     248604 kB
Inactive(anon):     6404 kB
Active(file):     293600 kB
Inactive(file):   631560 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5676 kB
Writeback:            28 kB
AnonPages:        240092 kB
Mapped:           105644 kB
Shmem:             17932 kB
KReclaimable:      94728 kB
Slab:             177028 kB
SReclaimable:      94728 kB
SUnreclaim:        82300 kB
KernelStack:        3912 kB
PageTables:         3328 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     537256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432788 MiB
End job on nodeC002 at 2025-07-02 05:51:06