Trace number 4491390

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.24 2006.27

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM0c97dedf99f03a2f12057daa91676c25
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 benchmark202
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5570
Total number of constraints10896
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
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 1908
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.17/0.16	c #variable: 5570
0.17/0.16	c #constraint: 10896
0.17/0.16	c #equal: 0
0.17/0.16	c intsize: 11
0.17/0.16	c sizeproduct: 0
0.17/0.16	c #soft: 0
0.17/0.16	c mincost: 0
0.17/0.16	c maxcost: 0
0.17/0.16	c sumcost: 0
0.17/0.16	c iteration_max: -1
0.17/0.16	c time_max: -1
0.17/0.16	c number_of_threads(move update): 2
0.17/0.16	c number_of_threads(move evaluation): 2
0.17/0.16	c seed: 1880654408
3600.15/2006.21	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62947 MiB free)
  memory of node 1: 64507 MiB (64004 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491390-1751376509/watcher-4491390-1751376509 -o /tmp/evaluation-result-4491390-1751376509/solver-4491390-1751376509 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751374507-50065 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1880654408 HOME/instance-4491390-1751376509.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=50366, runsolver pid=50363

[startup+0.10006 s]*
/proc/loadavg: 5.96 5.79 5.29 7/268 50368
/proc/meminfo: memFree=129956508/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=108684 memory=49996 CPUtime=0.17 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 11719 0 0 0 14 3 0 0 20 0 2 0 53330777 111292416 12499 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 27171 12499 608 633 0 14056 0
[pid=50366/tid=50368] ppid=50363 vsize=108684 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 4057 0 0 0 6 1 0 0 20 0 2 0 53330778 111292416 12499 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 108684 KiB
Current children cumulated memory: 49996 KiB

[startup+0.205585 s]*
/proc/loadavg: 5.96 5.79 5.29 6/268 50368
/proc/meminfo: memFree=129934336/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=120144 memory=67916 CPUtime=0.33 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 16135 0 0 0 29 4 0 0 20 0 2 0 53330777 123027456 16979 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 30036 16979 640 633 0 18643 0
[pid=50366/tid=50368] ppid=50363 vsize=120144 memory=664958721904869660 CPUtime=0.12 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) S 50363 50366 50054 0 -1 4194368 5779 0 0 0 11 1 0 0 20 0 2 0 53330778 123027456 16979 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 120144 KiB
Current children cumulated memory: 67916 KiB

[startup+0.305529 s]*
/proc/loadavg: 5.96 5.79 5.29 6/268 50368
/proc/meminfo: memFree=129910144/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=145140 memory=91340 CPUtime=0.43 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 21961 0 0 0 38 5 0 0 20 0 2 0 53330777 148623360 22835 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 36285 22835 672 633 0 24892 0
[pid=50366/tid=50368] ppid=50363 vsize=145140 memory=7970393338717880173 CPUtime=0.12 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) S 50363 50366 50054 0 -1 4194368 5779 0 0 0 11 1 0 0 20 0 2 0 53330778 148623360 22835 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 145140 KiB
Current children cumulated memory: 91340 KiB

[startup+0.700186 s]
/proc/loadavg: 5.96 5.79 5.29 6/268 50368
/proc/meminfo: memFree=129894016/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=213712 memory=159948 CPUtime=0.81 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 39114 0 0 0 74 7 0 0 20 0 2 0 53330777 218841088 39987 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 53428 39987 672 633 0 42035 0
[pid=50366/tid=50368] ppid=50363 vsize=213712 memory=17920 CPUtime=0.13 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) S 50363 50366 50054 0 -1 4194368 5779 0 0 0 12 1 0 0 20 0 2 0 53330778 218841088 39987 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 0.81 s
Current children cumulated vsize: 213712 KiB
Current children cumulated memory: 159948 KiB

[startup+1.50018 s]
/proc/loadavg: 5.96 5.79 5.29 6/268 50368
/proc/meminfo: memFree=129837568/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=216220 memory=162400 CPUtime=1.79 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 60694 0 0 0 169 10 0 0 20 0 2 0 53330777 221409280 40600 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 54055 40600 672 633 0 42662 0
[pid=50366/tid=50368] ppid=50363 vsize=216220 memory=17920 CPUtime=0.3 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 5830 0 0 0 29 1 0 0 20 0 2 0 53330778 221409280 40600 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 216220 KiB
Current children cumulated memory: 162400 KiB

