Trace number 4542890

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.08 2085.21

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-06/normalized-ec_stargrid_06_012.opb
MD5SUMb02daac0bd5c49ad8b109680e19e1b42
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.041383
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables289
Total number of constraints146
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)144
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.00	c #variable: 289
0.00/0.00	c #constraint: 146
0.00/0.00	c #equal: 0
0.00/0.00	c intsize: 4
0.00/0.00	c sizeproduct: 0
0.00/0.00	c #soft: 0
0.00/0.00	c mincost: 0
0.00/0.00	c maxcost: 0
0.00/0.00	c sumcost: 0
0.00/0.00	c iteration_max: -1
0.00/0.00	c time_max: -1
0.00/0.00	c number_of_threads(move update): 2
0.00/0.00	c number_of_threads(move evaluation): 2
0.00/0.00	c seed: 1773479743
3600.05/2085.20	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 (54356 MiB free)
  memory of node 1: 64507 MiB (52608 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542890-1753201644/watcher-4542890-1753201644 -o /tmp/evaluation-result-4542890-1753201644/solver-4542890-1753201644 -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 1773479743 HOME/instance-4542890-1753201644.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100068 s]*
/proc/loadavg: 5.93 6.19 6.00 7/267 173665
/proc/meminfo: memFree=109531780/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=79332 memory=4864 CPUtime=0.16 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) S 173660 173663 173087 0 -1 4194304 724 0 0 0 16 0 0 0 20 0 2 0 235844242 81235968 1216 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 19833 1216 672 633 0 2697 0
[pid=173663/tid=173665] ppid=173660 vsize=79332 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 25 0 0 0 6 0 0 0 20 0 2 0 235844242 81235968 1216 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 79332 KiB
Current children cumulated memory: 4864 KiB

[startup+0.206054 s]*
/proc/loadavg: 5.93 6.19 6.00 7/267 173665
/proc/meminfo: memFree=109531780/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=79464 memory=4992 CPUtime=0.36 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 753 0 0 0 36 0 0 0 20 0 2 0 235844242 81371136 1248 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 19866 1248 672 633 0 2730 0
[pid=173663/tid=173665] ppid=173660 vsize=79464 memory=734702676833468700 CPUtime=0.16 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 25 0 0 0 16 0 0 0 20 0 2 0 235844242 81371136 1248 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 79464 KiB
Current children cumulated memory: 4992 KiB

[startup+0.306155 s]*
/proc/loadavg: 5.93 6.19 6.00 6/267 173665
/proc/meminfo: memFree=109531780/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=79464 memory=5120 CPUtime=0.54 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 777 0 0 0 54 0 0 0 20 0 2 0 235844242 81371136 1280 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 19866 1280 672 633 0 2730 0
[pid=173663/tid=173665] ppid=173660 vsize=79464 memory=-8754081351861233760 CPUtime=0.25 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 25 0 0 0 25 0 0 0 20 0 2 0 235844242 81371136 1280 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 79464 KiB
Current children cumulated memory: 5120 KiB

[startup+0.700258 s]
/proc/loadavg: 5.93 6.19 6.00 7/267 173665
/proc/meminfo: memFree=109432548/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=79916 memory=5192 CPUtime=1.31 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 866 0 0 0 129 2 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 19979 1298 672 633 0 2843 0
[pid=173663/tid=173665] ppid=173660 vsize=79916 memory=27136 CPUtime=0.63 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 25 0 0 0 63 0 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 79916 KiB
Current children cumulated memory: 5192 KiB

[startup+1.50025 s]
/proc/loadavg: 5.93 6.19 6.00 7/267 173665
/proc/meminfo: memFree=109506784/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=79916 memory=5192 CPUtime=2.88 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 1426 0 0 0 283 5 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 19979 1298 672 633 0 2843 0
[pid=173663/tid=173665] ppid=173660 vsize=79916 memory=27136 CPUtime=1.42 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 51 0 0 0 141 1 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 79916 KiB
Current children cumulated memory: 5192 KiB

