Trace number 4511370

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.07 1843.91

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x100split.opb
MD5SUM8085e67efea758974236eb172d264588
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 benchmark5.11999
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1001
Total number of constraints501
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)501
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.00	c #variable: 1001
0.00/0.00	c #constraint: 501
0.00/0.00	c #equal: 501
0.00/0.00	c intsize: 3
0.00/0.00	c sizeproduct: 0
0.00/0.00	c #soft: 0
0.00/0.00	c mincost: 0
0.00/0.00	c maxcost: 0
0.00/0.00	c sumcost: 0
0.00/0.00	c iteration_max: -1
0.00/0.00	c time_max: -1
0.00/0.00	c number_of_threads(move update): 2
0.00/0.00	c number_of_threads(move evaluation): 2
0.00/0.00	c seed: 1975859370
3600.05/1843.90	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: 63794 MiB (63291 MiB free)
  memory of node 1: 64507 MiB (64072 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511370-1751207038/watcher-4511370-1751207038 -o /tmp/evaluation-result-4511370-1751207038/solver-4511370-1751207038 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751205227-25845 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1975859370 HOME/instance-4511370-1751207038.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=26107, runsolver pid=26099

[startup+0.100063 s]*
/proc/loadavg: 8.10 8.09 7.46 8/250 26112
/proc/meminfo: memFree=130419604/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=80324 memory=6016 CPUtime=0.13 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 955 0 0 0 13 0 0 0 20 0 2 0 36383166 82251776 1504 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20081 1504 672 633 0 2955 0
[pid=26107/tid=26109] ppid=26099 vsize=80324 memory=4026531959 CPUtime=0.04 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 46 0 0 0 4 0 0 0 20 0 2 0 36383167 82251776 1504 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 80324 KiB
Current children cumulated memory: 6016 KiB

[startup+0.213893 s]*
/proc/loadavg: 8.10 8.09 7.46 8/251 26124
/proc/meminfo: memFree=130419892/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=80628 memory=6144 CPUtime=0.29 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) S 26099 26107 25833 0 -1 4194304 1051 0 0 0 28 1 0 0 20 0 2 0 36383166 82563072 1536 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20157 1536 672 633 0 3031 0
[pid=26107/tid=26109] ppid=26099 vsize=80628 memory=3472328299600569865 CPUtime=0.08 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 46 0 0 0 8 0 0 0 20 0 2 0 36383167 82563072 1536 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 80628 KiB
Current children cumulated memory: 6144 KiB

[startup+0.312339 s]*
/proc/loadavg: 8.10 8.09 7.46 8/249 26129
/proc/meminfo: memFree=130419240/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=80696 memory=6272 CPUtime=0.44 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) S 26099 26107 25833 0 -1 4194304 1096 0 0 0 43 1 0 0 20 0 2 0 36383166 82632704 1568 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20174 1568 672 633 0 3048 0
[pid=26107/tid=26109] ppid=26099 vsize=80696 memory=-7824251494390847843 CPUtime=0.15 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 46 0 0 0 15 0 0 0 20 0 2 0 36383167 82632704 1568 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 80696 KiB
Current children cumulated memory: 6272 KiB

[startup+0.700208 s]
/proc/loadavg: 8.10 8.09 7.46 8/254 26141
/proc/meminfo: memFree=130415812/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81152 memory=6668 CPUtime=1.15 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 1250 0 0 0 112 3 0 0 20 0 2 0 36383166 83099648 1667 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20288 1667 672 633 0 3162 0
[pid=26107/tid=26109] ppid=26099 vsize=81152 memory=17152 CPUtime=0.48 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 46 0 0 0 48 0 0 0 20 0 2 0 36383167 83099648 1667 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 81152 KiB
Current children cumulated memory: 6668 KiB

[startup+1.50015 s]
/proc/loadavg: 8.10 8.09 7.46 9/254 26141
/proc/meminfo: memFree=130415816/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=6796 CPUtime=2.7 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 2146 0 0 0 265 5 0 0 20 0 2 0 36383166 83374080 1699 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1699 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=17152 CPUtime=1.25 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 178 0 0 0 123 2 0 0 20 0 2 0 36383167 83374080 1699 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 6796 KiB