[startup+3.10539 s]
/proc/loadavg: 5.96 5.79 5.29 6/268 50368
/proc/meminfo: memFree=129838108/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=216264 memory=162468 CPUtime=4.29 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 68069 0 0 0 418 11 0 0 20 0 2 0 53330777 221454336 40617 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 54066 40617 672 633 0 42673 0
[pid=50366/tid=50368] ppid=50363 vsize=216264 memory=162400 CPUtime=1.21 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 5830 0 0 0 120 1 0 0 20 0 2 0 53330778 221454336 40617 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 4.29 s
Current children cumulated vsize: 216264 KiB
Current children cumulated memory: 162468 KiB

[startup+6.30017 s]
/proc/loadavg: 5.96 5.80 5.29 7/268 50368
/proc/meminfo: memFree=129838464/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=216272 memory=162516 CPUtime=10.3 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 92130 0 0 0 1017 13 0 0 20 0 2 0 53330777 221462528 40629 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 54068 40629 672 633 0 42675 0
[pid=50366/tid=50368] ppid=50363 vsize=216272 memory=17920 CPUtime=4.05 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 7572 0 0 0 404 1 0 0 20 0 2 0 53330778 221462528 40629 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 10.3 s
Current children cumulated vsize: 216272 KiB
Current children cumulated memory: 162516 KiB

[startup+12.7002 s]
/proc/loadavg: 5.88 5.78 5.29 7/268 50368
/proc/meminfo: memFree=129838468/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=216828 memory=163028 CPUtime=22.14 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 170059 0 0 0 2190 24 0 0 20 0 2 0 53330777 222031872 40757 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 54207 40757 672 633 0 42814 0
[pid=50366/tid=50368] ppid=50363 vsize=216828 memory=162004 CPUtime=9.56 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 8908 0 0 0 954 2 0 0 20 0 2 0 53330778 222031872 40757 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 22.14 s
Current children cumulated vsize: 216828 KiB
Current children cumulated memory: 163028 KiB

[startup+25.5002 s]
/proc/loadavg: 5.84 5.78 5.30 7/268 50369
/proc/meminfo: memFree=129839280/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=218840 memory=165032 CPUtime=45.1 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 237697 0 0 0 4476 34 0 0 20 0 2 0 53330777 224092160 41258 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 54710 41258 672 633 0 43317 0
[pid=50366/tid=50368] ppid=50363 vsize=218840 memory=164428 CPUtime=19.81 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 10663 0 0 0 1978 3 0 0 20 0 2 0 53330778 224092160 41258 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 45.1 s
Current children cumulated vsize: 218840 KiB
Current children cumulated memory: 165032 KiB

[startup+51.1055 s]
/proc/loadavg: 5.90 5.80 5.32 7/268 50369
/proc/meminfo: memFree=129815052/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=219996 memory=166036 CPUtime=91.35 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 519870 0 0 0 9051 84 0 0 20 0 2 0 53330777 225275904 41509 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 54999 41509 672 633 0 43606 0
[pid=50366/tid=50368] ppid=50363 vsize=219996 memory=17920 CPUtime=40.66 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 12141 0 0 0 4061 5 0 0 20 0 2 0 53330778 225275904 41509 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 91.35 s
Current children cumulated vsize: 219996 KiB
Current children cumulated memory: 166036 KiB

[startup+102.3 s]
/proc/loadavg: 5.93 5.81 5.35 7/268 50375
/proc/meminfo: memFree=129814408/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=221636 memory=170008 CPUtime=183.54 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 941282 0 0 0 18195 159 0 0 20 0 2 0 53330777 226955264 42502 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 55409 42502 672 633 0 44016 0
[pid=50366/tid=50368] ppid=50363 vsize=221636 memory=17920 CPUtime=82.09 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 14375 0 0 0 8200 9 0 0 20 0 2 0 53330778 226955264 42502 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 183.54 s
Current children cumulated vsize: 221636 KiB
Current children cumulated memory: 170008 KiB

