Trace number 4524204

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.2 1886.16

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-GolombRuler-a3v18-15_c18.opb
MD5SUM64dbfbfc0114f72138d7179eedb1d684
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 benchmark168
Best CPU time to get the best result obtained on this benchmark72002
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25846
Total number of constraints1501
Number of constraints which are clauses211
Number of constraints which are cardinality constraints (but not clauses)330
Number of constraints which are nor clauses,nor cardinality constraints960
Minimum length of a constraint1
Maximum length of a constraint232
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 513
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 25455
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.09	c #variable: 25846
0.00/0.09	c #constraint: 1501
0.00/0.09	c #equal: 315
0.00/0.09	c intsize: 15
0.00/0.09	c sizeproduct: 0
0.00/0.09	c #soft: 0
0.00/0.09	c mincost: 0
0.00/0.09	c maxcost: 0
0.00/0.09	c sumcost: 0
0.00/0.09	c iteration_max: -1
0.00/0.09	c time_max: -1
0.00/0.09	c number_of_threads(move update): 2
0.00/0.09	c number_of_threads(move evaluation): 2
0.00/0.09	c seed: 1960826853
3600.12/1886.12	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=93160, runsolver pid=93157

[startup+0.100072 s]*
/proc/loadavg: 5.50 5.51 5.38 6/266 93162
/proc/meminfo: memFree=125254064/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=99200 memory=25932 CPUtime=0.1 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 6403 0 0 0 9 1 0 0 20 0 2 0 76720917 101580800 6483 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 24800 6483 640 633 0 7996 0
[pid=93160/tid=93162] ppid=93157 vsize=99200 memory=4026531960 CPUtime=0.01 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) S 93157 93160 92287 0 -1 4194368 368 0 0 0 1 0 0 0 20 0 2 0 76720917 101580800 6483 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 99200 KiB
Current children cumulated memory: 25932 KiB

[startup+0.205891 s]*
/proc/loadavg: 5.50 5.51 5.38 6/266 93162
/proc/meminfo: memFree=125238188/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=110840 memory=37580 CPUtime=0.21 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 9288 0 0 0 19 2 0 0 20 0 2 0 76720917 113500160 9395 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 27710 9395 672 633 0 10906 0
[pid=93160/tid=93162] ppid=93157 vsize=110840 memory=664958721904869660 CPUtime=0.01 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) S 93157 93160 92287 0 -1 4194368 368 0 0 0 1 0 0 0 20 0 2 0 76720917 113500160 9395 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 110840 KiB
Current children cumulated memory: 37580 KiB

[startup+0.30577 s]*
/proc/loadavg: 5.50 5.51 5.38 6/266 93162
/proc/meminfo: memFree=125238188/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=110840 memory=37708 CPUtime=0.31 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 9319 0 0 0 29 2 0 0 20 0 2 0 76720917 113500160 9427 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 27710 9427 672 633 0 10906 0
[pid=93160/tid=93162] ppid=93157 vsize=110840 memory=7971518130573361003 CPUtime=0.01 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) S 93157 93160 92287 0 -1 4194368 368 0 0 0 1 0 0 0 20 0 2 0 76720917 113500160 9427 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 110840 KiB
Current children cumulated memory: 37708 KiB

[startup+0.70023 s]
/proc/loadavg: 5.50 5.51 5.38 8/266 93162
/proc/meminfo: memFree=125173928/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=178008 memory=103312 CPUtime=0.86 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 26109 0 0 0 82 4 0 0 20 0 2 0 76720917 182280192 25828 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 44502 25828 672 633 0 27698 0
[pid=93160/tid=93162] ppid=93157 vsize=178008 memory=15104 CPUtime=0.18 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 368 0 0 0 18 0 0 0 20 0 2 0 76720917 182280192 25828 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 178008 KiB
Current children cumulated memory: 103312 KiB

