Trace number 4542773

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.05 2880.51

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.opb
MD5SUM99fe8e2cd23c0484947be7a71ede996e
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 benchmark11.4771
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1729
Total number of constraints866
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints856
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: 1729
0.00/0.00	c #constraint: 866
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: 2091113130
3600.03/2880.50	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 (57656 MiB free)
  memory of node 1: 64507 MiB (63736 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100057 s]*
/proc/loadavg: 5.44 5.72 5.55 6/268 171368
/proc/meminfo: memFree=124304612/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84012 memory=9884 CPUtime=0.15 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 2037 0 0 0 15 0 0 0 20 0 2 0 235829861 86028288 2471 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21003 2471 672 633 0 3957 0
[pid=171366/tid=171368] ppid=171363 vsize=84012 memory=4026531960 CPUtime=0.05 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) R 171363 171366 170836 0 -1 4194368 126 0 0 0 5 0 0 0 20 0 2 0 235829861 86028288 2471 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 84012 KiB
Current children cumulated memory: 9884 KiB

[startup+0.205727 s]*
/proc/loadavg: 5.44 5.72 5.55 8/268 171368
/proc/meminfo: memFree=124315372/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84152 memory=10012 CPUtime=0.33 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 2076 0 0 0 33 0 0 0 20 0 2 0 235829861 86171648 2503 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21038 2503 672 633 0 3992 0
[pid=171366/tid=171368] ppid=171363 vsize=84152 memory=4830728736883343644 CPUtime=0.13 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) R 171363 171366 170836 0 -1 4194368 126 0 0 0 13 0 0 0 20 0 2 0 235829861 86171648 2503 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 84152 KiB
Current children cumulated memory: 10012 KiB

[startup+0.304847 s]*
/proc/loadavg: 5.44 5.72 5.55 7/268 171368
/proc/meminfo: memFree=124315624/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84152 memory=10012 CPUtime=0.48 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 2076 0 0 0 47 1 0 0 20 0 2 0 235829861 86171648 2503 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21038 2503 672 633 0 3992 0
[pid=171366/tid=171368] ppid=171363 vsize=84152 memory=-8970817071043734112 CPUtime=0.18 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 126 0 0 0 18 0 0 0 20 0 2 0 235829861 86171648 2503 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 84152 KiB
Current children cumulated memory: 10012 KiB

[startup+0.700116 s]
/proc/loadavg: 5.44 5.72 5.55 7/268 171368
/proc/meminfo: memFree=124315624/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84152 memory=10012 CPUtime=0.88 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 2076 0 0 0 86 2 0 0 20 0 2 0 235829861 86171648 2503 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21038 2503 672 633 0 3992 0
[pid=171366/tid=171368] ppid=171363 vsize=84152 memory=23168 CPUtime=0.2 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 126 0 0 0 20 0 0 0 20 0 2 0 235829861 86171648 2503 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 84152 KiB
Current children cumulated memory: 10012 KiB

[startup+1.50012 s]
/proc/loadavg: 5.44 5.72 5.55 7/268 171368
/proc/meminfo: memFree=124309988/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84152 memory=10012 CPUtime=2.39 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 3540 0 0 0 233 6 0 0 20 0 2 0 235829861 86171648 2503 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21038 2503 672 633 0 3992 0
[pid=171366/tid=171368] ppid=171363 vsize=84152 memory=23168 CPUtime=0.91 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) R 171363 171366 170836 0 -1 4194368 367 0 0 0 91 0 0 0 20 0 2 0 235829861 86171648 2503 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 84152 KiB
Current children cumulated memory: 10012 KiB

[startup+3.10523 s]
/proc/loadavg: 5.44 5.72 5.55 7/268 171414
/proc/meminfo: memFree=126221788/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84152 memory=10140 CPUtime=5.41 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 4988 0 0 0 526 15 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21038 2535 672 633 0 3992 0
[pid=171366/tid=171368] ppid=171363 vsize=84152 memory=10140 CPUtime=2.33 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) R 171363 171366 170836 0 -1 4194368 487 0 0 0 232 1 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 5.41 s
Current children cumulated vsize: 84152 KiB
Current children cumulated memory: 10140 KiB

[startup+6.3001 s]
/proc/loadavg: 5.41 5.71 5.54 6/268 171414
/proc/meminfo: memFree=126225028/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84152 memory=10140 CPUtime=9.72 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 6439 0 0 0 946 26 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21038 2535 672 633 0 3992 0
[pid=171366/tid=171368] ppid=171363 vsize=84152 memory=23168 CPUtime=3.47 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 488 0 0 0 345 2 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 9.72 s
Current children cumulated vsize: 84152 KiB
Current children cumulated memory: 10140 KiB

