Trace number 4512824

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.18 2416.04

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-4.opb
MD5SUMdb16a7a70580abe6c27a020416a9caab
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.03	c #variable: 4288
0.00/0.03	c #constraint: 9520
0.00/0.03	c #equal: 1328
0.00/0.03	c intsize: 4
0.00/0.03	c sizeproduct: 0
0.00/0.03	c #soft: 0
0.00/0.03	c mincost: 0
0.00/0.03	c maxcost: 0
0.00/0.03	c sumcost: 0
0.00/0.03	c iteration_max: -1
0.00/0.03	c time_max: -1
0.00/0.03	c number_of_threads(move update): 2
0.00/0.03	c number_of_threads(move evaluation): 2
0.00/0.03	c seed: 10462479
3600.13/2416.01	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512824-1751209906/watcher-4512824-1751209906 -o /tmp/evaluation-result-4512824-1751209906/solver-4512824-1751209906 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751206246-26131 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 10462479 HOME/instance-4512824-1751209906.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
solver pid=26839, runsolver pid=26836
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 5.33 5.27 5.30 6/271 26841
/proc/meminfo: memFree=125701496/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=104516 memory=33248 CPUtime=0.12 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 6950 0 0 0 11 1 0 0 20 0 2 0 36669284 107024384 8312 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 26129 8312 672 633 0 9813 0
[pid=26839/tid=26841] ppid=26836 vsize=104516 memory=4026531960 CPUtime=0.02 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 856 0 0 0 2 0 0 0 20 0 2 0 36669284 107024384 8312 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 104516 KiB
Current children cumulated memory: 33248 KiB

[startup+0.205981 s]*
/proc/loadavg: 5.33 5.27 5.30 5/271 26841
/proc/meminfo: memFree=125685368/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=111548 memory=40416 CPUtime=0.24 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 8729 0 0 0 23 1 0 0 20 0 2 0 36669284 114225152 10104 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 27887 10104 672 633 0 11571 0
[pid=26839/tid=26841] ppid=26836 vsize=111548 memory=664958721904869660 CPUtime=0.03 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 856 0 0 0 3 0 0 0 20 0 2 0 36669284 114225152 10104 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 111548 KiB
Current children cumulated memory: 40416 KiB

[startup+0.305977 s]*
/proc/loadavg: 5.33 5.27 5.30 5/271 26841
/proc/meminfo: memFree=125685368/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=111548 memory=40416 CPUtime=0.34 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 8730 0 0 0 33 1 0 0 20 0 2 0 36669284 114225152 10104 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 27887 10104 672 633 0 11571 0
[pid=26839/tid=26841] ppid=26836 vsize=111548 memory=7971234486688627826 CPUtime=0.03 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 856 0 0 0 3 0 0 0 20 0 2 0 36669284 114225152 10104 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 111548 KiB
Current children cumulated memory: 40416 KiB

[startup+0.700208 s]
/proc/loadavg: 5.33 5.27 5.30 6/271 26841
/proc/meminfo: memFree=125685368/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=111944 memory=40800 CPUtime=0.87 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 8832 0 0 0 86 1 0 0 20 0 2 0 36669284 114630656 10200 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 27986 10200 672 633 0 11670 0
[pid=26839/tid=26841] ppid=26836 vsize=111944 memory=17408 CPUtime=0.18 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) R 26836 26839 26120 0 -1 4194368 856 0 0 0 18 0 0 0 20 0 2 0 36669284 114630656 10200 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 0.87 s
Current children cumulated vsize: 111944 KiB
Current children cumulated memory: 40800 KiB

[startup+1.50021 s]
/proc/loadavg: 5.30 5.26 5.30 5/271 26841
/proc/meminfo: memFree=125685368/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=112208 memory=41056 CPUtime=2.11 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 13212 0 0 0 209 2 0 0 20 0 2 0 36669284 114900992 10264 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 28052 10264 672 633 0 11736 0
[pid=26839/tid=26841] ppid=26836 vsize=112208 memory=17408 CPUtime=0.63 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 1101 0 0 0 63 0 0 0 20 0 2 0 36669284 114900992 10264 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 2.11 s
Current children cumulated vsize: 112208 KiB
Current children cumulated memory: 41056 KiB

