Trace number 4516064

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.1 1859.91

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-lines-v3_shuffle/normalized-grid6_85.shuf-3.opb
MD5SUM6898f8c176df604869a5524822c88324
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.01995
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables510
Total number of constraints511
Number of constraints which are clauses510
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint510
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 514
Number of bits of the biggest sum of numbers10
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: 510
0.00/0.00	c #constraint: 511
0.00/0.00	c #equal: 0
0.00/0.00	c intsize: 10
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: 491069503
3600.08/1859.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: 63708 MiB (61622 MiB free)
  memory of node 1: 64465 MiB (62769 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516064-1751239565/watcher-4516064-1751239565 -o /tmp/evaluation-result-4516064-1751239565/solver-4516064-1751239565 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751237654-42559 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 491069503 HOME/instance-4516064-1751239565.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.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=42818, runsolver pid=42815

[startup+0.100057 s]*
/proc/loadavg: 5.75 5.89 5.73 7/268 42820
/proc/meminfo: memFree=127377996/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79456 memory=5120 CPUtime=0.19 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 735 0 0 0 19 0 0 0 20 0 2 0 39635233 81362944 1280 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19864 1280 672 633 0 2728 0
[pid=42818/tid=42820] ppid=42815 vsize=79456 memory=4026531960 CPUtime=0.09 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 32 0 0 0 9 0 0 0 20 0 2 0 39635233 81362944 1280 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 79456 KiB
Current children cumulated memory: 5120 KiB

[startup+0.205132 s]*
/proc/loadavg: 5.75 5.89 5.73 7/268 42820
/proc/meminfo: memFree=127377996/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79456 memory=5120 CPUtime=0.39 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 735 0 0 0 39 0 0 0 20 0 2 0 39635233 81362944 1280 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19864 1280 672 633 0 2728 0
[pid=42818/tid=42820] ppid=42815 vsize=79456 memory=664958721904869660 CPUtime=0.19 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 32 0 0 0 19 0 0 0 20 0 2 0 39635233 81362944 1280 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 79456 KiB
Current children cumulated memory: 5120 KiB

[startup+0.304474 s]*
/proc/loadavg: 5.75 5.89 5.73 7/268 42820
/proc/meminfo: memFree=127377996/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79456 memory=5120 CPUtime=0.59 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 735 0 0 0 59 0 0 0 20 0 2 0 39635233 81362944 1280 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19864 1280 672 633 0 2728 0
[pid=42818/tid=42820] ppid=42815 vsize=79456 memory=7970950812621617778 CPUtime=0.29 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 32 0 0 0 29 0 0 0 20 0 2 0 39635233 81362944 1280 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 79456 KiB
Current children cumulated memory: 5120 KiB

[startup+0.700121 s]
/proc/loadavg: 5.75 5.89 5.73 7/268 42820
/proc/meminfo: memFree=127377996/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79516 memory=5120 CPUtime=1.35 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 753 0 0 0 134 1 0 0 20 0 2 0 39635233 81424384 1280 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19879 1280 672 633 0 2743 0
[pid=42818/tid=42820] ppid=42815 vsize=79516 memory=17408 CPUtime=0.67 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 32 0 0 0 67 0 0 0 20 0 2 0 39635233 81424384 1280 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 79516 KiB
Current children cumulated memory: 5120 KiB

[startup+1.5001 s]
/proc/loadavg: 5.75 5.89 5.73 7/268 42820
/proc/meminfo: memFree=127377996/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=2.95 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 1226 0 0 0 292 3 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=17408 CPUtime=1.46 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 76 0 0 0 146 0 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+3.10481 s]
/proc/loadavg: 5.77 5.89 5.74 6/268 42820
/proc/meminfo: memFree=127377948/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=5.93 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 1688 0 0 0 587 6 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=2.86 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) S 42815 42818 41475 0 -1 4194368 76 0 0 0 285 1 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+6.30012 s]
/proc/loadavg: 5.77 5.89 5.74 7/268 42820
/proc/meminfo: memFree=127377996/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=11.91 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 2159 0 0 0 1177 14 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=17408 CPUtime=5.66 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 81 0 0 0 563 3 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 11.91 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+12.7001 s]
/proc/loadavg: 5.79 5.89 5.74 7/268 42821
/proc/meminfo: memFree=127378028/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=23.84 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 2628 0 0 0 2356 28 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=11.21 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 108 0 0 0 1115 6 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 23.84 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+25.5001 s]
/proc/loadavg: 5.76 5.88 5.74 7/268 42821
/proc/meminfo: memFree=127377828/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=42.22 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 3114 0 0 0 4167 55 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=14692 CPUtime=16.85 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 108 0 0 0 1673 12 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 42.22 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+51.1045 s]
/proc/loadavg: 6.19 5.97 5.77 7/268 42821
/proc/meminfo: memFree=127377940/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=93.18 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 3582 0 0 0 9188 130 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=42.34 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 137 0 0 0 4202 32 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 93.18 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+102.3 s]
/proc/loadavg: 6.13 5.99 5.79 7/270 42825
/proc/meminfo: memFree=127377500/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=194.09 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 5008 0 0 0 19133 276 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=92.3 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 339 0 0 0 9159 71 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 194.09 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+162.3 s]
/proc/loadavg: 5.87 5.96 5.79 7/270 42827
/proc/meminfo: memFree=127377692/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=298.69 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 5471 0 0 0 29473 396 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=137.14 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 345 0 0 0 13612 102 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 298.69 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+222.3 s]
/proc/loadavg: 5.81 5.93 5.80 7/270 42829
/proc/meminfo: memFree=127376796/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=397.6 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 5953 0 0 0 39254 506 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=176.29 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 367 0 0 0 17503 126 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 397.6 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+282.3 s]
/proc/loadavg: 5.93 5.95 5.82 7/270 42831
/proc/meminfo: memFree=127377156/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=517.03 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 6418 0 0 0 51034 669 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=236.02 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 394 0 0 0 23430 172 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 517.03 s
Current children cumulated vsize: 79584 KiB

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

