Trace number 4543319

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.13 1938.28

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
domset/domset-stargrid-9-split/normalized-domset-stargod_09_009.opb
MD5SUM9d7612734c42463c6f8d3a1a79209618
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.003608
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
Total number of constraints83
Number of constraints which are clauses82
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint82
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 91
Number of bits of the biggest sum of numbers7
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: 82
0.00/0.00	c #constraint: 83
0.00/0.00	c #equal: 0
0.00/0.00	c intsize: 7
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: 1773479743
3600.03/1938.25	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 (62314 MiB free)
  memory of node 1: 64507 MiB (62910 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543319-1753203844/watcher-4543319-1753203844 -o /tmp/evaluation-result-4543319-1753203844/solver-4543319-1753203844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753198973-174214 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1773479743 HOME/instance-4543319-1753203844.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=175108, runsolver pid=175105

[startup+0.100068 s]*
/proc/loadavg: 7.83 7.67 7.27 9/268 175110
/proc/meminfo: memFree=128230412/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=78244 memory=3712 CPUtime=0.18 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 410 0 0 0 18 0 0 0 20 0 2 0 236062190 80121856 928 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 19561 928 672 633 0 2425 0
[pid=175108/tid=175110] ppid=175105 vsize=78244 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 20 0 0 0 8 0 0 0 20 0 2 0 236062190 80121856 928 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 78244 KiB
Current children cumulated memory: 3712 KiB

[startup+0.205851 s]*
/proc/loadavg: 7.84 7.68 7.28 9/268 175110
/proc/meminfo: memFree=128230412/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=78776 memory=4224 CPUtime=0.36 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 539 0 0 0 36 0 0 0 20 0 2 0 236062190 80666624 1056 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 19694 1056 672 633 0 2558 0
[pid=175108/tid=175110] ppid=175105 vsize=78776 memory=4830728736883343644 CPUtime=0.16 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 20 0 0 0 16 0 0 0 20 0 2 0 236062190 80666624 1056 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 78776 KiB
Current children cumulated memory: 4224 KiB

[startup+0.30578 s]*
/proc/loadavg: 7.84 7.68 7.28 8/268 175110
/proc/meminfo: memFree=128230412/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=79072 memory=4608 CPUtime=0.53 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 646 0 0 0 53 0 0 0 20 0 2 0 236062190 80969728 1152 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 19768 1152 672 633 0 2632 0
[pid=175108/tid=175110] ppid=175105 vsize=79072 memory=-9113806350723606112 CPUtime=0.24 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) S 175105 175108 174194 0 -1 4194368 20 0 0 0 24 0 0 0 20 0 2 0 236062190 80969728 1152 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 79072 KiB
Current children cumulated memory: 4608 KiB

[startup+0.700206 s]
/proc/loadavg: 7.84 7.68 7.28 9/268 175110
/proc/meminfo: memFree=128230684/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=80120 memory=5524 CPUtime=1.25 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 937 0 0 0 124 1 0 0 20 0 2 0 236062190 82042880 1381 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 20030 1381 672 633 0 2894 0
[pid=175108/tid=175110] ppid=175105 vsize=80120 memory=28160 CPUtime=0.57 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 20 0 0 0 57 0 0 0 20 0 2 0 236062190 82042880 1381 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 80120 KiB
Current children cumulated memory: 5524 KiB

[startup+1.50021 s]
/proc/loadavg: 7.84 7.68 7.28 9/268 175110
/proc/meminfo: memFree=128230432/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=81368 memory=6932 CPUtime=2.81 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 2095 0 0 0 279 2 0 0 20 0 2 0 236062190 83320832 1733 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 20342 1733 672 633 0 3206 0
[pid=175108/tid=175110] ppid=175105 vsize=81368 memory=28160 CPUtime=1.34 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 276 0 0 0 134 0 0 0 20 0 2 0 236062190 83320832 1733 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 81368 KiB
Current children cumulated memory: 6932 KiB