[startup+3.10575 s]
/proc/loadavg: 5.30 5.26 5.30 6/271 26841
/proc/meminfo: memFree=125685404/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=112356 memory=41204 CPUtime=4.54 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 18911 0 0 0 452 2 0 0 20 0 2 0 36669284 115052544 10301 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 28089 10301 672 633 0 11773 0
[pid=26839/tid=26841] ppid=26836 vsize=112356 memory=41076 CPUtime=1.47 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 1499 0 0 0 147 0 0 0 20 0 2 0 36669284 115052544 10301 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 4.54 s
Current children cumulated vsize: 112356 KiB
Current children cumulated memory: 41204 KiB

[startup+6.30019 s]
/proc/loadavg: 5.20 5.24 5.29 7/271 26841
/proc/meminfo: memFree=125685404/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=113016 memory=41844 CPUtime=8.92 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 25561 0 0 0 889 3 0 0 20 0 2 0 36669284 115728384 10461 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 28254 10461 672 633 0 11938 0
[pid=26839/tid=26841] ppid=26836 vsize=113016 memory=17408 CPUtime=2.67 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) R 26836 26839 26120 0 -1 4194368 1743 0 0 0 267 0 0 0 20 0 2 0 36669284 115728384 10461 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 8.92 s
Current children cumulated vsize: 113016 KiB
Current children cumulated memory: 41844 KiB

[startup+12.7002 s]
/proc/loadavg: 5.18 5.24 5.29 5/271 26842
/proc/meminfo: memFree=125685908/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=113412 memory=42356 CPUtime=18.31 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 37057 0 0 0 1825 6 0 0 20 0 2 0 36669284 116133888 10589 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 28353 10589 672 633 0 12037 0
[pid=26839/tid=26841] ppid=26836 vsize=113412 memory=42356 CPUtime=5.71 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) R 26836 26839 26120 0 -1 4194368 2335 0 0 0 570 1 0 0 20 0 2 0 36669284 116133888 10589 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 18.31 s
Current children cumulated vsize: 113412 KiB
Current children cumulated memory: 42356 KiB

[startup+25.5002 s]
/proc/loadavg: 5.23 5.25 5.29 6/269 26842
/proc/meminfo: memFree=125694228/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=113676 memory=42612 CPUtime=38.22 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 48820 0 0 0 3811 11 0 0 20 0 2 0 36669284 116404224 10653 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 28419 10653 672 633 0 12103 0
[pid=26839/tid=26841] ppid=26836 vsize=113676 memory=42612 CPUtime=12.91 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 3294 0 0 0 1288 3 0 0 20 0 2 0 36669284 116404224 10653 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 38.22 s
Current children cumulated vsize: 113676 KiB
Current children cumulated memory: 42612 KiB

[startup+51.1057 s]
/proc/loadavg: 5.28 5.25 5.29 7/269 26842
/proc/meminfo: memFree=125697608/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=113260 memory=42068 CPUtime=76.43 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 1686587 0 0 0 7369 274 0 0 20 0 2 0 36669284 115978240 10517 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 28315 10517 672 633 0 11999 0
[pid=26839/tid=26841] ppid=26836 vsize=113260 memory=17408 CPUtime=25.69 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) R 26836 26839 26120 0 -1 4194368 3844 0 0 0 2560 9 0 0 20 0 2 0 36669284 115978240 10517 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 76.43 s
Current children cumulated vsize: 113260 KiB
Current children cumulated memory: 42068 KiB

[startup+102.3 s]
/proc/loadavg: 5.22 5.24 5.28 6/269 26845
/proc/meminfo: memFree=125698228/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=113612 memory=42588 CPUtime=154.74 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 2420995 0 0 0 15070 404 0 0 20 0 2 0 36669284 116338688 10647 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 28403 10647 672 633 0 12087 0
[pid=26839/tid=26841] ppid=26836 vsize=113612 memory=17408 CPUtime=53.19 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) R 26836 26839 26120 0 -1 4194368 4663 0 0 0 5301 18 0 0 20 0 2 0 36669284 116338688 10647 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 154.74 s
Current children cumulated vsize: 113612 KiB
Current children cumulated memory: 42588 KiB

