Trace number 4544177

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.19 2027.94

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/
random_rational_opb/normalized-ec_random_rational_random8reg_split_750.opb
MD5SUM9d0f67967ac2bc71f5ce17bb15e814c1
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.268683
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9003
Total number of constraints6754
Number of constraints which are clauses6002
Number of constraints which are cardinality constraints (but not clauses)751
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint6002
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 6002
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 18006
Number of bits of the biggest sum of numbers15
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.03	c #variable: 9003
0.00/0.03	c #constraint: 6754
0.00/0.03	c #equal: 751
0.00/0.03	c intsize: 15
0.00/0.03	c sizeproduct: 0
0.00/0.03	c #soft: 0
0.00/0.03	c mincost: 0
0.00/0.03	c maxcost: 0
0.00/0.03	c sumcost: 0
0.00/0.03	c iteration_max: -1
0.00/0.03	c time_max: -1
0.00/0.03	c number_of_threads(move update): 2
0.00/0.03	c number_of_threads(move evaluation): 2
0.00/0.03	c seed: 2096608680
3600.13/2027.92	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 (59647 MiB free)
  memory of node 1: 64507 MiB (53211 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544177-1753207498/watcher-4544177-1753207498 -o /tmp/evaluation-result-4544177-1753207498/solver-4544177-1753207498 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753198973-173102 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 2096608680 HOME/instance-4544177-1753207498.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=174544, runsolver pid=174541

[startup+0.100066 s]*
/proc/loadavg: 7.34 7.36 7.10 8/266 174546
/proc/meminfo: memFree=115547140/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=98568 memory=27396 CPUtime=0.12 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 6035 0 0 0 11 1 0 0 20 0 2 0 236429723 100933632 6849 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 24642 6849 672 633 0 8314 0
[pid=174544/tid=174546] ppid=174541 vsize=98568 memory=4026531960 CPUtime=0.02 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) S 174541 174544 173087 0 -1 4194368 1020 0 0 0 2 0 0 0 20 0 2 0 236429723 100933632 6849 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 98568 KiB
Current children cumulated memory: 27396 KiB

[startup+0.206426 s]*
/proc/loadavg: 7.34 7.36 7.10 9/266 174546
/proc/meminfo: memFree=115539076/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=104796 memory=33540 CPUtime=0.25 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) S 174541 174544 173087 0 -1 4194304 7587 0 0 0 24 1 0 0 20 0 2 0 236429723 107311104 8385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 26199 8385 672 633 0 9871 0
[pid=174544/tid=174546] ppid=174541 vsize=104796 memory=4830728736883343644 CPUtime=0.05 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 1020 0 0 0 5 0 0 0 20 0 2 0 236429723 107311104 8385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 104796 KiB
Current children cumulated memory: 33540 KiB

[startup+0.306189 s]*
/proc/loadavg: 7.34 7.36 7.10 8/266 174546
/proc/meminfo: memFree=115537060/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=104796 memory=33540 CPUtime=0.4 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) S 174541 174544 173087 0 -1 4194304 7587 0 0 0 39 1 0 0 20 0 2 0 236429723 107311104 8385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 26199 8385 672 633 0 9871 0
[pid=174544/tid=174546] ppid=174541 vsize=104796 memory=-8916734472677187455 CPUtime=0.1 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 1020 0 0 0 10 0 0 0 20 0 2 0 236429723 107311104 8385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 104796 KiB
Current children cumulated memory: 33540 KiB

[startup+0.700222 s]
/proc/loadavg: 7.34 7.36 7.10 7/266 174546
/proc/meminfo: memFree=115537060/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=104796 memory=33540 CPUtime=0.96 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 7587 0 0 0 95 1 0 0 20 0 2 0 236429723 107311104 8385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 26199 8385 672 633 0 9871 0
[pid=174544/tid=174546] ppid=174541 vsize=104796 memory=27136 CPUtime=0.29 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) S 174541 174544 173087 0 -1 4194368 1020 0 0 0 29 0 0 0 20 0 2 0 236429723 107311104 8385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 104796 KiB
Current children cumulated memory: 33540 KiB

