Trace number 4490792

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.28 2225.86

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM329db8d421c28e548757e1dbc8e6ec5f
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 benchmark342
Best CPU time to get the best result obtained on this benchmark72001.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11001
Total number of constraints21678
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 constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
1.39/0.83	c #variable: 11001
1.39/0.83	c #constraint: 21678
1.39/0.83	c #equal: 0
1.39/0.83	c intsize: 12
1.39/0.83	c sizeproduct: 0
1.39/0.83	c #soft: 0
1.39/0.83	c mincost: 0
1.39/0.83	c maxcost: 0
1.39/0.83	c sumcost: 0
1.39/0.83	c iteration_max: -1
1.39/0.83	c time_max: -1
1.39/0.83	c number_of_threads(move update): 2
1.39/0.83	c number_of_threads(move evaluation): 2
1.39/0.83	c seed: 545529045
3600.11/2225.71	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: 63794 MiB (60691 MiB free)
  memory of node 1: 64507 MiB (59568 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490792-1751345534/watcher-4490792-1751345534 -o /tmp/evaluation-result-4490792-1751345534/solver-4490792-1751345534 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751338375-49358 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 545529045 HOME/instance-4490792-1751345534.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=50326, runsolver pid=50323

[startup+0.100065 s]*
/proc/loadavg: 4.20 4.29 4.43 6/254 50328
/proc/meminfo: memFree=123130712/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=93680 memory=25972 CPUtime=0.18 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 6247 0 0 0 15 3 0 0 20 0 2 0 50233199 95928320 6493 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 23420 6493 576 633 0 8138 0
[pid=50326/tid=50328] ppid=50323 vsize=93680 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 1891 0 0 0 6 2 0 0 20 0 2 0 50233201 95928320 6493 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 93680 KiB
Current children cumulated memory: 25972 KiB

[startup+0.213006 s]*
/proc/loadavg: 4.20 4.29 4.43 6/254 50328
/proc/meminfo: memFree=123114584/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=102788 memory=44148 CPUtime=0.39 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 10814 0 0 0 34 5 0 0 20 0 2 0 50233199 105254912 11037 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 25697 11037 576 633 0 12702 0
[pid=50326/tid=50328] ppid=50323 vsize=102788 memory=664958721904869660 CPUtime=0.19 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) D 50323 50326 49348 0 -1 4194368 4175 0 0 0 16 3 0 0 20 0 2 0 50233201 105254912 11037 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 0 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 102788 KiB
Current children cumulated memory: 44148 KiB

[startup+0.313246 s]*
/proc/loadavg: 4.20 4.29 4.43 6/254 50328
/proc/meminfo: memFree=123098456/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=110840 memory=60276 CPUtime=0.58 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 14839 0 0 0 50 8 0 0 20 0 2 0 50233199 113500160 15069 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 27710 15069 576 633 0 16732 0
[pid=50326/tid=50328] ppid=50323 vsize=110840 memory=7970388940671368045 CPUtime=0.29 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 6193 0 0 0 24 5 0 0 20 0 2 0 50233201 113500160 15069 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 110840 KiB
Current children cumulated memory: 60276 KiB

[startup+0.700252 s]
/proc/loadavg: 4.20 4.29 4.43 5/254 50328
/proc/meminfo: memFree=123069224/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=148416 memory=116128 CPUtime=1.18 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 26390 0 0 0 105 13 0 0 20 0 2 0 50233199 151977984 29032 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 37104 29032 608 633 0 30561 0
[pid=50326/tid=50328] ppid=50323 vsize=148416 memory=17920 CPUtime=0.55 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 10630 0 0 0 46 9 0 0 20 0 2 0 50233201 151977984 29032 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 0 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 148416 KiB
Current children cumulated memory: 116128 KiB

[startup+1.50027 s]
/proc/loadavg: 4.20 4.29 4.43 5/254 50328
/proc/meminfo: memFree=123013656/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=251488 memory=218528 CPUtime=2.11 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 69097 0 0 0 189 22 0 0 20 0 2 0 50233199 257523712 54632 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 62872 54632 640 633 0 58219 0
[pid=50326/tid=50328] ppid=50323 vsize=251488 memory=17920 CPUtime=0.68 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) S 50323 50326 49348 0 -1 4194368 12519 0 0 0 58 10 0 0 20 0 2 0 50233201 257523712 54632 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 2.11 s
Current children cumulated vsize: 251488 KiB
Current children cumulated memory: 218528 KiB

