Trace number 4544255

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.12 1875.61

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_norational_opb/normalized-ec_grid_norational_03_100.opb
MD5SUMaae1fd6f5b6959c86c4f8fcb3049cc7a
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.033295
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1803
Total number of constraints1504
Number of constraints which are clauses1202
Number of constraints which are cardinality constraints (but not clauses)301
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1202
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 1201
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3605
Number of bits of the biggest sum of numbers12
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: 1803
0.00/0.00	c #constraint: 1504
0.00/0.00	c #equal: 301
0.00/0.00	c intsize: 12
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: 482303424
3600.09/1875.60	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 (59599 MiB free)
  memory of node 1: 64507 MiB (53343 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544255-1753207723/watcher-4544255-1753207723 -o /tmp/evaluation-result-4544255-1753207723/solver-4544255-1753207723 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753198973-173105 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 482303424 HOME/instance-4544255-1753207723.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=174650, runsolver pid=174647

[startup+0.100036 s]*
/proc/loadavg: 7.27 7.28 7.11 9/269 174652
/proc/meminfo: memFree=115644984/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=83112 memory=9216 CPUtime=0.18 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 1811 0 0 0 18 0 0 0 20 0 2 0 236452167 85106688 2304 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 20778 2304 672 633 0 3794 0
[pid=174650/tid=174652] ppid=174647 vsize=83112 memory=4026531960 CPUtime=0.09 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 203 0 0 0 9 0 0 0 20 0 2 0 236452167 85106688 2304 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 83112 KiB
Current children cumulated memory: 9216 KiB

[startup+0.206029 s]*
/proc/loadavg: 7.27 7.28 7.11 8/269 174652
/proc/meminfo: memFree=115644984/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=83112 memory=9216 CPUtime=0.39 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 1811 0 0 0 39 0 0 0 20 0 2 0 236452167 85106688 2304 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 20778 2304 672 633 0 3794 0
[pid=174650/tid=174652] ppid=174647 vsize=83112 memory=4830728736883343644 CPUtime=0.19 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 203 0 0 0 19 0 0 0 20 0 2 0 236452167 85106688 2304 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 83112 KiB
Current children cumulated memory: 9216 KiB

[startup+0.30578 s]*
/proc/loadavg: 7.27 7.28 7.11 9/269 174652
/proc/meminfo: memFree=115644984/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=83812 memory=9984 CPUtime=0.56 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 1972 0 0 0 56 0 0 0 20 0 2 0 236452167 85823488 2496 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 20953 2496 672 633 0 3969 0
[pid=174650/tid=174652] ppid=174647 vsize=83812 memory=-8753799889786201952 CPUtime=0.27 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 203 0 0 0 27 0 0 0 20 0 2 0 236452167 85823488 2496 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 83812 KiB
Current children cumulated memory: 9984 KiB

[startup+0.700224 s]
/proc/loadavg: 7.27 7.28 7.11 9/269 174652
/proc/meminfo: memFree=115643220/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=84068 memory=10368 CPUtime=1.31 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 3720 0 0 0 130 1 0 0 20 0 2 0 236452167 86085632 2592 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21055 2592 672 633 0 4071 0
[pid=174650/tid=174652] ppid=174647 vsize=84220 memory=27136 CPUtime=0.63 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 203 0 0 0 63 0 0 0 20 0 2 0 236452167 86241280 2592 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 84068 KiB
Current children cumulated memory: 10368 KiB

[startup+1.50022 s]
/proc/loadavg: 7.27 7.28 7.11 9/269 174652
/proc/meminfo: memFree=115643220/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=84456 memory=10880 CPUtime=2.85 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 8059 0 0 0 282 3 0 0 20 0 2 0 236452167 86482944 2720 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21114 2720 672 633 0 4130 0
[pid=174650/tid=174652] ppid=174647 vsize=84456 memory=27136 CPUtime=1.38 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 305 0 0 0 138 0 0 0 20 0 2 0 236452167 86482944 2720 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 84456 KiB
Current children cumulated memory: 10880 KiB

[startup+3.10581 s]
/proc/loadavg: 7.17 7.25 7.10 8/269 174652
/proc/meminfo: memFree=115643688/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=84816 memory=10992 CPUtime=5.96 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 14772 0 0 0 588 8 0 0 20 0 2 0 236452167 86851584 2748 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21204 2748 672 633 0 4220 0
[pid=174650/tid=174652] ppid=174647 vsize=84816 memory=10876 CPUtime=2.9 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 407 0 0 0 289 1 0 0 20 0 2 0 236452167 86851584 2748 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 84816 KiB
Current children cumulated memory: 10992 KiB

[startup+6.30023 s]
/proc/loadavg: 7.17 7.25 7.10 9/269 174652
/proc/meminfo: memFree=115643904/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=85256 memory=11488 CPUtime=11.96 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 19513 0 0 0 1181 15 0 0 20 0 2 0 236452167 87302144 2872 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21314 2872 672 633 0 4330 0
[pid=174650/tid=174652] ppid=174647 vsize=85256 memory=27136 CPUtime=5.76 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 574 0 0 0 574 2 0 0 20 0 2 0 236452167 87302144 2872 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 11.96 s
Current children cumulated vsize: 85256 KiB
Current children cumulated memory: 11488 KiB

[startup+12.7002 s]
/proc/loadavg: 7.30 7.28 7.11 9/269 174652
/proc/meminfo: memFree=115643652/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=85360 memory=11708 CPUtime=24.15 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 73053 0 0 0 2375 40 0 0 20 0 2 0 236452167 87408640 2927 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21340 2927 672 633 0 4356 0
[pid=174650/tid=174652] ppid=174647 vsize=85360 memory=11632 CPUtime=11.61 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 977 0 0 0 1158 3 0 0 20 0 2 0 236452167 87408640 2927 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 24.15 s
Current children cumulated vsize: 85360 KiB
Current children cumulated memory: 11708 KiB

[startup+25.5002 s]
/proc/loadavg: 7.48 7.32 7.13 9/269 174653
/proc/meminfo: memFree=115643904/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=85456 memory=11724 CPUtime=48.5 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 113656 0 0 0 4779 71 0 0 20 0 2 0 236452167 87506944 2931 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21364 2931 672 633 0 4380 0
[pid=174650/tid=174652] ppid=174647 vsize=85456 memory=11672 CPUtime=23.32 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 1623 0 0 0 2325 7 0 0 20 0 2 0 236452167 87506944 2931 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 48.5 s
Current children cumulated vsize: 85456 KiB
Current children cumulated memory: 11724 KiB

[startup+51.1058 s]
/proc/loadavg: 7.39 7.31 7.13 8/269 174653
/proc/meminfo: memFree=115644176/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=85508 memory=11824 CPUtime=97.13 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 180360 0 0 0 9581 132 0 0 20 0 2 0 236452167 87560192 2956 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21377 2956 672 633 0 4393 0
[pid=174650/tid=174652] ppid=174647 vsize=85508 memory=27136 CPUtime=46.62 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 1875 0 0 0 4648 14 0 0 20 0 2 0 236452167 87560192 2956 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 97.13 s
Current children cumulated vsize: 85508 KiB
Current children cumulated memory: 11824 KiB

[startup+102.3 s]
/proc/loadavg: 7.44 7.34 7.15 9/268 174656
/proc/meminfo: memFree=115626596/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=85560 memory=11732 CPUtime=194.35 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 365270 0 0 0 19168 267 0 0 20 0 2 0 236452167 87613440 2933 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21390 2933 672 633 0 4406 0
[pid=174650/tid=174652] ppid=174647 vsize=85560 memory=27136 CPUtime=93.25 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 2668 0 0 0 9296 29 0 0 20 0 2 0 236452167 87613440 2933 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 194.35 s
Current children cumulated vsize: 85560 KiB
Current children cumulated memory: 11732 KiB

[startup+162.3 s]
/proc/loadavg: 7.40 7.35 7.17 8/270 174662
/proc/meminfo: memFree=115623340/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=85428 memory=11660 CPUtime=308.36 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 572763 0 0 0 30420 416 0 0 20 0 2 0 236452167 87478272 2915 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21357 2915 672 633 0 4373 0
[pid=174650/tid=174652] ppid=174647 vsize=85428 memory=5760 CPUtime=147.89 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 2886 0 0 0 14744 45 0 0 20 0 2 0 236452167 87478272 2915 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 308.36 s
Current children cumulated vsize: 85428 KiB
Current children cumulated memory: 11660 KiB

[startup+222.3 s]
/proc/loadavg: 7.20 7.30 7.16 8/270 174664
/proc/meminfo: memFree=115627768/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=85488 memory=11656 CPUtime=422.13 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 735461 0 0 0 41664 549 0 0 20 0 2 0 236452167 87539712 2914 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21372 2914 672 633 0 4388 0
[pid=174650/tid=174652] ppid=174647 vsize=85488 memory=27136 CPUtime=202.32 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) S 174647 174650 173087 0 -1 4194368 2899 0 0 0 20173 59 0 0 20 0 2 0 236452167 87539712 2914 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 422.13 s
Current children cumulated vsize: 85488 KiB
Current children cumulated memory: 11656 KiB

