Trace number 4523974

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.22 2826.17

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-AztecDiamondSym-mini-07_c24.opb
MD5SUM7b7d352a7105ac7993395b7f6c3b04bc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark306
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35169
Total number of constraints28729
Number of constraints which are clauses6441
Number of constraints which are cardinality constraints (but not clauses)112
Number of constraints which are nor clauses,nor cardinality constraints22176
Minimum length of a constraint1
Maximum length of a constraint224
Number of terms in the objective function 216
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 2268
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 55
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2268
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.13/0.14	c #variable: 35169
0.13/0.14	c #constraint: 28729
0.13/0.14	c #equal: 224
0.13/0.14	c intsize: 12
0.13/0.14	c sizeproduct: 0
0.13/0.14	c #soft: 0
0.13/0.14	c mincost: 0
0.13/0.14	c maxcost: 0
0.13/0.14	c sumcost: 0
0.13/0.14	c iteration_max: -1
0.13/0.14	c time_max: -1
0.13/0.14	c number_of_threads(move update): 2
0.13/0.14	c number_of_threads(move evaluation): 2
0.13/0.14	c seed: 1105652448
3600.14/2826.12	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 (61538 MiB free)
  memory of node 1: 64507 MiB (61050 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523974-1751605597/watcher-4523974-1751605597 -o /tmp/evaluation-result-4523974-1751605597/solver-4523974-1751605597 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751603728-92361 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1105652448 HOME/instance-4523974-1751605597.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100062 s]*
/proc/loadavg: 7.51 7.79 7.20 7/267 92702
/proc/meminfo: memFree=125502832/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=124000 memory=54940 CPUtime=0.13 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) D 92697 92700 92287 0 -1 4194304 11072 0 0 0 11 2 0 0 20 0 2 0 76239917 126976000 13735 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 31000 13735 608 633 0 15265 0
[pid=92700/tid=92702] ppid=92697 vsize=124000 memory=4026531960 CPUtime=0.03 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) R 92697 92700 92287 0 -1 4194368 1436 0 0 0 3 0 0 0 20 0 2 0 76239918 126976000 13735 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 124000 KiB
Current children cumulated memory: 54940 KiB

[startup+0.205448 s]*
/proc/loadavg: 7.51 7.79 7.20 6/267 92702
/proc/meminfo: memFree=125494768/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=139048 memory=74012 CPUtime=0.27 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 15750 0 0 0 24 3 0 0 20 0 2 0 76239917 142385152 18503 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 34795 18503 672 633 0 19971 0
[pid=92700/tid=92702] ppid=92697 vsize=139180 memory=7947006584537350428 CPUtime=0.06 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 2348 0 0 0 6 0 0 0 20 0 2 0 76239918 142520320 18503 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 139048 KiB
Current children cumulated memory: 74012 KiB

[startup+0.305417 s]*
/proc/loadavg: 7.51 7.79 7.20 6/267 92702
/proc/meminfo: memFree=125470576/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=154512 memory=88988 CPUtime=0.37 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 19518 0 0 0 34 3 0 0 20 0 2 0 76239917 158220288 22247 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 38628 22247 672 633 0 23804 0
[pid=92700/tid=92702] ppid=92697 vsize=154512 memory=7971522550077929841 CPUtime=0.06 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 2348 0 0 0 6 0 0 0 20 0 2 0 76239918 158220288 22247 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 154512 KiB
Current children cumulated memory: 88988 KiB

[startup+0.700182 s]
/proc/loadavg: 7.51 7.79 7.20 6/267 92702
/proc/meminfo: memFree=125398000/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=220736 memory=155720 CPUtime=0.78 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 36806 0 0 0 73 5 0 0 20 0 2 0 76239917 226033664 38930 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 55184 38930 672 633 0 40360 0
[pid=92700/tid=92702] ppid=92697 vsize=220736 memory=15104 CPUtime=0.09 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 2348 0 0 0 9 0 0 0 20 0 2 0 76239918 226033664 38930 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 220736 KiB
Current children cumulated memory: 155720 KiB