[startup+3.10595 s]
/proc/loadavg: 5.93 6.19 6.00 7/267 173665
/proc/meminfo: memFree=109433088/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=79916 memory=5192 CPUtime=6.05 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 1992 0 0 0 594 11 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 19979 1298 672 633 0 2843 0
[pid=173663/tid=173665] ppid=173660 vsize=79916 memory=5192 CPUtime=2.99 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 115 0 0 0 298 1 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 6.05 s
Current children cumulated vsize: 79916 KiB
Current children cumulated memory: 5192 KiB

[startup+6.30023 s]
/proc/loadavg: 6.02 6.20 6.00 8/267 173665
/proc/meminfo: memFree=109501884/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=79916 memory=5192 CPUtime=12.38 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 2550 0 0 0 1217 21 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 19979 1298 672 633 0 2843 0
[pid=173663/tid=173665] ppid=173660 vsize=79916 memory=27136 CPUtime=6.16 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 383 0 0 0 613 3 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 12.38 s
Current children cumulated vsize: 79916 KiB
Current children cumulated memory: 5192 KiB

[startup+12.7002 s]
/proc/loadavg: 5.94 6.18 6.00 9/267 173665
/proc/meminfo: memFree=109476588/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=79916 memory=5192 CPUtime=25.06 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 3117 0 0 0 2465 41 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 19979 1298 672 633 0 2843 0
[pid=173663/tid=173665] ppid=173660 vsize=79916 memory=5192 CPUtime=12.49 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 637 0 0 0 1243 6 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 25.06 s
Current children cumulated vsize: 79916 KiB
Current children cumulated memory: 5192 KiB

[startup+25.5003 s]
/proc/loadavg: 6.10 6.20 6.01 7/267 173666
/proc/meminfo: memFree=109486036/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=79916 memory=5192 CPUtime=50.42 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 4202 0 0 0 4963 79 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 19979 1298 672 633 0 2843 0
[pid=173663/tid=173665] ppid=173660 vsize=79916 memory=5192 CPUtime=25.17 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 1057 0 0 0 2504 13 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 50.42 s
Current children cumulated vsize: 79916 KiB
Current children cumulated memory: 5192 KiB

[startup+51.1062 s]
/proc/loadavg: 6.27 6.24 6.02 8/267 173666
/proc/meminfo: memFree=109477516/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=79916 memory=5192 CPUtime=101.13 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 4791 0 0 0 9959 154 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 19979 1298 672 633 0 2843 0
[pid=173663/tid=173665] ppid=173660 vsize=79916 memory=27136 CPUtime=50.54 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 1245 0 0 0 5028 26 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 101.13 s
Current children cumulated vsize: 79916 KiB
Current children cumulated memory: 5192 KiB

[startup+102.3 s]
/proc/loadavg: 6.40 6.26 6.04 8/266 173668
/proc/meminfo: memFree=109442080/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=79916 memory=5192 CPUtime=192.51 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 5961 0 0 0 19008 243 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 19979 1298 672 633 0 2843 0
[pid=173663/tid=173665] ppid=173660 vsize=79916 memory=27136 CPUtime=91.16 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 1607 0 0 0 9079 37 0 0 20 0 2 0 235844242 81833984 1298 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 192.51 s
Current children cumulated vsize: 79916 KiB
Current children cumulated memory: 5192 KiB

[startup+162.3 s]
/proc/loadavg: 6.68 6.38 6.10 7/267 173716
/proc/meminfo: memFree=114475556/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=80048 memory=5320 CPUtime=295.18 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 6609 0 0 0 29200 318 0 0 20 0 2 0 235844242 81969152 1330 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20012 1330 672 633 0 2876 0
[pid=173663/tid=173665] ppid=173660 vsize=80048 memory=5320 CPUtime=134.33 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) S 173660 173663 173087 0 -1 4194368 1711 0 0 0 13389 44 0 0 20 0 2 0 235844242 81969152 1330 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 295.18 s
Current children cumulated vsize: 80048 KiB
Current children cumulated memory: 5320 KiB