[startup+162.3 s]
/proc/loadavg: 5.88 5.82 5.38 7/268 50378
/proc/meminfo: memFree=129796784/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=225624 memory=174124 CPUtime=293.55 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1075065 0 0 0 29167 188 0 0 20 0 2 0 53330777 231038976 43531 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56406 43531 672 633 0 45013 0
[pid=50366/tid=50368] ppid=50363 vsize=225624 memory=5760 CPUtime=132.56 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 14442 0 0 0 13244 12 0 0 20 0 2 0 53330778 231038976 43531 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 293.55 s
Current children cumulated vsize: 225624 KiB
Current children cumulated memory: 174124 KiB

[startup+222.3 s]
/proc/loadavg: 5.89 5.83 5.41 7/268 50380
/proc/meminfo: memFree=129797820/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=225756 memory=176300 CPUtime=402.75 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1076040 0 0 0 40076 199 0 0 20 0 2 0 53330777 231174144 44075 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56439 44075 672 633 0 45046 0
[pid=50366/tid=50368] ppid=50363 vsize=225756 memory=17920 CPUtime=182.26 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 14938 0 0 0 18210 16 0 0 20 0 2 0 53330778 231174144 44075 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 402.75 s
Current children cumulated vsize: 225756 KiB
Current children cumulated memory: 176300 KiB

[startup+282.3 s]
/proc/loadavg: 5.79 5.81 5.43 7/269 50383
/proc/meminfo: memFree=129812368/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=225756 memory=176300 CPUtime=510 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1079762 0 0 0 50790 210 0 0 20 0 2 0 53330777 231174144 44075 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56439 44075 672 633 0 45046 0
[pid=50366/tid=50368] ppid=50363 vsize=225756 memory=176300 CPUtime=229.99 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 15643 0 0 0 22979 20 0 0 20 0 2 0 53330778 231174144 44075 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 510 s
Current children cumulated vsize: 225756 KiB

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

/proc/meminfo: memFree=129822100/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=225888 memory=176428 CPUtime=2447.54 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1097781 0 0 0 244371 383 0 0 20 0 2 0 53330777 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56472 44107 672 633 0 45079 0
[pid=50366/tid=50368] ppid=50363 vsize=225888 memory=176428 CPUtime=1096.39 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 20742 0 0 0 109555 84 0 0 20 0 2 0 53330778 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 2447.54 s
Current children cumulated vsize: 225888 KiB
Current children cumulated memory: 176428 KiB

[startup+1422.3 s]
/proc/loadavg: 5.90 5.93 5.79 7/268 50437
/proc/meminfo: memFree=129821632/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=225888 memory=176428 CPUtime=2554.97 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1097807 0 0 0 255106 391 0 0 20 0 2 0 53330777 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56472 44107 672 633 0 45079 0
[pid=50366/tid=50368] ppid=50363 vsize=225888 memory=176428 CPUtime=1144.32 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 20742 0 0 0 114345 87 0 0 20 0 2 0 53330778 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 2554.97 s
Current children cumulated vsize: 225888 KiB
Current children cumulated memory: 176428 KiB

[startup+1482.3 s]
/proc/loadavg: 5.75 5.88 5.79 7/268 50439
/proc/meminfo: memFree=129822144/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=225888 memory=176428 CPUtime=2661.53 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1099619 0 0 0 265752 401 0 0 20 0 2 0 53330777 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56472 44107 672 633 0 45079 0
[pid=50366/tid=50368] ppid=50363 vsize=225888 memory=176428 CPUtime=1191.36 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 21295 0 0 0 119044 92 0 0 20 0 2 0 53330778 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 2661.53 s
Current children cumulated vsize: 225888 KiB
Current children cumulated memory: 176428 KiB