/proc/meminfo: memFree=127388256/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=2491.39 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 8799 0 0 0 245686 3453 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=1195.43 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 855 0 0 0 118629 914 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 2491.39 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+1362.3 s]
/proc/loadavg: 4.10 4.71 5.37 5/262 42916
/proc/meminfo: memFree=127388280/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=2610.73 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 8808 0 0 0 257489 3584 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=1255.1 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 855 0 0 0 124558 952 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 2610.73 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+1422.3 s]
/proc/loadavg: 4.14 4.61 5.29 5/261 42918
/proc/meminfo: memFree=127388392/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=2730.05 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 9288 0 0 0 269289 3716 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=1314.75 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 938 0 0 0 130484 991 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 2730.05 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+1482.3 s]
/proc/loadavg: 4.10 4.51 5.21 5/261 42921
/proc/meminfo: memFree=127388072/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=2849.35 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 9289 0 0 0 281045 3890 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=1374.41 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 938 0 0 0 136400 1041 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 2849.35 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+1542.3 s]
/proc/loadavg: 4.53 4.56 5.18 6/262 42925
/proc/meminfo: memFree=127388172/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=2968.64 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 9758 0 0 0 292793 4071 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=14692 CPUtime=1434.07 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 948 0 0 0 142315 1092 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 2968.64 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+1602.3 s]
/proc/loadavg: 4.92 4.67 5.18 6/262 42927
/proc/meminfo: memFree=127387736/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=3087.93 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 9768 0 0 0 304550 4243 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=1493.74 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 948 0 0 0 148235 1139 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 3087.93 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+1662.3 s]
/proc/loadavg: 4.86 4.71 5.16 5/262 42929
/proc/meminfo: memFree=127389504/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=3207.22 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 10248 0 0 0 316303 4419 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=1553.39 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 995 0 0 0 154150 1189 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 3207.22 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+1722.3 s]
/proc/loadavg: 4.03 4.52 5.06 4/255 42966
/proc/meminfo: memFree=127377860/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=3326.51 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 10254 0 0 0 328055 4596 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=1613.05 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 996 0 0 0 160068 1237 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 3326.51 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+1782.3 s]
/proc/loadavg: 3.43 4.25 4.94 4/255 42968
/proc/meminfo: memFree=127377812/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=3445.8 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 10718 0 0 0 339809 4771 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=1672.72 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 1017 0 0 0 165988 1284 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 3445.8 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