[startup+3.10565 s]
/proc/loadavg: 7.84 7.68 7.28 9/268 175110
/proc/meminfo: memFree=128230592/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=83348 memory=8444 CPUtime=5.87 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 4038 0 0 0 582 5 0 0 20 0 2 0 236062190 85348352 2111 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 20837 2111 672 633 0 3701 0
[pid=175108/tid=175110] ppid=175105 vsize=83348 memory=7060 CPUtime=2.79 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 892 0 0 0 279 0 0 0 20 0 2 0 236062190 85348352 2111 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 83348 KiB
Current children cumulated memory: 8444 KiB

[startup+6.30022 s]
/proc/loadavg: 7.85 7.69 7.28 9/268 175110
/proc/meminfo: memFree=128230624/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=86232 memory=11772 CPUtime=11.92 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 6944 0 0 0 1184 8 0 0 20 0 2 0 236062190 88301568 2943 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 21558 2943 672 633 0 4422 0
[pid=175108/tid=175110] ppid=175105 vsize=86232 memory=28160 CPUtime=5.67 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) S 175105 175108 174194 0 -1 4194368 1786 0 0 0 566 1 0 0 20 0 2 0 236062190 88301568 2943 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 11.92 s
Current children cumulated vsize: 86232 KiB
Current children cumulated memory: 11772 KiB

[startup+12.7002 s]
/proc/loadavg: 7.86 7.69 7.28 8/268 175110
/proc/meminfo: memFree=128230232/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=91088 memory=16336 CPUtime=23.99 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 12744 0 0 0 2385 14 0 0 20 0 2 0 236062190 93274112 4084 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 22772 4084 672 633 0 5636 0
[pid=175108/tid=175110] ppid=175105 vsize=91088 memory=15952 CPUtime=11.41 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 3152 0 0 0 1138 3 0 0 20 0 2 0 236062190 93274112 4084 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 23.99 s
Current children cumulated vsize: 91088 KiB
Current children cumulated memory: 16336 KiB

[startup+25.5002 s]
/proc/loadavg: 7.81 7.68 7.29 9/268 175110
/proc/meminfo: memFree=128229928/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=94416 memory=19536 CPUtime=47.7 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 16959 0 0 0 4745 25 0 0 20 0 2 0 236062190 96681984 4884 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 23604 4884 672 633 0 6468 0
[pid=175108/tid=175110] ppid=175105 vsize=94416 memory=18384 CPUtime=22.45 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 3295 0 0 0 2239 6 0 0 20 0 2 0 236062190 96681984 4884 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 47.7 s
Current children cumulated vsize: 94416 KiB
Current children cumulated memory: 19536 KiB

[startup+51.1056 s]
/proc/loadavg: 7.69 7.67 7.29 9/268 175111
/proc/meminfo: memFree=128216964/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=100824 memory=24448 CPUtime=94.95 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 18696 0 0 0 9454 41 0 0 20 0 2 0 236062190 103243776 6112 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 25206 6112 672 633 0 8070 0
[pid=175108/tid=175110] ppid=175105 vsize=100824 memory=28160 CPUtime=44.37 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 3332 0 0 0 4426 11 0 0 20 0 2 0 236062190 103243776 6112 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 94.95 s
Current children cumulated vsize: 100824 KiB
Current children cumulated memory: 24448 KiB

[startup+102.3 s]
/proc/loadavg: 7.65 7.66 7.31 9/268 175116
/proc/meminfo: memFree=128218324/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=107088 memory=30976 CPUtime=189.35 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 26354 0 0 0 18869 66 0 0 20 0 2 0 236062190 109658112 7744 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 26772 7744 672 633 0 9636 0
[pid=175108/tid=175110] ppid=175105 vsize=107088 memory=28160 CPUtime=88.13 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 5847 0 0 0 8793 20 0 0 20 0 2 0 236062190 109658112 7744 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 189.35 s
Current children cumulated vsize: 107088 KiB
Current children cumulated memory: 30976 KiB