[startup+1.50019 s]
/proc/loadavg: 7.51 7.79 7.20 7/267 92702
/proc/meminfo: memFree=125398000/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=221396 memory=156360 CPUtime=1.75 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 57358 0 0 0 168 7 0 0 20 0 2 0 76239917 226709504 39090 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 55349 39090 672 633 0 40525 0
[pid=92700/tid=92702] ppid=92697 vsize=221396 memory=15104 CPUtime=0.26 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 2911 0 0 0 26 0 0 0 20 0 2 0 76239918 226709504 39090 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 221396 KiB
Current children cumulated memory: 156360 KiB

[startup+3.1055 s]
/proc/loadavg: 7.51 7.79 7.20 6/267 92702
/proc/meminfo: memFree=124761696/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=221528 memory=156360 CPUtime=3.6 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 75101 0 0 0 351 9 0 0 20 0 2 0 76239917 226844672 39090 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 55382 39090 672 633 0 40558 0
[pid=92700/tid=92702] ppid=92697 vsize=221528 memory=156360 CPUtime=0.52 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 3049 0 0 0 52 0 0 0 20 0 2 0 76239918 226844672 39090 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 3.6 s
Current children cumulated vsize: 221528 KiB
Current children cumulated memory: 156360 KiB

[startup+6.30021 s]
/proc/loadavg: 7.31 7.75 7.18 7/267 92702
/proc/meminfo: memFree=124150796/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=221528 memory=156360 CPUtime=7.21 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 99746 0 0 0 710 11 0 0 20 0 2 0 76239917 226844672 39090 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 55382 39090 672 633 0 40558 0
[pid=92700/tid=92702] ppid=92697 vsize=221528 memory=15104 CPUtime=0.95 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 3817 0 0 0 95 0 0 0 20 0 2 0 76239918 226844672 39090 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 7.21 s
Current children cumulated vsize: 221528 KiB
Current children cumulated memory: 156360 KiB

[startup+12.7002 s]
/proc/loadavg: 7.12 7.70 7.17 6/267 92702
/proc/meminfo: memFree=123355776/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=221660 memory=156488 CPUtime=14.22 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 142228 0 0 0 1408 14 0 0 20 0 2 0 76239917 226979840 39122 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 55415 39122 672 633 0 40591 0
[pid=92700/tid=92702] ppid=92697 vsize=221660 memory=156488 CPUtime=1.59 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 4334 0 0 0 159 0 0 0 20 0 2 0 76239918 226979840 39122 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 14.22 s
Current children cumulated vsize: 221660 KiB
Current children cumulated memory: 156488 KiB

[startup+25.5002 s]
/proc/loadavg: 6.58 7.55 7.13 7/267 92702
/proc/meminfo: memFree=123303668/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=222268 memory=157128 CPUtime=29.38 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 186102 0 0 0 2918 20 0 0 20 0 2 0 76239917 227602432 39282 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 55567 39282 672 633 0 40743 0
[pid=92700/tid=92702] ppid=92697 vsize=222268 memory=157128 CPUtime=4.02 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 13896 0 0 0 400 2 0 0 20 0 2 0 76239918 227602432 39282 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 29.38 s
Current children cumulated vsize: 222268 KiB
Current children cumulated memory: 157128 KiB

[startup+51.1057 s]
/proc/loadavg: 6.10 7.36 7.08 7/267 92703
/proc/meminfo: memFree=123281048/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=222400 memory=157256 CPUtime=60 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 231258 0 0 0 5973 27 0 0 20 0 2 0 76239917 227737600 39314 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 55600 39314 672 633 0 40776 0
[pid=92700/tid=92702] ppid=92697 vsize=222400 memory=15104 CPUtime=9.18 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 23687 0 0 0 913 5 0 0 20 0 2 0 76239918 227737600 39314 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 60 s
Current children cumulated vsize: 222400 KiB
Current children cumulated memory: 157256 KiB

[startup+102.3 s]
/proc/loadavg: 5.53 7.01 6.97 6/267 92705
/proc/meminfo: memFree=123300244/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=223332 memory=158120 CPUtime=121.57 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 301902 0 0 0 12115 42 0 0 20 0 2 0 76239917 228691968 39530 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 55833 39530 672 633 0 41009 0
[pid=92700/tid=92702] ppid=92697 vsize=223332 memory=15104 CPUtime=19.84 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) R 92697 92700 92287 0 -1 4194368 38930 0 0 0 1974 10 0 0 20 0 2 0 76239918 228691968 39530 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 121.57 s
Current children cumulated vsize: 223332 KiB
Current children cumulated memory: 158120 KiB

