Trace number 4516676

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.18 2038.8

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/random4reg_opb/normalized-subsetcard-geq-random4reg-3500.opb
MD5SUM0add631ef3bf04b19f39ae45ede738e0
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.921869
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14001
Total number of constraints7000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)7000
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
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.03	c #variable: 14001
0.00/0.03	c #constraint: 7000
0.00/0.03	c #equal: 0
0.00/0.03	c intsize: 4
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: 1317191395
3600.06/2038.75	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 (62363 MiB free)
  memory of node 1: 64507 MiB (63946 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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.el
Current StackSize limit: 8192 KiB

solver pid=31317, runsolver pid=31312

[startup+0.100063 s]*
/proc/loadavg: 4.07 4.09 4.09 5/268 31335
/proc/meminfo: memFree=129257592/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=107672 memory=35524 CPUtime=0.11 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 8114 0 0 0 11 0 0 0 20 0 2 0 40002225 110256128 8881 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 26918 8881 672 633 0 10325 0
[pid=31317/tid=31320] ppid=31312 vsize=107672 memory=4026532124 CPUtime=0.02 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) S 31312 31317 30882 0 -1 4194368 579 0 0 0 2 0 0 0 20 0 2 0 40002225 110256128 8881 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 107672 KiB
Current children cumulated memory: 35524 KiB

[startup+0.205567 s]*
/proc/loadavg: 4.07 4.09 4.09 5/268 31335
/proc/meminfo: memFree=129219656/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=110296 memory=38084 CPUtime=0.21 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 8764 0 0 0 21 0 0 0 20 0 2 0 40002225 112943104 9521 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 27574 9521 672 633 0 10981 0
[pid=31317/tid=31320] ppid=31312 vsize=110296 memory=5983648042466672924 CPUtime=0.02 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) S 31312 31317 30882 0 -1 4194368 579 0 0 0 2 0 0 0 20 0 2 0 40002225 112943104 9521 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 110296 KiB
Current children cumulated memory: 38084 KiB

[startup+0.305497 s]*
/proc/loadavg: 4.07 4.09 4.09 5/268 31335
/proc/meminfo: memFree=129196472/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=110296 memory=38084 CPUtime=0.31 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 8764 0 0 0 31 0 0 0 20 0 2 0 40002225 112943104 9521 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 27574 9521 672 633 0 10981 0
[pid=31317/tid=31320] ppid=31312 vsize=110296 memory=7972076691036388461 CPUtime=0.02 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) S 31312 31317 30882 0 -1 4194368 579 0 0 0 2 0 0 0 20 0 2 0 40002225 112943104 9521 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 110296 KiB
Current children cumulated memory: 38084 KiB

[startup+0.700191 s]
/proc/loadavg: 4.07 4.09 4.09 6/268 31335
/proc/meminfo: memFree=129179588/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=114136 memory=41868 CPUtime=0.77 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 10310 0 0 0 76 1 0 0 20 0 2 0 40002225 116875264 10467 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 28534 10467 672 633 0 11941 0
[pid=31317/tid=31320] ppid=31312 vsize=114136 memory=17664 CPUtime=0.08 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) S 31312 31317 30882 0 -1 4194368 579 0 0 0 8 0 0 0 20 0 2 0 40002225 116875264 10467 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 0.77 s
Current children cumulated vsize: 114136 KiB
Current children cumulated memory: 41868 KiB

[startup+1.50021 s]
/proc/loadavg: 4.07 4.09 4.09 6/268 31335
/proc/meminfo: memFree=129172784/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=114136 memory=41868 CPUtime=2.07 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 16585 0 0 0 206 1 0 0 20 0 2 0 40002225 116875264 10467 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 28534 10467 672 633 0 11941 0
[pid=31317/tid=31320] ppid=31312 vsize=114136 memory=17664 CPUtime=0.59 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) S 31312 31317 30882 0 -1 4194368 1388 0 0 0 59 0 0 0 20 0 2 0 40002225 116875264 10467 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 2.07 s
Current children cumulated vsize: 114136 KiB
Current children cumulated memory: 41868 KiB