[startup+1842.3 s]
/proc/loadavg: 3.28 4.05 4.82 4/254 42970
/proc/meminfo: memFree=127377948/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=3565.08 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 10729 0 0 0 351555 4953 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=14692 CPUtime=1732.38 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 1018 0 0 0 171908 1330 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 3565.08 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1859.9 s]
/proc/loadavg: 3.20 3.98 4.78 4/254 42971
/proc/meminfo: memFree=127378012/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=3600.08 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 10729 0 0 0 355003 5005 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=1749.89 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 1018 0 0 0 173646 1343 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

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

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

# cumulated CPU time of all completed processes:  user=3550.04 s, system=50.056 s

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

[startup+1859.9 s]
/proc/loadavg: 3.20 3.98 4.78 4/254 42971
/proc/meminfo: memFree=127378012/131249992 swapFree=33010684/33010684
[pid=42818] ppid=42815 vsize=79584 memory=5248 CPUtime=3600.08 cores=4,6
/proc/42818/stat : 42818 (pb_competition_) R 42815 42818 41475 0 -1 4194304 10729 0 0 0 355003 5005 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
/proc/42818/statm: 19896 1312 672 633 0 2760 0
[pid=42818/tid=42820] ppid=42815 vsize=79584 memory=5248 CPUtime=1749.89 cores=4,6
/proc/42818/task/42820/stat : 42820 (pb_competition_) R 42815 42818 41475 0 -1 4194368 1018 0 0 0 173646 1343 0 0 20 0 2 0 39635233 81494016 1312 18446744073709551615 4198400 6788177 140730081064032 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 20606976 140730081065306 140730081065432 140730081065432 140730081071034 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 79584 KiB
Current children cumulated memory: 5248 KiB

Child status: 0

Real time (s): 1859.91
CPU time (s): 3600.1
CPU user time (s): 3550.04
CPU system time (s): 50.056
CPU usage (%): 193.563
Max. virtual memory (cumulated for all children) (KiB): 79584
Max. memory (cumulated for all children) (KiB): 5248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3550.04
system time used= 50.056
maximum resident set size= 5248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10891
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= 4561
involuntary context switches= 32478


# summary of solver processes directly reported to runsolver:
#   pid: 42818
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3550.04
#   total CPU system time (s): 50.056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.55174 second user time and 5.80427 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-30 01:26:05
IDJOB=4516064
IDBENCH=169350
IDSOLVER=3347
FILE ID=nodeC025/4516064-1751239565
RUNJOBID= nodeC025-1751237654-42559
SLURM_JOB_ID= 9587699
Free space on /tmp= 433048 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-lines-v3_shuffle/normalized-grid6_85.shuf-3.opb
COMMAND LINE= pb_competition_2025_solver -k -1 -t -1.0 -j NBCORE -r RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516064-1751239565/watcher-4516064-1751239565 -o /tmp/evaluation-result-4516064-1751239565/solver-4516064-1751239565 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751237654-42559 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 491069503 HOME/instance-4516064-1751239565.opb

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

MD5SUM BENCH= 6898f8c176df604869a5524822c88324
RANDOM SEED=491069503

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.842
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.824
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.67
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		: 3619.513
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.839
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.67
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		: 3564.567
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.858
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.598
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.67
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		: 3602.796
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127378220 kB
MemAvailable:   129747500 kB
Buffers:            3280 kB
Cached:          3169600 kB
SwapCached:            0 kB
Active:           395836 kB
Inactive:        2865364 kB
Active(anon):     106404 kB
Inactive(anon):        0 kB
Active(file):     289432 kB
Inactive(file):  2865364 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4932 kB
Writeback:             4 kB
AnonPages:         91384 kB
Mapped:           111184 kB
Shmem:             18084 kB
KReclaimable:     107444 kB
Slab:             194804 kB
SReclaimable:     107444 kB
SUnreclaim:        87360 kB
KernelStack:        4384 kB
PageTables:         3224 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     446044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC025 at 2025-06-30 01:57:05