Trace number 4506830

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.17 2334.72

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K188.opb
MD5SUM416ae2bcad94d751017f8086501bbe46
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark28.0032
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22372
Total number of constraints22750
Number of constraints which are clauses22562
Number of constraints which are cardinality constraints (but not clauses)188
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint188
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
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.14/0.14	c #variable: 22372
0.14/0.14	c #constraint: 22750
0.14/0.14	c #equal: 0
0.14/0.14	c intsize: 8
0.14/0.14	c sizeproduct: 0
0.14/0.14	c #soft: 0
0.14/0.14	c mincost: 0
0.14/0.14	c maxcost: 0
0.14/0.14	c sumcost: 0
0.14/0.14	c iteration_max: -1
0.14/0.14	c time_max: -1
0.14/0.14	c number_of_threads(move update): 2
0.14/0.14	c number_of_threads(move evaluation): 2
0.14/0.14	c seed: 909519830
3600.03/2334.64	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60153 MiB free)
  memory of node 1: 64507 MiB (63703 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506830-1751181412/watcher-4506830-1751181412 -o /tmp/evaluation-result-4506830-1751181412/solver-4506830-1751181412 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751172227-18563 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 909519830 HOME/instance-4506830-1751181412.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100062 s]*
/proc/loadavg: 5.04 5.19 5.17 7/268 19558
/proc/meminfo: memFree=126827220/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=114408 memory=48396 CPUtime=0.14 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 10474 0 0 0 13 1 0 0 20 0 2 0 33820793 117153792 12099 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 28602 12099 608 633 0 13635 0
[pid=19556/tid=19558] ppid=19553 vsize=114408 memory=4026531960 CPUtime=0.04 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) R 19553 19556 18550 0 -1 4194368 2205 0 0 0 4 0 0 0 20 0 2 0 33820793 117153792 12099 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 0 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 114408 KiB
Current children cumulated memory: 48396 KiB

[startup+0.205866 s]*
/proc/loadavg: 5.04 5.19 5.17 7/268 19558
/proc/meminfo: memFree=126824448/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=122544 memory=60428 CPUtime=0.27 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 13385 0 0 0 25 2 0 0 20 0 2 0 33820793 125485056 15107 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 30636 15107 672 633 0 16538 0
[pid=19556/tid=19558] ppid=19553 vsize=122544 memory=664958721904869660 CPUtime=0.09 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 3074 0 0 0 8 1 0 0 20 0 2 0 33820793 125485056 15107 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 122544 KiB
Current children cumulated memory: 60428 KiB

[startup+0.30575 s]*
/proc/loadavg: 5.04 5.19 5.17 7/268 19558
/proc/meminfo: memFree=126824448/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=140612 memory=78476 CPUtime=0.37 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 17892 0 0 0 34 3 0 0 20 0 2 0 33820793 143986688 19619 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 35153 19619 672 633 0 21055 0
[pid=19556/tid=19558] ppid=19553 vsize=140612 memory=7970392247946919535 CPUtime=0.09 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 3074 0 0 0 8 1 0 0 20 0 2 0 33820793 143986688 19619 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 140612 KiB
Current children cumulated memory: 78476 KiB

[startup+0.700223 s]
/proc/loadavg: 5.04 5.19 5.17 6/268 19558
/proc/meminfo: memFree=126824196/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=186236 memory=124044 CPUtime=0.76 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 29290 0 0 0 72 4 0 0 20 0 2 0 33820793 190705664 31011 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 46559 31011 672 633 0 32461 0
[pid=19556/tid=19558] ppid=19553 vsize=186236 memory=17408 CPUtime=0.09 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 3074 0 0 0 8 1 0 0 20 0 2 0 33820793 190705664 31011 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 0.76 s
Current children cumulated vsize: 186236 KiB
Current children cumulated memory: 124044 KiB

[startup+1.50022 s]
/proc/loadavg: 5.04 5.19 5.17 5/268 19558
/proc/meminfo: memFree=126823948/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=188192 memory=125972 CPUtime=1.69 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 72902 0 0 0 158 11 0 0 20 0 2 0 33820793 192708608 31493 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 47048 31493 672 633 0 32950 0
[pid=19556/tid=19558] ppid=19553 vsize=188192 memory=17408 CPUtime=0.22 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 4263 0 0 0 21 1 0 0 20 0 2 0 33820793 192708608 31493 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 188192 KiB
Current children cumulated memory: 125972 KiB