[startup+3.10444 s]
/proc/loadavg: 8.02 8.07 7.46 9/254 26141
/proc/meminfo: memFree=130415820/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=6924 CPUtime=5.83 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 3013 0 0 0 573 10 0 0 20 0 2 0 36383166 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1731 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=7972085474328656235 CPUtime=2.79 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 220 0 0 0 276 3 0 0 20 0 2 0 36383167 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 6924 KiB

[startup+6.30017 s]
/proc/loadavg: 8.02 8.07 7.46 8/249 26168
/proc/meminfo: memFree=130418164/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=6924 CPUtime=12.08 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 3905 0 0 0 1188 20 0 0 20 0 2 0 36383166 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1731 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=0 CPUtime=5.85 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 370 0 0 0 580 5 0 0 20 0 2 0 36383167 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 12.08 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 6924 KiB

[startup+12.7001 s]
/proc/loadavg: 7.79 8.02 7.45 9/254 26187
/proc/meminfo: memFree=130416876/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=6924 CPUtime=24.57 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 5696 0 0 0 2419 38 0 0 20 0 2 0 36383166 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1731 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=4472 CPUtime=11.98 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 754 0 0 0 1190 8 0 0 20 0 2 0 36383167 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 24.57 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 6924 KiB

[startup+25.5001 s]
/proc/loadavg: 7.74 8.00 7.45 9/254 26187
/proc/meminfo: memFree=130416680/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=6924 CPUtime=49.57 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 6609 0 0 0 4884 73 0 0 20 0 2 0 36383166 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1731 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=17152 CPUtime=24.27 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 922 0 0 0 2409 18 0 0 20 0 2 0 36383167 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 49.57 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 6924 KiB

[startup+51.1044 s]
/proc/loadavg: 7.83 8.00 7.47 9/254 26188
/proc/meminfo: memFree=130416656/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=6924 CPUtime=99.6 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 8395 0 0 0 9819 141 0 0 20 0 2 0 36383166 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1731 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=6924 CPUtime=48.83 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 1326 0 0 0 4852 31 0 0 20 0 2 0 36383167 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 99.6 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 6924 KiB

[startup+102.3 s]
/proc/loadavg: 8.10 8.04 7.51 9/254 26189
/proc/meminfo: memFree=130413868/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=6924 CPUtime=199.62 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 9812 0 0 0 19681 281 0 0 20 0 2 0 36383166 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1731 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=14304 CPUtime=97.91 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 1699 0 0 0 9731 60 0 0 20 0 2 0 36383167 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 199.62 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 6924 KiB

[startup+162.3 s]
/proc/loadavg: 8.02 8.03 7.55 9/253 26191
/proc/meminfo: memFree=130413276/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=6924 CPUtime=316.83 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 10838 0 0 0 31238 445 0 0 20 0 2 0 36383166 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1731 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=14304 CPUtime=155.43 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 1943 0 0 0 15451 92 0 0 20 0 2 0 36383167 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 316.83 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 6924 KiB

[startup+222.3 s]
/proc/loadavg: 8.09 8.05 7.59 9/253 26193
/proc/meminfo: memFree=130413528/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=6924 CPUtime=434.07 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 11302 0 0 0 42793 614 0 0 20 0 2 0 36383166 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1731 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=14304 CPUtime=213 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 2089 0 0 0 21171 129 0 0 20 0 2 0 36383167 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 434.07 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 6924 KiB

[startup+282.3 s]
/proc/loadavg: 8.10 8.06 7.62 9/253 26195
/proc/meminfo: memFree=130413696/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=6924 CPUtime=551.29 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 11319 0 0 0 54356 773 0 0 20 0 2 0 36383166 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1731 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=6924 CPUtime=270.54 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 2089 0 0 0 26891 163 0 0 20 0 2 0 36383167 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 551.29 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 6924 KiB

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

/proc/meminfo: memFree=130413028/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=6924 CPUtime=2543.46 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 13864 0 0 0 250899 3447 0 0 20 0 2 0 36383166 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1731 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=6924 CPUtime=1248.33 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 2671 0 0 0 124154 679 0 0 20 0 2 0 36383167 83374080 1731 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 2543.46 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 6924 KiB

[startup+1362.3 s]
/proc/loadavg: 8.12 8.08 7.97 8/254 26250
/proc/meminfo: memFree=130411788/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=7052 CPUtime=2660.57 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 14398 0 0 0 262453 3604 0 0 20 0 2 0 36383166 83374080 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1763 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=6924 CPUtime=1305.77 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 2760 0 0 0 129867 710 0 0 20 0 2 0 36383167 83374080 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 2660.57 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 7052 KiB