[startup+1.50024 s]
/proc/loadavg: 7.23 7.34 7.09 8/266 174546
/proc/meminfo: memFree=115537068/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=104796 memory=33540 CPUtime=2.15 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 11408 0 0 0 213 2 0 0 20 0 2 0 236429723 107311104 8385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 26199 8385 672 633 0 9871 0
[pid=174544/tid=174546] ppid=174541 vsize=104796 memory=27136 CPUtime=0.69 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) S 174541 174544 173087 0 -1 4194368 1629 0 0 0 69 0 0 0 20 0 2 0 236429723 107311104 8385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 2.15 s
Current children cumulated vsize: 104796 KiB
Current children cumulated memory: 33540 KiB

[startup+3.10609 s]
/proc/loadavg: 7.23 7.34 7.09 8/268 174549
/proc/meminfo: memFree=115537096/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=104796 memory=33540 CPUtime=4.56 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 15279 0 0 0 453 3 0 0 20 0 2 0 236429723 107311104 8385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 26199 8385 672 633 0 9871 0
[pid=174544/tid=174546] ppid=174541 vsize=104796 memory=33540 CPUtime=1.5 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 2163 0 0 0 150 0 0 0 20 0 2 0 236429723 107311104 8385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 4.56 s
Current children cumulated vsize: 104796 KiB
Current children cumulated memory: 33540 KiB

[startup+6.3002 s]
/proc/loadavg: 7.21 7.33 7.09 8/268 174549
/proc/meminfo: memFree=115537340/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=104796 memory=33540 CPUtime=9.38 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 19045 0 0 0 933 5 0 0 20 0 2 0 236429723 107311104 8385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 26199 8385 672 633 0 9871 0
[pid=174544/tid=174546] ppid=174541 vsize=104796 memory=27136 CPUtime=3.16 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) S 174541 174544 173087 0 -1 4194368 2617 0 0 0 315 1 0 0 20 0 2 0 236429723 107311104 8385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 9.38 s
Current children cumulated vsize: 104796 KiB
Current children cumulated memory: 33540 KiB

[startup+12.7002 s]
/proc/loadavg: 7.12 7.31 7.09 7/268 174549
/proc/meminfo: memFree=115535576/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=108824 memory=37540 CPUtime=18.72 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 44115 0 0 0 1861 11 0 0 20 0 2 0 236429723 111435776 9385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 27206 9385 672 633 0 10878 0
[pid=174544/tid=174546] ppid=174541 vsize=108824 memory=37188 CPUtime=6.16 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) S 174541 174544 173087 0 -1 4194368 2683 0 0 0 614 2 0 0 20 0 2 0 236429723 111435776 9385 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 18.72 s
Current children cumulated vsize: 108824 KiB
Current children cumulated memory: 37540 KiB

[startup+25.5002 s]
/proc/loadavg: 7.17 7.32 7.09 9/268 174549
/proc/meminfo: memFree=115532804/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=111784 memory=40536 CPUtime=39.1 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 60983 0 0 0 3891 19 0 0 20 0 2 0 236429723 114466816 10134 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 27946 10134 672 633 0 11618 0
[pid=174544/tid=174546] ppid=174541 vsize=111784 memory=39132 CPUtime=13.88 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 3123 0 0 0 1382 6 0 0 20 0 2 0 236429723 114466816 10134 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 39.1 s
Current children cumulated vsize: 111784 KiB
Current children cumulated memory: 40536 KiB