[startup+3.10584 s]
/proc/loadavg: 5.04 5.19 5.17 9/268 19558
/proc/meminfo: memFree=126831724/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=186640 memory=124436 CPUtime=3.52 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 87684 0 0 0 340 12 0 0 20 0 2 0 33820793 191119360 31109 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 46660 31109 672 633 0 32562 0
[pid=19556/tid=19558] ppid=19553 vsize=186640 memory=124436 CPUtime=0.45 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 4631 0 0 0 44 1 0 0 20 0 2 0 33820793 191119360 31109 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 3.52 s
Current children cumulated vsize: 186640 KiB
Current children cumulated memory: 124436 KiB

[startup+6.30019 s]
/proc/loadavg: 5.19 5.22 5.18 7/268 19558
/proc/meminfo: memFree=126857764/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=187036 memory=124820 CPUtime=7.37 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 108985 0 0 0 723 14 0 0 20 0 2 0 33820793 191524864 31205 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 46759 31205 672 633 0 32661 0
[pid=19556/tid=19558] ppid=19553 vsize=187036 memory=17408 CPUtime=1.12 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 6188 0 0 0 110 2 0 0 20 0 2 0 33820793 191524864 31205 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 7.37 s
Current children cumulated vsize: 187036 KiB
Current children cumulated memory: 124820 KiB

[startup+12.7002 s]
/proc/loadavg: 5.26 5.24 5.19 8/268 19558
/proc/meminfo: memFree=126907912/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=187036 memory=124820 CPUtime=14.89 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 142715 0 0 0 1472 17 0 0 20 0 2 0 33820793 191524864 31205 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 46759 31205 672 633 0 32661 0
[pid=19556/tid=19558] ppid=19553 vsize=187036 memory=124820 CPUtime=2.28 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 8790 0 0 0 226 2 0 0 20 0 2 0 33820793 191524864 31205 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 14.89 s
Current children cumulated vsize: 187036 KiB
Current children cumulated memory: 124820 KiB

[startup+25.5002 s]
/proc/loadavg: 5.36 5.26 5.19 6/268 19558
/proc/meminfo: memFree=126988932/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=187168 memory=124948 CPUtime=30.17 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 178945 0 0 0 2997 20 0 0 20 0 2 0 33820793 191660032 31237 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 46792 31237 672 633 0 32694 0
[pid=19556/tid=19558] ppid=19553 vsize=187168 memory=124820 CPUtime=4.84 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 12028 0 0 0 481 3 0 0 20 0 2 0 33820793 191660032 31237 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 30.17 s
Current children cumulated vsize: 187168 KiB
Current children cumulated memory: 124948 KiB

[startup+51.1059 s]
/proc/loadavg: 5.57 5.32 5.21 7/268 19559
/proc/meminfo: memFree=127086376/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=187668 memory=125460 CPUtime=60.82 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 217293 0 0 0 6054 28 0 0 20 0 2 0 33820793 192172032 31365 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 46917 31365 672 633 0 32819 0
[pid=19556/tid=19558] ppid=19553 vsize=187668 memory=17408 CPUtime=10.05 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 15602 0 0 0 1000 5 0 0 20 0 2 0 33820793 192172032 31365 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 60.82 s
Current children cumulated vsize: 187668 KiB
Current children cumulated memory: 125460 KiB

[startup+102.3 s]
/proc/loadavg: 5.35 5.30 5.21 5/269 19609
/proc/meminfo: memFree=127073472/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=188064 memory=125844 CPUtime=123.59 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 456065 0 0 0 12287 72 0 0 20 0 2 0 33820793 192577536 31461 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 47016 31461 672 633 0 32918 0
[pid=19556/tid=19558] ppid=19553 vsize=188064 memory=125824 CPUtime=21.91 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 20892 0 0 0 2183 8 0 0 20 0 2 0 33820793 192577536 31461 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 123.59 s
Current children cumulated vsize: 188064 KiB
Current children cumulated memory: 125844 KiB

