Trace number 4490884

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.14 1849.23

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_13.opb
MD5SUM4b13a1c6e78c10f4c6bdd1964b8d7c16
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 benchmark114
Best CPU time to get the best result obtained on this benchmark72001.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2470
Total number of constraints4744
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4744
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1357
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.06	c #variable: 2470
0.00/0.06	c #constraint: 4744
0.00/0.06	c #equal: 0
0.00/0.06	c intsize: 11
0.00/0.06	c sizeproduct: 0
0.00/0.06	c #soft: 0
0.00/0.06	c mincost: 0
0.00/0.06	c maxcost: 0
0.00/0.06	c sumcost: 0
0.00/0.06	c iteration_max: -1
0.00/0.06	c time_max: -1
0.00/0.06	c number_of_threads(move update): 2
0.00/0.06	c number_of_threads(move evaluation): 2
0.00/0.06	c seed: 305234385
3600.09/1849.20	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62435 MiB free)
  memory of node 1: 64465 MiB (63644 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490884-1751347653/watcher-4490884-1751347653 -o /tmp/evaluation-result-4490884-1751347653/solver-4490884-1751347653 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751338976-48909 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 305234385 HOME/instance-4490884-1751347653.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=49829, runsolver pid=49826

[startup+0.100063 s]*
/proc/loadavg: 4.04 4.07 4.08 5/267 49831
/proc/meminfo: memFree=129085908/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=102500 memory=36888 CPUtime=0.15 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 8241 0 0 0 14 1 0 0 20 0 2 0 50441878 104960000 9222 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 25625 9222 672 633 0 10832 0
[pid=49829/tid=49831] ppid=49826 vsize=102500 memory=4026531960 CPUtime=0.05 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) S 49826 49829 48899 0 -1 4194368 2379 0 0 0 5 0 0 0 20 0 2 0 50441879 104960000 9222 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 102500 KiB
Current children cumulated memory: 36888 KiB

[startup+0.205409 s]*
/proc/loadavg: 4.04 4.07 4.08 5/267 49831
/proc/meminfo: memFree=129049620/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=131244 memory=65560 CPUtime=0.25 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) S 49826 49829 48899 0 -1 4194304 15424 0 0 0 23 2 0 0 20 0 2 0 50441878 134393856 16390 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 32811 16390 672 633 0 18018 0
[pid=49829/tid=49831] ppid=49826 vsize=131244 memory=664958721904869660 CPUtime=0.05 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 2379 0 0 0 5 0 0 0 20 0 2 0 50441879 134393856 16390 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 131244 KiB
Current children cumulated memory: 65560 KiB

[startup+0.305305 s]*
/proc/loadavg: 4.04 4.07 4.08 5/267 49831
/proc/meminfo: memFree=129049620/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=134960 memory=69272 CPUtime=0.37 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 16349 0 0 0 35 2 0 0 20 0 2 0 50441878 138199040 17318 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 33740 17318 672 633 0 18947 0
[pid=49829/tid=49831] ppid=49826 vsize=134960 memory=7971233387227462514 CPUtime=0.07 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) S 49826 49829 48899 0 -1 4194368 2379 0 0 0 7 0 0 0 20 0 2 0 50441879 138199040 17318 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 134960 KiB
Current children cumulated memory: 69272 KiB

[startup+0.700187 s]
/proc/loadavg: 4.04 4.07 4.08 6/267 49831
/proc/meminfo: memFree=129049620/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=134960 memory=69272 CPUtime=1.1 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 16350 0 0 0 108 2 0 0 20 0 2 0 50441878 138199040 17318 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 33740 17318 672 633 0 18947 0
[pid=49829/tid=49831] ppid=49826 vsize=134960 memory=18176 CPUtime=0.41 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 2379 0 0 0 41 0 0 0 20 0 2 0 50441879 138199040 17318 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 134960 KiB
Current children cumulated memory: 69272 KiB