[startup+51.106 s]
/proc/loadavg: 7.16 7.30 7.09 8/268 174549
/proc/meminfo: memFree=115508256/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=115464 memory=44328 CPUtime=82.12 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 128425 0 0 0 8163 49 0 0 20 0 2 0 236429723 118235136 11082 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 28866 11082 672 633 0 12538 0
[pid=174544/tid=174546] ppid=174541 vsize=115464 memory=27136 CPUtime=31.51 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) S 174541 174544 173087 0 -1 4194368 3615 0 0 0 3140 11 0 0 20 0 2 0 236429723 118235136 11082 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 82.12 s
Current children cumulated vsize: 115464 KiB
Current children cumulated memory: 44328 KiB

[startup+102.3 s]
/proc/loadavg: 7.09 7.27 7.09 9/268 174555
/proc/meminfo: memFree=115506036/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=119008 memory=46684 CPUtime=170.42 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 139597 0 0 0 16966 76 0 0 20 0 2 0 236429723 121864192 11671 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 29752 11671 672 633 0 13424 0
[pid=174544/tid=174546] ppid=174541 vsize=119008 memory=27136 CPUtime=69.07 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 3620 0 0 0 6888 19 0 0 20 0 2 0 236429723 121864192 11671 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 170.42 s
Current children cumulated vsize: 119008 KiB
Current children cumulated memory: 46684 KiB

[startup+162.3 s]
/proc/loadavg: 7.29 7.30 7.11 9/268 174557
/proc/meminfo: memFree=115506592/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=120164 memory=47964 CPUtime=274.12 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 144101 0 0 0 27310 102 0 0 20 0 2 0 236429723 123047936 11991 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 30041 11991 672 633 0 13713 0
[pid=174544/tid=174546] ppid=174541 vsize=120164 memory=5760 CPUtime=113.3 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 4250 0 0 0 11303 27 0 0 20 0 2 0 236429723 123047936 11991 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 274.12 s
Current children cumulated vsize: 120164 KiB
Current children cumulated memory: 47964 KiB

[startup+222.3 s]
/proc/loadavg: 7.27 7.28 7.11 8/269 174606
/proc/meminfo: memFree=115496668/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=120928 memory=49244 CPUtime=378.52 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 146220 0 0 0 37724 128 0 0 20 0 2 0 236429723 123830272 12311 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 30232 12311 672 633 0 13904 0
[pid=174544/tid=174546] ppid=174541 vsize=120928 memory=27136 CPUtime=158.23 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 4523 0 0 0 15789 34 0 0 20 0 2 0 236429723 123830272 12311 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 378.52 s
Current children cumulated vsize: 120928 KiB
Current children cumulated memory: 49244 KiB

[startup+282.3 s]
/proc/loadavg: 7.41 7.32 7.14 9/269 174653
/proc/meminfo: memFree=115640600/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=121436 memory=49628 CPUtime=485.1 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 148208 0 0 0 48356 154 0 0 20 0 2 0 236429723 124350464 12407 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 30359 12407 672 633 0 14031 0
[pid=174544/tid=174546] ppid=174541 vsize=121436 memory=49628 CPUtime=205.28 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 5025 0 0 0 20485 43 0 0 20 0 2 0 236429723 124350464 12407 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 485.1 s
Current children cumulated vsize: 121436 KiB

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

/proc/meminfo: memFree=115634232/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=126520 memory=55044 CPUtime=2624.48 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 156534 0 0 0 261919 529 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 31630 13761 672 633 0 15302 0
[pid=174544/tid=174546] ppid=174541 vsize=126520 memory=27136 CPUtime=1153.92 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 6060 0 0 0 115214 178 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 2624.48 s
Current children cumulated vsize: 126520 KiB
Current children cumulated memory: 55044 KiB

[startup+1542.3 s]
/proc/loadavg: 7.53 7.52 7.41 8/267 174761
/proc/meminfo: memFree=115632632/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=126520 memory=55044 CPUtime=2731.76 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 156535 0 0 0 272630 546 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 31630 13761 672 633 0 15302 0
[pid=174544/tid=174546] ppid=174541 vsize=126520 memory=10880 CPUtime=1201.65 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 6060 0 0 0 119980 185 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 2731.76 s
Current children cumulated vsize: 126520 KiB
Current children cumulated memory: 55044 KiB