[startup+282.3 s]
/proc/loadavg: 7.42 7.35 7.19 8/271 174667
/proc/meminfo: memFree=115631376/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=85596 memory=11732 CPUtime=535.94 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 888023 0 0 0 52899 695 0 0 20 0 2 0 236452167 87650304 2933 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21399 2933 672 633 0 4415 0
[pid=174650/tid=174652] ppid=174647 vsize=85596 memory=11736 CPUtime=256.81 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 3203 0 0 0 25604 77 0 0 20 0 2 0 236452167 87650304 2933 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 535.94 s
Current children cumulated vsize: 85596 KiB

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

/proc/meminfo: memFree=115633020/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=86204 memory=12124 CPUtime=2382.8 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 972978 0 0 0 236172 2108 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21551 3031 672 633 0 4567 0
[pid=174650/tid=174652] ppid=174647 vsize=86204 memory=12124 CPUtime=1151.32 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 4018 0 0 0 114837 295 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 2382.8 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 12124 KiB

[startup+1302.3 s]
/proc/loadavg: 7.50 7.52 7.40 9/267 174759
/proc/meminfo: memFree=115634064/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=86204 memory=12124 CPUtime=2498.25 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 974082 0 0 0 247632 2193 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21551 3031 672 633 0 4567 0
[pid=174650/tid=174652] ppid=174647 vsize=86204 memory=12124 CPUtime=1207.23 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 4201 0 0 0 120414 309 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 2498.25 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 12124 KiB