[startup+3.10553 s]
/proc/loadavg: 4.23 4.12 4.10 8/268 31335
/proc/meminfo: memFree=129161200/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=114664 memory=42508 CPUtime=4.26 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 21322 0 0 0 424 2 0 0 20 0 2 0 40002225 117415936 10627 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 28666 10627 672 633 0 12073 0
[pid=31317/tid=31320] ppid=31312 vsize=114664 memory=41996 CPUtime=1.18 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) S 31312 31317 30882 0 -1 4194368 1388 0 0 0 118 0 0 0 20 0 2 0 40002225 117415936 10627 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 4.26 s
Current children cumulated vsize: 114664 KiB
Current children cumulated memory: 42508 KiB

[startup+6.30019 s]
/proc/loadavg: 4.23 4.12 4.10 8/268 31335
/proc/meminfo: memFree=129157548/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=116188 memory=44044 CPUtime=8.9 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 29822 0 0 0 887 3 0 0 20 0 2 0 40002225 118976512 11011 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 29047 11011 672 633 0 12454 0
[pid=31317/tid=31320] ppid=31312 vsize=116188 memory=17664 CPUtime=2.66 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) S 31312 31317 30882 0 -1 4194368 2073 0 0 0 266 0 0 0 20 0 2 0 40002225 118976512 11011 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 8.9 s
Current children cumulated vsize: 116188 KiB
Current children cumulated memory: 44044 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.16 4.11 8/268 31335
/proc/meminfo: memFree=129157084/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=118264 memory=45964 CPUtime=18.36 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 38220 0 0 0 1830 6 0 0 20 0 2 0 40002225 121102336 11491 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 29566 11491 672 633 0 12973 0
[pid=31317/tid=31320] ppid=31312 vsize=118264 memory=45964 CPUtime=5.77 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) S 31312 31317 30882 0 -1 4194368 2902 0 0 0 576 1 0 0 20 0 2 0 40002225 121102336 11491 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 18.36 s
Current children cumulated vsize: 118264 KiB
Current children cumulated memory: 45964 KiB

[startup+25.5002 s]
/proc/loadavg: 4.66 4.23 4.13 5/268 31335
/proc/meminfo: memFree=129120700/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=135388 memory=63116 CPUtime=37.1 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 58558 0 0 0 3698 12 0 0 20 0 2 0 40002225 138637312 15779 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 33847 15779 672 633 0 17254 0
[pid=31317/tid=31320] ppid=31312 vsize=135388 memory=14720 CPUtime=11.81 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 3300 0 0 0 1178 3 0 0 20 0 2 0 40002225 138637312 15779 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 37.1 s
Current children cumulated vsize: 135388 KiB
Current children cumulated memory: 63116 KiB

[startup+51.1057 s]
/proc/loadavg: 5.05 4.36 4.18 7/267 31336
/proc/meminfo: memFree=129079056/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=151404 memory=77856 CPUtime=75.36 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 96513 0 0 0 7507 29 0 0 20 0 2 0 40002225 155037696 19464 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 37851 19464 672 633 0 21258 0
[pid=31317/tid=31320] ppid=31312 vsize=151404 memory=7970106366199741037 CPUtime=24.68 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 4912 0 0 0 2460 8 0 0 20 0 2 0 40002225 155037696 19464 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 75.36 s
Current children cumulated vsize: 151404 KiB
Current children cumulated memory: 77856 KiB

[startup+102.3 s]
/proc/loadavg: 5.83 4.69 4.30 7/267 31338
/proc/meminfo: memFree=129057636/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=160128 memory=86108 CPUtime=164.1 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 103394 0 0 0 16347 63 0 0 20 0 2 0 40002225 163971072 21527 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 40032 21527 672 633 0 23439 0
[pid=31317/tid=31320] ppid=31312 vsize=160128 memory=14720 CPUtime=62.71 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 5447 0 0 0 6253 18 0 0 20 0 2 0 40002225 163971072 21527 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 164.1 s
Current children cumulated vsize: 160128 KiB
Current children cumulated memory: 86108 KiB