[startup+12.7001 s]
/proc/loadavg: 5.45 5.72 5.55 5/268 171414
/proc/meminfo: memFree=126221372/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84152 memory=10140 CPUtime=16.28 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 9351 0 0 0 1584 44 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21038 2535 672 633 0 3992 0
[pid=171366/tid=171368] ppid=171363 vsize=84152 memory=10140 CPUtime=3.65 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 489 0 0 0 363 2 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 16.28 s
Current children cumulated vsize: 84152 KiB
Current children cumulated memory: 10140 KiB

[startup+25.5001 s]
/proc/loadavg: 5.36 5.68 5.54 7/268 171414
/proc/meminfo: memFree=126219172/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84152 memory=10140 CPUtime=37.37 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 10826 0 0 0 3646 91 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21038 2535 672 633 0 3992 0
[pid=171366/tid=171368] ppid=171363 vsize=84152 memory=10140 CPUtime=12 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) R 171363 171366 170836 0 -1 4194368 492 0 0 0 1194 6 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 37.37 s
Current children cumulated vsize: 84152 KiB
Current children cumulated memory: 10140 KiB

[startup+51.1051 s]
/proc/loadavg: 5.45 5.67 5.54 6/269 171416
/proc/meminfo: memFree=126241424/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84152 memory=10140 CPUtime=88.19 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 12123 0 0 0 8575 244 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21038 2535 672 633 0 3992 0
[pid=171366/tid=171368] ppid=171363 vsize=84152 memory=10140 CPUtime=37.37 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) R 171363 171366 170836 0 -1 4194368 632 0 0 0 3714 23 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 88.19 s
Current children cumulated vsize: 84152 KiB
Current children cumulated memory: 10140 KiB

[startup+102.3 s]
/proc/loadavg: 5.33 5.60 5.52 7/269 171464
/proc/meminfo: memFree=129370760/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84152 memory=10140 CPUtime=171.2 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 13787 0 0 0 16616 504 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21038 2535 672 633 0 3992 0
[pid=171366/tid=171368] ppid=171363 vsize=84152 memory=10140 CPUtime=69.44 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) R 171363 171366 170836 0 -1 4194368 781 0 0 0 6900 44 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 171.2 s
Current children cumulated vsize: 84152 KiB
Current children cumulated memory: 10140 KiB

[startup+162.3 s]
/proc/loadavg: 4.86 5.44 5.47 5/269 171465
/proc/meminfo: memFree=129375852/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84152 memory=10140 CPUtime=251.68 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 15108 0 0 0 24461 707 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21038 2535 672 633 0 3992 0
[pid=171366/tid=171368] ppid=171363 vsize=84152 memory=-8898759498480577120 CPUtime=90.14 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 851 0 0 0 8956 58 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 251.68 s
Current children cumulated vsize: 84152 KiB
Current children cumulated memory: 10140 KiB

[startup+222.3 s]
/proc/loadavg: 4.35 5.19 5.38 5/268 171467
/proc/meminfo: memFree=129375460/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84152 memory=10140 CPUtime=311.53 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 15803 0 0 0 30258 895 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21038 2535 672 633 0 3992 0
[pid=171366/tid=171368] ppid=171363 vsize=84152 memory=10140 CPUtime=90.14 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 851 0 0 0 8956 58 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 311.53 s
Current children cumulated vsize: 84152 KiB
Current children cumulated memory: 10140 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.98 5.30 5/269 171470
/proc/meminfo: memFree=129376836/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84152 memory=10140 CPUtime=371.37 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 16475 0 0 0 36055 1082 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21038 2535 672 633 0 3992 0
[pid=171366/tid=171368] ppid=171363 vsize=84152 memory=10140 CPUtime=90.14 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 851 0 0 0 8956 58 0 0 20 0 2 0 235829861 86171648 2535 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 371.37 s
Current children cumulated vsize: 84152 KiB

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

/proc/meminfo: memFree=129423124/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84284 memory=10268 CPUtime=2893.04 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 28786 0 0 0 280977 8327 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21071 2567 672 633 0 4025 0
[pid=171366/tid=171368] ppid=171363 vsize=84284 memory=14464 CPUtime=578.65 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 1343 0 0 0 57562 303 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 2893.04 s
Current children cumulated vsize: 84284 KiB
Current children cumulated memory: 10268 KiB