[startup+1.50021 s]
/proc/loadavg: 5.50 5.51 5.38 6/266 93162
/proc/meminfo: memFree=125166116/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=178008 memory=103312 CPUtime=2.26 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 44011 0 0 0 220 6 0 0 20 0 2 0 76720917 182280192 25828 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 44502 25828 672 633 0 27698 0
[pid=93160/tid=93162] ppid=93157 vsize=178008 memory=15104 CPUtime=0.9 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 7594 0 0 0 90 0 0 0 20 0 2 0 76720917 182280192 25828 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 178008 KiB
Current children cumulated memory: 103312 KiB

[startup+3.10587 s]
/proc/loadavg: 5.50 5.51 5.38 6/266 93162
/proc/meminfo: memFree=125166356/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=175788 memory=102596 CPUtime=4.6 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 45004 0 0 0 454 6 0 0 20 0 2 0 76720917 180006912 25649 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 43947 25649 672 633 0 27143 0
[pid=93160/tid=93162] ppid=93157 vsize=175788 memory=103312 CPUtime=1.9 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) S 93157 93160 92287 0 -1 4194368 7594 0 0 0 190 0 0 0 20 0 2 0 76720917 180006912 25649 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 4.6 s
Current children cumulated vsize: 175788 KiB
Current children cumulated memory: 102596 KiB

[startup+6.30022 s]
/proc/loadavg: 5.54 5.52 5.39 7/266 93162
/proc/meminfo: memFree=125166608/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=179568 memory=105028 CPUtime=8.69 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 80026 0 0 0 860 9 0 0 20 0 2 0 76720917 183877632 26257 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 44892 26257 672 633 0 28088 0
[pid=93160/tid=93162] ppid=93157 vsize=179568 memory=15104 CPUtime=2.8 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 13639 0 0 0 280 0 0 0 20 0 2 0 76720917 183877632 26257 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 8.69 s
Current children cumulated vsize: 179568 KiB
Current children cumulated memory: 105028 KiB

[startup+12.7002 s]
/proc/loadavg: 5.66 5.55 5.40 5/266 93162
/proc/meminfo: memFree=125158732/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=179568 memory=105028 CPUtime=19.6 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 116459 0 0 0 1947 13 0 0 20 0 2 0 76720917 183877632 26257 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 44892 26257 672 633 0 28088 0
[pid=93160/tid=93162] ppid=93157 vsize=179568 memory=105028 CPUtime=7.37 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) S 93157 93160 92287 0 -1 4194368 21542 0 0 0 735 2 0 0 20 0 2 0 76720917 183877632 26257 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 19.6 s
Current children cumulated vsize: 179568 KiB
Current children cumulated memory: 105028 KiB

[startup+25.5002 s]
/proc/loadavg: 5.73 5.57 5.41 7/266 93163
/proc/meminfo: memFree=125151296/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=179568 memory=105028 CPUtime=43.49 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 137896 0 0 0 4333 16 0 0 20 0 2 0 76720917 183877632 26257 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 44892 26257 672 633 0 28088 0
[pid=93160/tid=93162] ppid=93157 vsize=179568 memory=105028 CPUtime=18.56 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 28452 0 0 0 1854 2 0 0 20 0 2 0 76720917 183877632 26257 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 43.49 s
Current children cumulated vsize: 179568 KiB
Current children cumulated memory: 105028 KiB

[startup+51.1057 s]
/proc/loadavg: 6.10 5.67 5.45 7/266 93163
/proc/meminfo: memFree=125136344/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=179568 memory=105156 CPUtime=93.44 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 157196 0 0 0 9326 18 0 0 20 0 2 0 76720917 183877632 26289 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 44892 26289 672 633 0 28088 0
[pid=93160/tid=93162] ppid=93157 vsize=179568 memory=15104 CPUtime=43.13 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 36193 0 0 0 4309 4 0 0 20 0 2 0 76720917 183877632 26289 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 93.44 s
Current children cumulated vsize: 179568 KiB
Current children cumulated memory: 105156 KiB