[startup+1362.3 s]
/proc/loadavg: 7.73 7.58 7.43 7/267 174761
/proc/meminfo: memFree=115632504/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=86204 memory=12124 CPUtime=2613.64 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 975169 0 0 0 259087 2277 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21551 3031 672 633 0 4567 0
[pid=174650/tid=174652] ppid=174647 vsize=86204 memory=12124 CPUtime=1263.09 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 4281 0 0 0 125987 322 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 2613.64 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 12124 KiB

[startup+1422.3 s]
/proc/loadavg: 7.74 7.61 7.46 9/266 174765
/proc/meminfo: memFree=115633676/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=86204 memory=12124 CPUtime=2728.99 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 976260 0 0 0 270539 2360 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21551 3031 672 633 0 4567 0
[pid=174650/tid=174652] ppid=174647 vsize=86204 memory=12124 CPUtime=1318.9 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 4461 0 0 0 131555 335 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 2728.99 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 12124 KiB

[startup+1482.3 s]
/proc/loadavg: 7.64 7.62 7.47 8/267 174768
/proc/meminfo: memFree=115632072/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=86204 memory=12124 CPUtime=2844.29 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 977367 0 0 0 281985 2444 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21551 3031 672 633 0 4567 0
[pid=174650/tid=174652] ppid=174647 vsize=86204 memory=12124 CPUtime=1374.72 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 4498 0 0 0 137125 347 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 2844.29 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 12124 KiB

[startup+1542.3 s]
/proc/loadavg: 7.35 7.54 7.45 9/267 174770
/proc/meminfo: memFree=115632224/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=86204 memory=12124 CPUtime=2959.64 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 977369 0 0 0 293435 2529 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21551 3031 672 633 0 4567 0
[pid=174650/tid=174652] ppid=174647 vsize=86204 memory=12124 CPUtime=1430.57 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 4498 0 0 0 142697 360 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 2959.64 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 12124 KiB

[startup+1602.3 s]
/proc/loadavg: 7.47 7.53 7.45 8/268 174773
/proc/meminfo: memFree=115632376/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=86204 memory=12124 CPUtime=3075.01 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 978464 0 0 0 304894 2607 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21551 3031 672 633 0 4567 0
[pid=174650/tid=174652] ppid=174647 vsize=86204 memory=12124 CPUtime=1486.47 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 4815 0 0 0 148276 371 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 3075.01 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 12124 KiB

[startup+1662.3 s]
/proc/loadavg: 7.46 7.52 7.45 8/268 174775
/proc/meminfo: memFree=115632576/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=86204 memory=12124 CPUtime=3190.3 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 978469 0 0 0 316342 2688 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21551 3031 672 633 0 4567 0
[pid=174650/tid=174652] ppid=174647 vsize=86204 memory=12124 CPUtime=1542.23 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 4815 0 0 0 153839 384 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 3190.3 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 12124 KiB