[startup+162.3 s]
/proc/loadavg: 7.71 7.68 7.34 8/268 175118
/proc/meminfo: memFree=128210368/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=110520 memory=34944 CPUtime=300.08 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 27740 0 0 0 29918 90 0 0 20 0 2 0 236062190 113172480 8736 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 27630 8736 672 633 0 10494 0
[pid=175108/tid=175110] ppid=175105 vsize=110520 memory=5632 CPUtime=139.45 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 5945 0 0 0 13918 27 0 0 20 0 2 0 236062190 113172480 8736 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 300.08 s
Current children cumulated vsize: 110520 KiB
Current children cumulated memory: 34944 KiB

[startup+222.3 s]
/proc/loadavg: 7.73 7.69 7.37 9/268 175120
/proc/meminfo: memFree=128169376/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=113072 memory=37888 CPUtime=412.11 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 44072 0 0 0 41097 114 0 0 20 0 2 0 236062190 115785728 9472 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 28268 9472 672 633 0 11132 0
[pid=175108/tid=175110] ppid=175105 vsize=113072 memory=28160 CPUtime=192.09 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 11854 0 0 0 19174 35 0 0 20 0 2 0 236062190 115785728 9472 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 412.11 s
Current children cumulated vsize: 113072 KiB
Current children cumulated memory: 37888 KiB

[startup+282.3 s]
/proc/loadavg: 7.59 7.67 7.38 9/268 175122
/proc/meminfo: memFree=128162364/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=115608 memory=40448 CPUtime=524.47 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 46442 0 0 0 52318 129 0 0 20 0 2 0 236062190 118382592 10112 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 28902 10112 672 633 0 11766 0
[pid=175108/tid=175110] ppid=175105 vsize=115608 memory=40192 CPUtime=245.04 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 11870 0 0 0 24465 39 0 0 20 0 2 0 236062190 118382592 10112 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 524.47 s
Current children cumulated vsize: 115608 KiB
Current children cumulated memory: 40448 KiB

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

/proc/meminfo: memFree=128362680/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=139820 memory=62428 CPUtime=2413.25 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 68235 0 0 0 240966 359 0 0 20 0 2 0 236062190 143175680 15607 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 34955 15607 672 633 0 17819 0
[pid=175108/tid=175110] ppid=175105 vsize=139820 memory=61916 CPUtime=1123.31 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 15668 0 0 0 112227 104 0 0 20 0 2 0 236062190 143175680 15607 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 2413.25 s
Current children cumulated vsize: 139820 KiB
Current children cumulated memory: 62428 KiB

[startup+1362.3 s]
/proc/loadavg: 7.81 7.68 7.57 8/269 175268
/proc/meminfo: memFree=128352276/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=140708 memory=63452 CPUtime=2525.5 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 68487 0 0 0 252182 368 0 0 20 0 2 0 236062190 144084992 15863 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 35177 15863 672 633 0 18041 0
[pid=175108/tid=175110] ppid=175105 vsize=140708 memory=63196 CPUtime=1176 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) S 175105 175108 174194 0 -1 4194368 15670 0 0 0 117493 107 0 0 20 0 2 0 236062190 144084992 15863 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 2525.5 s
Current children cumulated vsize: 140708 KiB
Current children cumulated memory: 63452 KiB

[startup+1422.3 s]
/proc/loadavg: 7.66 7.66 7.57 9/269 175270
/proc/meminfo: memFree=128350684/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=141836 memory=66512 CPUtime=2637.67 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 68744 0 0 0 263392 375 0 0 20 0 2 0 236062190 145240064 16628 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 35459 16628 672 633 0 18323 0
[pid=175108/tid=175110] ppid=175105 vsize=141836 memory=64092 CPUtime=1228.61 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 15670 0 0 0 122752 109 0 0 20 0 2 0 236062190 145240064 16628 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 2637.67 s
Current children cumulated vsize: 141836 KiB
Current children cumulated memory: 66512 KiB

[startup+1482.3 s]
/proc/loadavg: 7.89 7.73 7.59 8/269 175272
/proc/meminfo: memFree=128352524/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=142904 memory=67536 CPUtime=2749.79 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 70354 0 0 0 274594 385 0 0 20 0 2 0 236062190 146333696 16884 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 35726 16884 672 633 0 18590 0
[pid=175108/tid=175110] ppid=175105 vsize=142904 memory=14384 CPUtime=1281.2 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 15836 0 0 0 128007 113 0 0 20 0 2 0 236062190 146333696 16884 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 2749.79 s
Current children cumulated vsize: 142904 KiB
Current children cumulated memory: 67536 KiB