[startup+3.11298 s]
/proc/loadavg: 4.20 4.29 4.43 5/254 50328
/proc/meminfo: memFree=122804748/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=383112 memory=350112 CPUtime=3.82 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 104056 0 0 0 354 28 0 0 20 0 2 0 50233199 392306688 87528 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 95778 87528 640 633 0 91125 0
[pid=50326/tid=50328] ppid=50323 vsize=383112 memory=224416 CPUtime=0.79 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) S 50323 50326 49348 0 -1 4194368 12519 0 0 0 68 11 0 0 20 0 2 0 50233201 392306688 87528 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 3.82 s
Current children cumulated vsize: 383112 KiB
Current children cumulated memory: 350112 KiB

[startup+6.30027 s]
/proc/loadavg: 4.19 4.29 4.43 6/254 50328
/proc/meminfo: memFree=122805256/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=383376 memory=350240 CPUtime=8.74 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 147928 0 0 0 843 31 0 0 20 0 2 0 50233199 392577024 87560 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 95844 87560 640 633 0 91191 0
[pid=50326/tid=50328] ppid=50323 vsize=383376 memory=17920 CPUtime=2.67 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 12725 0 0 0 256 11 0 0 20 0 2 0 50233201 392577024 87560 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 8.74 s
Current children cumulated vsize: 383376 KiB
Current children cumulated memory: 350240 KiB

[startup+12.7134 s]
/proc/loadavg: 4.17 4.28 4.42 5/254 50328
/proc/meminfo: memFree=122805520/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=383376 memory=350240 CPUtime=15.84 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 169788 0 0 0 1552 32 0 0 20 0 2 0 50233199 392577024 87560 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 95844 87560 640 633 0 91191 0
[pid=50326/tid=50328] ppid=50323 vsize=383376 memory=350240 CPUtime=3.38 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 12725 0 0 0 327 11 0 0 20 0 2 0 50233201 392577024 87560 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 15.84 s
Current children cumulated vsize: 383376 KiB
Current children cumulated memory: 350240 KiB

[startup+25.5004 s]
/proc/loadavg: 4.21 4.29 4.42 6/254 50328
/proc/meminfo: memFree=122805536/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=383376 memory=350240 CPUtime=32.47 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 213486 0 0 0 3211 36 0 0 20 0 2 0 50233199 392577024 87560 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 95844 87560 640 633 0 91191 0
[pid=50326/tid=50328] ppid=50323 vsize=383376 memory=350240 CPUtime=7.79 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 16671 0 0 0 766 13 0 0 20 0 2 0 50233201 392577024 87560 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 32.47 s
Current children cumulated vsize: 383376 KiB
Current children cumulated memory: 350240 KiB

[startup+51.1078 s]
/proc/loadavg: 4.35 4.31 4.43 6/254 50329
/proc/meminfo: memFree=122813628/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=383376 memory=350240 CPUtime=71.36 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 258737 0 0 0 7094 42 0 0 20 0 2 0 50233199 392577024 87560 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 95844 87560 640 633 0 91191 0
[pid=50326/tid=50328] ppid=50323 vsize=383376 memory=17920 CPUtime=21.5 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) S 50323 50326 49348 0 -1 4194368 18705 0 0 0 2135 15 0 0 20 0 2 0 50233201 392577024 87560 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 71.36 s
Current children cumulated vsize: 383376 KiB
Current children cumulated memory: 350240 KiB

[startup+102.3 s]
/proc/loadavg: 4.45 4.34 4.43 5/253 50331
/proc/meminfo: memFree=122819024/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=383868 memory=351284 CPUtime=147.29 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 326465 0 0 0 14678 51 0 0 20 0 2 0 50233199 393080832 87821 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 95967 87821 640 633 0 91314 0
[pid=50326/tid=50328] ppid=50323 vsize=383868 memory=17920 CPUtime=46.86 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) S 50323 50326 49348 0 -1 4194368 23962 0 0 0 4666 20 0 0 20 0 2 0 50233201 393080832 87821 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 147.29 s
Current children cumulated vsize: 383868 KiB
Current children cumulated memory: 351284 KiB

