Trace number 4543163

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.1 1813.11

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/
larger/domset_large_shuffle/normalized-domset-hexgrid_05_110.shuf-2.opb
MD5SUM73c63b112a71eb267c42688444d17031
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.10623
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables550
Total number of constraints551
Number of constraints which are clauses550
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint550
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 137
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.00	c #variable: 550
0.00/0.00	c #constraint: 551
0.00/0.00	c #equal: 0
0.00/0.00	c intsize: 10
0.00/0.00	c sizeproduct: 0
0.00/0.00	c #soft: 0
0.00/0.00	c mincost: 0
0.00/0.00	c maxcost: 0
0.00/0.00	c sumcost: 0
0.00/0.00	c iteration_max: -1
0.00/0.00	c time_max: -1
0.00/0.00	c number_of_threads(move update): 2
0.00/0.00	c number_of_threads(move evaluation): 2
0.00/0.00	c seed: 1385049241
3600.08/1813.11	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 (62302 MiB free)
  memory of node 1: 64507 MiB (62817 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543163-1753203611/watcher-4543163-1753203611 -o /tmp/evaluation-result-4543163-1753203611/solver-4543163-1753203611 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753198973-174212 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1385049241 HOME/instance-4543163-1753203611.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=174995, runsolver pid=174992

[startup+0.100055 s]*
/proc/loadavg: 7.49 7.55 7.13 9/267 174997
/proc/meminfo: memFree=128122924/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80032 memory=5760 CPUtime=0.18 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 889 0 0 0 18 0 0 0 20 0 2 0 236038829 81952768 1440 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20008 1440 672 633 0 2886 0
[pid=174995/tid=174997] ppid=174992 vsize=80032 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 50 0 0 0 8 0 0 0 20 0 2 0 236038829 81952768 1440 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 80032 KiB
Current children cumulated memory: 5760 KiB

[startup+0.204585 s]*
/proc/loadavg: 7.49 7.55 7.13 9/267 174997
/proc/meminfo: memFree=128122924/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80072 memory=5888 CPUtime=0.38 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 904 0 0 0 38 0 0 0 20 0 2 0 236038829 81993728 1472 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20018 1472 672 633 0 2896 0
[pid=174995/tid=174997] ppid=174992 vsize=80072 memory=4830728736883343644 CPUtime=0.18 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 50 0 0 0 18 0 0 0 20 0 2 0 236038829 81993728 1472 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 80072 KiB
Current children cumulated memory: 5888 KiB

[startup+0.304368 s]*
/proc/loadavg: 7.49 7.55 7.13 8/267 174997
/proc/meminfo: memFree=128122924/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80152 memory=5888 CPUtime=0.57 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 927 0 0 0 56 1 0 0 20 0 2 0 236038829 82075648 1472 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20038 1472 672 633 0 2916 0
[pid=174995/tid=174997] ppid=174992 vsize=80152 memory=-8537627086130276192 CPUtime=0.26 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) S 174992 174995 174194 0 -1 4194368 50 0 0 0 26 0 0 0 20 0 2 0 236038829 82075648 1472 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 80152 KiB
Current children cumulated memory: 5888 KiB

[startup+0.700128 s]
/proc/loadavg: 7.49 7.55 7.13 9/267 174997
/proc/meminfo: memFree=128123096/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80356 memory=5888 CPUtime=1.32 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 944 0 0 0 130 2 0 0 20 0 2 0 236038829 82284544 1472 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20089 1472 672 633 0 2967 0
[pid=174995/tid=174997] ppid=174992 vsize=80356 memory=28160 CPUtime=0.63 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 50 0 0 0 63 0 0 0 20 0 2 0 236038829 82284544 1472 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 80356 KiB
Current children cumulated memory: 5888 KiB