[startup+162.3 s]
/proc/loadavg: 5.17 5.27 5.21 6/268 19611
/proc/meminfo: memFree=127077376/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=186244 memory=124180 CPUtime=201.14 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 1934339 0 0 0 19767 347 0 0 20 0 2 0 33820793 190713856 31045 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 46561 31045 672 633 0 32463 0
[pid=19556/tid=19558] ppid=19553 vsize=186244 memory=2855 CPUtime=39.78 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) R 19553 19556 18550 0 -1 4194368 24309 0 0 0 3966 12 0 0 20 0 2 0 33820793 190713856 31045 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 201.14 s
Current children cumulated vsize: 186244 KiB
Current children cumulated memory: 124180 KiB

[startup+222.3 s]
/proc/loadavg: 5.49 5.32 5.22 7/268 19615
/proc/meminfo: memFree=127057456/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=187528 memory=125388 CPUtime=278.52 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 4275074 0 0 0 27071 781 0 0 20 0 2 0 33820793 192028672 31347 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 46882 31347 672 633 0 32784 0
[pid=19556/tid=19558] ppid=19553 vsize=187528 memory=126412 CPUtime=57.54 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) R 19553 19556 18550 0 -1 4194368 24309 0 0 0 5736 18 0 0 20 0 2 0 33820793 192028672 31347 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 278.52 s
Current children cumulated vsize: 187528 KiB
Current children cumulated memory: 125388 KiB

[startup+282.3 s]
/proc/loadavg: 5.81 5.42 5.26 6/268 19617
/proc/meminfo: memFree=127050224/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=189116 memory=126672 CPUtime=356.4 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 6643572 0 0 0 34423 1217 0 0 20 0 2 0 33820793 193654784 31668 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 47279 31668 672 633 0 33181 0
[pid=19556/tid=19558] ppid=19553 vsize=189116 memory=125316 CPUtime=75.78 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 24310 0 0 0 7555 23 0 0 20 0 2 0 33820793 193654784 31668 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 356.4 s
Current children cumulated vsize: 189116 KiB
Current children cumulated memory: 126672 KiB

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

/proc/meminfo: memFree=129536232/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=209292 memory=144172 CPUtime=2680.14 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 8626157 0 0 0 266118 1896 0 0 20 0 2 0 33820793 214315008 36043 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 52323 36043 672 633 0 38225 0
[pid=19556/tid=19558] ppid=19553 vsize=209292 memory=144172 CPUtime=910.59 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 34094 0 0 0 90916 143 0 0 20 0 2 0 33820793 214315008 36043 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 2680.14 s
Current children cumulated vsize: 209292 KiB
Current children cumulated memory: 144172 KiB

[startup+1842.3 s]
/proc/loadavg: 6.70 6.61 6.21 6/267 19735
/proc/meminfo: memFree=129538092/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=209688 memory=144556 CPUtime=2780.27 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 8628076 0 0 0 276119 1908 0 0 20 0 2 0 33820793 214720512 36139 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 52422 36139 672 633 0 38324 0
[pid=19556/tid=19558] ppid=19553 vsize=209688 memory=144556 CPUtime=951.16 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) R 19553 19556 18550 0 -1 4194368 34281 0 0 0 94968 148 0 0 20 0 2 0 33820793 214720512 36139 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 2780.27 s
Current children cumulated vsize: 209688 KiB
Current children cumulated memory: 144556 KiB

[startup+1902.3 s]
/proc/loadavg: 6.46 6.57 6.22 8/268 19740
/proc/meminfo: memFree=129530052/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=209688 memory=144556 CPUtime=2878.28 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 8628605 0 0 0 285909 1919 0 0 20 0 2 0 33820793 214720512 36139 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 52422 36139 672 633 0 38324 0
[pid=19556/tid=19558] ppid=19553 vsize=209688 memory=144556 CPUtime=989.61 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) R 19553 19556 18550 0 -1 4194368 34493 0 0 0 98809 152 0 0 20 0 2 0 33820793 214720512 36139 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 2878.28 s
Current children cumulated vsize: 209688 KiB
Current children cumulated memory: 144556 KiB