[startup+162.3 s]
/proc/loadavg: 5.23 5.24 5.28 6/268 26847
/proc/meminfo: memFree=125700608/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=114248 memory=43052 CPUtime=242.81 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 6548628 0 0 0 23212 1069 0 0 20 0 2 0 36669284 116989952 10763 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 28562 10763 672 633 0 12246 0
[pid=26839/tid=26841] ppid=26836 vsize=114248 memory=5632 CPUtime=81.69 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) R 26836 26839 26120 0 -1 4194368 5340 0 0 0 8141 28 0 0 20 0 2 0 36669284 116989952 10763 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 242.81 s
Current children cumulated vsize: 114248 KiB
Current children cumulated memory: 43052 KiB

[startup+222.3 s]
/proc/loadavg: 5.15 5.23 5.27 6/268 26849
/proc/meminfo: memFree=125700992/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=115280 memory=44080 CPUtime=331.23 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 9893217 0 0 0 31476 1647 0 0 20 0 2 0 36669284 118046720 11020 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 28820 11020 672 633 0 12504 0
[pid=26839/tid=26841] ppid=26836 vsize=115280 memory=17408 CPUtime=110.54 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 6517 0 0 0 11015 39 0 0 20 0 2 0 36669284 118046720 11020 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 331.23 s
Current children cumulated vsize: 115280 KiB
Current children cumulated memory: 44080 KiB

[startup+282.3 s]
/proc/loadavg: 5.17 5.19 5.25 6/268 26851
/proc/meminfo: memFree=125702348/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=115040 memory=43848 CPUtime=423.18 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 10903122 0 0 0 40495 1823 0 0 20 0 2 0 36669284 117800960 10962 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 28760 10962 672 633 0 12444 0
[pid=26839/tid=26841] ppid=26836 vsize=115040 memory=44360 CPUtime=142.92 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) R 26836 26839 26120 0 -1 4194368 7087 0 0 0 14241 51 0 0 20 0 2 0 36669284 117800960 10962 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 423.18 s
Current children cumulated vsize: 115040 KiB

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

/proc/meminfo: memFree=125671500/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=116692 memory=45728 CPUtime=2651.77 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 77975840 0 0 0 251864 13313 0 0 20 0 2 0 36669284 119492608 11400 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 29266 11432 672 633 0 12950 0
[pid=26839/tid=26841] ppid=26836 vsize=117064 memory=14572 CPUtime=882.62 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) R 26836 26839 26120 0 -1 4194368 24180 0 0 0 87930 332 0 0 20 0 2 0 36669284 119873536 11464 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 2651.77 s
Current children cumulated vsize: 116692 KiB
Current children cumulated memory: 45728 KiB

[startup+1842.3 s]
/proc/loadavg: 5.49 5.20 5.13 5/269 26980
/proc/meminfo: memFree=125676032/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=117392 memory=46280 CPUtime=2740.48 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 81468818 0 0 0 260152 13896 0 0 20 0 2 0 36669284 120209408 11570 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 29348 11570 672 633 0 13032 0
[pid=26839/tid=26841] ppid=26836 vsize=117392 memory=46504 CPUtime=911.79 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 25291 0 0 0 90833 346 0 0 20 0 2 0 36669284 120209408 11570 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 2740.48 s
Current children cumulated vsize: 117392 KiB
Current children cumulated memory: 46280 KiB

[startup+1902.3 s]
/proc/loadavg: 5.87 5.36 5.19 5/268 26982
/proc/meminfo: memFree=125675664/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=116836 memory=45880 CPUtime=2829.15 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 85079703 0 0 0 268415 14500 0 0 20 0 2 0 36669284 119640064 11470 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 29209 11470 672 633 0 12893 0
[pid=26839/tid=26841] ppid=26836 vsize=116836 memory=46504 CPUtime=940.89 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) R 26836 26839 26120 0 -1 4194368 26213 0 0 0 93732 357 0 0 20 0 2 0 36669284 119640064 11470 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 2829.15 s
Current children cumulated vsize: 116836 KiB
Current children cumulated memory: 45880 KiB

[startup+1962.3 s]
/proc/loadavg: 5.71 5.40 5.21 6/268 26985
/proc/meminfo: memFree=125675280/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=117756 memory=46764 CPUtime=2917.92 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 88798680 0 0 0 276659 15133 0 0 20 0 2 0 36669284 120582144 11691 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 29439 11691 672 633 0 13123 0
[pid=26839/tid=26841] ppid=26836 vsize=117888 memory=46748 CPUtime=970.08 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 26223 0 0 0 96640 368 0 0 20 0 2 0 36669284 120717312 11691 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 2917.92 s
Current children cumulated vsize: 117756 KiB
Current children cumulated memory: 46764 KiB