[startup+162.3 s]
/proc/loadavg: 4.51 4.38 4.44 5/253 50333
/proc/meminfo: memFree=122808360/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=384180 memory=356812 CPUtime=239.73 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 375273 0 0 0 23911 62 0 0 20 0 2 0 50233199 393400320 89203 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 96045 89203 640 633 0 91392 0
[pid=50326/tid=50328] ppid=50323 vsize=384180 memory=5760 CPUtime=80.07 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 24537 0 0 0 7982 25 0 0 20 0 2 0 50233201 393400320 89203 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 239.73 s
Current children cumulated vsize: 384180 KiB
Current children cumulated memory: 356812 KiB

[startup+222.3 s]
/proc/loadavg: 4.60 4.44 4.46 5/253 50335
/proc/meminfo: memFree=122808852/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=384732 memory=357296 CPUtime=335.5 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 445558 0 0 0 33473 77 0 0 20 0 2 0 50233199 393965568 89324 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 96183 89324 640 633 0 91530 0
[pid=50326/tid=50328] ppid=50323 vsize=384732 memory=17920 CPUtime=116.31 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 24576 0 0 0 11602 29 0 0 20 0 2 0 50233201 393965568 89324 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 335.5 s
Current children cumulated vsize: 384732 KiB
Current children cumulated memory: 357296 KiB

[startup+282.3 s]
/proc/loadavg: 4.53 4.46 4.46 6/253 50337
/proc/meminfo: memFree=122819072/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=385040 memory=358292 CPUtime=435.41 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 529166 0 0 0 43443 98 0 0 20 0 2 0 50233199 394280960 89573 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 96260 89573 640 633 0 91607 0
[pid=50326/tid=50328] ppid=50323 vsize=385040 memory=358292 CPUtime=156.64 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) S 50323 50326 49348 0 -1 4194368 24630 0 0 0 15630 34 0 0 20 0 2 0 50233201 394280960 89573 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 435.41 s
Current children cumulated vsize: 385040 KiB
Current children cumulated memory: 358292 KiB

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

/proc/meminfo: memFree=122822232/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=388892 memory=362036 CPUtime=2697.2 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 7109402 0 0 0 268304 1416 0 0 20 0 2 0 50233199 398225408 90509 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 97223 90509 640 633 0 92570 0
[pid=50326/tid=50328] ppid=50323 vsize=388892 memory=361884 CPUtime=1052.72 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) S 50323 50326 49348 0 -1 4194368 26855 0 0 0 105120 152 0 0 20 0 2 0 50233201 398225408 90509 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 2697.2 s
Current children cumulated vsize: 388892 KiB
Current children cumulated memory: 362036 KiB

[startup+1722.3 s]
/proc/loadavg: 4.70 4.77 4.75 5/255 50417
/proc/meminfo: memFree=122823480/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=389084 memory=362280 CPUtime=2793.52 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 7259390 0 0 0 277902 1450 0 0 20 0 2 0 50233199 398422016 90570 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 97271 90570 640 633 0 92618 0
[pid=50326/tid=50328] ppid=50323 vsize=389084 memory=361884 CPUtime=1090.15 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 26855 0 0 0 108857 158 0 0 20 0 2 0 50233201 398422016 90570 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 2793.52 s
Current children cumulated vsize: 389084 KiB
Current children cumulated memory: 362280 KiB

[startup+1782.3 s]
/proc/loadavg: 4.40 4.67 4.72 6/255 50419
/proc/meminfo: memFree=122825860/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=388820 memory=362128 CPUtime=2888.3 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 7282389 0 0 0 287367 1463 0 0 20 0 2 0 50233199 398151680 90532 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 97205 90532 640 633 0 92552 0
[pid=50326/tid=50328] ppid=50323 vsize=388820 memory=5148 CPUtime=1125.96 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 27015 0 0 0 112431 165 0 0 20 0 2 0 50233201 398151680 90532 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 2888.3 s
Current children cumulated vsize: 388820 KiB
Current children cumulated memory: 362128 KiB