[startup+102.3 s]
/proc/loadavg: 5.90 5.69 5.46 6/266 93165
/proc/meminfo: memFree=125158460/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=179708 memory=105284 CPUtime=162.07 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 195921 0 0 0 16185 22 0 0 20 0 2 0 76720917 184020992 26321 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 44927 26321 672 633 0 28123 0
[pid=93160/tid=93162] ppid=93157 vsize=179708 memory=15104 CPUtime=60.85 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) S 93157 93160 92287 0 -1 4194368 44587 0 0 0 6080 5 0 0 20 0 2 0 76720917 184020992 26321 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 162.07 s
Current children cumulated vsize: 179708 KiB
Current children cumulated memory: 105284 KiB

[startup+162.3 s]
/proc/loadavg: 6.02 5.78 5.51 8/266 93167
/proc/meminfo: memFree=125163264/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=179708 memory=105284 CPUtime=257.37 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 215250 0 0 0 25713 24 0 0 20 0 2 0 76720917 184020992 26321 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 44927 26321 672 633 0 28123 0
[pid=93160/tid=93162] ppid=93157 vsize=179708 memory=5632 CPUtime=96.62 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 44594 0 0 0 9656 6 0 0 20 0 2 0 76720917 184020992 26321 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 257.37 s
Current children cumulated vsize: 179708 KiB
Current children cumulated memory: 105284 KiB

[startup+222.3 s]
/proc/loadavg: 6.35 5.92 5.58 7/267 93170
/proc/meminfo: memFree=125163000/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=179980 memory=106436 CPUtime=374.92 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 250071 0 0 0 37462 30 0 0 20 0 2 0 76720917 184299520 26609 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 44995 26609 672 633 0 28191 0
[pid=93160/tid=93162] ppid=93157 vsize=179980 memory=15104 CPUtime=154.74 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 58053 0 0 0 15465 9 0 0 20 0 2 0 76720917 184299520 26609 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 374.92 s
Current children cumulated vsize: 179980 KiB
Current children cumulated memory: 106436 KiB

[startup+282.3 s]
/proc/loadavg: 6.09 5.92 5.60 7/267 93173
/proc/meminfo: memFree=125167692/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=179980 memory=106564 CPUtime=479.85 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 271600 0 0 0 47951 34 0 0 20 0 2 0 76720917 184299520 26641 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 44995 26641 672 633 0 28191 0
[pid=93160/tid=93162] ppid=93157 vsize=179980 memory=106564 CPUtime=200.17 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 61947 0 0 0 20007 10 0 0 20 0 2 0 76720917 184299520 26641 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 479.85 s
Current children cumulated vsize: 179980 KiB
Current children cumulated memory: 106564 KiB

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

/proc/meminfo: memFree=125254872/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=180268 memory=106692 CPUtime=2455.14 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 372296 0 0 0 245427 87 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 45067 26673 672 633 0 28263 0
[pid=93160/tid=93162] ppid=93157 vsize=180268 memory=106692 CPUtime=1165.2 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 102827 0 0 0 116486 34 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 2455.14 s
Current children cumulated vsize: 180268 KiB
Current children cumulated memory: 106692 KiB

[startup+1362.3 s]
/proc/loadavg: 7.02 6.96 6.51 8/266 93313
/proc/meminfo: memFree=125255236/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=180268 memory=106692 CPUtime=2572.46 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 372340 0 0 0 257156 90 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 45067 26673 672 633 0 28263 0
[pid=93160/tid=93162] ppid=93157 vsize=180268 memory=14720 CPUtime=1223.07 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 102827 0 0 0 122272 35 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 2572.46 s
Current children cumulated vsize: 180268 KiB
Current children cumulated memory: 106692 KiB

[startup+1422.3 s]
/proc/loadavg: 7.00 6.97 6.54 8/266 93315
/proc/meminfo: memFree=125254620/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=180268 memory=106692 CPUtime=2690.62 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 392102 0 0 0 268969 93 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 45067 26673 672 633 0 28263 0
[pid=93160/tid=93162] ppid=93157 vsize=180268 memory=14720 CPUtime=1281.77 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 111386 0 0 0 128141 36 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 2690.62 s
Current children cumulated vsize: 180268 KiB
Current children cumulated memory: 106692 KiB