[startup+1542.3 s]
/proc/loadavg: 5.82 5.87 5.79 7/268 50487
/proc/meminfo: memFree=129807972/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=225888 memory=176428 CPUtime=2766.85 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1099633 0 0 0 276274 411 0 0 20 0 2 0 53330777 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56472 44107 672 633 0 45079 0
[pid=50366/tid=50368] ppid=50363 vsize=225888 memory=176428 CPUtime=1237.17 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 21297 0 0 0 123622 95 0 0 20 0 2 0 53330778 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 2766.85 s
Current children cumulated vsize: 225888 KiB
Current children cumulated memory: 176428 KiB

[startup+1602.3 s]
/proc/loadavg: 6.48 6.06 5.86 8/267 50489
/proc/meminfo: memFree=129814144/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=225888 memory=176428 CPUtime=2873.64 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1099633 0 0 0 286945 419 0 0 20 0 2 0 53330777 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56472 44107 672 633 0 45079 0
[pid=50366/tid=50368] ppid=50363 vsize=225888 memory=5760 CPUtime=1284.42 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 21297 0 0 0 128342 100 0 0 20 0 2 0 53330778 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 2873.64 s
Current children cumulated vsize: 225888 KiB
Current children cumulated memory: 176428 KiB

[startup+1662.3 s]
/proc/loadavg: 6.76 6.22 5.93 8/267 50536
/proc/meminfo: memFree=129815156/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=225888 memory=176428 CPUtime=2980.74 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1101377 0 0 0 297644 430 0 0 20 0 2 0 53330777 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56472 44107 672 633 0 45079 0
[pid=50366/tid=50368] ppid=50363 vsize=225888 memory=176428 CPUtime=1331.97 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) S 50363 50366 50054 0 -1 4194368 21837 0 0 0 133092 105 0 0 20 0 2 0 53330778 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 2980.74 s
Current children cumulated vsize: 225888 KiB
Current children cumulated memory: 176428 KiB

[startup+1722.3 s]
/proc/loadavg: 6.85 6.34 5.99 8/267 50538
/proc/meminfo: memFree=129816980/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=225888 memory=176428 CPUtime=3087.21 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1101391 0 0 0 308281 440 0 0 20 0 2 0 53330777 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56472 44107 672 633 0 45079 0
[pid=50366/tid=50368] ppid=50363 vsize=225888 memory=14720 CPUtime=1378.9 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 21837 0 0 0 137781 109 0 0 20 0 2 0 53330778 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 3087.21 s
Current children cumulated vsize: 225888 KiB
Current children cumulated memory: 176428 KiB

[startup+1782.3 s]
/proc/loadavg: 6.84 6.43 6.05 8/267 50540
/proc/meminfo: memFree=129817092/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=225888 memory=176428 CPUtime=3193.57 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1103163 0 0 0 318909 448 0 0 20 0 2 0 53330777 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56472 44107 672 633 0 45079 0
[pid=50366/tid=50368] ppid=50363 vsize=225888 memory=176428 CPUtime=1425.74 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 21860 0 0 0 142462 112 0 0 20 0 2 0 53330778 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 3193.57 s
Current children cumulated vsize: 225888 KiB
Current children cumulated memory: 176428 KiB

[startup+1842.3 s]
/proc/loadavg: 6.79 6.50 6.10 6/268 50591
/proc/meminfo: memFree=129883500/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=225888 memory=176428 CPUtime=3301.1 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1103173 0 0 0 329651 459 0 0 20 0 2 0 53330777 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56472 44107 672 633 0 45079 0
[pid=50366/tid=50368] ppid=50363 vsize=225888 memory=17920 CPUtime=1473.69 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 21860 0 0 0 147251 118 0 0 20 0 2 0 53330778 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 3301.1 s
Current children cumulated vsize: 225888 KiB
Current children cumulated memory: 176428 KiB

[startup+1902.3 s]
/proc/loadavg: 6.83 6.55 6.14 8/269 50598
/proc/meminfo: memFree=129894088/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=225888 memory=176428 CPUtime=3410.15 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1103175 0 0 0 340547 468 0 0 20 0 2 0 53330777 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56472 44107 672 633 0 45079 0
[pid=50366/tid=50368] ppid=50363 vsize=225888 memory=176428 CPUtime=1523.19 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 21860 0 0 0 152198 121 0 0 20 0 2 0 53330778 231309312 44107 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 3410.15 s
Current children cumulated vsize: 225888 KiB
Current children cumulated memory: 176428 KiB

