Trace number 4510578

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 NameAnswerCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.01 3592.31

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x30split.cnf-plain.pb.metafix.opb
MD5SUMdfd517fe2a9d65b237ac06e21bad695d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.34756
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints1202
Number of constraints which are clauses1202
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.00	c #variable: 301
0.00/0.00	c #constraint: 1202
0.00/0.00	c #equal: 0
0.00/0.00	c intsize: 3
0.00/0.00	c sizeproduct: 0
0.00/0.00	c #soft: 0
0.00/0.00	c mincost: 0
0.00/0.00	c maxcost: 0
0.00/0.00	c sumcost: 0
0.00/0.00	c iteration_max: -1
0.00/0.00	c time_max: -1
0.00/0.00	c number_of_threads(move update): 2
0.00/0.00	c number_of_threads(move evaluation): 2
0.00/0.00	c seed: 1134344225
3600.00/3592.30	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 (62985 MiB free)
  memory of node 1: 64465 MiB (64002 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510578-1751198398/watcher-4510578-1751198398 -o /tmp/evaluation-result-4510578-1751198398/solver-4510578-1751198398 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751190946-31840 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1134344225 HOME/instance-4510578-1751198398.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=32941, runsolver pid=32938

[startup+0.100057 s]*
/proc/loadavg: 5.75 5.98 5.97 7/269 32943
/proc/meminfo: memFree=130034884/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6784 CPUtime=0.16 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 1159 0 0 0 16 0 0 0 20 0 2 0 35517325 82882560 1696 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1696 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 91 0 0 0 6 0 0 0 20 0 2 0 35517325 82882560 1696 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6784 KiB

[startup+0.205391 s]*
/proc/loadavg: 5.75 5.98 5.97 8/269 32943
/proc/meminfo: memFree=130034644/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=0.29 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) S 32938 32941 31824 0 -1 4194304 1164 0 0 0 29 0 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=664958721904869660 CPUtime=0.1 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) R 32938 32941 31824 0 -1 4194368 91 0 0 0 10 0 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+0.304751 s]*
/proc/loadavg: 5.75 5.98 5.97 7/269 32943
/proc/meminfo: memFree=130034644/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=0.45 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 1164 0 0 0 45 0 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=7971797440869449075 CPUtime=0.15 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 91 0 0 0 15 0 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+0.700117 s]
/proc/loadavg: 5.75 5.98 5.97 8/269 32943
/proc/meminfo: memFree=130034644/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=1.12 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 1165 0 0 0 110 2 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=17536 CPUtime=0.44 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) R 32938 32941 31824 0 -1 4194368 91 0 0 0 44 0 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+1.5001 s]
/proc/loadavg: 5.75 5.98 5.97 8/269 32943
/proc/meminfo: memFree=130034644/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=2.22 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 1900 0 0 0 217 5 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=17536 CPUtime=0.74 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 91 0 0 0 74 0 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+3.10457 s]
/proc/loadavg: 5.77 5.98 5.98 7/269 32943
/proc/meminfo: memFree=130034892/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=4.22 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 1902 0 0 0 410 12 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=6912 CPUtime=1.14 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 92 0 0 0 114 0 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 4.22 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+6.3001 s]
/proc/loadavg: 5.77 5.98 5.98 7/269 32943
/proc/meminfo: memFree=130035240/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=7.91 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 2645 0 0 0 769 22 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=17536 CPUtime=1.66 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 93 0 0 0 165 1 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 7.91 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+12.7001 s]
/proc/loadavg: 5.71 5.97 5.97 6/269 32943
/proc/meminfo: memFree=130035240/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=14.3 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 4127 0 0 0 1388 42 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=6912 CPUtime=1.66 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 93 0 0 0 165 1 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 14.3 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+25.5001 s]
/proc/loadavg: 5.55 5.92 5.95 7/269 32944
/proc/meminfo: memFree=130035996/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=28.08 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 4871 0 0 0 2724 84 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=6912 CPUtime=2.67 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) R 32938 32941 31824 0 -1 4194368 94 0 0 0 266 1 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 28.08 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+51.1046 s]
/proc/loadavg: 5.84 5.96 5.97 7/269 32944
/proc/meminfo: memFree=130036580/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=67.71 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 7122 0 0 0 6567 204 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=17536 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 67.71 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+102.3 s]
/proc/loadavg: 5.55 5.87 5.94 6/269 32957
/proc/meminfo: memFree=130038500/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=118.79 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 8608 0 0 0 11512 367 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=17536 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 118.79 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+162.3 s]
/proc/loadavg: 5.61 5.83 5.92 7/269 32962
/proc/meminfo: memFree=130038180/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=178.64 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 9354 0 0 0 17299 565 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=5632 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 178.64 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+222.3 s]
/proc/loadavg: 5.45 5.76 5.89 6/269 32964
/proc/meminfo: memFree=130038068/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=238.49 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 10099 0 0 0 23084 765 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=17536 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 238.49 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+282.3 s]
/proc/loadavg: 5.22 5.64 5.84 6/268 32969
/proc/meminfo: memFree=130038544/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=298.34 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 10834 0 0 0 28872 962 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=6912 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 298.34 s
Current children cumulated vsize: 80940 KiB

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