[startup+162.3 s]
/proc/loadavg: 5.99 4.93 4.41 8/268 31342
/proc/meminfo: memFree=129068488/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=160128 memory=86876 CPUtime=271.19 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 109870 0 0 0 27025 94 0 0 20 0 2 0 40002225 163971072 21719 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 40032 21719 672 633 0 23439 0
[pid=31317/tid=31320] ppid=31312 vsize=160128 memory=0 CPUtime=110.38 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 7349 0 0 0 11007 31 0 0 20 0 2 0 40002225 163971072 21719 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 271.19 s
Current children cumulated vsize: 160128 KiB
Current children cumulated memory: 86876 KiB

[startup+222.3 s]
/proc/loadavg: 6.56 5.29 4.57 7/268 31345
/proc/meminfo: memFree=129064052/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=160128 memory=87516 CPUtime=377.9 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 110520 0 0 0 37664 126 0 0 20 0 2 0 40002225 163971072 21879 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 40032 21879 672 633 0 23439 0
[pid=31317/tid=31320] ppid=31312 vsize=160128 memory=4252 CPUtime=157.7 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) S 31312 31317 30882 0 -1 4194368 7526 0 0 0 15722 48 0 0 20 0 2 0 40002225 163971072 21879 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 377.9 s
Current children cumulated vsize: 160128 KiB
Current children cumulated memory: 87516 KiB

[startup+282.3 s]
/proc/loadavg: 6.45 5.50 4.69 8/269 31350
/proc/meminfo: memFree=129046372/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=165540 memory=89324 CPUtime=484.82 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 111630 0 0 0 48325 157 0 0 20 0 2 0 40002225 169512960 22331 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 41385 22331 672 633 0 24792 0
[pid=31317/tid=31320] ppid=31312 vsize=165540 memory=89196 CPUtime=205.24 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 7835 0 0 0 20460 64 0 0 20 0 2 0 40002225 169512960 22331 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 484.82 s
Current children cumulated vsize: 165540 KiB
Current children cumulated memory: 89324 KiB

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

/proc/meminfo: memFree=129025804/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=167512 memory=94452 CPUtime=2613.92 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 120671 0 0 0 260958 434 0 0 20 0 2 0 40002225 171532288 23613 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 41878 23613 672 633 0 25285 0
[pid=31317/tid=31320] ppid=31312 vsize=167512 memory=14720 CPUtime=1144.86 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 9947 0 0 0 114306 180 0 0 20 0 2 0 40002225 171532288 23613 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 2613.92 s
Current children cumulated vsize: 167512 KiB
Current children cumulated memory: 94452 KiB

[startup+1542.3 s]
/proc/loadavg: 6.44 6.50 6.08 7/267 31407
/proc/meminfo: memFree=129025388/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=167512 memory=94452 CPUtime=2720.59 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 120686 0 0 0 271613 446 0 0 20 0 2 0 40002225 171532288 23613 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 41878 23613 672 633 0 25285 0
[pid=31317/tid=31320] ppid=31312 vsize=167512 memory=10880 CPUtime=1192.03 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 9947 0 0 0 119017 186 0 0 20 0 2 0 40002225 171532288 23613 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 2720.59 s
Current children cumulated vsize: 167512 KiB
Current children cumulated memory: 94452 KiB

[startup+1602.3 s]
/proc/loadavg: 6.09 6.41 6.08 5/266 31409
/proc/meminfo: memFree=129027104/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=167512 memory=94580 CPUtime=2826.52 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 121481 0 0 0 282191 461 0 0 20 0 2 0 40002225 171532288 23645 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 41878 23645 672 633 0 25285 0
[pid=31317/tid=31320] ppid=31312 vsize=167512 memory=94580 CPUtime=1238.48 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) S 31312 31317 30882 0 -1 4194368 10175 0 0 0 123655 193 0 0 20 0 2 0 40002225 171532288 23645 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 2826.52 s
Current children cumulated vsize: 167512 KiB
Current children cumulated memory: 94580 KiB

