Trace number 4544411

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

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_04_280.opb
MD5SUM9594ac6881a98589fd35bafe025917a8
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.145039
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6723
Total number of constraints5604
Number of constraints which are clauses4482
Number of constraints which are cardinality constraints (but not clauses)1121
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint4482
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 4482
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 13446
Number of bits of the biggest sum of numbers14
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.02	c #variable: 6723
0.00/0.02	c #constraint: 5604
0.00/0.02	c #equal: 1121
0.00/0.02	c intsize: 14
0.00/0.02	c sizeproduct: 0
0.00/0.02	c #soft: 0
0.00/0.02	c mincost: 0
0.00/0.02	c maxcost: 0
0.00/0.02	c sumcost: 0
0.00/0.02	c iteration_max: -1
0.00/0.02	c time_max: -1
0.00/0.02	c number_of_threads(move update): 2
0.00/0.02	c number_of_threads(move evaluation): 2
0.00/0.02	c seed: 138013926
3600.15/2013.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 (62671 MiB free)
  memory of node 1: 64507 MiB (63734 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544411-1753208259/watcher-4544411-1753208259 -o /tmp/evaluation-result-4544411-1753208259/solver-4544411-1753208259 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753198973-170855 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 138013926 HOME/instance-4544411-1753208259.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=172173, runsolver pid=172170

[startup+0.100071 s]*
/proc/loadavg: 6.75 6.70 6.65 7/269 172175
/proc/meminfo: memFree=129420584/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=98520 memory=26468 CPUtime=0.11 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 5783 0 0 0 11 0 0 0 20 0 2 0 236505533 100884480 6617 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 24630 6617 672 633 0 8111 0
[pid=172173/tid=172175] ppid=172170 vsize=98664 memory=4026531960 CPUtime=0.01 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) S 172170 172173 170836 0 -1 4194368 794 0 0 0 1 0 0 0 20 0 2 0 236505533 101031936 6617 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 98520 KiB
Current children cumulated memory: 26468 KiB

[startup+0.205999 s]*
/proc/loadavg: 6.75 6.70 6.65 8/269 172175
/proc/meminfo: memFree=129420584/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=99104 memory=26980 CPUtime=0.27 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) S 172170 172173 170836 0 -1 4194304 5914 0 0 0 26 1 0 0 20 0 2 0 236505533 101482496 6745 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 24776 6745 672 633 0 8257 0
[pid=172173/tid=172175] ppid=172170 vsize=99104 memory=4830728736883343644 CPUtime=0.07 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 794 0 0 0 7 0 0 0 20 0 2 0 236505533 101482496 6745 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 99104 KiB
Current children cumulated memory: 26980 KiB

[startup+0.305907 s]*
/proc/loadavg: 6.75 6.70 6.65 7/269 172175
/proc/meminfo: memFree=129420584/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=99104 memory=26980 CPUtime=0.43 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) S 172170 172173 170836 0 -1 4194304 5914 0 0 0 42 1 0 0 20 0 2 0 236505533 101482496 6745 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 24776 6745 672 633 0 8257 0
[pid=172173/tid=172175] ppid=172170 vsize=99104 memory=-9060850747447009151 CPUtime=0.13 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 794 0 0 0 13 0 0 0 20 0 2 0 236505533 101482496 6745 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 99104 KiB
Current children cumulated memory: 26980 KiB

[startup+0.700213 s]
/proc/loadavg: 6.75 6.70 6.65 7/269 172175
/proc/meminfo: memFree=129420360/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=99104 memory=26980 CPUtime=1.04 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 5914 0 0 0 103 1 0 0 20 0 2 0 236505533 101482496 6745 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 24776 6745 672 633 0 8257 0
[pid=172173/tid=172175] ppid=172170 vsize=99104 memory=23168 CPUtime=0.37 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 794 0 0 0 37 0 0 0 20 0 2 0 236505533 101482496 6745 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 99104 KiB
Current children cumulated memory: 26980 KiB