[startup+1842.3 s]
/proc/loadavg: 4.76 4.72 4.73 5/255 50421
/proc/meminfo: memFree=122826256/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=388820 memory=362244 CPUtime=2985.27 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 7443795 0 0 0 297028 1499 0 0 20 0 2 0 50233199 398151680 90561 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 97205 90561 640 633 0 92552 0
[pid=50326/tid=50328] ppid=50323 vsize=388820 memory=359932 CPUtime=1163.72 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) S 50323 50326 49348 0 -1 4194368 27277 0 0 0 116201 171 0 0 20 0 2 0 50233201 398151680 90561 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 2985.27 s
Current children cumulated vsize: 388820 KiB
Current children cumulated memory: 362244 KiB

[startup+1902.3 s]
/proc/loadavg: 4.82 4.73 4.73 6/254 50423
/proc/meminfo: memFree=122825044/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=388800 memory=362140 CPUtime=3082.24 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 7586858 0 0 0 306692 1532 0 0 20 0 2 0 50233199 398131200 90535 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 97200 90535 640 633 0 92547 0
[pid=50326/tid=50328] ppid=50323 vsize=388800 memory=359932 CPUtime=1201.4 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 27662 0 0 0 119964 176 0 0 20 0 2 0 50233201 398131200 90535 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 3082.24 s
Current children cumulated vsize: 388800 KiB
Current children cumulated memory: 362140 KiB

[startup+1962.3 s]
/proc/loadavg: 4.81 4.74 4.73 5/254 50425
/proc/meminfo: memFree=122826796/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=388812 memory=362004 CPUtime=3179.23 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 7719870 0 0 0 316359 1564 0 0 20 0 2 0 50233199 398143488 90501 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 97203 90501 640 633 0 92550 0
[pid=50326/tid=50328] ppid=50323 vsize=388812 memory=362140 CPUtime=1239.47 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) S 50323 50326 49348 0 -1 4194368 27718 0 0 0 123764 183 0 0 20 0 2 0 50233201 398143488 90501 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 3179.23 s
Current children cumulated vsize: 388812 KiB
Current children cumulated memory: 362004 KiB

[startup+2022.3 s]
/proc/loadavg: 4.70 4.71 4.73 6/254 50427
/proc/meminfo: memFree=122822280/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=388808 memory=362028 CPUtime=3273.82 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 8199273 0 0 0 325729 1653 0 0 20 0 2 0 50233199 398139392 90507 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 97202 90507 640 633 0 92549 0
[pid=50326/tid=50328] ppid=50323 vsize=388808 memory=362028 CPUtime=1274.93 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 27811 0 0 0 127304 189 0 0 20 0 2 0 50233201 398139392 90507 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 3273.82 s
Current children cumulated vsize: 388808 KiB
Current children cumulated memory: 362028 KiB

[startup+2082.3 s]
/proc/loadavg: 4.68 4.70 4.72 6/255 50430
/proc/meminfo: memFree=122824080/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=388812 memory=362152 CPUtime=3370.77 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 8345881 0 0 0 335390 1687 0 0 20 0 2 0 50233199 398143488 90538 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 97203 90538 640 633 0 92550 0
[pid=50326/tid=50328] ppid=50323 vsize=388812 memory=362128 CPUtime=1312.63 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) S 50323 50326 49348 0 -1 4194368 27873 0 0 0 131068 195 0 0 20 0 2 0 50233201 398143488 90538 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 3370.77 s
Current children cumulated vsize: 388812 KiB
Current children cumulated memory: 362152 KiB

[startup+2142.3 s]
/proc/loadavg: 4.70 4.71 4.73 6/255 50432
/proc/meminfo: memFree=122823408/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=388824 memory=362156 CPUtime=3467.11 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 8419630 0 0 0 345003 1708 0 0 20 0 2 0 50233199 398155776 90539 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 97206 90539 640 633 0 92553 0
[pid=50326/tid=50328] ppid=50323 vsize=388824 memory=362128 CPUtime=1349.88 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 27903 0 0 0 134786 202 0 0 20 0 2 0 50233201 398155776 90539 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 3467.11 s
Current children cumulated vsize: 388824 KiB
Current children cumulated memory: 362156 KiB