[startup+1662.3 s]
/proc/loadavg: 6.40 6.46 6.12 7/266 31411
/proc/meminfo: memFree=129026444/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=167512 memory=94580 CPUtime=2932.83 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 121577 0 0 0 292810 473 0 0 20 0 2 0 40002225 171532288 23645 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 41878 23645 672 633 0 25285 0
[pid=31317/tid=31320] ppid=31312 vsize=167512 memory=94580 CPUtime=1285.32 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) S 31312 31317 30882 0 -1 4194368 10176 0 0 0 128335 197 0 0 20 0 2 0 40002225 171532288 23645 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 2932.83 s
Current children cumulated vsize: 167512 KiB
Current children cumulated memory: 94580 KiB

[startup+1722.3 s]
/proc/loadavg: 6.77 6.53 6.16 9/266 31413
/proc/meminfo: memFree=129027320/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=167512 memory=94580 CPUtime=3039.23 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 121579 0 0 0 303438 485 0 0 20 0 2 0 40002225 171532288 23645 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 41878 23645 672 633 0 25285 0
[pid=31317/tid=31320] ppid=31312 vsize=167512 memory=94580 CPUtime=1332.25 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 10176 0 0 0 133023 202 0 0 20 0 2 0 40002225 171532288 23645 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 3039.23 s
Current children cumulated vsize: 167512 KiB
Current children cumulated memory: 94580 KiB

[startup+1782.3 s]
/proc/loadavg: 6.67 6.54 6.19 7/267 31416
/proc/meminfo: memFree=129027648/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=167512 memory=94708 CPUtime=3145.62 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 122400 0 0 0 314063 499 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 41878 23677 672 633 0 25285 0
[pid=31317/tid=31320] ppid=31312 vsize=167512 memory=94708 CPUtime=1379.16 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 10396 0 0 0 137709 207 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 3145.62 s
Current children cumulated vsize: 167512 KiB
Current children cumulated memory: 94708 KiB

[startup+1842.3 s]
/proc/loadavg: 6.61 6.56 6.22 6/268 31421
/proc/meminfo: memFree=129027768/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=167512 memory=94708 CPUtime=3252.03 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 122402 0 0 0 324692 511 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 41878 23677 672 633 0 25285 0
[pid=31317/tid=31320] ppid=31312 vsize=167512 memory=94708 CPUtime=1426.1 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 10396 0 0 0 142397 213 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 3252.03 s
Current children cumulated vsize: 167512 KiB
Current children cumulated memory: 94708 KiB

[startup+1902.3 s]
/proc/loadavg: 6.77 6.61 6.26 7/268 31423
/proc/meminfo: memFree=129027924/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=167512 memory=94708 CPUtime=3358.32 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 123224 0 0 0 335308 524 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 41878 23677 672 633 0 25285 0
[pid=31317/tid=31320] ppid=31312 vsize=167512 memory=14720 CPUtime=1472.9 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 10634 0 0 0 147071 219 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 3358.32 s
Current children cumulated vsize: 167512 KiB
Current children cumulated memory: 94708 KiB

[startup+1962.3 s]
/proc/loadavg: 6.57 6.59 6.27 7/268 31427
/proc/meminfo: memFree=129026976/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=167512 memory=94708 CPUtime=3464.79 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 123234 0 0 0 345942 537 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 41878 23677 672 633 0 25285 0
[pid=31317/tid=31320] ppid=31312 vsize=167512 memory=14720 CPUtime=1519.87 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) S 31312 31317 30882 0 -1 4194368 10635 0 0 0 151764 223 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 3464.79 s
Current children cumulated vsize: 167512 KiB
Current children cumulated memory: 94708 KiB