[startup+1.50021 s]
/proc/loadavg: 6.75 6.70 6.65 8/269 172175
/proc/meminfo: memFree=129420368/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=99104 memory=26980 CPUtime=2.34 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 8856 0 0 0 233 1 0 0 20 0 2 0 236505533 101482496 6745 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 24776 6745 672 633 0 8257 0
[pid=172173/tid=172175] ppid=172170 vsize=99104 memory=23168 CPUtime=0.87 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 1028 0 0 0 87 0 0 0 20 0 2 0 236505533 101482496 6745 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 99104 KiB
Current children cumulated memory: 26980 KiB

[startup+3.10565 s]
/proc/loadavg: 6.77 6.71 6.65 7/269 172175
/proc/meminfo: memFree=129420120/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=99104 memory=26980 CPUtime=4.97 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 11889 0 0 0 494 3 0 0 20 0 2 0 236505533 101482496 6745 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 24776 6745 672 633 0 8257 0
[pid=172173/tid=172175] ppid=172170 vsize=99104 memory=26980 CPUtime=1.91 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 1365 0 0 0 190 1 0 0 20 0 2 0 236505533 101482496 6745 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 4.97 s
Current children cumulated vsize: 99104 KiB
Current children cumulated memory: 26980 KiB

[startup+6.3002 s]
/proc/loadavg: 6.77 6.71 6.65 8/269 172175
/proc/meminfo: memFree=129418104/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=101480 memory=29412 CPUtime=10.2 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 17513 0 0 0 1014 6 0 0 20 0 2 0 236505533 103915520 7353 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 25370 7353 672 633 0 8851 0
[pid=172173/tid=172175] ppid=172170 vsize=101480 memory=23168 CPUtime=3.97 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) S 172170 172173 170836 0 -1 4194368 1619 0 0 0 395 2 0 0 20 0 2 0 236505533 103915520 7353 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 10.2 s
Current children cumulated vsize: 101480 KiB
Current children cumulated memory: 29412 KiB

[startup+12.7002 s]
/proc/loadavg: 6.87 6.73 6.66 7/269 172175
/proc/meminfo: memFree=129414296/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=104664 memory=32504 CPUtime=21.1 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 28615 0 0 0 2099 11 0 0 20 0 2 0 236505533 107175936 8126 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 26166 8126 672 633 0 9647 0
[pid=172173/tid=172175] ppid=172170 vsize=104664 memory=32504 CPUtime=8.54 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) S 172170 172173 170836 0 -1 4194368 2077 0 0 0 850 4 0 0 20 0 2 0 236505533 107175936 8126 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 21.1 s
Current children cumulated vsize: 104664 KiB
Current children cumulated memory: 32504 KiB

[startup+25.5002 s]
/proc/loadavg: 6.83 6.73 6.66 8/269 172175
/proc/meminfo: memFree=129411524/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=107768 memory=35636 CPUtime=43.28 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 41554 0 0 0 4307 21 0 0 20 0 2 0 236505533 110354432 8909 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 26942 8909 672 633 0 10423 0
[pid=172173/tid=172175] ppid=172170 vsize=107768 memory=33796 CPUtime=18.04 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 3004 0 0 0 1795 9 0 0 20 0 2 0 236505533 110354432 8909 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 43.28 s
Current children cumulated vsize: 107768 KiB
Current children cumulated memory: 35636 KiB

[startup+51.1055 s]
/proc/loadavg: 6.53 6.67 6.64 6/269 172222
/proc/meminfo: memFree=128229432/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=109912 memory=37068 CPUtime=86.94 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 51865 0 0 0 8651 43 0 0 20 0 2 0 236505533 112549888 9267 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27478 9267 672 633 0 10959 0
[pid=172173/tid=172175] ppid=172170 vsize=109912 memory=37100 CPUtime=36.31 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 4602 0 0 0 3616 15 0 0 20 0 2 0 236505533 112549888 9267 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 86.94 s
Current children cumulated vsize: 109912 KiB
Current children cumulated memory: 37068 KiB