[startup+1.50017 s]
/proc/loadavg: 4.04 4.07 4.08 6/267 49831
/proc/meminfo: memFree=129049620/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=134960 memory=69272 CPUtime=2.35 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 20995 0 0 0 232 3 0 0 20 0 2 0 50441878 138199040 17318 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 33740 17318 672 633 0 18947 0
[pid=49829/tid=49831] ppid=49826 vsize=134960 memory=18176 CPUtime=0.87 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) S 49826 49829 48899 0 -1 4194368 2743 0 0 0 87 0 0 0 20 0 2 0 50441879 138199040 17318 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 134960 KiB
Current children cumulated memory: 69272 KiB

[startup+3.10546 s]
/proc/loadavg: 4.12 4.09 4.09 5/267 49831
/proc/meminfo: memFree=129049628/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=135184 memory=69620 CPUtime=4.88 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 28974 0 0 0 485 3 0 0 20 0 2 0 50441878 138428416 17405 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 33796 17405 672 633 0 19003 0
[pid=49829/tid=49831] ppid=49826 vsize=135184 memory=69272 CPUtime=1.81 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 3207 0 0 0 181 0 0 0 20 0 2 0 50441879 138428416 17405 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 135184 KiB
Current children cumulated memory: 69620 KiB

[startup+6.30016 s]
/proc/loadavg: 4.12 4.09 4.09 6/267 49831
/proc/meminfo: memFree=129049628/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=135532 memory=69996 CPUtime=10.59 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 44596 0 0 0 1055 4 0 0 20 0 2 0 50441878 138784768 17499 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 33883 17499 672 633 0 19090 0
[pid=49829/tid=49831] ppid=49826 vsize=135532 memory=18176 CPUtime=4.34 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 3768 0 0 0 434 0 0 0 20 0 2 0 50441879 138784768 17499 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 10.59 s
Current children cumulated vsize: 135532 KiB
Current children cumulated memory: 69996 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 4.12 4.10 7/267 49877
/proc/meminfo: memFree=129037048/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=135664 memory=69996 CPUtime=23.13 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 62401 0 0 0 2307 6 0 0 20 0 2 0 50441878 138919936 17499 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 33916 17499 672 633 0 19123 0
[pid=49829/tid=49831] ppid=49826 vsize=135664 memory=69996 CPUtime=10.52 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 4556 0 0 0 1051 1 0 0 20 0 2 0 50441879 138919936 17499 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 23.13 s
Current children cumulated vsize: 135664 KiB
Current children cumulated memory: 69996 KiB

[startup+25.5002 s]
/proc/loadavg: 4.72 4.23 4.14 7/267 49877
/proc/meminfo: memFree=129036924/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=135836 memory=70184 CPUtime=48.24 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 130146 0 0 0 4809 15 0 0 20 0 2 0 50441878 139096064 17546 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 33959 17546 672 633 0 19166 0
[pid=49829/tid=49831] ppid=49826 vsize=135836 memory=70184 CPUtime=22.91 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 5457 0 0 0 2290 1 0 0 20 0 2 0 50441879 139096064 17546 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 48.24 s
Current children cumulated vsize: 135836 KiB
Current children cumulated memory: 70184 KiB

[startup+51.1053 s]
/proc/loadavg: 5.16 4.37 4.19 8/268 49925
/proc/meminfo: memFree=129036908/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=135968 memory=70416 CPUtime=98.34 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 140152 0 0 0 9814 20 0 0 20 0 2 0 50441878 139231232 17604 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 33992 17604 672 633 0 19199 0
[pid=49829/tid=49831] ppid=49826 vsize=135968 memory=70416 CPUtime=47.57 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) S 49826 49829 48899 0 -1 4194368 5684 0 0 0 4755 2 0 0 20 0 2 0 50441879 139231232 17604 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 98.34 s
Current children cumulated vsize: 135968 KiB
Current children cumulated memory: 70416 KiB

[startup+102.3 s]
/proc/loadavg: 6.32 4.81 4.35 8/267 49926
/proc/meminfo: memFree=129028388/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=136100 memory=71184 CPUtime=198.77 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 147915 0 0 0 19849 28 0 0 20 0 2 0 50441878 139366400 17796 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34025 17796 672 633 0 19232 0
[pid=49829/tid=49831] ppid=49826 vsize=136100 memory=71184 CPUtime=97.11 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 5852 0 0 0 9706 5 0 0 20 0 2 0 50441879 139366400 17796 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 198.77 s
Current children cumulated vsize: 136100 KiB
Current children cumulated memory: 71184 KiB