[startup+1962.3 s]
/proc/loadavg: 6.08 6.46 6.21 5/260 19773
/proc/meminfo: memFree=129631452/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=210480 memory=145196 CPUtime=2978.89 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 8629057 0 0 0 295957 1932 0 0 20 0 2 0 33820793 215531520 36299 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 52620 36299 672 633 0 38522 0
[pid=19556/tid=19558] ppid=19553 vsize=210480 memory=145196 CPUtime=1030.7 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 34494 0 0 0 102913 157 0 0 20 0 2 0 33820793 215531520 36299 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 2978.89 s
Current children cumulated vsize: 210480 KiB
Current children cumulated memory: 145196 KiB

[startup+2022.3 s]
/proc/loadavg: 5.49 6.21 6.14 6/260 19775
/proc/meminfo: memFree=129631988/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=210480 memory=145196 CPUtime=3078.9 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 8629057 0 0 0 305948 1942 0 0 20 0 2 0 33820793 215531520 36299 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 52620 36299 672 633 0 38522 0
[pid=19556/tid=19558] ppid=19553 vsize=210480 memory=6896 CPUtime=1071.19 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) R 19553 19556 18550 0 -1 4194368 34494 0 0 0 106959 160 0 0 20 0 2 0 33820793 215531520 36299 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 3078.9 s
Current children cumulated vsize: 210480 KiB
Current children cumulated memory: 145196 KiB

[startup+2082.3 s]
/proc/loadavg: 4.87 5.90 6.03 7/260 19780
/proc/meminfo: memFree=129628348/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=210744 memory=145580 CPUtime=3177.19 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 8631193 0 0 0 315767 1952 0 0 20 0 2 0 33820793 215801856 36395 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 52686 36395 672 633 0 38588 0
[pid=19556/tid=19558] ppid=19553 vsize=210744 memory=145580 CPUtime=1109.92 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 34900 0 0 0 110829 163 0 0 20 0 2 0 33820793 215801856 36395 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 3177.19 s
Current children cumulated vsize: 210744 KiB
Current children cumulated memory: 145580 KiB

[startup+2142.3 s]
/proc/loadavg: 5.17 5.78 5.98 4/261 19783
/proc/meminfo: memFree=129642568/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=210744 memory=145580 CPUtime=3277.86 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 8631265 0 0 0 325822 1964 0 0 20 0 2 0 33820793 215801856 36395 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 52686 36395 672 633 0 38588 0
[pid=19556/tid=19558] ppid=19553 vsize=210744 memory=145580 CPUtime=1151.01 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 34900 0 0 0 114934 167 0 0 20 0 2 0 33820793 215801856 36395 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 3277.86 s
Current children cumulated vsize: 210744 KiB
Current children cumulated memory: 145580 KiB

[startup+2202.3 s]
/proc/loadavg: 5.19 5.67 5.93 6/260 19785
/proc/meminfo: memFree=129639876/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=210744 memory=145580 CPUtime=3378.17 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 8633079 0 0 0 335844 1973 0 0 20 0 2 0 33820793 215801856 36395 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 52686 36395 672 633 0 38588 0
[pid=19556/tid=19558] ppid=19553 vsize=210744 memory=145580 CPUtime=1191.76 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) R 19553 19556 18550 0 -1 4194368 34903 0 0 0 119005 171 0 0 20 0 2 0 33820793 215801856 36395 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 3378.17 s
Current children cumulated vsize: 210744 KiB
Current children cumulated memory: 145580 KiB

[startup+2262.3 s]
/proc/loadavg: 5.04 5.52 5.86 7/260 19787
/proc/meminfo: memFree=129642596/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=210744 memory=145580 CPUtime=3477.98 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 8633562 0 0 0 345812 1986 0 0 20 0 2 0 33820793 215801856 36395 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 52686 36395 672 633 0 38588 0
[pid=19556/tid=19558] ppid=19553 vsize=210744 memory=17408 CPUtime=1231.99 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) R 19553 19556 18550 0 -1 4194368 35115 0 0 0 123024 175 0 0 20 0 2 0 33820793 215801856 36395 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 3477.98 s
Current children cumulated vsize: 210744 KiB
Current children cumulated memory: 145580 KiB