[startup+1.50012 s]
/proc/loadavg: 7.49 7.55 7.13 9/267 174997
/proc/meminfo: memFree=128123096/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80356 memory=5888 CPUtime=2.89 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 1602 0 0 0 285 4 0 0 20 0 2 0 236038829 82284544 1472 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20089 1472 672 633 0 2967 0
[pid=174995/tid=174997] ppid=174992 vsize=80356 memory=28160 CPUtime=1.41 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 166 0 0 0 140 1 0 0 20 0 2 0 236038829 82284544 1472 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 80356 KiB
Current children cumulated memory: 5888 KiB

[startup+3.10498 s]
/proc/loadavg: 7.49 7.55 7.13 9/267 174997
/proc/meminfo: memFree=128123120/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80356 memory=6016 CPUtime=6.07 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 2236 0 0 0 598 9 0 0 20 0 2 0 236038829 82284544 1504 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20089 1504 672 633 0 2967 0
[pid=174995/tid=174997] ppid=174992 vsize=80356 memory=5888 CPUtime=3 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 168 0 0 0 298 2 0 0 20 0 2 0 236038829 82284544 1504 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 6.07 s
Current children cumulated vsize: 80356 KiB
Current children cumulated memory: 6016 KiB

[startup+6.30012 s]
/proc/loadavg: 7.53 7.56 7.13 9/267 174997
/proc/meminfo: memFree=128123128/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80356 memory=6016 CPUtime=12.41 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 2874 0 0 0 1227 14 0 0 20 0 2 0 236038829 82284544 1504 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20089 1504 672 633 0 2967 0
[pid=174995/tid=174997] ppid=174992 vsize=80356 memory=28160 CPUtime=6.16 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 224 0 0 0 613 3 0 0 20 0 2 0 236038829 82284544 1504 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 12.41 s
Current children cumulated vsize: 80356 KiB
Current children cumulated memory: 6016 KiB

[startup+12.7001 s]
/proc/loadavg: 7.57 7.57 7.14 9/267 174997
/proc/meminfo: memFree=128123152/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80540 memory=6144 CPUtime=25.13 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 4191 0 0 0 2485 28 0 0 20 0 2 0 236038829 82472960 1536 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20135 1536 672 633 0 3013 0
[pid=174995/tid=174997] ppid=174992 vsize=80540 memory=6144 CPUtime=12.51 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 464 0 0 0 1245 6 0 0 20 0 2 0 236038829 82472960 1536 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 25.13 s
Current children cumulated vsize: 80540 KiB
Current children cumulated memory: 6144 KiB

[startup+25.5001 s]
/proc/loadavg: 7.44 7.54 7.13 8/267 174997
/proc/meminfo: memFree=128123152/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80540 memory=6144 CPUtime=50.58 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 6192 0 0 0 4998 60 0 0 20 0 2 0 236038829 82472960 1536 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20135 1536 672 633 0 3013 0
[pid=174995/tid=174997] ppid=174992 vsize=80540 memory=6144 CPUtime=25.24 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 841 0 0 0 2511 13 0 0 20 0 2 0 236038829 82472960 1536 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 50.58 s
Current children cumulated vsize: 80540 KiB
Current children cumulated memory: 6144 KiB

[startup+51.1055 s]
/proc/loadavg: 7.63 7.58 7.16 8/267 175009
/proc/meminfo: memFree=128122656/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80552 memory=6144 CPUtime=101.45 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 6887 0 0 0 10020 125 0 0 20 0 2 0 236038829 82485248 1536 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20138 1536 672 633 0 3016 0
[pid=174995/tid=174997] ppid=174992 vsize=80552 memory=28160 CPUtime=50.64 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 895 0 0 0 5037 27 0 0 20 0 2 0 236038829 82485248 1536 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 101.45 s
Current children cumulated vsize: 80552 KiB
Current children cumulated memory: 6144 KiB