[startup+162.3 s]
/proc/loadavg: 5.20 6.64 6.85 6/266 92707
/proc/meminfo: memFree=123309016/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=224432 memory=159272 CPUtime=193.06 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 350238 0 0 0 19250 56 0 0 20 0 2 0 76239917 229818368 39818 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 56108 39818 672 633 0 41284 0
[pid=92700/tid=92702] ppid=92697 vsize=224432 memory=5632 CPUtime=31.65 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 49818 0 0 0 3149 16 0 0 20 0 2 0 76239918 229818368 39818 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 193.06 s
Current children cumulated vsize: 224432 KiB
Current children cumulated memory: 159272 KiB

[startup+222.3 s]
/proc/loadavg: 5.24 6.39 6.74 7/267 92716
/proc/meminfo: memFree=123303636/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=224432 memory=159272 CPUtime=266.5 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 375928 0 0 0 26579 71 0 0 20 0 2 0 76239917 229818368 39818 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 56108 39818 672 633 0 41284 0
[pid=92700/tid=92702] ppid=92697 vsize=224432 memory=15104 CPUtime=45.41 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 55517 0 0 0 4519 22 0 0 20 0 2 0 76239918 229818368 39818 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 266.5 s
Current children cumulated vsize: 224432 KiB
Current children cumulated memory: 159272 KiB

[startup+282.3 s]
/proc/loadavg: 5.26 6.18 6.65 7/267 92719
/proc/meminfo: memFree=123294528/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=224432 memory=159272 CPUtime=339.29 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 376860 0 0 0 33846 83 0 0 20 0 2 0 76239917 229818368 39818 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 56108 39818 672 633 0 41284 0
[pid=92700/tid=92702] ppid=92697 vsize=224432 memory=159272 CPUtime=58.53 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) R 92697 92700 92287 0 -1 4194368 55575 0 0 0 5825 28 0 0 20 0 2 0 76239918 229818368 39818 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 339.29 s
Current children cumulated vsize: 224432 KiB

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

/proc/meminfo: memFree=118706980/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=228396 memory=164484 CPUtime=2895.4 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 5420430 0 0 0 288192 1348 0 0 20 0 2 0 76239917 233877504 41121 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 57099 41121 672 633 0 42275 0
[pid=92700/tid=92702] ppid=92697 vsize=228396 memory=162984 CPUtime=646.37 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 136998 0 0 0 64436 201 0 0 20 0 2 0 76239918 233877504 41121 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 2895.4 s
Current children cumulated vsize: 228396 KiB
Current children cumulated memory: 164484 KiB

[startup+2322.3 s]
/proc/loadavg: 4.95 4.93 5.32 7/268 92855
/proc/meminfo: memFree=118620024/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=228656 memory=164820 CPUtime=2974.73 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 8243139 0 0 0 295603 1870 0 0 20 0 2 0 76239917 234143744 41205 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 57164 41205 672 633 0 42340 0
[pid=92700/tid=92702] ppid=92697 vsize=228656 memory=165716 CPUtime=666.03 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 137092 0 0 0 66399 204 0 0 20 0 2 0 76239918 234143744 41205 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 2974.73 s
Current children cumulated vsize: 228656 KiB
Current children cumulated memory: 164820 KiB

[startup+2382.3 s]
/proc/loadavg: 5.04 4.94 5.30 5/267 92857
/proc/meminfo: memFree=118696120/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=229556 memory=165704 CPUtime=3053.68 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 10829109 0 0 0 303014 2354 0 0 20 0 2 0 76239917 235065344 41426 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 57389 41426 672 633 0 42565 0
[pid=92700/tid=92702] ppid=92697 vsize=229556 memory=10752 CPUtime=685.34 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 137187 0 0 0 68327 207 0 0 20 0 2 0 76239918 235065344 41426 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 3053.68 s
Current children cumulated vsize: 229556 KiB
Current children cumulated memory: 165704 KiB

[startup+2442.3 s]
/proc/loadavg: 5.23 5.02 5.30 5/267 92859
/proc/meminfo: memFree=118693504/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=230056 memory=166136 CPUtime=3127.95 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 10831774 0 0 0 310434 2361 0 0 20 0 2 0 76239917 235577344 41534 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 57514 41534 672 633 0 42690 0
[pid=92700/tid=92702] ppid=92697 vsize=230056 memory=14720 CPUtime=699.92 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) R 92697 92700 92287 0 -1 4194368 137320 0 0 0 69782 210 0 0 20 0 2 0 76239918 235577344 41534 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 3127.95 s
Current children cumulated vsize: 230056 KiB
Current children cumulated memory: 166136 KiB