[startup+222.3 s]
/proc/loadavg: 6.69 6.45 6.14 8/267 173718
/proc/meminfo: memFree=114430196/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=80048 memory=5448 CPUtime=397.51 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 7238 0 0 0 39358 393 0 0 20 0 2 0 235844242 81969152 1362 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20012 1362 672 633 0 2876 0
[pid=173663/tid=173665] ppid=173660 vsize=80048 memory=5320 CPUtime=177.11 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 1811 0 0 0 17660 51 0 0 20 0 2 0 235844242 81969152 1362 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 397.51 s
Current children cumulated vsize: 80048 KiB
Current children cumulated memory: 5448 KiB

[startup+282.3 s]
/proc/loadavg: 6.56 6.47 6.17 8/267 173720
/proc/meminfo: memFree=114437456/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=80048 memory=5448 CPUtime=500.58 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 7261 0 0 0 49588 470 0 0 20 0 2 0 235844242 81969152 1362 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20012 1362 672 633 0 2876 0
[pid=173663/tid=173665] ppid=173660 vsize=80048 memory=5448 CPUtime=220.67 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 1812 0 0 0 22007 60 0 0 20 0 2 0 235844242 81969152 1362 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 500.58 s
Current children cumulated vsize: 80048 KiB
Current children cumulated memory: 5448 KiB

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

/proc/meminfo: memFree=114484564/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=80724 memory=6344 CPUtime=2570.41 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 17788 0 0 0 255385 1656 0 0 20 0 2 0 235844242 82661376 1586 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20181 1586 672 633 0 3045 0
[pid=173663/tid=173665] ppid=173660 vsize=80724 memory=14720 CPUtime=1099.77 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 2492 0 0 0 109797 180 0 0 20 0 2 0 235844242 82661376 1586 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 2570.41 s
Current children cumulated vsize: 80724 KiB
Current children cumulated memory: 6344 KiB

[startup+1542.3 s]
/proc/loadavg: 6.67 6.73 6.59 8/266 173822
/proc/meminfo: memFree=114853076/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=80860 memory=6344 CPUtime=2674.58 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 18693 0 0 0 265747 1711 0 0 20 0 2 0 235844242 82800640 1586 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20215 1586 672 633 0 3079 0
[pid=173663/tid=173665] ppid=173660 vsize=80860 memory=6344 CPUtime=1144.36 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) S 173660 173663 173087 0 -1 4194368 2517 0 0 0 114249 187 0 0 20 0 2 0 235844242 82800640 1586 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 2674.58 s
Current children cumulated vsize: 80860 KiB
Current children cumulated memory: 6344 KiB

[startup+1602.3 s]
/proc/loadavg: 6.86 6.78 6.62 9/267 173829
/proc/meminfo: memFree=114838720/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=80860 memory=6344 CPUtime=2778.91 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 19587 0 0 0 276128 1763 0 0 20 0 2 0 235844242 82800640 1586 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20215 1586 672 633 0 3079 0
[pid=173663/tid=173665] ppid=173660 vsize=80860 memory=6344 CPUtime=1189.17 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 2520 0 0 0 118723 194 0 0 20 0 2 0 235844242 82800640 1586 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 2778.91 s
Current children cumulated vsize: 80860 KiB
Current children cumulated memory: 6344 KiB

[startup+1662.3 s]
/proc/loadavg: 6.97 6.82 6.64 8/267 173831
/proc/meminfo: memFree=114839672/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=80860 memory=6472 CPUtime=2882.78 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 20496 0 0 0 286464 1814 0 0 20 0 2 0 235844242 82800640 1618 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20215 1618 672 633 0 3079 0
[pid=173663/tid=173665] ppid=173660 vsize=80860 memory=6344 CPUtime=1233.51 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 2598 0 0 0 123152 199 0 0 20 0 2 0 235844242 82800640 1618 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 2882.78 s
Current children cumulated vsize: 80860 KiB
Current children cumulated memory: 6472 KiB