[startup+2022.3 s]
/proc/loadavg: 5.71 5.45 5.24 6/267 26987
/proc/meminfo: memFree=125675132/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=117580 memory=46468 CPUtime=3006.91 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 92439949 0 0 0 284935 15756 0 0 20 0 2 0 36669284 120401920 11617 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 29395 11617 672 633 0 13079 0
[pid=26839/tid=26841] ppid=26836 vsize=117580 memory=46476 CPUtime=999.49 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 27153 0 0 0 99569 380 0 0 20 0 2 0 36669284 120401920 11617 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 3006.91 s
Current children cumulated vsize: 117580 KiB
Current children cumulated memory: 46468 KiB

[startup+2082.3 s]
/proc/loadavg: 5.62 5.46 5.26 6/267 26989
/proc/meminfo: memFree=125674508/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=117996 memory=46872 CPUtime=3095.97 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 96086608 0 0 0 293229 16368 0 0 20 0 2 0 36669284 120827904 11718 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 29499 11718 672 633 0 13183 0
[pid=26839/tid=26841] ppid=26836 vsize=117996 memory=45988 CPUtime=1028.98 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 27163 0 0 0 102504 394 0 0 20 0 2 0 36669284 120827904 11718 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 3095.97 s
Current children cumulated vsize: 117996 KiB
Current children cumulated memory: 46872 KiB

[startup+2142.3 s]
/proc/loadavg: 5.41 5.43 5.26 6/267 27037
/proc/meminfo: memFree=125682632/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=117648 memory=46560 CPUtime=3185.36 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 98612701 0 0 0 301723 16813 0 0 20 0 2 0 36669284 120471552 11640 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 29412 11640 672 633 0 13096 0
[pid=26839/tid=26841] ppid=26836 vsize=117648 memory=46500 CPUtime=1058.82 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 27721 0 0 0 105478 404 0 0 20 0 2 0 36669284 120471552 11640 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 3185.36 s
Current children cumulated vsize: 117648 KiB
Current children cumulated memory: 46560 KiB

[startup+2202.3 s]
/proc/loadavg: 5.72 5.50 5.30 6/268 27042
/proc/meminfo: memFree=125677740/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=117648 memory=46600 CPUtime=3275.26 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 98614634 0 0 0 310689 16837 0 0 20 0 2 0 36669284 120471552 11650 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 29412 11650 672 633 0 13096 0
[pid=26839/tid=26841] ppid=26836 vsize=117648 memory=46500 CPUtime=1089.17 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 27790 0 0 0 108502 415 0 0 20 0 2 0 36669284 120471552 11650 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 3275.26 s
Current children cumulated vsize: 117648 KiB
Current children cumulated memory: 46600 KiB

[startup+2262.3 s]
/proc/loadavg: 6.14 5.66 5.37 6/268 27044
/proc/meminfo: memFree=125669092/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=117668 memory=46620 CPUtime=3366.26 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 98623384 0 0 0 319767 16859 0 0 20 0 2 0 36669284 120492032 11655 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 29417 11655 672 633 0 13101 0
[pid=26839/tid=26841] ppid=26836 vsize=117668 memory=46600 CPUtime=1120.6 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) R 26836 26839 26120 0 -1 4194368 28633 0 0 0 111635 425 0 0 20 0 2 0 36669284 120492032 11655 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 3366.26 s
Current children cumulated vsize: 117668 KiB
Current children cumulated memory: 46620 KiB

[startup+2322.3 s]
/proc/loadavg: 5.90 5.68 5.39 7/269 27052
/proc/meminfo: memFree=125668468/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=117668 memory=46620 CPUtime=3457.55 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 98634030 0 0 0 328873 16882 0 0 20 0 2 0 36669284 120492032 11655 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 29417 11655 672 633 0 13101 0
[pid=26839/tid=26841] ppid=26836 vsize=117668 memory=46640 CPUtime=1152.36 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) R 26836 26839 26120 0 -1 4194368 29469 0 0 0 114801 435 0 0 20 0 2 0 36669284 120492032 11655 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 3457.55 s
Current children cumulated vsize: 117668 KiB
Current children cumulated memory: 46620 KiB