[startup+2502.3 s]
/proc/loadavg: 4.82 4.94 5.25 6/266 92861
/proc/meminfo: memFree=118713204/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=230108 memory=166136 CPUtime=3200.9 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 10837419 0 0 0 317718 2372 0 0 20 0 2 0 76239917 235630592 41534 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 57527 41534 672 633 0 42703 0
[pid=92700/tid=92702] ppid=92697 vsize=230108 memory=166136 CPUtime=713.18 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 137465 0 0 0 71103 215 0 0 20 0 2 0 76239918 235630592 41534 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 3200.9 s
Current children cumulated vsize: 230108 KiB
Current children cumulated memory: 166136 KiB

[startup+2562.3 s]
/proc/loadavg: 4.57 4.84 5.20 5/266 92863
/proc/meminfo: memFree=118662860/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=229556 memory=165624 CPUtime=3274.25 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 10841957 0 0 0 325044 2381 0 0 20 0 2 0 76239917 235065344 41406 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 57389 41406 672 633 0 42565 0
[pid=92700/tid=92702] ppid=92697 vsize=229556 memory=165624 CPUtime=726.88 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 137571 0 0 0 72469 219 0 0 20 0 2 0 76239918 235065344 41406 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 3274.25 s
Current children cumulated vsize: 229556 KiB
Current children cumulated memory: 165624 KiB

[startup+2622.3 s]
/proc/loadavg: 4.90 4.88 5.18 6/267 92872
/proc/meminfo: memFree=118735764/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=229556 memory=165624 CPUtime=3348.08 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 10845810 0 0 0 332420 2388 0 0 20 0 2 0 76239917 235065344 41406 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 57389 41406 672 633 0 42565 0
[pid=92700/tid=92702] ppid=92697 vsize=229556 memory=165624 CPUtime=741.04 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) R 92697 92700 92287 0 -1 4194368 137667 0 0 0 73882 222 0 0 20 0 2 0 76239918 235065344 41406 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 3348.08 s
Current children cumulated vsize: 229556 KiB
Current children cumulated memory: 165624 KiB

[startup+2682.3 s]
/proc/loadavg: 4.82 4.86 5.16 6/267 92875
/proc/meminfo: memFree=118710388/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=229556 memory=165624 CPUtime=3423.48 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 10850869 0 0 0 339950 2398 0 0 20 0 2 0 76239917 235065344 41406 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 57389 41406 672 633 0 42565 0
[pid=92700/tid=92702] ppid=92697 vsize=229556 memory=165624 CPUtime=756.76 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 137762 0 0 0 75450 226 0 0 20 0 2 0 76239918 235065344 41406 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 3423.48 s
Current children cumulated vsize: 229556 KiB
Current children cumulated memory: 165624 KiB

[startup+2742.3 s]
/proc/loadavg: 4.83 4.86 5.14 5/267 92877
/proc/meminfo: memFree=118684860/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=229556 memory=165624 CPUtime=3498.16 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 10852745 0 0 0 347409 2407 0 0 20 0 2 0 76239917 235065344 41406 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 57389 41406 672 633 0 42565 0
[pid=92700/tid=92702] ppid=92697 vsize=229556 memory=165624 CPUtime=771.76 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) R 92697 92700 92287 0 -1 4194368 137872 0 0 0 76945 231 0 0 20 0 2 0 76239918 235065344 41406 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 3498.16 s
Current children cumulated vsize: 229556 KiB
Current children cumulated memory: 165624 KiB