[startup+2022.3 s]
/proc/loadavg: 6.59 6.59 6.29 8/268 31429
/proc/meminfo: memFree=129028592/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=167512 memory=94708 CPUtime=3570.95 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 123236 0 0 0 356545 550 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 41878 23677 672 633 0 25285 0
[pid=31317/tid=31320] ppid=31312 vsize=167512 memory=94708 CPUtime=1566.59 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 10635 0 0 0 156431 228 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 3570.95 s
Current children cumulated vsize: 167512 KiB
Current children cumulated memory: 94708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2038.7 s]
/proc/loadavg: 6.38 6.54 6.28 8/269 31444
/proc/meminfo: memFree=129039032/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=167512 memory=94708 CPUtime=3600.06 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 123236 0 0 0 359453 553 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 41878 23677 672 633 0 25285 0
[pid=31317/tid=31320] ppid=31312 vsize=167512 memory=94708 CPUtime=1579.43 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 10635 0 0 0 157714 229 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 167512 KiB
Current children cumulated memory: 94708 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.64 s, system=5.53985 s

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

[startup+2038.7 s]
/proc/loadavg: 6.38 6.54 6.28 8/269 31444
/proc/meminfo: memFree=129039032/131250000 swapFree=33010684/33010684
[pid=31317] ppid=31312 vsize=167512 memory=94708 CPUtime=3600.06 cores=4,6
/proc/31317/stat : 31317 (pb_competition_) R 31312 31317 30882 0 -1 4194304 123236 0 0 0 359453 553 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
/proc/31317/statm: 41878 23677 672 633 0 25285 0
[pid=31317/tid=31320] ppid=31312 vsize=167512 memory=94708 CPUtime=1579.43 cores=4,6
/proc/31317/task/31320/stat : 31320 (pb_competition_) R 31312 31317 30882 0 -1 4194368 10635 0 0 0 157714 229 0 0 20 0 2 0 40002225 171532288 23677 18446744073709551615 4198400 6788177 140728722546064 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 18350080 140728722553177 140728722553304 140728722553304 140728722558906 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 167512 KiB
Current children cumulated memory: 94708 KiB

Child status: 0

Real time (s): 2038.8
CPU time (s): 3600.18
CPU user time (s): 3594.64
CPU system time (s): 5.53985
CPU usage (%): 176.583
Max. virtual memory (cumulated for all children) (KiB): 167512
Max. memory (cumulated for all children) (KiB): 94708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.64
system time used= 5.53985
maximum resident set size= 94708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123962
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= 83358
involuntary context switches= 38409


# summary of solver processes directly reported to runsolver:
#   pid: 31317
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3594.64
#   total CPU system time (s): 5.53985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.23283 second user time and 9.23956 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-30 02:27:03
IDJOB=4516676
IDBENCH=175725
IDSOLVER=3347
FILE ID=nodeC027/4516676-1751243223
RUNJOBID= nodeC027-1751243223-31273
SLURM_JOB_ID= 9587720
Free space on /tmp= 433064 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/random4reg_opb/normalized-subsetcard-geq-random4reg-3500.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-4516676-1751243223/watcher-4516676-1751243223 -o /tmp/evaluation-result-4516676-1751243223/solver-4516676-1751243223 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751243223-31273 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1317191395 HOME/instance-4516676-1751243223.opb

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

MD5SUM BENCH= 0add631ef3bf04b19f39ae45ede738e0
RANDOM SEED=1317191395

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		: 3600.045
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		: 1442.570
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.645
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		: 2739.248
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.633
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		: 1681.342
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		: 3597.712
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		: 2191.508
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:        129345496 kB
MemAvailable:   129752824 kB
Buffers:            3280 kB
Cached:          1211124 kB
SwapCached:            0 kB
Active:           331128 kB
Inactive:         954512 kB
Active(anon):      89332 kB
Inactive(anon):        0 kB
Active(file):     241796 kB
Inactive(file):   954512 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11100 kB
Writeback:             0 kB
AnonPages:         74496 kB
Mapped:           102916 kB
Shmem:             18068 kB
KReclaimable:     100120 kB
Slab:             186564 kB
SReclaimable:     100120 kB
SUnreclaim:        86444 kB
KernelStack:        4080 kB
PageTables:         2844 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     336308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 433040 MiB
End job on nodeC027 at 2025-06-30 03:01:02