[startup+162.3 s]
/proc/loadavg: 6.73 5.21 4.52 8/267 49928
/proc/meminfo: memFree=129024904/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=136092 memory=71076 CPUtime=316.52 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 148330 0 0 0 31615 37 0 0 20 0 2 0 50441878 139358208 17769 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34023 17769 672 633 0 19230 0
[pid=49829/tid=49831] ppid=49826 vsize=136092 memory=71112 CPUtime=155.22 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 5947 0 0 0 15513 9 0 0 20 0 2 0 50441879 139358208 17769 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 316.52 s
Current children cumulated vsize: 136092 KiB
Current children cumulated memory: 71076 KiB

[startup+222.3 s]
/proc/loadavg: 6.82 5.51 4.67 8/267 49931
/proc/meminfo: memFree=129027912/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=136180 memory=71160 CPUtime=434.31 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 148603 0 0 0 43384 47 0 0 20 0 2 0 50441878 139448320 17790 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34045 17790 672 633 0 19252 0
[pid=49829/tid=49831] ppid=49826 vsize=136180 memory=71160 CPUtime=213.35 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 5947 0 0 0 21322 13 0 0 20 0 2 0 50441879 139448320 17790 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 434.31 s
Current children cumulated vsize: 136180 KiB
Current children cumulated memory: 71160 KiB

[startup+282.3 s]
/proc/loadavg: 6.99 5.80 4.82 8/267 49933
/proc/meminfo: memFree=129032488/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=136108 memory=71060 CPUtime=552.12 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 199699 0 0 0 55147 65 0 0 20 0 2 0 50441878 139374592 17765 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34027 17765 672 633 0 19234 0
[pid=49829/tid=49831] ppid=49826 vsize=136108 memory=71160 CPUtime=271.51 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 5964 0 0 0 27133 18 0 0 20 0 2 0 50441879 139374592 17765 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 552.12 s
Current children cumulated vsize: 136108 KiB

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

/proc/meminfo: memFree=129061432/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=137120 memory=72056 CPUtime=2420.6 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 1281892 0 0 0 241698 362 0 0 20 0 2 0 50441878 140410880 18014 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34280 18014 672 633 0 19487 0
[pid=49829/tid=49831] ppid=49826 vsize=137120 memory=72072 CPUtime=1185.85 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 6245 0 0 0 118530 55 0 0 20 0 2 0 50441879 140410880 18014 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 2420.6 s
Current children cumulated vsize: 137120 KiB
Current children cumulated memory: 72056 KiB

[startup+1302.3 s]
/proc/loadavg: 8.01 7.93 6.96 9/269 50032
/proc/meminfo: memFree=129062108/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=137124 memory=72108 CPUtime=2537.22 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 1321678 0 0 0 253340 382 0 0 20 0 2 0 50441878 140414976 18027 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34281 18027 672 633 0 19488 0
[pid=49829/tid=49831] ppid=49826 vsize=137124 memory=72104 CPUtime=1242.82 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 6253 0 0 0 124225 57 0 0 20 0 2 0 50441879 140414976 18027 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 2537.22 s
Current children cumulated vsize: 137124 KiB
Current children cumulated memory: 72108 KiB

[startup+1362.3 s]
/proc/loadavg: 8.07 7.96 7.03 8/269 50034
/proc/meminfo: memFree=129061000/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=137032 memory=72064 CPUtime=2653.94 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 1381599 0 0 0 264995 399 0 0 20 0 2 0 50441878 140320768 18016 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34258 18016 672 633 0 19465 0
[pid=49829/tid=49831] ppid=49826 vsize=137032 memory=72080 CPUtime=1299.91 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 6253 0 0 0 129932 59 0 0 20 0 2 0 50441879 140320768 18016 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 2653.94 s
Current children cumulated vsize: 137032 KiB
Current children cumulated memory: 72064 KiB

[startup+1422.3 s]
/proc/loadavg: 7.95 7.96 7.09 9/268 50036
/proc/meminfo: memFree=129060884/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=137124 memory=72024 CPUtime=2770.61 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 1425954 0 0 0 276644 417 0 0 20 0 2 0 50441878 140414976 18006 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34281 18006 672 633 0 19488 0
[pid=49829/tid=49831] ppid=49826 vsize=137124 memory=14248 CPUtime=1356.96 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 6288 0 0 0 135634 62 0 0 20 0 2 0 50441879 140414976 18006 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 2770.61 s
Current children cumulated vsize: 137124 KiB
Current children cumulated memory: 72024 KiB