[startup+102.3 s]
/proc/loadavg: 7.70 7.61 7.19 9/267 175057
/proc/meminfo: memFree=128151296/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80552 memory=6272 CPUtime=203.19 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 8727 0 0 0 20091 228 0 0 20 0 2 0 236038829 82485248 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20138 1568 672 633 0 3016 0
[pid=174995/tid=174997] ppid=174992 vsize=80552 memory=14384 CPUtime=101.52 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 1207 0 0 0 10103 49 0 0 20 0 2 0 236038829 82485248 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 203.19 s
Current children cumulated vsize: 80552 KiB
Current children cumulated memory: 6272 KiB

[startup+162.3 s]
/proc/loadavg: 7.69 7.62 7.22 7/267 175059
/proc/meminfo: memFree=128144340/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80600 memory=6272 CPUtime=322.37 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 14435 0 0 0 31854 383 0 0 20 0 2 0 236038829 82534400 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20150 1568 672 633 0 3028 0
[pid=174995/tid=174997] ppid=174992 vsize=80600 memory=6272 CPUtime=161.14 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 1479 0 0 0 16027 87 0 0 20 0 2 0 236038829 82534400 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 322.37 s
Current children cumulated vsize: 80600 KiB
Current children cumulated memory: 6272 KiB

[startup+222.3 s]
/proc/loadavg: 7.79 7.66 7.26 8/268 175062
/proc/meminfo: memFree=128135760/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80624 memory=6272 CPUtime=441.56 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 14452 0 0 0 43627 529 0 0 20 0 2 0 236038829 82558976 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20156 1568 672 633 0 3034 0
[pid=174995/tid=174997] ppid=174992 vsize=80624 memory=6272 CPUtime=220.67 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 1480 0 0 0 21945 122 0 0 20 0 2 0 236038829 82558976 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 441.56 s
Current children cumulated vsize: 80624 KiB
Current children cumulated memory: 6272 KiB

[startup+282.3 s]
/proc/loadavg: 7.75 7.68 7.29 9/268 175111
/proc/meminfo: memFree=128216956/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80648 memory=6272 CPUtime=560.3 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 15044 0 0 0 55358 672 0 0 20 0 2 0 236038829 82583552 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20162 1568 672 633 0 3040 0
[pid=174995/tid=174997] ppid=174992 vsize=80648 memory=14384 CPUtime=279.91 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 1672 0 0 0 27828 163 0 0 20 0 2 0 236038829 82583552 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 560.3 s
Current children cumulated vsize: 80648 KiB
Current children cumulated memory: 6272 KiB

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

/proc/meminfo: memFree=128113360/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80672 memory=6272 CPUtime=2466.43 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 17464 0 0 0 243638 3005 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20168 1568 672 633 0 3046 0
[pid=174995/tid=174997] ppid=174992 vsize=80672 memory=6272 CPUtime=1233.46 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 2474 0 0 0 122509 837 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 2466.43 s
Current children cumulated vsize: 80672 KiB
Current children cumulated memory: 6272 KiB

[startup+1302.3 s]
/proc/loadavg: 7.72 7.64 7.52 9/267 175156
/proc/meminfo: memFree=128112976/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80672 memory=6272 CPUtime=2585.59 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 17467 0 0 0 255406 3153 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20168 1568 672 633 0 3046 0
[pid=174995/tid=174997] ppid=174992 vsize=80672 memory=6272 CPUtime=1292.99 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 2476 0 0 0 128420 879 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 2585.59 s
Current children cumulated vsize: 80672 KiB
Current children cumulated memory: 6272 KiB

[startup+1362.3 s]
/proc/loadavg: 7.44 7.58 7.51 9/267 175158
/proc/meminfo: memFree=128112432/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80672 memory=6272 CPUtime=2704.71 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 17477 0 0 0 267173 3298 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20168 1568 672 633 0 3046 0
[pid=174995/tid=174997] ppid=174992 vsize=80672 memory=6272 CPUtime=1352.53 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 2477 0 0 0 134332 921 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 2704.71 s
Current children cumulated vsize: 80672 KiB
Current children cumulated memory: 6272 KiB