[startup+1422.3 s]
/proc/loadavg: 8.02 8.07 7.98 9/254 26252
/proc/meminfo: memFree=130412956/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=7052 CPUtime=2777.67 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 14902 0 0 0 274009 3758 0 0 20 0 2 0 36383166 83374080 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1763 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=6924 CPUtime=1363.22 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 2766 0 0 0 135582 740 0 0 20 0 2 0 36383167 83374080 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 2777.67 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 7052 KiB

[startup+1482.3 s]
/proc/loadavg: 8.13 8.08 7.99 9/254 26254
/proc/meminfo: memFree=130411932/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=7052 CPUtime=2894.78 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 15419 0 0 0 285562 3916 0 0 20 0 2 0 36383166 83374080 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1763 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=14304 CPUtime=1420.67 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 2849 0 0 0 141301 766 0 0 20 0 2 0 36383167 83374080 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 2894.78 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 7052 KiB

[startup+1542.3 s]
/proc/loadavg: 8.11 8.08 8.00 9/255 26259
/proc/meminfo: memFree=130412992/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=7052 CPUtime=3011.87 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 15938 0 0 0 297115 4072 0 0 20 0 2 0 36383166 83374080 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1763 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=7052 CPUtime=1478.08 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 2985 0 0 0 147014 794 0 0 20 0 2 0 36383167 83374080 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 3011.87 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 7052 KiB

[startup+1602.3 s]
/proc/loadavg: 8.32 8.14 8.02 8/255 26265
/proc/meminfo: memFree=130412724/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81420 memory=7052 CPUtime=3128.9 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 15941 0 0 0 308664 4226 0 0 20 0 2 0 36383166 83374080 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20355 1763 672 633 0 3229 0
[pid=26107/tid=26109] ppid=26099 vsize=81420 memory=7052 CPUtime=1535.48 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 2985 0 0 0 152724 824 0 0 20 0 2 0 36383167 83374080 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 3128.9 s
Current children cumulated vsize: 81420 KiB
Current children cumulated memory: 7052 KiB

[startup+1662.3 s]
/proc/loadavg: 8.18 8.13 8.03 9/255 26267
/proc/meminfo: memFree=130412764/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81556 memory=7052 CPUtime=3246.02 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 16476 0 0 0 320221 4381 0 0 20 0 2 0 36383166 83513344 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20389 1763 672 633 0 3263 0
[pid=26107/tid=26109] ppid=26099 vsize=81556 memory=7052 CPUtime=1592.94 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 2989 0 0 0 158441 853 0 0 20 0 2 0 36383167 83513344 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 3246.02 s
Current children cumulated vsize: 81556 KiB
Current children cumulated memory: 7052 KiB

[startup+1722.3 s]
/proc/loadavg: 8.12 8.12 8.03 9/255 26269
/proc/meminfo: memFree=130412464/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81556 memory=7052 CPUtime=3363.08 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 16476 0 0 0 331768 4540 0 0 20 0 2 0 36383166 83513344 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20389 1763 672 633 0 3263 0
[pid=26107/tid=26109] ppid=26099 vsize=81556 memory=7052 CPUtime=1650.36 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) S 26099 26107 25833 0 -1 4194368 2989 0 0 0 164153 883 0 0 20 0 2 0 36383167 83513344 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 3363.08 s
Current children cumulated vsize: 81556 KiB
Current children cumulated memory: 7052 KiB

[startup+1782.3 s]
/proc/loadavg: 8.16 8.13 8.03 9/256 26272
/proc/meminfo: memFree=130411716/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81556 memory=7052 CPUtime=3480.07 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 16990 0 0 0 343319 4688 0 0 20 0 2 0 36383166 83513344 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20389 1763 672 633 0 3263 0
[pid=26107/tid=26109] ppid=26099 vsize=81556 memory=7052 CPUtime=1707.77 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 3127 0 0 0 169865 912 0 0 20 0 2 0 36383167 83513344 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 3480.07 s
Current children cumulated vsize: 81556 KiB
Current children cumulated memory: 7052 KiB