[startup+1482.3 s]
/proc/loadavg: 7.05 6.99 6.58 8/266 93317
/proc/meminfo: memFree=125254504/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=180268 memory=106692 CPUtime=2808.08 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 392245 0 0 0 280712 96 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 45067 26673 672 633 0 28263 0
[pid=93160/tid=93162] ppid=93157 vsize=180268 memory=14720 CPUtime=1339.75 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 111389 0 0 0 133938 37 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 2808.08 s
Current children cumulated vsize: 180268 KiB
Current children cumulated memory: 106692 KiB

[startup+1542.3 s]
/proc/loadavg: 6.93 6.97 6.59 8/266 93319
/proc/meminfo: memFree=125257020/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=180268 memory=106692 CPUtime=2926.04 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 392295 0 0 0 292506 98 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 45067 26673 672 633 0 28263 0
[pid=93160/tid=93162] ppid=93157 vsize=180268 memory=14720 CPUtime=1398.26 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 111389 0 0 0 139788 38 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 2926.04 s
Current children cumulated vsize: 180268 KiB
Current children cumulated memory: 106692 KiB

[startup+1602.3 s]
/proc/loadavg: 7.00 6.99 6.63 8/267 93328
/proc/meminfo: memFree=125253336/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=180268 memory=106692 CPUtime=3043.46 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 411880 0 0 0 304244 102 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 45067 26673 672 633 0 28263 0
[pid=93160/tid=93162] ppid=93157 vsize=180268 memory=106692 CPUtime=1456.3 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 119251 0 0 0 145591 39 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 3043.46 s
Current children cumulated vsize: 180268 KiB
Current children cumulated memory: 106692 KiB

[startup+1662.3 s]
/proc/loadavg: 7.00 7.00 6.65 7/267 93330
/proc/meminfo: memFree=125253364/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=180268 memory=106692 CPUtime=3161.21 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 411961 0 0 0 316017 104 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 45067 26673 672 633 0 28263 0
[pid=93160/tid=93162] ppid=93157 vsize=180268 memory=106692 CPUtime=1514.58 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 119251 0 0 0 151418 40 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 3161.21 s
Current children cumulated vsize: 180268 KiB
Current children cumulated memory: 106692 KiB

[startup+1722.3 s]
/proc/loadavg: 7.21 7.05 6.69 8/267 93332
/proc/meminfo: memFree=125254716/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=180268 memory=106692 CPUtime=3278.64 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 430977 0 0 0 327755 109 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 45067 26673 672 633 0 28263 0
[pid=93160/tid=93162] ppid=93157 vsize=180268 memory=106692 CPUtime=1572.55 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 127487 0 0 0 157212 43 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 3278.64 s
Current children cumulated vsize: 180268 KiB
Current children cumulated memory: 106692 KiB

[startup+1782.3 s]
/proc/loadavg: 7.28 7.11 6.74 7/267 93334
/proc/meminfo: memFree=125244756/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=180268 memory=106692 CPUtime=3396.47 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 431539 0 0 0 339537 110 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 45067 26673 672 633 0 28263 0
[pid=93160/tid=93162] ppid=93157 vsize=180268 memory=15104 CPUtime=1630.93 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 127501 0 0 0 163050 43 0 0 20 0 2 0 76720917 184594432 26673 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 3396.47 s
Current children cumulated vsize: 180268 KiB
Current children cumulated memory: 106692 KiB