[startup+1722.3 s]
/proc/loadavg: 7.25 6.93 6.69 8/269 173836
/proc/meminfo: memFree=114839740/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=80860 memory=6472 CPUtime=2986.61 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 21415 0 0 0 296794 1867 0 0 20 0 2 0 235844242 82800640 1618 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20215 1618 672 633 0 3079 0
[pid=173663/tid=173665] ppid=173660 vsize=80860 memory=6344 CPUtime=1277.79 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 2683 0 0 0 127574 205 0 0 20 0 2 0 235844242 82800640 1618 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 2986.61 s
Current children cumulated vsize: 80860 KiB
Current children cumulated memory: 6472 KiB

[startup+1782.3 s]
/proc/loadavg: 7.21 6.98 6.72 9/269 173838
/proc/meminfo: memFree=114790772/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=80860 memory=6472 CPUtime=3090.15 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 22335 0 0 0 307097 1918 0 0 20 0 2 0 235844242 82800640 1618 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20215 1618 672 633 0 3079 0
[pid=173663/tid=173665] ppid=173660 vsize=80860 memory=14720 CPUtime=1321.8 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 2737 0 0 0 131969 211 0 0 20 0 2 0 235844242 82800640 1618 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 3090.15 s
Current children cumulated vsize: 80860 KiB
Current children cumulated memory: 6472 KiB

[startup+1842.3 s]
/proc/loadavg: 7.48 7.10 6.79 8/269 173885
/proc/meminfo: memFree=115611092/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=80996 memory=6472 CPUtime=3193.88 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 23247 0 0 0 317421 1967 0 0 20 0 2 0 235844242 82939904 1618 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20249 1618 672 633 0 3113 0
[pid=173663/tid=173665] ppid=173660 vsize=80996 memory=-8754081351861233760 CPUtime=1365.88 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 2818 0 0 0 136375 213 0 0 20 0 2 0 235844242 82939904 1618 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 3193.88 s
Current children cumulated vsize: 80996 KiB
Current children cumulated memory: 6472 KiB

[startup+1902.3 s]
/proc/loadavg: 7.05 7.06 6.79 6/269 173889
/proc/meminfo: memFree=115630388/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=81788 memory=6828 CPUtime=3295.42 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 24495 0 0 0 327540 2002 0 0 20 0 2 0 235844242 83750912 1707 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20447 1707 672 633 0 3311 0
[pid=173663/tid=173665] ppid=173660 vsize=81788 memory=-8754081351861233760 CPUtime=1407.7 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) S 173660 173663 173087 0 -1 4194368 2890 0 0 0 140556 214 0 0 20 0 2 0 235844242 83750912 1707 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 3295.42 s
Current children cumulated vsize: 81788 KiB
Current children cumulated memory: 6828 KiB

[startup+1962.3 s]
/proc/loadavg: 7.37 7.13 6.84 8/268 173891
/proc/meminfo: memFree=115632384/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=82208 memory=7212 CPUtime=3395.17 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 25682 0 0 0 337485 2032 0 0 20 0 2 0 235844242 84180992 1803 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20552 1803 672 633 0 3416 0
[pid=173663/tid=173665] ppid=173660 vsize=82208 memory=6956 CPUtime=1447.75 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 2971 0 0 0 144560 215 0 0 20 0 2 0 235844242 84180992 1803 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 3395.17 s
Current children cumulated vsize: 82208 KiB
Current children cumulated memory: 7212 KiB

[startup+2022.3 s]
/proc/loadavg: 7.50 7.20 6.88 9/266 173904
/proc/meminfo: memFree=115633472/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=82340 memory=7468 CPUtime=3494.84 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 26398 0 0 0 347426 2058 0 0 20 0 2 0 235844242 84316160 1867 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20585 1867 672 633 0 3449 0
[pid=173663/tid=173665] ppid=173660 vsize=82340 memory=14720 CPUtime=1487.71 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 3193 0 0 0 148556 215 0 0 20 0 2 0 235844242 84316160 1867 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 3494.84 s
Current children cumulated vsize: 82340 KiB
Current children cumulated memory: 7468 KiB