[startup+2322.3 s]
/proc/loadavg: 5.06 5.45 5.81 6/260 19789
/proc/meminfo: memFree=129636120/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=212068 memory=146860 CPUtime=3579.28 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 8633983 0 0 0 355933 1995 0 0 20 0 2 0 33820793 217157632 36715 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 53017 36715 672 633 0 38919 0
[pid=19556/tid=19558] ppid=19553 vsize=212068 memory=146860 CPUtime=1273.76 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) R 19553 19556 18550 0 -1 4194368 35115 0 0 0 127197 179 0 0 20 0 2 0 33820793 217157632 36715 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 3579.28 s
Current children cumulated vsize: 212068 KiB
Current children cumulated memory: 146860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2334.6 s]
/proc/loadavg: 4.90 5.40 5.80 5/260 19789
/proc/meminfo: memFree=129636136/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=212068 memory=146860 CPUtime=3600.03 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 8633983 0 0 0 358006 1997 0 0 20 0 2 0 33820793 217157632 36715 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 53017 36715 672 633 0 38919 0
[pid=19556/tid=19558] ppid=19553 vsize=212068 memory=6656 CPUtime=1282.3 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) R 19553 19556 18550 0 -1 4194368 35115 0 0 0 128050 180 0 0 20 0 2 0 33820793 217157632 36715 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 212068 KiB
Current children cumulated memory: 146860 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.19 s, system=19.9746 s

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

[startup+2334.7 s]
/proc/loadavg: 4.90 5.40 5.80 5/260 19789
/proc/meminfo: memFree=129636136/131249996 swapFree=33010684/33010684
[pid=19556] ppid=19553 vsize=188044 memory=126280 CPUtime=3600.14 cores=0,2
/proc/19556/stat : 19556 (pb_competition_) R 19553 19556 18550 0 -1 4194304 8633988 0 0 0 358017 1997 0 0 20 0 2 0 33820793 192557056 31570 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
/proc/19556/statm: 47011 31570 672 633 0 32913 0
[pid=19556/tid=19558] ppid=19553 vsize=188044 memory=146860 CPUtime=1282.3 cores=0,2
/proc/19556/task/19558/stat : 19558 (pb_competition_) S 19553 19556 18550 0 -1 4194368 35115 0 0 0 128050 180 0 0 20 0 2 0 33820793 192557056 31570 18446744073709551615 4198400 6788177 140720697780912 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 15749120 140720697788762 140720697788888 140720697788888 140720697794490 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 188044 KiB
Current children cumulated memory: 126280 KiB

Child status: 0

Real time (s): 2334.72
CPU time (s): 3600.17
CPU user time (s): 3580.19
CPU system time (s): 19.9746
CPU usage (%): 154.201
Max. virtual memory (cumulated for all children) (KiB): 212068
Max. memory (cumulated for all children) (KiB): 146860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.19
system time used= 19.9746
maximum resident set size= 148272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8636226
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= 123351
involuntary context switches= 55820


# summary of solver processes directly reported to runsolver:
#   pid: 19556
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3580.19
#   total CPU system time (s): 19.9746

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.54561 second user time and 10.9792 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 09:16:52
IDJOB=4506830
IDBENCH=158284
IDSOLVER=3347
FILE ID=nodeC030/4506830-1751181412
RUNJOBID= nodeC030-1751172227-18563
SLURM_JOB_ID= 9587538
Free space on /tmp= 432988 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K188.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-4506830-1751181412/watcher-4506830-1751181412 -o /tmp/evaluation-result-4506830-1751181412/solver-4506830-1751181412 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751172227-18563 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 909519830 HOME/instance-4506830-1751181412.opb

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

MD5SUM BENCH= 416ae2bcad94d751017f8086501bbe46
RANDOM SEED=909519830

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126829448 kB
MemAvailable:   126566664 kB
Buffers:            3280 kB
Cached:           547712 kB
SwapCached:            0 kB
Active:          3157232 kB
Inactive:         290972 kB
Active(anon):    2915276 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):   290972 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6516 kB
Writeback:             0 kB
AnonPages:       2900272 kB
Mapped:           111080 kB
Shmem:             18064 kB
KReclaimable:      86656 kB
Slab:             171472 kB
SReclaimable:      86656 kB
SUnreclaim:        84816 kB
KernelStack:        4304 kB
PageTables:         8588 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3264020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1277952 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC030 at 2025-06-29 09:55:47