[startup+1602.3 s]
/proc/loadavg: 7.71 7.58 7.44 9/267 174765
/proc/meminfo: memFree=115633572/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=126520 memory=55044 CPUtime=2839.12 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 157224 0 0 0 283349 563 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 31630 13761 672 633 0 15302 0
[pid=174544/tid=174546] ppid=174541 vsize=126520 memory=27136 CPUtime=1249.48 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 6138 0 0 0 124756 192 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 2839.12 s
Current children cumulated vsize: 126520 KiB
Current children cumulated memory: 55044 KiB

[startup+1662.3 s]
/proc/loadavg: 7.71 7.61 7.46 8/267 174768
/proc/meminfo: memFree=115631980/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=126520 memory=55044 CPUtime=2946.46 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 157225 0 0 0 294063 583 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 31630 13761 672 633 0 15302 0
[pid=174544/tid=174546] ppid=174541 vsize=126520 memory=55044 CPUtime=1297.27 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 6138 0 0 0 129528 199 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 2946.46 s
Current children cumulated vsize: 126520 KiB
Current children cumulated memory: 55044 KiB

[startup+1722.3 s]
/proc/loadavg: 7.50 7.59 7.46 7/267 174770
/proc/meminfo: memFree=115631880/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=126520 memory=55044 CPUtime=3053.73 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 157912 0 0 0 304775 598 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 31630 13761 672 633 0 15302 0
[pid=174544/tid=174546] ppid=174541 vsize=126520 memory=55044 CPUtime=1345 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) S 174541 174544 173087 0 -1 4194368 6143 0 0 0 134296 204 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 3053.73 s
Current children cumulated vsize: 126520 KiB
Current children cumulated memory: 55044 KiB

[startup+1782.3 s]
/proc/loadavg: 7.27 7.51 7.44 9/267 174771
/proc/meminfo: memFree=115632280/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=126520 memory=55044 CPUtime=3160.93 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 157913 0 0 0 315478 615 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 31630 13761 672 633 0 15302 0
[pid=174544/tid=174546] ppid=174541 vsize=126520 memory=55044 CPUtime=1392.67 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 6143 0 0 0 139057 210 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 3160.93 s
Current children cumulated vsize: 126520 KiB
Current children cumulated memory: 55044 KiB

[startup+1842.3 s]
/proc/loadavg: 7.51 7.54 7.46 8/268 174774
/proc/meminfo: memFree=115632432/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=126520 memory=55044 CPUtime=3268.27 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 158603 0 0 0 326196 631 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 31630 13761 672 633 0 15302 0
[pid=174544/tid=174546] ppid=174541 vsize=126520 memory=27136 CPUtime=1440.47 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 6239 0 0 0 143831 216 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 3268.27 s
Current children cumulated vsize: 126520 KiB
Current children cumulated memory: 55044 KiB

[startup+1902.3 s]
/proc/loadavg: 7.50 7.53 7.46 9/269 174781
/proc/meminfo: memFree=115640220/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=126520 memory=55044 CPUtime=3375.48 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 159291 0 0 0 336898 650 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 31630 13761 672 633 0 15302 0
[pid=174544/tid=174546] ppid=174541 vsize=126520 memory=55044 CPUtime=1488.11 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 6241 0 0 0 148589 222 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 3375.48 s
Current children cumulated vsize: 126520 KiB
Current children cumulated memory: 55044 KiB

[startup+1962.3 s]
/proc/loadavg: 7.59 7.57 7.47 8/269 174783
/proc/meminfo: memFree=115640116/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=126520 memory=55044 CPUtime=3482.81 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 159292 0 0 0 347610 671 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 31630 13761 672 633 0 15302 0
[pid=174544/tid=174546] ppid=174541 vsize=126520 memory=55044 CPUtime=1535.92 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) S 174541 174544 173087 0 -1 4194368 6241 0 0 0 153362 230 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 3482.81 s
Current children cumulated vsize: 126520 KiB
Current children cumulated memory: 55044 KiB