[startup+1422.3 s]
/proc/loadavg: 7.42 7.56 7.51 9/267 175160
/proc/meminfo: memFree=128111524/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80672 memory=6272 CPUtime=2823.88 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 17477 0 0 0 278942 3446 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20168 1568 672 633 0 3046 0
[pid=174995/tid=174997] ppid=174992 vsize=80672 memory=6272 CPUtime=1412.16 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 2477 0 0 0 140251 965 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 2823.88 s
Current children cumulated vsize: 80672 KiB
Current children cumulated memory: 6272 KiB

[startup+1482.3 s]
/proc/loadavg: 7.78 7.64 7.54 8/269 175166
/proc/meminfo: memFree=128109100/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80672 memory=6272 CPUtime=2943.02 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 18182 0 0 0 290713 3589 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20168 1568 672 633 0 3046 0
[pid=174995/tid=174997] ppid=174992 vsize=80672 memory=6272 CPUtime=1471.72 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 2732 0 0 0 146162 1010 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 2943.02 s
Current children cumulated vsize: 80672 KiB
Current children cumulated memory: 6272 KiB

[startup+1542.3 s]
/proc/loadavg: 7.76 7.65 7.55 9/268 175265
/proc/meminfo: memFree=128363200/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80672 memory=6272 CPUtime=3062.16 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 18183 0 0 0 302476 3740 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20168 1568 672 633 0 3046 0
[pid=174995/tid=174997] ppid=174992 vsize=80672 memory=28160 CPUtime=1531.25 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 2732 0 0 0 152067 1058 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 3062.16 s
Current children cumulated vsize: 80672 KiB
Current children cumulated memory: 6272 KiB

[startup+1602.3 s]
/proc/loadavg: 7.82 7.69 7.57 9/269 175268
/proc/meminfo: memFree=128353284/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80672 memory=6272 CPUtime=3181.34 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 18190 0 0 0 314248 3886 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20168 1568 672 633 0 3046 0
[pid=174995/tid=174997] ppid=174992 vsize=80672 memory=6272 CPUtime=1590.9 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 2733 0 0 0 157987 1103 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 3181.34 s
Current children cumulated vsize: 80672 KiB
Current children cumulated memory: 6272 KiB

[startup+1662.3 s]
/proc/loadavg: 7.69 7.67 7.57 9/269 175270
/proc/meminfo: memFree=128351144/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80672 memory=6272 CPUtime=3300.53 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 18761 0 0 0 326023 4030 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20168 1568 672 633 0 3046 0
[pid=174995/tid=174997] ppid=174992 vsize=80672 memory=14384 CPUtime=1650.58 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 2785 0 0 0 163912 1146 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 3300.53 s
Current children cumulated vsize: 80672 KiB
Current children cumulated memory: 6272 KiB

[startup+1722.3 s]
/proc/loadavg: 7.90 7.73 7.60 9/269 175272
/proc/meminfo: memFree=128344088/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80672 memory=6272 CPUtime=3419.72 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 18785 0 0 0 337797 4175 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20168 1568 672 633 0 3046 0
[pid=174995/tid=174997] ppid=174992 vsize=80672 memory=6272 CPUtime=1710.18 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 2785 0 0 0 169827 1191 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 3419.72 s
Current children cumulated vsize: 80672 KiB
Current children cumulated memory: 6272 KiB