[startup+102.3 s]
/proc/loadavg: 6.31 6.58 6.61 7/269 172222
/proc/meminfo: memFree=128181880/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110484 memory=38228 CPUtime=175.66 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 79722 0 0 0 17483 83 0 0 20 0 2 0 236505533 113135616 9557 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27621 9557 672 633 0 11102 0
[pid=172173/tid=172175] ppid=172170 vsize=110484 memory=14464 CPUtime=74.31 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 5927 0 0 0 7404 27 0 0 20 0 2 0 236505533 113135616 9557 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 175.66 s
Current children cumulated vsize: 110484 KiB
Current children cumulated memory: 38228 KiB

[startup+162.3 s]
/proc/loadavg: 5.96 6.44 6.56 7/268 172228
/proc/meminfo: memFree=128168040/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110484 memory=38212 CPUtime=280.01 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 110088 0 0 0 27876 125 0 0 20 0 2 0 236505533 113135616 9553 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27621 9553 672 633 0 11102 0
[pid=172173/tid=172175] ppid=172170 vsize=110484 memory=38080 CPUtime=119.17 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 6296 0 0 0 11879 38 0 0 20 0 2 0 236505533 113135616 9553 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 280.01 s
Current children cumulated vsize: 110484 KiB
Current children cumulated memory: 38212 KiB

[startup+222.3 s]
/proc/loadavg: 5.98 6.37 6.53 7/269 172231
/proc/meminfo: memFree=128147420/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110612 memory=38256 CPUtime=384.62 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 115881 0 0 0 38300 162 0 0 20 0 2 0 236505533 113266688 9564 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27653 9564 672 633 0 11134 0
[pid=172173/tid=172175] ppid=172170 vsize=110612 memory=23168 CPUtime=164.27 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 6586 0 0 0 16376 51 0 0 20 0 2 0 236505533 113266688 9564 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 384.62 s
Current children cumulated vsize: 110612 KiB
Current children cumulated memory: 38256 KiB

[startup+282.3 s]
/proc/loadavg: 5.90 6.27 6.48 7/269 172234
/proc/meminfo: memFree=128165336/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110484 memory=38384 CPUtime=489.09 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 119153 0 0 0 48710 199 0 0 20 0 2 0 236505533 113135616 9596 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27621 9596 672 633 0 11102 0
[pid=172173/tid=172175] ppid=172170 vsize=110484 memory=38384 CPUtime=209.24 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 6631 0 0 0 20863 61 0 0 20 0 2 0 236505533 113135616 9596 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 489.09 s
Current children cumulated vsize: 110484 KiB

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

/proc/meminfo: memFree=125014164/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110800 memory=38640 CPUtime=2534.34 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 130617 0 0 0 252554 880 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27700 9660 672 633 0 11181 0
[pid=172173/tid=172175] ppid=172170 vsize=110800 memory=38640 CPUtime=1123.11 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 9025 0 0 0 112059 252 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 2534.34 s
Current children cumulated vsize: 110800 KiB
Current children cumulated memory: 38640 KiB

[startup+1482.3 s]
/proc/loadavg: 5.34 5.45 5.75 6/265 172385
/proc/meminfo: memFree=125020564/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110800 memory=38640 CPUtime=2642.62 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 131758 0 0 0 263346 916 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27700 9660 672 633 0 11181 0
[pid=172173/tid=172175] ppid=172170 vsize=110800 memory=38640 CPUtime=1171.86 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 9238 0 0 0 116924 262 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 2642.62 s
Current children cumulated vsize: 110800 KiB
Current children cumulated memory: 38640 KiB

[startup+1542.3 s]
/proc/loadavg: 5.47 5.47 5.73 6/265 172387
/proc/meminfo: memFree=125015204/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110800 memory=38640 CPUtime=2750.8 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 132964 0 0 0 274127 953 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27700 9660 672 633 0 11181 0
[pid=172173/tid=172175] ppid=172170 vsize=110800 memory=10624 CPUtime=1220.51 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 9452 0 0 0 121780 271 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 2750.8 s
Current children cumulated vsize: 110800 KiB
Current children cumulated memory: 38640 KiB