[startup+2382.3 s]
/proc/loadavg: 4.15 4.26 4.52 5/268 171589
/proc/meminfo: memFree=129422540/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84284 memory=10268 CPUtime=2952.89 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 28793 0 0 0 286792 8497 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21071 2567 672 633 0 4025 0
[pid=171366/tid=171368] ppid=171363 vsize=84284 memory=10268 CPUtime=578.65 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 1343 0 0 0 57562 303 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 2952.89 s
Current children cumulated vsize: 84284 KiB
Current children cumulated memory: 10268 KiB

[startup+2442.3 s]
/proc/loadavg: 4.11 4.22 4.49 5/269 171592
/proc/meminfo: memFree=129423120/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84284 memory=10268 CPUtime=3012.74 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 29467 0 0 0 292613 8661 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21071 2567 672 633 0 4025 0
[pid=171366/tid=171368] ppid=171363 vsize=84284 memory=10268 CPUtime=578.65 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 1343 0 0 0 57562 303 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 3012.74 s
Current children cumulated vsize: 84284 KiB
Current children cumulated memory: 10268 KiB

[startup+2502.3 s]
/proc/loadavg: 4.12 4.20 4.46 5/269 171594
/proc/meminfo: memFree=129422516/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84284 memory=10268 CPUtime=3072.58 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 29477 0 0 0 298432 8826 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21071 2567 672 633 0 4025 0
[pid=171366/tid=171368] ppid=171363 vsize=84284 memory=14464 CPUtime=578.65 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 1343 0 0 0 57562 303 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 3072.58 s
Current children cumulated vsize: 84284 KiB
Current children cumulated memory: 10268 KiB

[startup+2562.3 s]
/proc/loadavg: 4.10 4.17 4.44 5/269 171597
/proc/meminfo: memFree=129422428/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84284 memory=10268 CPUtime=3132.43 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 29484 0 0 0 304255 8988 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21071 2567 672 633 0 4025 0
[pid=171366/tid=171368] ppid=171363 vsize=84284 memory=14464 CPUtime=578.65 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 1343 0 0 0 57562 303 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 3132.43 s
Current children cumulated vsize: 84284 KiB
Current children cumulated memory: 10268 KiB

[startup+2622.3 s]
/proc/loadavg: 4.53 4.27 4.46 6/269 171599
/proc/meminfo: memFree=129422792/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84284 memory=10268 CPUtime=3192.29 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 30172 0 0 0 310076 9153 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21071 2567 672 633 0 4025 0
[pid=171366/tid=171368] ppid=171363 vsize=84284 memory=10268 CPUtime=578.65 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 1343 0 0 0 57562 303 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 3192.29 s
Current children cumulated vsize: 84284 KiB
Current children cumulated memory: 10268 KiB

[startup+2682.3 s]
/proc/loadavg: 4.81 4.40 4.49 6/268 171601
/proc/meminfo: memFree=129422912/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84284 memory=10268 CPUtime=3252.14 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 30181 0 0 0 315903 9311 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21071 2567 672 633 0 4025 0
[pid=171366/tid=171368] ppid=171363 vsize=84284 memory=10268 CPUtime=578.65 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) S 171363 171366 170836 0 -1 4194368 1343 0 0 0 57562 303 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 3252.14 s
Current children cumulated vsize: 84284 KiB
Current children cumulated memory: 10268 KiB

[startup+2742.3 s]
/proc/loadavg: 5.06 4.53 4.53 7/267 171602
/proc/meminfo: memFree=129422832/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84284 memory=10268 CPUtime=3353.38 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 30889 0 0 0 325735 9603 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21071 2567 672 633 0 4025 0
[pid=171366/tid=171368] ppid=171363 vsize=84284 memory=10268 CPUtime=620.17 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) R 171363 171366 170836 0 -1 4194368 1480 0 0 0 61699 318 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 3353.38 s
Current children cumulated vsize: 84284 KiB
Current children cumulated memory: 10268 KiB

[startup+2802.3 s]
/proc/loadavg: 5.70 4.82 4.63 7/267 171604
/proc/meminfo: memFree=129422960/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84284 memory=10268 CPUtime=3472.71 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 30890 0 0 0 337327 9944 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21071 2567 672 633 0 4025 0
[pid=171366/tid=171368] ppid=171363 vsize=84284 memory=5760 CPUtime=679.85 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) R 171363 171366 170836 0 -1 4194368 1480 0 0 0 67647 338 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 3472.71 s
Current children cumulated vsize: 84284 KiB
Current children cumulated memory: 10268 KiB