[startup+1542.3 s]
/proc/loadavg: 7.90 7.75 7.61 9/268 175275
/proc/meminfo: memFree=128345220/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=143620 memory=68304 CPUtime=2862.12 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 72097 0 0 0 285819 393 0 0 20 0 2 0 236062190 147066880 17076 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 35905 17076 672 633 0 18769 0
[pid=175108/tid=175110] ppid=175105 vsize=143620 memory=68304 CPUtime=1333.95 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) S 175105 175108 174194 0 -1 4194368 16025 0 0 0 133280 115 0 0 20 0 2 0 236062190 147066880 17076 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 2862.12 s
Current children cumulated vsize: 143620 KiB
Current children cumulated memory: 68304 KiB

[startup+1602.3 s]
/proc/loadavg: 7.77 7.74 7.62 7/268 175323
/proc/meminfo: memFree=128155688/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=144872 memory=69584 CPUtime=2974.34 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 72394 0 0 0 297032 402 0 0 20 0 2 0 236062190 148348928 17396 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 36218 17396 672 633 0 19082 0
[pid=175108/tid=175110] ppid=175105 vsize=144872 memory=14384 CPUtime=1386.61 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 16026 0 0 0 138543 118 0 0 20 0 2 0 236062190 148348928 17396 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 2974.34 s
Current children cumulated vsize: 144872 KiB
Current children cumulated memory: 69584 KiB

[startup+1662.3 s]
/proc/loadavg: 7.75 7.73 7.62 8/267 175325
/proc/meminfo: memFree=128101596/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=145460 memory=70096 CPUtime=3086.22 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 73503 0 0 0 308213 409 0 0 20 0 2 0 236062190 148951040 17524 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 36365 17524 672 633 0 19229 0
[pid=175108/tid=175110] ppid=175105 vsize=145460 memory=69968 CPUtime=1439 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) S 175105 175108 174194 0 -1 4194368 16030 0 0 0 143781 119 0 0 20 0 2 0 236062190 148951040 17524 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 3086.22 s
Current children cumulated vsize: 145460 KiB
Current children cumulated memory: 70096 KiB

[startup+1722.3 s]
/proc/loadavg: 7.77 7.73 7.63 8/267 175373
/proc/meminfo: memFree=127761332/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=146012 memory=70608 CPUtime=3198.17 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 73652 0 0 0 319401 416 0 0 20 0 2 0 236062190 149516288 17652 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 36503 17652 672 633 0 19367 0
[pid=175108/tid=175110] ppid=175105 vsize=146012 memory=69968 CPUtime=1491.44 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) S 175105 175108 174194 0 -1 4194368 16032 0 0 0 149023 121 0 0 20 0 2 0 236062190 149516288 17652 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 3198.17 s
Current children cumulated vsize: 146012 KiB
Current children cumulated memory: 70608 KiB

[startup+1782.3 s]
/proc/loadavg: 7.28 7.61 7.60 9/267 175375
/proc/meminfo: memFree=127753808/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=146432 memory=71120 CPUtime=3309.88 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 73757 0 0 0 330563 425 0 0 20 0 2 0 236062190 149946368 17780 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 36608 17780 672 633 0 19472 0
[pid=175108/tid=175110] ppid=175105 vsize=146432 memory=71120 CPUtime=1543.7 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 16032 0 0 0 154247 123 0 0 20 0 2 0 236062190 149946368 17780 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 3309.88 s
Current children cumulated vsize: 146432 KiB
Current children cumulated memory: 71120 KiB

[startup+1842.3 s]
/proc/loadavg: 6.50 7.33 7.50 7/267 175379
/proc/meminfo: memFree=127752552/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=147132 memory=71760 CPUtime=3422.14 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 75298 0 0 0 341779 435 0 0 20 0 2 0 236062190 150663168 17940 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 36783 17940 672 633 0 19647 0
[pid=175108/tid=175110] ppid=175105 vsize=147132 memory=71376 CPUtime=1596.44 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 16168 0 0 0 159519 125 0 0 20 0 2 0 236062190 150663168 17940 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 3422.14 s
Current children cumulated vsize: 147132 KiB
Current children cumulated memory: 71760 KiB