[startup+1842.3 s]
/proc/loadavg: 7.15 7.10 6.76 8/267 93336
/proc/meminfo: memFree=125240724/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=180268 memory=106820 CPUtime=3514.27 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 431543 0 0 0 351314 113 0 0 20 0 2 0 76720917 184594432 26705 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 45067 26705 672 633 0 28263 0
[pid=93160/tid=93162] ppid=93157 vsize=180268 memory=15104 CPUtime=1689.23 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 127501 0 0 0 168878 45 0 0 20 0 2 0 76720917 184594432 26705 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 3514.27 s
Current children cumulated vsize: 180268 KiB
Current children cumulated memory: 106820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1886.11 s]
/proc/loadavg: 7.19 7.12 6.79 8/266 93338
/proc/meminfo: memFree=125256368/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=180268 memory=106820 CPUtime=3600.12 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 432393 0 0 0 359897 115 0 0 20 0 2 0 76720917 184594432 26705 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 45067 26705 672 633 0 28263 0
[pid=93160/tid=93162] ppid=93157 vsize=180268 memory=15104 CPUtime=1731.65 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 127812 0 0 0 173119 46 0 0 20 0 2 0 76720917 184594432 26705 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 180268 KiB
Current children cumulated memory: 106820 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.05 s, system=1.15585 s

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

[startup+1886.11 s]
/proc/loadavg: 7.19 7.12 6.79 8/266 93338
/proc/meminfo: memFree=125256368/131250000 swapFree=33008100/33010684
[pid=93160] ppid=93157 vsize=180268 memory=106820 CPUtime=3600.12 cores=5,7
/proc/93160/stat : 93160 (pb_competition_) R 93157 93160 92287 0 -1 4194304 432393 0 0 0 359897 115 0 0 20 0 2 0 76720917 184594432 26705 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
/proc/93160/statm: 45067 26705 672 633 0 28263 0
[pid=93160/tid=93162] ppid=93157 vsize=180268 memory=15104 CPUtime=1731.65 cores=5,7
/proc/93160/task/93162/stat : 93162 (pb_competition_) R 93157 93160 92287 0 -1 4194368 127812 0 0 0 173119 46 0 0 20 0 2 0 76720917 184594432 26705 18446744073709551615 4198400 6788177 140731681477888 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 8798208 140731681487193 140731681487320 140731681487320 140731681492922 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 180268 KiB
Current children cumulated memory: 106820 KiB

Child status: 0

Real time (s): 1886.16
CPU time (s): 3600.2
CPU user time (s): 3599.05
CPU system time (s): 1.15585
CPU usage (%): 190.875
Max. virtual memory (cumulated for all children) (KiB): 180268
Max. memory (cumulated for all children) (KiB): 106820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.05
system time used= 1.15586
maximum resident set size= 106820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434524
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= 35023
involuntary context switches= 39778


# summary of solver processes directly reported to runsolver:
#   pid: 93160
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3599.05
#   total CPU system time (s): 1.15585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.0004 second user time and 8.93243 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-04 08:26:47
IDJOB=4524204
IDBENCH=180627
IDSOLVER=3347
FILE ID=nodeC013/4524204-1751610407
RUNJOBID= nodeC013-1751603728-92363
SLURM_JOB_ID= 9598886
Free space on /tmp= 432584 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-GolombRuler-a3v18-15_c18.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-4524204-1751610407/watcher-4524204-1751610407 -o /tmp/evaluation-result-4524204-1751610407/solver-4524204-1751610407 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751603728-92363 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1960826853 HOME/instance-4524204-1751610407.opb

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

MD5SUM BENCH= 64dbfbfc0114f72138d7179eedb1d684
RANDOM SEED=1960826853

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125254224 kB
MemAvailable:   125573028 kB
Buffers:            1668 kB
Cached:          1112548 kB
SwapCached:         1916 kB
Active:          4598528 kB
Inactive:         748188 kB
Active(anon):    4226232 kB
Inactive(anon):    17628 kB
Active(file):     372296 kB
Inactive(file):   730560 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5768 kB
Writeback:             0 kB
AnonPages:       4233736 kB
Mapped:           108168 kB
Shmem:             11360 kB
KReclaimable:     109976 kB
Slab:             200388 kB
SReclaimable:     109976 kB
SUnreclaim:        90412 kB
KernelStack:        4304 kB
PageTables:        11320 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4580272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2068480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432580 MiB
End job on nodeC013 at 2025-07-04 08:58:13