[startup+2382.3 s]
/proc/loadavg: 5.89 5.71 5.42 6/269 27056
/proc/meminfo: memFree=125668384/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=117744 memory=46696 CPUtime=3548.98 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) R 26836 26839 26120 0 -1 4194304 98664747 0 0 0 337987 16911 0 0 20 0 2 0 36669284 120569856 11674 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 29436 11674 672 633 0 13120 0
[pid=26839/tid=26841] ppid=26836 vsize=117744 memory=46640 CPUtime=1184.21 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) S 26836 26839 26120 0 -1 4194368 30401 0 0 0 117974 447 0 0 20 0 2 0 36669284 120569856 11674 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 3548.98 s
Current children cumulated vsize: 117744 KiB
Current children cumulated memory: 46696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2416 s]*
/proc/loadavg: 5.58 5.64 5.40 8/269 27057
/proc/meminfo: memFree=125668220/131249996 swapFree=33010684/33010684
[pid=26839] ppid=26836 vsize=117840 memory=46776 CPUtime=3600.13 cores=4,6
/proc/26839/stat : 26839 (pb_competition_) S 26836 26839 26120 0 -1 4194304 98718871 0 0 0 343079 16934 0 0 20 0 2 0 36669284 120668160 11694 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
/proc/26839/statm: 29460 11694 672 633 0 13144 0
[pid=26839/tid=26841] ppid=26836 vsize=117840 memory=7970108552438561898 CPUtime=1201.93 cores=4,6
/proc/26839/task/26841/stat : 26841 (pb_competition_) R 26836 26839 26120 0 -1 4194368 31304 0 0 0 119739 454 0 0 20 0 2 0 36669284 120668160 11694 18446744073709551615 4198400 6788177 140735625325968 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 34881536 140735625328987 140735625329112 140735625329112 140735625334714 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 117840 KiB
Current children cumulated memory: 46776 KiB

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

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

# cumulated CPU time of all completed processes:  user=3430.83 s, system=169.349 s

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

Child status: 0

Real time (s): 2416.04
CPU time (s): 3600.18
CPU user time (s): 3430.83
CPU system time (s): 169.349
CPU usage (%): 149.012
Max. virtual memory (cumulated for all children) (KiB): 118112
Max. memory (cumulated for all children) (KiB): 47024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3430.83
system time used= 169.349
maximum resident set size= 47120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98722383
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= 686508
involuntary context switches= 41492


# summary of solver processes directly reported to runsolver:
#   pid: 26839
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3430.83
#   total CPU system time (s): 169.349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.0918 second user time and 12.3276 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 17:11:47
IDJOB=4512824
IDBENCH=162179
IDSOLVER=3347
FILE ID=nodeC032/4512824-1751209906
RUNJOBID= nodeC032-1751206246-26131
SLURM_JOB_ID= 9587632
Free space on /tmp= 431924 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-4.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-4512824-1751209906/watcher-4512824-1751209906 -o /tmp/evaluation-result-4512824-1751209906/solver-4512824-1751209906 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751206246-26131 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 10462479 HOME/instance-4512824-1751209906.opb

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

MD5SUM BENCH= db16a7a70580abe6c27a020416a9caab
RANDOM SEED=10462479

nodeC032 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.846
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.69
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.851
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.69
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.912
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.69
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		: 3595.854
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.69
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.840
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.69
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.848
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.69
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		: 3561.941
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.69
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		: 3604.358
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125730352 kB
MemAvailable:   125546208 kB
Buffers:            3280 kB
Cached:           626192 kB
SwapCached:            0 kB
Active:          4532900 kB
Inactive:         372952 kB
Active(anon):    4294496 kB
Inactive(anon):        0 kB
Active(file):     238404 kB
Inactive(file):   372952 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5504 kB
Writeback:            16 kB
AnonPages:       4279760 kB
Mapped:           110816 kB
Shmem:             18068 kB
KReclaimable:      87480 kB
Slab:             171212 kB
SReclaimable:      87480 kB
SUnreclaim:        83732 kB
KernelStack:        4368 kB
PageTables:        11552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4679644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431920 MiB
End job on nodeC032 at 2025-06-29 17:52:03