[startup+1602.3 s]
/proc/loadavg: 5.39 5.45 5.71 7/266 172390
/proc/meminfo: memFree=125021544/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110800 memory=38640 CPUtime=2859.21 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 132965 0 0 0 284934 987 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27700 9660 672 633 0 11181 0
[pid=172173/tid=172175] ppid=172170 vsize=110800 memory=14464 CPUtime=1269.39 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) S 172170 172173 170836 0 -1 4194368 9452 0 0 0 126658 281 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 2859.21 s
Current children cumulated vsize: 110800 KiB
Current children cumulated memory: 38640 KiB

[startup+1662.3 s]
/proc/loadavg: 5.46 5.46 5.70 7/266 172393
/proc/meminfo: memFree=125020860/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110800 memory=38640 CPUtime=2967.35 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 134042 0 0 0 295710 1025 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27700 9660 672 633 0 11181 0
[pid=172173/tid=172175] ppid=172170 vsize=110800 memory=38640 CPUtime=1317.96 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 9655 0 0 0 131503 293 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 2967.35 s
Current children cumulated vsize: 110800 KiB
Current children cumulated memory: 38640 KiB

[startup+1722.3 s]
/proc/loadavg: 5.69 5.51 5.70 5/266 172395
/proc/meminfo: memFree=125024208/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110800 memory=38640 CPUtime=3075.47 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 134111 0 0 0 306487 1060 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27700 9660 672 633 0 11181 0
[pid=172173/tid=172175] ppid=172170 vsize=110800 memory=38640 CPUtime=1366.52 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) S 172170 172173 170836 0 -1 4194368 9656 0 0 0 136351 301 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 3075.47 s
Current children cumulated vsize: 110800 KiB
Current children cumulated memory: 38640 KiB

[startup+1782.3 s]
/proc/loadavg: 6.09 5.65 5.74 5/271 172405
/proc/meminfo: memFree=125020084/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110800 memory=38640 CPUtime=3183.77 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 134111 0 0 0 317278 1099 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27700 9660 672 633 0 11181 0
[pid=172173/tid=172175] ppid=172170 vsize=110800 memory=38640 CPUtime=1415.25 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 9656 0 0 0 141213 312 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 3183.77 s
Current children cumulated vsize: 110800 KiB
Current children cumulated memory: 38640 KiB

[startup+1842.3 s]
/proc/loadavg: 6.00 5.70 5.75 6/271 172407
/proc/meminfo: memFree=125016344/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110800 memory=38640 CPUtime=3292.09 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 135267 0 0 0 328074 1135 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27700 9660 672 633 0 11181 0
[pid=172173/tid=172175] ppid=172170 vsize=110800 memory=38640 CPUtime=1464.03 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 9859 0 0 0 146081 322 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 3292.09 s
Current children cumulated vsize: 110800 KiB
Current children cumulated memory: 38640 KiB

[startup+1902.3 s]
/proc/loadavg: 5.79 5.70 5.74 6/271 172409
/proc/meminfo: memFree=125011572/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110800 memory=38640 CPUtime=3400.32 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 136380 0 0 0 338859 1173 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27700 9660 672 633 0 11181 0
[pid=172173/tid=172175] ppid=172170 vsize=110800 memory=38640 CPUtime=1512.68 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 10065 0 0 0 150936 332 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 3400.32 s
Current children cumulated vsize: 110800 KiB
Current children cumulated memory: 38640 KiB