[startup+2202.3 s]
/proc/loadavg: 4.94 4.78 4.75 5/255 50440
/proc/meminfo: memFree=122819776/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=388820 memory=362256 CPUtime=3563.33 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 8563977 0 0 0 354592 1741 0 0 20 0 2 0 50233199 398151680 90564 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 97205 90564 640 633 0 92552 0
[pid=50326/tid=50328] ppid=50323 vsize=388820 memory=362156 CPUtime=1387.02 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 28032 0 0 0 138493 209 0 0 20 0 2 0 50233201 398151680 90564 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 3563.33 s
Current children cumulated vsize: 388820 KiB
Current children cumulated memory: 362256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2225.7 s]
/proc/loadavg: 4.91 4.78 4.75 6/255 50441
/proc/meminfo: memFree=122823308/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=388812 memory=362132 CPUtime=3600.11 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) S 50323 50326 49348 0 -1 4194304 8571820 0 0 0 358265 1746 0 0 20 0 2 0 50233199 398143488 90533 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 97203 90533 640 633 0 92550 0
[pid=50326/tid=50328] ppid=50323 vsize=388812 memory=362156 CPUtime=1400.71 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) R 50323 50326 49348 0 -1 4194368 28150 0 0 0 139859 212 0 0 20 0 2 0 50233201 398143488 90533 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 388812 KiB
Current children cumulated memory: 362132 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.8 s, system=17.4834 s

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

[startup+2225.8 s]
/proc/loadavg: 4.91 4.78 4.75 6/255 50441
/proc/meminfo: memFree=122823308/131382112 swapFree=33010684/33010684
[pid=50326] ppid=50323 vsize=388812 memory=362132 CPUtime=3600.22 cores=0,2
/proc/50326/stat : 50326 (pb_competition_) R 50323 50326 49348 0 -1 4194304 8585562 0 0 0 358275 1747 0 0 20 0 2 0 50233199 398143488 90533 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
/proc/50326/statm: 97203 90533 640 633 0 92550 0
[pid=50326/tid=50328] ppid=50323 vsize=388812 memory=14560 CPUtime=1400.71 cores=0,2
/proc/50326/task/50328/stat : 50328 (pb_competition_) S 50323 50326 49348 0 -1 4194368 28150 0 0 0 139859 212 0 0 20 0 2 0 50233201 398143488 90533 18446744073709551615 4198400 6788177 140731307419936 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 8970240 140731307428186 140731307428312 140731307428312 140731307433914 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 388812 KiB
Current children cumulated memory: 362132 KiB

Child status: 0

Real time (s): 2225.86
CPU time (s): 3600.28
CPU user time (s): 3582.8
CPU system time (s): 17.4834
CPU usage (%): 161.748
Max. virtual memory (cumulated for all children) (KiB): 389084
Max. memory (cumulated for all children) (KiB): 362392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.8
system time used= 17.4834
maximum resident set size= 362392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8598071
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= 193492
involuntary context switches= 26070


# summary of solver processes directly reported to runsolver:
#   pid: 50326
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3582.8
#   total CPU system time (s): 17.4834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.87649 second user time and 12.9648 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-01 06:52:14
IDJOB=4490792
IDBENCH=147620
IDSOLVER=3347
FILE ID=nodeC009/4490792-1751345534
RUNJOBID= nodeC009-1751338375-49358
SLURM_JOB_ID= 9594395
Free space on /tmp= 432636 MiB

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

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

MD5SUM BENCH= 329db8d421c28e548757e1dbc8e6ec5f
RANDOM SEED=545529045

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123146352 kB
MemAvailable:   129833788 kB
Buffers:            3280 kB
Cached:          7459240 kB
SwapCached:            0 kB
Active:           381492 kB
Inactive:        7161152 kB
Active(anon):      97116 kB
Inactive(anon):      968 kB
Active(file):     284376 kB
Inactive(file):  7160184 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16680 kB
Writeback:             0 kB
AnonPages:         83308 kB
Mapped:           111352 kB
Shmem:             17960 kB
KReclaimable:     164620 kB
Slab:             248428 kB
SReclaimable:     164620 kB
SUnreclaim:        83808 kB
KernelStack:        4112 kB
PageTables:         3112 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     438752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432632 MiB
End job on nodeC009 at 2025-07-01 07:29:20