[startup+1842.3 s]
/proc/loadavg: 7.06 7.86 7.95 6/255 26412
/proc/meminfo: memFree=125652268/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81556 memory=7052 CPUtime=3596.93 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 17502 0 0 0 354851 4842 0 0 20 0 2 0 36383166 83513344 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20389 1763 672 633 0 3263 0
[pid=26107/tid=26109] ppid=26099 vsize=81556 memory=17152 CPUtime=1765.05 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 3200 0 0 0 175565 940 0 0 20 0 2 0 36383167 83513344 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 3596.93 s
Current children cumulated vsize: 81556 KiB
Current children cumulated memory: 7052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1843.9 s]
/proc/loadavg: 7.06 7.86 7.95 6/255 26412
/proc/meminfo: memFree=125562284/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81556 memory=7052 CPUtime=3600.05 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 17507 0 0 0 355160 4845 0 0 20 0 2 0 36383166 83513344 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20389 1763 672 633 0 3263 0
[pid=26107/tid=26109] ppid=26099 vsize=81556 memory=7052 CPUtime=1766.58 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 3200 0 0 0 175718 940 0 0 20 0 2 0 36383167 83513344 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 81556 KiB
Current children cumulated memory: 7052 KiB

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

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

# cumulated CPU time of all completed processes:  user=3551.62 s, system=48.4562 s

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

[startup+1843.9 s]
/proc/loadavg: 7.06 7.86 7.95 6/255 26412
/proc/meminfo: memFree=125562284/131382120 swapFree=33010416/33010684
[pid=26107] ppid=26099 vsize=81556 memory=7052 CPUtime=3600.05 cores=1,3
/proc/26107/stat : 26107 (pb_competition_) R 26099 26107 25833 0 -1 4194304 17507 0 0 0 355160 4845 0 0 20 0 2 0 36383166 83513344 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
/proc/26107/statm: 20389 1763 672 633 0 3263 0
[pid=26107/tid=26109] ppid=26099 vsize=81556 memory=7052 CPUtime=1766.58 cores=1,3
/proc/26107/task/26109/stat : 26109 (pb_competition_) R 26099 26107 25833 0 -1 4194368 3200 0 0 0 175718 940 0 0 20 0 2 0 36383167 83513344 1763 18446744073709551615 4198400 6788177 140725640148592 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26890240 140725640153433 140725640153560 140725640153560 140725640159162 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 81556 KiB
Current children cumulated memory: 7052 KiB

Child status: 0

Real time (s): 1843.91
CPU time (s): 3600.07
CPU user time (s): 3551.62
CPU system time (s): 48.4562
CPU usage (%): 195.241
Max. virtual memory (cumulated for all children) (KiB): 81556
Max. memory (cumulated for all children) (KiB): 7052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3551.62
system time used= 48.4562
maximum resident set size= 7052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17569
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= 207609
involuntary context switches= 103811


# summary of solver processes directly reported to runsolver:
#   pid: 26107
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3551.62
#   total CPU system time (s): 48.4562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.27696 second user time and 5.82867 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 16:23:58
IDJOB=4511370
IDBENCH=160439
IDSOLVER=3347
FILE ID=nodeC006/4511370-1751207038
RUNJOBID= nodeC006-1751205227-25845
SLURM_JOB_ID= 9587624
Free space on /tmp= 433052 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x100split.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-4511370-1751207038/watcher-4511370-1751207038 -o /tmp/evaluation-result-4511370-1751207038/solver-4511370-1751207038 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751205227-25845 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1975859370 HOME/instance-4511370-1751207038.opb

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

MD5SUM BENCH= 8085e67efea758974236eb172d264588
RANDOM SEED=1975859370

nodeC006 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	: 0xb00001f
cpu MHz		: 1197.115
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.065
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.107
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.140
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.145
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3591.431
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.132
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3591.433
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130422904 kB
MemAvailable:   130026856 kB
Buffers:            2128 kB
Cached:           366132 kB
SwapCached:           12 kB
Active:           345448 kB
Inactive:          95492 kB
Active(anon):      77892 kB
Inactive(anon):    12740 kB
Active(file):     267556 kB
Inactive(file):    82752 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10176 kB
Writeback:             4 kB
AnonPages:         75932 kB
Mapped:           105252 kB
Shmem:             17948 kB
KReclaimable:      93076 kB
Slab:             174972 kB
SReclaimable:      93076 kB
SUnreclaim:        81896 kB
KernelStack:        3968 kB
PageTables:         3052 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     370752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432888 MiB
End job on nodeC006 at 2025-06-29 16:54:42