/proc/meminfo: memFree=130002136/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=3051.75 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 25001 0 0 0 294967 10208 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=6912 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 3051.75 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+3102.3 s]
/proc/loadavg: 6.08 5.92 5.93 8/267 33201
/proc/meminfo: memFree=130003260/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=3111.57 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 25001 0 0 0 300744 10413 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=6912 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 3111.57 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+3162.3 s]
/proc/loadavg: 5.90 5.91 5.92 7/268 33204
/proc/meminfo: memFree=130004048/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=3171.37 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 25744 0 0 0 306530 10607 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=6912 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 3171.37 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+3222.3 s]
/proc/loadavg: 5.77 5.88 5.91 6/268 33209
/proc/meminfo: memFree=130004364/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=3231.18 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 25746 0 0 0 312313 10805 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=7453286299220535661 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 3231.18 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+3282.3 s]
/proc/loadavg: 5.79 5.87 5.90 7/269 33212
/proc/meminfo: memFree=130004784/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=3290.98 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 26454 0 0 0 318093 11005 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=6912 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 3290.98 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+3342.3 s]
/proc/loadavg: 5.75 5.85 5.90 7/270 33217
/proc/meminfo: memFree=130004160/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=3350.78 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 26483 0 0 0 323872 11206 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=14432 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 3350.78 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+3402.3 s]
/proc/loadavg: 5.67 5.81 5.89 6/263 33250
/proc/meminfo: memFree=130003908/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=3410.59 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 26493 0 0 0 329649 11410 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=14432 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 3410.59 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+3462.3 s]
/proc/loadavg: 5.32 5.68 5.83 6/262 33252
/proc/meminfo: memFree=130004016/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=3470.41 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 26493 0 0 0 335422 11619 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=14432 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 3470.41 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+3522.3 s]
/proc/loadavg: 5.08 5.54 5.77 6/261 33256
/proc/meminfo: memFree=130003020/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=3530.21 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 27238 0 0 0 341204 11817 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=6912 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 3530.21 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

[startup+3582.3 s]
/proc/loadavg: 4.86 5.40 5.71 3/254 33290
/proc/meminfo: memFree=130002444/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=3590.02 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 27238 0 0 0 346984 12018 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=6912 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 3590.02 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.3 s]
/proc/loadavg: 4.58 5.32 5.68 4/254 33290
/proc/meminfo: memFree=130002444/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=3600 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 27972 0 0 0 347950 12050 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=6912 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

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

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

# cumulated CPU time of all completed processes:  user=3479.51 s, system=120.501 s

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

[startup+3592.3 s]
/proc/loadavg: 4.58 5.32 5.68 4/254 33290
/proc/meminfo: memFree=130002444/131250000 swapFree=33010684/33010684
[pid=32941] ppid=32938 vsize=80940 memory=6912 CPUtime=3600 cores=5,7
/proc/32941/stat : 32941 (pb_competition_) R 32938 32941 31824 0 -1 4194304 27972 0 0 0 347950 12050 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
/proc/32941/statm: 20235 1728 672 633 0 3154 0
[pid=32941/tid=32943] ppid=32938 vsize=80940 memory=6912 CPUtime=16.83 cores=5,7
/proc/32941/task/32943/stat : 32943 (pb_competition_) S 32938 32941 31824 0 -1 4194368 165 0 0 0 1675 8 0 0 20 0 2 0 35517325 82882560 1728 18446744073709551615 4198400 6788177 140730074742480 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 30081024 140730074749273 140730074749400 140730074749400 140730074755002 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 80940 KiB
Current children cumulated memory: 6912 KiB

Child status: 0

Real time (s): 3592.31
CPU time (s): 3600.01
CPU user time (s): 3479.51
CPU system time (s): 120.501
CPU usage (%): 100.214
Max. virtual memory (cumulated for all children) (KiB): 80940
Max. memory (cumulated for all children) (KiB): 6912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3479.51
system time used= 120.501
maximum resident set size= 6912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28276
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= 56
involuntary context switches= 1397


# summary of solver processes directly reported to runsolver:
#   pid: 32941
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3479.51
#   total CPU system time (s): 120.501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.10242 second user time and 11.5053 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 13:59:58
IDJOB=4510578
IDBENCH=160373
IDSOLVER=3347
FILE ID=nodeC016/4510578-1751198398
RUNJOBID= nodeC016-1751190946-31840
SLURM_JOB_ID= 9587577
Free space on /tmp= 433048 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x30split.cnf-plain.pb.metafix.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-4510578-1751198398/watcher-4510578-1751198398 -o /tmp/evaluation-result-4510578-1751198398/solver-4510578-1751198398 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751190946-31840 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1134344225 HOME/instance-4510578-1751198398.opb

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

MD5SUM BENCH= dfd517fe2a9d65b237ac06e21bad695d
RANDOM SEED=1134344225

nodeC016 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.740
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.48
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.762
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.48
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		: 3599.591
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.743
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.48
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.699
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.48
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		: 3562.803
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.48
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		: 3600.293
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.48
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.699
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130034836 kB
MemAvailable:   129780820 kB
Buffers:            3280 kB
Cached:           555748 kB
SwapCached:            0 kB
Active:           320228 kB
Inactive:         333980 kB
Active(anon):     113256 kB
Inactive(anon):        0 kB
Active(file):     206972 kB
Inactive(file):   333980 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5244 kB
Writeback:             0 kB
AnonPages:         98340 kB
Mapped:           111100 kB
Shmem:             18072 kB
KReclaimable:      88544 kB
Slab:             172476 kB
SReclaimable:      88544 kB
SUnreclaim:        83932 kB
KernelStack:        4336 kB
PageTables:         3056 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     452152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC016 at 2025-06-29 14:59:50