[startup+2802.3 s]
/proc/loadavg: 4.55 4.78 5.09 5/267 92879
/proc/meminfo: memFree=118664368/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=229780 memory=165880 CPUtime=3570.69 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 10855482 0 0 0 354654 2415 0 0 20 0 2 0 76239917 235294720 41470 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 57445 41470 672 633 0 42621 0
[pid=92700/tid=92702] ppid=92697 vsize=229780 memory=14720 CPUtime=784.62 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) S 92697 92700 92287 0 -1 4194368 138045 0 0 0 78227 235 0 0 20 0 2 0 76239918 235294720 41470 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 3570.69 s
Current children cumulated vsize: 229780 KiB
Current children cumulated memory: 165880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2826.11 s]
/proc/loadavg: 4.82 4.83 5.10 6/267 92879
/proc/meminfo: memFree=118718912/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=229780 memory=165880 CPUtime=3600.14 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 10855492 0 0 0 357595 2419 0 0 20 0 2 0 76239917 235294720 41470 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 57445 41470 672 633 0 42621 0
[pid=92700/tid=92702] ppid=92697 vsize=229780 memory=165880 CPUtime=790.38 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) R 92697 92700 92287 0 -1 4194368 138045 0 0 0 78802 236 0 0 20 0 2 0 76239918 235294720 41470 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 229780 KiB
Current children cumulated memory: 165880 KiB

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

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

# cumulated CPU time of all completed processes:  user=3576.02 s, system=24.2005 s

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

[startup+2826.11 s]
/proc/loadavg: 4.82 4.83 5.10 6/267 92879
/proc/meminfo: memFree=118718912/131250000 swapFree=33008100/33010684
[pid=92700] ppid=92697 vsize=229780 memory=165880 CPUtime=3600.14 cores=4,6
/proc/92700/stat : 92700 (pb_competition_) R 92697 92700 92287 0 -1 4194304 10855492 0 0 0 357595 2419 0 0 20 0 2 0 76239917 235294720 41470 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
/proc/92700/statm: 57445 41470 672 633 0 42621 0
[pid=92700/tid=92702] ppid=92697 vsize=229780 memory=165880 CPUtime=790.38 cores=4,6
/proc/92700/task/92702/stat : 92702 (pb_competition_) R 92697 92700 92287 0 -1 4194368 138045 0 0 0 78802 236 0 0 20 0 2 0 76239918 235294720 41470 18446744073709551615 4198400 6788177 140727475197984 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 24834048 140727475202393 140727475202520 140727475202520 140727475208122 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 229780 KiB
Current children cumulated memory: 165880 KiB

Child status: 0

Real time (s): 2826.17
CPU time (s): 3600.22
CPU user time (s): 3576.02
CPU system time (s): 24.2005
CPU usage (%): 127.389
Max. virtual memory (cumulated for all children) (KiB): 230836
Max. memory (cumulated for all children) (KiB): 166984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3576.02
system time used= 24.2005
maximum resident set size= 168260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10861813
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= 197277
involuntary context switches= 14770


# summary of solver processes directly reported to runsolver:
#   pid: 92700
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3576.02
#   total CPU system time (s): 24.2005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.59654 second user time and 14.343 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-04 07:06:37
IDJOB=4523974
IDBENCH=180463
IDSOLVER=3347
FILE ID=nodeC013/4523974-1751605597
RUNJOBID= nodeC013-1751603728-92361
SLURM_JOB_ID= 9598886
Free space on /tmp= 432564 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-AztecDiamondSym-mini-07_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-4523974-1751605597/watcher-4523974-1751605597 -o /tmp/evaluation-result-4523974-1751605597/solver-4523974-1751605597 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751603728-92361 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1105652448 HOME/instance-4523974-1751605597.opb

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

MD5SUM BENCH= 7b7d352a7105ac7993395b7f6c3b04bc
RANDOM SEED=1105652448

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.817
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.538
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		: 3651.694
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		: 3633.400
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.859
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		: 3600.112
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		: 3553.227
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.470
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:        125539308 kB
MemAvailable:   125878652 kB
Buffers:            1668 kB
Cached:          1133116 kB
SwapCached:         1924 kB
Active:          4264320 kB
Inactive:         768760 kB
Active(anon):    3892024 kB
Inactive(anon):    17628 kB
Active(file):     372296 kB
Inactive(file):   751132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             80620 kB
Writeback:             0 kB
AnonPages:       3899496 kB
Mapped:           108100 kB
Shmem:             11352 kB
KReclaimable:     109908 kB
Slab:             200004 kB
SReclaimable:     109908 kB
SUnreclaim:        90096 kB
KernelStack:        4320 kB
PageTables:        10580 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4260728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1138688 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= 432508 MiB
End job on nodeC013 at 2025-07-04 07:53:43