[startup+1782.3 s]
/proc/loadavg: 7.91 7.76 7.61 9/268 175275
/proc/meminfo: memFree=128343492/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80672 memory=6272 CPUtime=3538.89 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 18895 0 0 0 349568 4321 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20168 1568 672 633 0 3046 0
[pid=174995/tid=174997] ppid=174992 vsize=80672 memory=28160 CPUtime=1769.84 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 2829 0 0 0 175749 1235 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 3538.89 s
Current children cumulated vsize: 80672 KiB
Current children cumulated memory: 6272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.11 s]
/proc/loadavg: 7.76 7.73 7.61 9/268 175276
/proc/meminfo: memFree=128332248/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80672 memory=6272 CPUtime=3600.08 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 18899 0 0 0 355613 4395 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20168 1568 672 633 0 3046 0
[pid=174995/tid=174997] ppid=174992 vsize=80672 memory=6272 CPUtime=1800.42 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 2831 0 0 0 178784 1258 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 80672 KiB
Current children cumulated memory: 6272 KiB

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

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

# cumulated CPU time of all completed processes:  user=3556.14 s, system=43.9517 s

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

[startup+1813.11 s]
/proc/loadavg: 7.76 7.73 7.61 9/268 175276
/proc/meminfo: memFree=128332248/131249996 swapFree=33010416/33010684
[pid=174995] ppid=174992 vsize=80672 memory=6272 CPUtime=3600.08 cores=4,6
/proc/174995/stat : 174995 (pb_competition_) R 174992 174995 174194 0 -1 4194304 18899 0 0 0 355613 4395 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
/proc/174995/statm: 20168 1568 672 633 0 3046 0
[pid=174995/tid=174997] ppid=174992 vsize=80672 memory=6272 CPUtime=1800.42 cores=4,6
/proc/174995/task/174997/stat : 174997 (pb_competition_) R 174992 174995 174194 0 -1 4194368 2831 0 0 0 178784 1258 0 0 20 0 2 0 236038829 82608128 1568 18446744073709551615 4198400 6788177 140723072149472 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 31535104 140723072153943 140723072154070 140723072154070 140723072159674 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 80672 KiB
Current children cumulated memory: 6272 KiB

Child status: 0

Real time (s): 1813.11
CPU time (s): 3600.1
CPU user time (s): 3556.14
CPU system time (s): 43.9517
CPU usage (%): 198.559
Max. virtual memory (cumulated for all children) (KiB): 80696
Max. memory (cumulated for all children) (KiB): 6272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3556.14
system time used= 43.9517
maximum resident set size= 6272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19104
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= 6755
involuntary context switches= 65786


# summary of solver processes directly reported to runsolver:
#   pid: 174995
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3556.14
#   total CPU system time (s): 43.9517

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.37264 second user time and 7.53291 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-22 19:00:11
IDJOB=4543163
IDBENCH=172169
IDSOLVER=3347
FILE ID=nodeC022/4543163-1753203611
RUNJOBID= nodeC022-1753198973-174212
SLURM_JOB_ID= 9687755
Free space on /tmp= 432792 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/larger/domset_large_shuffle/normalized-domset-hexgrid_05_110.shuf-2.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-4543163-1753203611/watcher-4543163-1753203611 -o /tmp/evaluation-result-4543163-1753203611/solver-4543163-1753203611 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753198973-174212 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1385049241 HOME/instance-4543163-1753203611.opb

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

MD5SUM BENCH= 73c63b112a71eb267c42688444d17031
RANDOM SEED=1385049241

nodeC022 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.727
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.44
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.399
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.44
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.710
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128122924 kB
MemAvailable:   129268124 kB
Buffers:            2128 kB
Cached:          1895468 kB
SwapCached:           32 kB
Active:          1586840 kB
Inactive:         753712 kB
Active(anon):     467052 kB
Inactive(anon):     2124 kB
Active(file):    1119788 kB
Inactive(file):   751588 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4924 kB
Writeback:             0 kB
AnonPages:        445996 kB
Mapped:           117432 kB
Shmem:             26220 kB
KReclaimable:     225724 kB
Slab:             322104 kB
SReclaimable:     225724 kB
SUnreclaim:        96380 kB
KernelStack:        4304 kB
PageTables:         3880 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     814224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432792 MiB
End job on nodeC022 at 2025-07-22 19:30:24