[startup+1482.3 s]
/proc/loadavg: 7.98 7.97 7.15 9/268 50038
/proc/meminfo: memFree=129060996/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=137252 memory=72280 CPUtime=2887.19 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 1478971 0 0 0 288286 433 0 0 20 0 2 0 50441878 140546048 18070 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34313 18070 672 633 0 19520 0
[pid=49829/tid=49831] ppid=49826 vsize=137252 memory=18176 CPUtime=1413.91 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 6289 0 0 0 141327 64 0 0 20 0 2 0 50441879 140546048 18070 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 2887.19 s
Current children cumulated vsize: 137252 KiB
Current children cumulated memory: 72280 KiB

[startup+1542.3 s]
/proc/loadavg: 7.82 7.93 7.19 9/269 50044
/proc/meminfo: memFree=129060892/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=137108 memory=72128 CPUtime=3003.51 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 1516210 0 0 0 299900 451 0 0 20 0 2 0 50441878 140398592 18032 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34277 18032 672 633 0 19484 0
[pid=49829/tid=49831] ppid=49826 vsize=137108 memory=72068 CPUtime=1470.62 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 6289 0 0 0 146995 67 0 0 20 0 2 0 50441879 140398592 18032 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 3003.51 s
Current children cumulated vsize: 137108 KiB
Current children cumulated memory: 72128 KiB

[startup+1602.3 s]
/proc/loadavg: 8.06 7.96 7.24 9/268 50050
/proc/meminfo: memFree=129060544/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=137072 memory=72028 CPUtime=3120.19 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 1580199 0 0 0 311548 471 0 0 20 0 2 0 50441878 140361728 18007 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34268 18007 672 633 0 19475 0
[pid=49829/tid=49831] ppid=49826 vsize=137072 memory=72068 CPUtime=1527.67 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 6289 0 0 0 152698 69 0 0 20 0 2 0 50441879 140361728 18007 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 3120.19 s
Current children cumulated vsize: 137072 KiB
Current children cumulated memory: 72028 KiB

[startup+1662.3 s]
/proc/loadavg: 8.15 8.01 7.31 9/268 50052
/proc/meminfo: memFree=129060640/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=137152 memory=72092 CPUtime=3236.78 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 1632356 0 0 0 323190 488 0 0 20 0 2 0 50441878 140443648 18023 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34288 18023 672 633 0 19495 0
[pid=49829/tid=49831] ppid=49826 vsize=137152 memory=72092 CPUtime=1584.64 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 6292 0 0 0 158393 71 0 0 20 0 2 0 50441879 140443648 18023 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 3236.78 s
Current children cumulated vsize: 137152 KiB
Current children cumulated memory: 72092 KiB

[startup+1722.3 s]
/proc/loadavg: 8.11 8.03 7.36 9/269 50055
/proc/meminfo: memFree=129060504/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=137084 memory=72020 CPUtime=3353.37 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 1682268 0 0 0 334832 505 0 0 20 0 2 0 50441878 140374016 18005 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34271 18005 672 633 0 19478 0
[pid=49829/tid=49831] ppid=49826 vsize=137084 memory=72092 CPUtime=1641.61 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 6292 0 0 0 164087 74 0 0 20 0 2 0 50441879 140374016 18005 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 3353.37 s
Current children cumulated vsize: 137084 KiB
Current children cumulated memory: 72020 KiB

[startup+1782.3 s]
/proc/loadavg: 8.04 8.02 7.40 9/269 50057
/proc/meminfo: memFree=129057788/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=137192 memory=72148 CPUtime=3470.04 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 1769415 0 0 0 346474 530 0 0 20 0 2 0 50441878 140484608 18037 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34298 18037 672 633 0 19505 0
[pid=49829/tid=49831] ppid=49826 vsize=137192 memory=18176 CPUtime=1698.64 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 6292 0 0 0 169788 76 0 0 20 0 2 0 50441879 140484608 18037 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 3470.04 s
Current children cumulated vsize: 137192 KiB
Current children cumulated memory: 72148 KiB