[startup+1902.3 s]
/proc/loadavg: 7.22 7.36 7.50 7/267 175386
/proc/meminfo: memFree=127736720/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=147584 memory=72400 CPUtime=3533.26 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 76959 0 0 0 352882 444 0 0 20 0 2 0 236062190 151126016 18100 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 36896 18100 672 633 0 19760 0
[pid=175108/tid=175110] ppid=175105 vsize=147584 memory=71376 CPUtime=1648.09 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 16265 0 0 0 164681 128 0 0 20 0 2 0 236062190 151126016 18100 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 3533.26 s
Current children cumulated vsize: 147584 KiB
Current children cumulated memory: 72400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1938.2 s]
/proc/loadavg: 7.36 7.39 7.51 9/267 175386
/proc/meminfo: memFree=127726040/131249996 swapFree=33010416/33010684
[pid=175108] ppid=175105 vsize=147888 memory=72656 CPUtime=3600.03 cores=5,7
/proc/175108/stat : 175108 (pb_competition_) R 175105 175108 174194 0 -1 4194304 77025 0 0 0 359553 450 0 0 20 0 2 0 236062190 151437312 18164 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
/proc/175108/statm: 36972 18164 672 633 0 19836 0
[pid=175108/tid=175110] ppid=175105 vsize=147888 memory=10752 CPUtime=1679.27 cores=5,7
/proc/175108/task/175110/stat : 175110 (pb_competition_) R 175105 175108 174194 0 -1 4194368 16265 0 0 0 167797 130 0 0 20 0 2 0 236062190 151437312 18164 18446744073709551615 4198400 6788177 140724641144832 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 40960000 140724641151319 140724641151446 140724641151446 140724641157050 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 147888 KiB
Current children cumulated memory: 72656 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.62 s, system=4.50586 s

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

Child status: 0

Real time (s): 1938.28
CPU time (s): 3600.13
CPU user time (s): 3595.62
CPU system time (s): 4.50586
CPU usage (%): 185.738
Max. virtual memory (cumulated for all children) (KiB): 147888
Max. memory (cumulated for all children) (KiB): 72656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.62
system time used= 4.50586
maximum resident set size= 72656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77069
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= 21006
involuntary context switches= 102292


# summary of solver processes directly reported to runsolver:
#   pid: 175108
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3595.62
#   total CPU system time (s): 4.50586

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.04839 second user time and 9.07039 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-22 19:04:04
IDJOB=4543319
IDBENCH=172829
IDSOLVER=3347
FILE ID=nodeC022/4543319-1753203844
RUNJOBID= nodeC022-1753198973-174214
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/domset-stargrid-9-split/normalized-domset-stargod_09_009.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-4543319-1753203844/watcher-4543319-1753203844 -o /tmp/evaluation-result-4543319-1753203844/solver-4543319-1753203844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753198973-174214 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1773479743 HOME/instance-4543319-1753203844.opb

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

MD5SUM BENCH= 9d7612734c42463c6f8d3a1a79209618
RANDOM SEED=1773479743

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.709
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.908
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.817
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.713
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		: 3599.723
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		: 3600.262
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.720
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.782
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:        128230460 kB
MemAvailable:   129374964 kB
Buffers:            2128 kB
Cached:          1894756 kB
SwapCached:           32 kB
Active:          1506548 kB
Inactive:         753000 kB
Active(anon):     386760 kB
Inactive(anon):     2124 kB
Active(file):    1119788 kB
Inactive(file):   750876 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5212 kB
Writeback:             0 kB
AnonPages:        365816 kB
Mapped:           117512 kB
Shmem:             26220 kB
KReclaimable:     225760 kB
Slab:             322376 kB
SReclaimable:     225760 kB
SUnreclaim:        96616 kB
KernelStack:        4320 kB
PageTables:         3756 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     734232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 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= 432784 MiB
End job on nodeC022 at 2025-07-22 19:36:23