[startup+2022.3 s]
/proc/loadavg: 7.92 7.68 7.52 9/269 174787
/proc/meminfo: memFree=115624908/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=126520 memory=55044 CPUtime=3590.07 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 159986 0 0 0 358317 690 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 31630 13761 672 633 0 15302 0
[pid=174544/tid=174546] ppid=174541 vsize=126520 memory=14720 CPUtime=1583.66 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 6353 0 0 0 158128 238 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 3590.07 s
Current children cumulated vsize: 126520 KiB
Current children cumulated memory: 55044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2027.9 s]
/proc/loadavg: 7.93 7.68 7.52 8/269 174787
/proc/meminfo: memFree=115624908/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=126520 memory=55044 CPUtime=3600.13 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 159986 0 0 0 359322 691 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 31630 13761 672 633 0 15302 0
[pid=174544/tid=174546] ppid=174541 vsize=126520 memory=55044 CPUtime=1588.18 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 6353 0 0 0 158579 239 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 126520 KiB
Current children cumulated memory: 55044 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.27 s, system=6.92059 s

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

[startup+2027.9 s]
/proc/loadavg: 7.93 7.68 7.52 8/269 174787
/proc/meminfo: memFree=115624908/131250000 swapFree=33010416/33010684
[pid=174544] ppid=174541 vsize=126520 memory=55044 CPUtime=3600.13 cores=0,2
/proc/174544/stat : 174544 (pb_competition_) R 174541 174544 173087 0 -1 4194304 159986 0 0 0 359322 691 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
/proc/174544/statm: 31630 13761 672 633 0 15302 0
[pid=174544/tid=174546] ppid=174541 vsize=126520 memory=55044 CPUtime=1588.18 cores=0,2
/proc/174544/task/174546/stat : 174546 (pb_competition_) R 174541 174544 173087 0 -1 4194368 6353 0 0 0 158579 239 0 0 20 0 2 0 236429723 129556480 13761 18446744073709551615 4198400 6788177 140722960662816 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 25309184 140722960669015 140722960669142 140722960669142 140722960674746 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 126520 KiB
Current children cumulated memory: 55044 KiB

Child status: 0

Real time (s): 2027.94
CPU time (s): 3600.19
CPU user time (s): 3593.27
CPU system time (s): 6.92059
CPU usage (%): 177.53
Max. virtual memory (cumulated for all children) (KiB): 126520
Max. memory (cumulated for all children) (KiB): 55044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.27
system time used= 6.92059
maximum resident set size= 55044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160400
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= 197661
involuntary context switches= 161305


# summary of solver processes directly reported to runsolver:
#   pid: 174544
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3593.27
#   total CPU system time (s): 6.92059

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.43147 second user time and 10.1966 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-22 20:04:58
IDJOB=4544177
IDBENCH=174960
IDSOLVER=3347
FILE ID=nodeC027/4544177-1753207498
RUNJOBID= nodeC027-1753198973-173102
SLURM_JOB_ID= 9687760
Free space on /tmp= 432980 MiB

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

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

MD5SUM BENCH= 9d0f67967ac2bc71f5ce17bb15e814c1
RANDOM SEED=2096608680

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.589
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.767
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:        115567048 kB
MemAvailable:   129493916 kB
Buffers:            2488 kB
Cached:         14692984 kB
SwapCached:            8 kB
Active:          1410328 kB
Inactive:       13596236 kB
Active(anon):     334556 kB
Inactive(anon):     2788 kB
Active(file):    1075772 kB
Inactive(file): 13593448 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5232 kB
Writeback:            12 kB
AnonPages:        314152 kB
Mapped:           117016 kB
Shmem:             26252 kB
KReclaimable:     193376 kB
Slab:             288972 kB
SReclaimable:     193376 kB
SUnreclaim:        95596 kB
KernelStack:        4268 kB
PageTables:         3604 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     686696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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 20:38:47