[startup+1722.3 s]
/proc/loadavg: 7.67 7.58 7.48 8/269 174782
/proc/meminfo: memFree=115640324/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=86204 memory=12124 CPUtime=3305.6 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 979577 0 0 0 327792 2768 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21551 3031 672 633 0 4567 0
[pid=174650/tid=174652] ppid=174647 vsize=86204 memory=12124 CPUtime=1597.98 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 4959 0 0 0 159402 396 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 3305.6 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 12124 KiB

[startup+1782.3 s]
/proc/loadavg: 7.90 7.66 7.51 8/268 174784
/proc/meminfo: memFree=115640688/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=86204 memory=12124 CPUtime=3420.92 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 980680 0 0 0 339242 2850 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21551 3031 672 633 0 4567 0
[pid=174650/tid=174652] ppid=174647 vsize=86204 memory=-8753799889786201952 CPUtime=1653.79 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 5089 0 0 0 164971 408 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 3420.92 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 12124 KiB

[startup+1842.3 s]
/proc/loadavg: 6.93 7.45 7.45 7/262 174819
/proc/meminfo: memFree=115688208/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=86204 memory=12124 CPUtime=3536.17 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 980684 0 0 0 350688 2929 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21551 3031 672 633 0 4567 0
[pid=174650/tid=174652] ppid=174647 vsize=86204 memory=10880 CPUtime=1709.58 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 5089 0 0 0 170539 419 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 3536.17 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 12124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1875.6 s]
/proc/loadavg: 6.50 7.30 7.40 7/263 174822
/proc/meminfo: memFree=115688892/131250000 swapFree=33010416/33010684
[pid=174650] ppid=174647 vsize=86204 memory=12124 CPUtime=3600.09 cores=5,7
/proc/174650/stat : 174650 (pb_competition_) R 174647 174650 173087 0 -1 4194304 980684 0 0 0 357035 2974 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
/proc/174650/statm: 21551 3031 672 633 0 4567 0
[pid=174650/tid=174652] ppid=174647 vsize=86204 memory=5760 CPUtime=1740.49 cores=5,7
/proc/174650/task/174652/stat : 174652 (pb_competition_) R 174647 174650 173087 0 -1 4194368 5089 0 0 0 173624 425 0 0 20 0 2 0 236452167 88272896 3031 18446744073709551615 4198400 6788177 140721473864144 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 25272320 140721473866072 140721473866198 140721473866198 140721473871802 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 86204 KiB
Current children cumulated memory: 12124 KiB

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

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

# cumulated CPU time of all completed processes:  user=3570.37 s, system=29.7492 s

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

Child status: 0

Real time (s): 1875.61
CPU time (s): 3600.12
CPU user time (s): 3570.37
CPU system time (s): 29.7492
CPU usage (%): 191.944
Max. virtual memory (cumulated for all children) (KiB): 86204
Max. memory (cumulated for all children) (KiB): 12124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.37
system time used= 29.7492
maximum resident set size= 12124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 980930
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= 118003
involuntary context switches= 63732


# summary of solver processes directly reported to runsolver:
#   pid: 174650
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3570.37
#   total CPU system time (s): 29.7492

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.73165 second user time and 8.99983 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-22 20:08:43
IDJOB=4544255
IDBENCH=175139
IDSOLVER=3347
FILE ID=nodeC027/4544255-1753207723
RUNJOBID= nodeC027-1753198973-173105
SLURM_JOB_ID= 9687760
Free space on /tmp= 432980 MiB

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

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

MD5SUM BENCH= aae1fd6f5b6959c86c4f8fcb3049cc7a
RANDOM SEED=482303424

nodeC027 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.642
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.29
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.635
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.29
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.639
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.29
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.639
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.29
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.651
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.29
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.418
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.29
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.581
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.29
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.530
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115653196 kB
MemAvailable:   129578320 kB
Buffers:            2488 kB
Cached:         14691276 kB
SwapCached:            8 kB
Active:          1281964 kB
Inactive:       13594496 kB
Active(anon):     206192 kB
Inactive(anon):     2788 kB
Active(file):    1075772 kB
Inactive(file): 13591708 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5248 kB
Writeback:             0 kB
AnonPages:        185440 kB
Mapped:           117204 kB
Shmem:             26252 kB
KReclaimable:     193364 kB
Slab:             288872 kB
SReclaimable:     193364 kB
SUnreclaim:        95508 kB
KernelStack:        4340 kB
PageTables:         3352 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     554456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432980 MiB
End job on nodeC027 at 2025-07-22 20:39:59