[startup+1962.3 s]
/proc/loadavg: 6.97 6.64 6.19 8/269 50611
/proc/meminfo: memFree=129901752/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=226696 memory=177388 CPUtime=3520.34 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1201912 0 0 0 351544 490 0 0 20 0 2 0 53330777 232136704 44347 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56674 44347 672 633 0 45281 0
[pid=50366/tid=50368] ppid=50363 vsize=226696 memory=177316 CPUtime=1573.81 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 21883 0 0 0 157257 124 0 0 20 0 2 0 53330778 232136704 44347 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 3520.34 s
Current children cumulated vsize: 226696 KiB
Current children cumulated memory: 177388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2006.2 s]
/proc/loadavg: 6.89 6.66 6.22 7/269 50613
/proc/meminfo: memFree=129905068/131250000 swapFree=33010416/33010684
[pid=50366] ppid=50363 vsize=226780 memory=177240 CPUtime=3600.15 cores=4,6
/proc/50366/stat : 50366 (pb_competition_) R 50363 50366 50054 0 -1 4194304 1336594 0 0 0 359500 515 0 0 20 0 2 0 53330777 232222720 44310 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
/proc/50366/statm: 56695 44310 672 633 0 45302 0
[pid=50366/tid=50368] ppid=50363 vsize=226780 memory=664844110578057521 CPUtime=1610.04 cores=4,6
/proc/50366/task/50368/stat : 50368 (pb_competition_) R 50363 50366 50054 0 -1 4194368 22376 0 0 0 160879 125 0 0 20 0 2 0 53330778 232222720 44310 18446744073709551615 4198400 6788177 140728558966208 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 8585216 140728558971225 140728558971352 140728558971352 140728558976954 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 226780 KiB
Current children cumulated memory: 177240 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.08 s, system=5.16289 s

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

Child status: 0

Real time (s): 2006.27
CPU time (s): 3600.24
CPU user time (s): 3595.08
CPU system time (s): 5.16289
CPU usage (%): 179.449
Max. virtual memory (cumulated for all children) (KiB): 226848
Max. memory (cumulated for all children) (KiB): 177420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.08
system time used= 5.16289
maximum resident set size= 177420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1345498
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= 224455
involuntary context switches= 41342


# summary of solver processes directly reported to runsolver:
#   pid: 50366
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3595.08
#   total CPU system time (s): 5.16289

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.34272 second user time and 9.40621 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 15:28:29
IDJOB=4491390
IDBENCH=147704
IDSOLVER=3347
FILE ID=nodeC027/4491390-1751376509
RUNJOBID= nodeC027-1751374507-50065
SLURM_JOB_ID= 9598210
Free space on /tmp= 433044 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_16.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-4491390-1751376509/watcher-4491390-1751376509 -o /tmp/evaluation-result-4491390-1751376509/solver-4491390-1751376509 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751374507-50065 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1880654408 HOME/instance-4491390-1751376509.opb

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

MD5SUM BENCH= 0c97dedf99f03a2f12057daa91676c25
RANDOM SEED=1880654408

nodeC027 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.634
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.29
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.643
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.29
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.619
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.29
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.223
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.29
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		: 3761.964
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.29
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		: 3599.582
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.29
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		: 3599.658
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.29
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		: 3571.435
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129998556 kB
MemAvailable:   129697584 kB
Buffers:            2488 kB
Cached:           501456 kB
SwapCached:           12 kB
Active:           433796 kB
Inactive:         200372 kB
Active(anon):     145520 kB
Inactive(anon):     2792 kB
Active(file):     288276 kB
Inactive(file):   197580 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7768 kB
Writeback:            32 kB
AnonPages:        133376 kB
Mapped:           111320 kB
Shmem:             18056 kB
KReclaimable:     104420 kB
Slab:             191776 kB
SReclaimable:     104420 kB
SUnreclaim:        87356 kB
KernelStack:        4320 kB
PageTables:         3340 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     489068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC027 at 2025-07-01 16:01:55