[startup+1962.3 s]
/proc/loadavg: 5.56 5.63 5.72 6/271 172415
/proc/meminfo: memFree=125018604/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110800 memory=38640 CPUtime=3508.59 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 137483 0 0 0 349652 1207 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27700 9660 672 633 0 11181 0
[pid=172173/tid=172175] ppid=172170 vsize=110800 memory=65 CPUtime=1561.39 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 10242 0 0 0 155796 343 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 3508.59 s
Current children cumulated vsize: 110800 KiB
Current children cumulated memory: 38640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2013.11 s]
/proc/loadavg: 5.75 5.66 5.72 6/271 172416
/proc/meminfo: memFree=125020096/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110800 memory=38640 CPUtime=3600.15 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 137559 0 0 0 358778 1237 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27700 9660 672 633 0 11181 0
[pid=172173/tid=172175] ppid=172170 vsize=110800 memory=38640 CPUtime=1602.52 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 10242 0 0 0 159901 351 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 110800 KiB
Current children cumulated memory: 38640 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.82 s, system=12.3802 s

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

[startup+2013.11 s]
/proc/loadavg: 5.75 5.66 5.72 6/271 172416
/proc/meminfo: memFree=125020096/131249996 swapFree=33005016/33010684
[pid=172173] ppid=172170 vsize=110800 memory=38640 CPUtime=3600.15 cores=1,3
/proc/172173/stat : 172173 (pb_competition_) R 172170 172173 170836 0 -1 4194304 137559 0 0 0 358778 1237 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
/proc/172173/statm: 27700 9660 672 633 0 11181 0
[pid=172173/tid=172175] ppid=172170 vsize=110800 memory=38640 CPUtime=1602.52 cores=1,3
/proc/172173/task/172175/stat : 172175 (pb_competition_) R 172170 172173 170836 0 -1 4194368 10242 0 0 0 159901 351 0 0 20 0 2 0 236505533 113459200 9660 18446744073709551615 4198400 6788177 140733657189472 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20803584 140733657196888 140733657197014 140733657197014 140733657202618 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 110800 KiB
Current children cumulated memory: 38640 KiB

Child status: 0

Real time (s): 2013.13
CPU time (s): 3600.2
CPU user time (s): 3587.82
CPU system time (s): 12.3802
CPU usage (%): 178.836
Max. virtual memory (cumulated for all children) (KiB): 110800
Max. memory (cumulated for all children) (KiB): 38640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.82
system time used= 12.3802
maximum resident set size= 38640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137746
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= 382078
involuntary context switches= 30138


# summary of solver processes directly reported to runsolver:
#   pid: 172173
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3587.82
#   total CPU system time (s): 12.3802

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.89609 second user time and 9.67183 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-22 20:17:40
IDJOB=4544411
IDBENCH=175404
IDSOLVER=3347
FILE ID=nodeC030/4544411-1753208259
RUNJOBID= nodeC030-1753198973-170855
SLURM_JOB_ID= 9687763
Free space on /tmp= 432832 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_04_280.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-4544411-1753208259/watcher-4544411-1753208259 -o /tmp/evaluation-result-4544411-1753208259/solver-4544411-1753208259 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753198973-170855 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 138013926 HOME/instance-4544411-1753208259.opb

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

MD5SUM BENCH= 9594ac6881a98589fd35bafe025917a8
RANDOM SEED=138013926

nodeC030 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		: 3600.327
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	: 7000.62
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.887
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	: 7000.62
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.048
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	: 7000.62
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		: 3549.152
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	: 7000.62
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		: 3600.308
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	: 7000.62
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.535
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	: 7000.62
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		: 3600.317
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	: 7000.62
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		: 3600.288
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129439672 kB
MemAvailable:   129672224 kB
Buffers:              16 kB
Cached:           999336 kB
SwapCached:          232 kB
Active:           786740 kB
Inactive:         328112 kB
Active(anon):      99352 kB
Inactive(anon):    37904 kB
Active(file):     687388 kB
Inactive(file):   290208 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5188 kB
Writeback:             0 kB
AnonPages:        118332 kB
Mapped:           112148 kB
Shmem:             21756 kB
KReclaimable:     187992 kB
Slab:             283116 kB
SReclaimable:     187992 kB
SUnreclaim:        95124 kB
KernelStack:        4368 kB
PageTables:         3192 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     489396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432780 MiB
End job on nodeC030 at 2025-07-22 20:51:13