[startup+2862.3 s]
/proc/loadavg: 5.59 4.97 4.70 7/267 171606
/proc/meminfo: memFree=129422840/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84284 memory=10268 CPUtime=3563.83 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 31579 0 0 0 346172 10211 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21071 2567 672 633 0 4025 0
[pid=171366/tid=171368] ppid=171363 vsize=84284 memory=10268 CPUtime=711.23 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) R 171363 171366 170836 0 -1 4194368 1481 0 0 0 70774 349 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 3563.83 s
Current children cumulated vsize: 84284 KiB
Current children cumulated memory: 10268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2880.5 s]
/proc/loadavg: 5.56 5.00 4.72 6/266 171607
/proc/meminfo: memFree=129422872/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84284 memory=10268 CPUtime=3600.03 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 31579 0 0 0 349684 10319 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21071 2567 672 633 0 4025 0
[pid=171366/tid=171368] ppid=171363 vsize=84284 memory=10268 CPUtime=729.32 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) R 171363 171366 170836 0 -1 4194368 1481 0 0 0 72576 356 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 84284 KiB
Current children cumulated memory: 10268 KiB

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

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

# cumulated CPU time of all completed processes:  user=3496.86 s, system=103.195 s

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

[startup+2880.5 s]
/proc/loadavg: 5.56 5.00 4.72 6/266 171607
/proc/meminfo: memFree=129422872/131249996 swapFree=33005016/33010684
[pid=171366] ppid=171363 vsize=84284 memory=10268 CPUtime=3600.03 cores=1,3
/proc/171366/stat : 171366 (pb_competition_) R 171363 171366 170836 0 -1 4194304 31579 0 0 0 349684 10319 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
/proc/171366/statm: 21071 2567 672 633 0 4025 0
[pid=171366/tid=171368] ppid=171363 vsize=84284 memory=10268 CPUtime=729.32 cores=1,3
/proc/171366/task/171368/stat : 171368 (pb_competition_) R 171363 171366 170836 0 -1 4194368 1481 0 0 0 72576 356 0 0 20 0 2 0 235829861 86306816 2567 18446744073709551615 4198400 6788177 140734525147952 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 8953856 140734525155671 140734525155798 140734525155798 140734525161402 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 84284 KiB
Current children cumulated memory: 10268 KiB

Child status: 0

Real time (s): 2880.51
CPU time (s): 3600.05
CPU user time (s): 3496.86
CPU system time (s): 103.195
CPU usage (%): 124.98
Max. virtual memory (cumulated for all children) (KiB): 84284
Max. memory (cumulated for all children) (KiB): 10268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3496.86
system time used= 103.195
maximum resident set size= 10268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31770
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= 38612
involuntary context switches= 11890


# summary of solver processes directly reported to runsolver:
#   pid: 171366
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3496.86
#   total CPU system time (s): 103.195

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.02988 second user time and 9.67874 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-22 18:25:03
IDJOB=4542773
IDBENCH=164647
IDSOLVER=3347
FILE ID=nodeC030/4542773-1753201503
RUNJOBID= nodeC030-1753198973-170855
SLURM_JOB_ID= 9687763
Free space on /tmp= 432764 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.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-4542773-1753201503/watcher-4542773-1753201503 -o /tmp/evaluation-result-4542773-1753201503/solver-4542773-1753201503 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753198973-170855 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 2091113130 HOME/instance-4542773-1753201503.opb

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

MD5SUM BENCH= 99fe8e2cd23c0484947be7a71ede996e
RANDOM SEED=2091113130

nodeC030 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.155
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.337
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.832
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3584.262
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.402
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.313
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.282
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3437.228
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        124306200 kB
MemAvailable:   124605764 kB
Buffers:              16 kB
Cached:          1066388 kB
SwapCached:          232 kB
Active:          5700516 kB
Inactive:         395168 kB
Active(anon):    5013128 kB
Inactive(anon):    37908 kB
Active(file):     687388 kB
Inactive(file):   357260 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4892 kB
Writeback:             4 kB
AnonPages:       5027752 kB
Mapped:           112212 kB
Shmem:             21756 kB
KReclaimable:     187912 kB
Slab:             283264 kB
SReclaimable:     187912 kB
SUnreclaim:        95352 kB
KernelStack:        4296 kB
PageTables:        12884 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    5396084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2220032 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432824 MiB
End job on nodeC030 at 2025-07-22 19:13:04