[startup+1842.3 s]
/proc/loadavg: 8.03 8.01 7.44 9/267 50059
/proc/meminfo: memFree=129060524/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=137084 memory=72056 CPUtime=3586.7 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 1809490 0 0 0 358127 543 0 0 20 0 2 0 50441878 140374016 18014 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34271 18014 672 633 0 19478 0
[pid=49829/tid=49831] ppid=49826 vsize=137084 memory=72228 CPUtime=1755.67 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 6292 0 0 0 175490 77 0 0 20 0 2 0 50441879 140374016 18014 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 3586.7 s
Current children cumulated vsize: 137084 KiB
Current children cumulated memory: 72056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1849.2 s]
/proc/loadavg: 7.95 8.00 7.44 9/268 50060
/proc/meminfo: memFree=129060524/131250000 swapFree=33010684/33010684
[pid=49829] ppid=49826 vsize=137120 memory=72068 CPUtime=3600.09 cores=0,2
/proc/49829/stat : 49829 (pb_competition_) R 49826 49829 48899 0 -1 4194304 1814671 0 0 0 359464 545 0 0 20 0 2 0 50441878 140410880 18017 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
/proc/49829/statm: 34280 18017 672 633 0 19487 0
[pid=49829/tid=49831] ppid=49826 vsize=137120 memory=6768 CPUtime=1762.21 cores=0,2
/proc/49829/task/49831/stat : 49831 (pb_competition_) R 49826 49829 48899 0 -1 4194368 6292 0 0 0 176144 77 0 0 20 0 2 0 50441879 140410880 18017 18446744073709551615 4198400 6788177 140722913648944 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 27226112 140722913655130 140722913655256 140722913655256 140722913660858 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 137120 KiB
Current children cumulated memory: 72068 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.68 s, system=5.46146 s

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

Child status: 0

Real time (s): 1849.23
CPU time (s): 3600.14
CPU user time (s): 3594.68
CPU system time (s): 5.46146
CPU usage (%): 194.683
Max. virtual memory (cumulated for all children) (KiB): 137360
Max. memory (cumulated for all children) (KiB): 72412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.68
system time used= 5.46146
maximum resident set size= 72412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1819485
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= 60345
involuntary context switches= 95232


# summary of solver processes directly reported to runsolver:
#   pid: 49829
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3594.68
#   total CPU system time (s): 5.46146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.71784 second user time and 7.70862 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-01 07:27:33
IDJOB=4490884
IDBENCH=147630
IDSOLVER=3347
FILE ID=nodeC014/4490884-1751347653
RUNJOBID= nodeC014-1751338976-48909
SLURM_JOB_ID= 9594402
Free space on /tmp= 432992 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_13.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-4490884-1751347653/watcher-4490884-1751347653 -o /tmp/evaluation-result-4490884-1751347653/solver-4490884-1751347653 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751338976-48909 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 305234385 HOME/instance-4490884-1751347653.opb

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

MD5SUM BENCH= 4b13a1c6e78c10f4c6bdd1964b8d7c16
RANDOM SEED=305234385

nodeC014 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		: 3598.530
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	: 7000.23
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		: 3600.116
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	: 7000.23
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		: 3600.112
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	: 7000.23
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		: 3603.235
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	: 7000.23
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		: 3600.119
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	: 7000.23
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.121
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	: 7000.23
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		: 3605.125
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	: 7000.23
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		: 3600.290
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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129105812 kB
MemAvailable:   129728672 kB
Buffers:            3280 kB
Cached:          1427072 kB
SwapCached:            0 kB
Active:           351636 kB
Inactive:        1170316 kB
Active(anon):     109668 kB
Inactive(anon):        0 kB
Active(file):     241968 kB
Inactive(file):  1170316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6212 kB
Writeback:             0 kB
AnonPages:         94668 kB
Mapped:           111988 kB
Shmem:             18068 kB
KReclaimable:      99628 kB
Slab:             187852 kB
SReclaimable:      99628 kB
SUnreclaim:        88224 kB
KernelStack:        4284 kB
PageTables:         3212 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     446224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC014 at 2025-07-01 07:58:22