[startup+2082.3 s]
/proc/loadavg: 7.56 7.26 6.92 9/266 173906
/proc/meminfo: memFree=115635468/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=82668 memory=7724 CPUtime=3595.17 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 27203 0 0 0 357434 2083 0 0 20 0 2 0 235844242 84652032 1931 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20667 1931 672 633 0 3531 0
[pid=173663/tid=173665] ppid=173660 vsize=82668 memory=7724 CPUtime=1528.33 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 3239 0 0 0 152618 215 0 0 20 0 2 0 235844242 84652032 1931 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 3595.17 s
Current children cumulated vsize: 82668 KiB
Current children cumulated memory: 7724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2085.2 s]
/proc/loadavg: 7.51 7.26 6.92 9/266 173906
/proc/meminfo: memFree=115635628/131250000 swapFree=33010416/33010684
[pid=173663] ppid=173660 vsize=82668 memory=7724 CPUtime=3600.05 cores=5,7
/proc/173663/stat : 173663 (pb_competition_) R 173660 173663 173087 0 -1 4194304 27204 0 0 0 357921 2084 0 0 20 0 2 0 235844242 84652032 1931 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
/proc/173663/statm: 20667 1931 672 633 0 3531 0
[pid=173663/tid=173665] ppid=173660 vsize=82668 memory=1920 CPUtime=1530.32 cores=5,7
/proc/173663/task/173665/stat : 173665 (pb_competition_) R 173660 173663 173087 0 -1 4194368 3239 0 0 0 152817 215 0 0 20 0 2 0 235844242 84652032 1931 18446744073709551615 4198400 6788177 140725527178976 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 27557888 140725527185751 140725527185878 140725527185878 140725527191482 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 82668 KiB
Current children cumulated memory: 7724 KiB

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

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

# cumulated CPU time of all completed processes:  user=3579.23 s, system=20.8474 s

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

Child status: 0

Real time (s): 2085.21
CPU time (s): 3600.08
CPU user time (s): 3579.23
CPU system time (s): 20.8474
CPU usage (%): 172.648
Max. virtual memory (cumulated for all children) (KiB): 82668
Max. memory (cumulated for all children) (KiB): 7724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.23
system time used= 20.8474
maximum resident set size= 7724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27260
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= 92212
involuntary context switches= 87685


# summary of solver processes directly reported to runsolver:
#   pid: 173663
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3579.23
#   total CPU system time (s): 20.8474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.18186 second user time and 9.93073 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-22 18:27:24
IDJOB=4542890
IDBENCH=164900
IDSOLVER=3347
FILE ID=nodeC027/4542890-1753201644
RUNJOBID= nodeC027-1753198973-173105
SLURM_JOB_ID= 9687760
Free space on /tmp= 432892 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-06/normalized-ec_stargrid_06_012.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-4542890-1753201644/watcher-4542890-1753201644 -o /tmp/evaluation-result-4542890-1753201644/solver-4542890-1753201644 -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 1773479743 HOME/instance-4542890-1753201644.opb

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

MD5SUM BENCH= b02daac0bd5c49ad8b109680e19e1b42
RANDOM SEED=1773479743

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.636
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		: 3600.125
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.995
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.483
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.794
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		: 3599.507
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		: 3605.720
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.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.393
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:        109531984 kB
MemAvailable:   123545648 kB
Buffers:            2488 kB
Cached:         14779872 kB
SwapCached:            8 kB
Active:          7314776 kB
Inactive:       13683124 kB
Active(anon):    6239004 kB
Inactive(anon):     2788 kB
Active(file):    1075772 kB
Inactive(file): 13680336 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5184 kB
Writeback:            56 kB
AnonPages:       6218432 kB
Mapped:           117000 kB
Shmem:             26252 kB
KReclaimable:     193192 kB
Slab:             289556 kB
SReclaimable:     193192 kB
SUnreclaim:        96364 kB
KernelStack:        4304 kB
PageTables:        15020 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6622296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2168832 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= 432976 MiB
End job on nodeC027 at 2025-07-22 19:02:09