Trace number 4506902

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.21 2397.48

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K166.opb
MD5SUM50117bf6e22b142cc615b717d0d3b45a
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 benchmark462.134
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19754
Total number of constraints20088
Number of constraints which are clauses19922
Number of constraints which are cardinality constraints (but not clauses)166
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint166
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 167
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.12	c #variable: 19754
0.14/0.12	c #constraint: 20088
0.14/0.12	c #equal: 0
0.14/0.12	c intsize: 8
0.14/0.12	c sizeproduct: 0
0.14/0.12	c #soft: 0
0.14/0.12	c mincost: 0
0.14/0.12	c maxcost: 0
0.14/0.12	c sumcost: 0
0.14/0.12	c iteration_max: -1
0.14/0.12	c time_max: -1
0.14/0.12	c number_of_threads(move update): 2
0.14/0.12	c number_of_threads(move evaluation): 2
0.14/0.12	c seed: 909519830
3600.11/2397.42	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 (62938 MiB free)
  memory of node 1: 64507 MiB (63696 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506902-1751181725/watcher-4506902-1751181725 -o /tmp/evaluation-result-4506902-1751181725/solver-4506902-1751181725 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751172227-18564 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 909519830 HOME/instance-4506902-1751181725.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=19663, runsolver pid=19660

[startup+0.100061 s]*
/proc/loadavg: 5.55 5.41 5.26 7/269 19665
/proc/meminfo: memFree=129653972/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=110992 memory=45792 CPUtime=0.14 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 9471 0 0 0 13 1 0 0 20 0 2 0 33852053 113655808 11448 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 27748 11448 608 633 0 12975 0
[pid=19663/tid=19665] ppid=19660 vsize=110992 memory=4026531960 CPUtime=0.05 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) R 19660 19663 18550 0 -1 4194368 2399 0 0 0 5 0 0 0 20 0 2 0 33852053 113655808 11448 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 0 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 110992 KiB
Current children cumulated memory: 45792 KiB

[startup+0.205653 s]*
/proc/loadavg: 5.55 5.41 5.26 7/269 19665
/proc/meminfo: memFree=129631796/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=128700 memory=64992 CPUtime=0.25 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 14202 0 0 0 23 2 0 0 20 0 2 0 33852053 131788800 16248 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 32175 16248 672 633 0 17718 0
[pid=19663/tid=19665] ppid=19660 vsize=128700 memory=664958721904869660 CPUtime=0.07 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 2715 0 0 0 7 0 0 0 20 0 2 0 33852053 131788800 16248 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 128700 KiB
Current children cumulated memory: 64992 KiB

[startup+0.305507 s]*
/proc/loadavg: 5.55 5.41 5.26 6/269 19665
/proc/meminfo: memFree=129623732/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=133320 memory=69600 CPUtime=0.35 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 15380 0 0 0 33 2 0 0 20 0 2 0 33852053 136519680 17400 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 33330 17400 672 633 0 18873 0
[pid=19663/tid=19665] ppid=19660 vsize=133320 memory=7969548926823186288 CPUtime=0.07 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 2715 0 0 0 7 0 0 0 20 0 2 0 33852053 136519680 17400 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 133320 KiB
Current children cumulated memory: 69600 KiB

[startup+0.700225 s]
/proc/loadavg: 5.55 5.41 5.26 6/269 19665
/proc/meminfo: memFree=129620204/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=175664 memory=111968 CPUtime=0.77 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 25948 0 0 0 73 4 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 43916 27992 672 633 0 29459 0
[pid=19663/tid=19665] ppid=19660 vsize=175664 memory=17408 CPUtime=0.1 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 2715 0 0 0 10 0 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 0.77 s
Current children cumulated vsize: 175664 KiB
Current children cumulated memory: 111968 KiB

[startup+1.50016 s]
/proc/loadavg: 5.55 5.41 5.26 7/269 19665
/proc/meminfo: memFree=129575852/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=175664 memory=111968 CPUtime=1.62 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 38115 0 0 0 157 5 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 43916 27992 672 633 0 29459 0
[pid=19663/tid=19665] ppid=19660 vsize=175664 memory=17408 CPUtime=0.15 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 2715 0 0 0 15 0 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 175664 KiB
Current children cumulated memory: 111968 KiB

[startup+3.1057 s]
/proc/loadavg: 5.43 5.38 5.26 5/269 19665
/proc/meminfo: memFree=129576340/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=175664 memory=111968 CPUtime=3.51 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 41059 0 0 0 346 5 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 43916 27992 672 633 0 29459 0
[pid=19663/tid=19665] ppid=19660 vsize=175664 memory=111968 CPUtime=0.44 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 2726 0 0 0 44 0 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 3.51 s
Current children cumulated vsize: 175664 KiB
Current children cumulated memory: 111968 KiB

[startup+6.30021 s]
/proc/loadavg: 5.43 5.38 5.26 6/269 19665
/proc/meminfo: memFree=129576364/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=175664 memory=111968 CPUtime=7.56 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 55760 0 0 0 749 7 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 43916 27992 672 633 0 29459 0
[pid=19663/tid=19665] ppid=19660 vsize=175664 memory=17408 CPUtime=1.32 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 3920 0 0 0 131 1 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 7.56 s
Current children cumulated vsize: 175664 KiB
Current children cumulated memory: 111968 KiB

[startup+12.7002 s]
/proc/loadavg: 5.31 5.36 5.25 7/269 19665
/proc/meminfo: memFree=129576616/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=175664 memory=111968 CPUtime=15.35 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 84832 0 0 0 1526 9 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 43916 27992 672 633 0 29459 0
[pid=19663/tid=19665] ppid=19660 vsize=175664 memory=111968 CPUtime=2.74 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 5692 0 0 0 273 1 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 15.35 s
Current children cumulated vsize: 175664 KiB
Current children cumulated memory: 111968 KiB

[startup+25.5002 s]
/proc/loadavg: 5.55 5.41 5.27 7/269 19665
/proc/meminfo: memFree=129563824/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=175664 memory=111968 CPUtime=31.24 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 129783 0 0 0 3109 15 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 43916 27992 672 633 0 29459 0
[pid=19663/tid=19665] ppid=19660 vsize=175664 memory=111968 CPUtime=5.9 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 9852 0 0 0 587 3 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 31.24 s
Current children cumulated vsize: 175664 KiB
Current children cumulated memory: 111968 KiB

[startup+51.1057 s]
/proc/loadavg: 5.97 5.52 5.31 6/269 19666
/proc/meminfo: memFree=129549172/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=175664 memory=111968 CPUtime=63.54 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 148050 0 0 0 6332 22 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 43916 27992 672 633 0 29459 0
[pid=19663/tid=19665] ppid=19660 vsize=175664 memory=17408 CPUtime=12.75 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 11721 0 0 0 1271 4 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 63.54 s
Current children cumulated vsize: 175664 KiB
Current children cumulated memory: 111968 KiB

[startup+102.3 s]
/proc/loadavg: 6.05 5.61 5.35 6/268 19668
/proc/meminfo: memFree=129550648/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=175664 memory=111968 CPUtime=130.68 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 179706 0 0 0 13031 37 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 43916 27992 672 633 0 29459 0
[pid=19663/tid=19665] ppid=19660 vsize=175664 memory=17408 CPUtime=28.98 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 14570 0 0 0 2889 9 0 0 20 0 2 0 33852053 179879936 27992 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 130.68 s
Current children cumulated vsize: 175664 KiB
Current children cumulated memory: 111968 KiB

[startup+162.3 s]
/proc/loadavg: 5.86 5.66 5.39 7/268 19669
/proc/meminfo: memFree=129546744/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=176080 memory=112268 CPUtime=208.62 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 970980 0 0 0 20676 186 0 0 20 0 2 0 33852053 180305920 28067 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 44020 28067 672 633 0 29563 0
[pid=19663/tid=19665] ppid=19660 vsize=176080 memory=112292 CPUtime=47.33 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 14758 0 0 0 4720 13 0 0 20 0 2 0 33852053 180305920 28067 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 208.62 s
Current children cumulated vsize: 176080 KiB
Current children cumulated memory: 112268 KiB

[startup+222.3 s]
/proc/loadavg: 5.92 5.72 5.43 7/268 19671
/proc/meminfo: memFree=129513304/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=177272 memory=112908 CPUtime=284.76 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 1858092 0 0 0 28122 354 0 0 20 0 2 0 33852053 181526528 28227 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 44318 28227 672 633 0 29861 0
[pid=19663/tid=19665] ppid=19660 vsize=177272 memory=17408 CPUtime=63.88 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 17885 0 0 0 6369 19 0 0 20 0 2 0 33852053 181526528 28227 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 284.76 s
Current children cumulated vsize: 177272 KiB
Current children cumulated memory: 112908 KiB

[startup+282.3 s]
/proc/loadavg: 6.15 5.83 5.49 8/268 19673
/proc/meminfo: memFree=129511088/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=177404 memory=113200 CPUtime=364.1 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 1897585 0 0 0 36035 375 0 0 20 0 2 0 33852053 181661696 28300 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 44351 28300 672 633 0 29894 0
[pid=19663/tid=19665] ppid=19660 vsize=177404 memory=112908 CPUtime=83.59 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 21488 0 0 0 8335 24 0 0 20 0 2 0 33852053 181661696 28300 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 364.1 s
Current children cumulated vsize: 177404 KiB

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

/proc/meminfo: memFree=129628348/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=198592 memory=132644 CPUtime=2640.65 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 6344952 0 0 0 262584 1481 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 49648 33161 672 633 0 35191 0
[pid=19663/tid=19665] ppid=19660 vsize=198592 memory=132644 CPUtime=871.15 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 25262 0 0 0 86995 120 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 2640.65 s
Current children cumulated vsize: 198592 KiB
Current children cumulated memory: 132644 KiB

[startup+1842.3 s]
/proc/loadavg: 5.22 5.77 5.98 6/261 19783
/proc/meminfo: memFree=129638772/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=198592 memory=132644 CPUtime=2730.84 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 6346092 0 0 0 271590 1494 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 49648 33161 672 633 0 35191 0
[pid=19663/tid=19665] ppid=19660 vsize=198592 memory=132644 CPUtime=901.75 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) R 19660 19663 18550 0 -1 4194368 25510 0 0 0 90051 124 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 2730.84 s
Current children cumulated vsize: 198592 KiB
Current children cumulated memory: 132644 KiB

[startup+1902.3 s]
/proc/loadavg: 5.16 5.65 5.92 5/260 19785
/proc/meminfo: memFree=129639876/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=198592 memory=132644 CPUtime=2821.86 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 6347233 0 0 0 280680 1506 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 49648 33161 672 633 0 35191 0
[pid=19663/tid=19665] ppid=19660 vsize=198592 memory=132644 CPUtime=933.2 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 25759 0 0 0 93191 129 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 2821.86 s
Current children cumulated vsize: 198592 KiB
Current children cumulated memory: 132644 KiB

[startup+1962.3 s]
/proc/loadavg: 5.11 5.52 5.86 5/260 19787
/proc/meminfo: memFree=129642596/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=198592 memory=132644 CPUtime=2915.64 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 6348372 0 0 0 290047 1517 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 49648 33161 672 633 0 35191 0
[pid=19663/tid=19665] ppid=19660 vsize=198592 memory=132644 CPUtime=967.37 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) R 19660 19663 18550 0 -1 4194368 25987 0 0 0 96605 132 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 2915.64 s
Current children cumulated vsize: 198592 KiB
Current children cumulated memory: 132644 KiB

[startup+2022.3 s]
/proc/loadavg: 4.90 5.40 5.80 6/260 19789
/proc/meminfo: memFree=129636136/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=198592 memory=132644 CPUtime=3010.1 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 6349509 0 0 0 299483 1527 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 49648 33161 672 633 0 35191 0
[pid=19663/tid=19665] ppid=19660 vsize=198592 memory=132644 CPUtime=1002.32 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) R 19660 19663 18550 0 -1 4194368 26192 0 0 0 100096 136 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 3010.1 s
Current children cumulated vsize: 198592 KiB
Current children cumulated memory: 132644 KiB

[startup+2082.3 s]
/proc/loadavg: 3.75 4.97 5.62 5/253 19821
/proc/meminfo: memFree=129803476/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=198592 memory=132644 CPUtime=3102.23 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 6350646 0 0 0 308677 1546 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 49648 33161 672 633 0 35191 0
[pid=19663/tid=19665] ppid=19660 vsize=198592 memory=132644 CPUtime=1034.86 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) R 19660 19663 18550 0 -1 4194368 26382 0 0 0 103343 143 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 3102.23 s
Current children cumulated vsize: 198592 KiB
Current children cumulated memory: 132644 KiB

[startup+2142.3 s]
/proc/loadavg: 3.07 4.57 5.44 2/247 19858
/proc/meminfo: memFree=129943892/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=198592 memory=132644 CPUtime=3194.33 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 6350647 0 0 0 317873 1560 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 49648 33161 672 633 0 35191 0
[pid=19663/tid=19665] ppid=19660 vsize=198592 memory=132644 CPUtime=1067.4 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 26382 0 0 0 106591 149 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 3194.33 s
Current children cumulated vsize: 198592 KiB
Current children cumulated memory: 132644 KiB

[startup+2202.3 s]
/proc/loadavg: 2.31 4.07 5.21 3/248 19863
/proc/meminfo: memFree=129944636/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=198592 memory=132644 CPUtime=3288.4 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 6351776 0 0 0 327267 1573 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 49648 33161 672 633 0 35191 0
[pid=19663/tid=19665] ppid=19660 vsize=198592 memory=132644 CPUtime=1101.94 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 26608 0 0 0 110040 154 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 3288.4 s
Current children cumulated vsize: 198592 KiB
Current children cumulated memory: 132644 KiB

[startup+2262.3 s]
/proc/loadavg: 1.83 3.61 4.98 2/248 19865
/proc/meminfo: memFree=129944668/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=198592 memory=132644 CPUtime=3383.06 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 6351836 0 0 0 336721 1585 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 49648 33161 672 633 0 35191 0
[pid=19663/tid=19665] ppid=19660 vsize=198592 memory=132644 CPUtime=1137.06 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 26608 0 0 0 113547 159 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 3383.06 s
Current children cumulated vsize: 198592 KiB
Current children cumulated memory: 132644 KiB

[startup+2322.3 s]
/proc/loadavg: 1.83 3.29 4.78 2/249 19868
/proc/meminfo: memFree=129945888/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=198592 memory=132644 CPUtime=3478.71 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 6351971 0 0 0 346272 1599 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 49648 33161 672 633 0 35191 0
[pid=19663/tid=19665] ppid=19660 vsize=198592 memory=132644 CPUtime=1173.17 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) R 19660 19663 18550 0 -1 4194368 26608 0 0 0 117152 165 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 3478.71 s
Current children cumulated vsize: 198592 KiB
Current children cumulated memory: 132644 KiB

[startup+2382.3 s]
/proc/loadavg: 1.63 2.96 4.57 2/250 19884
/proc/meminfo: memFree=129946272/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=198592 memory=132644 CPUtime=3575.58 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 6353226 0 0 0 355945 1613 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 49648 33161 672 633 0 35191 0
[pid=19663/tid=19665] ppid=19660 vsize=198592 memory=132644 CPUtime=1210.5 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) S 19660 19663 18550 0 -1 4194368 26978 0 0 0 120879 171 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 3575.58 s
Current children cumulated vsize: 198592 KiB
Current children cumulated memory: 132644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2397.4 s]
/proc/loadavg: 1.56 2.88 4.52 3/250 19884
/proc/meminfo: memFree=129946400/131249996 swapFree=33010684/33010684
[pid=19663] ppid=19660 vsize=198592 memory=132644 CPUtime=3600.11 cores=4,6
/proc/19663/stat : 19663 (pb_competition_) R 19660 19663 18550 0 -1 4194304 6353251 0 0 0 358395 1616 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
/proc/19663/statm: 49648 33161 672 633 0 35191 0
[pid=19663/tid=19665] ppid=19660 vsize=198592 memory=245635481903 CPUtime=1220.06 cores=4,6
/proc/19663/task/19665/stat : 19665 (pb_competition_) R 19660 19663 18550 0 -1 4194368 26978 0 0 0 121834 172 0 0 20 0 2 0 33852053 203358208 33161 18446744073709551615 4198400 6788177 140736312568960 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 19894272 140736312572250 140736312572376 140736312572376 140736312577978 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 198592 KiB
Current children cumulated memory: 132644 KiB

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

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

# cumulated CPU time of all completed processes:  user=3584.04 s, system=16.1687 s

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

Child status: 0

Real time (s): 2397.48
CPU time (s): 3600.21
CPU user time (s): 3584.04
CPU system time (s): 16.1687
CPU usage (%): 150.166
Max. virtual memory (cumulated for all children) (KiB): 198592
Max. memory (cumulated for all children) (KiB): 132644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.04
system time used= 16.1687
maximum resident set size= 135336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6355060
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= 148543
involuntary context switches= 53786


# summary of solver processes directly reported to runsolver:
#   pid: 19663
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3584.04
#   total CPU system time (s): 16.1687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.76588 second user time and 11.1891 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 09:22:05
IDJOB=4506902
IDBENCH=158308
IDSOLVER=3347
FILE ID=nodeC030/4506902-1751181725
RUNJOBID= nodeC030-1751172227-18564
SLURM_JOB_ID= 9587538
Free space on /tmp= 433016 MiB

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

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

MD5SUM BENCH= 50117bf6e22b142cc615b717d0d3b45a
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.248
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		: 3599.050
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		: 3600.266
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		: 3614.308
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		: 3597.728
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.083
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.319
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.461
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:        129674068 kB
MemAvailable:   129380272 kB
Buffers:            3280 kB
Cached:           516700 kB
SwapCached:            0 kB
Active:           679024 kB
Inactive:         259928 kB
Active(anon):     437068 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):   259928 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6480 kB
Writeback:            12 kB
AnonPages:        422160 kB
Mapped:           111100 kB
Shmem:             18064 kB
KReclaimable:      86720 kB
Slab:             171692 kB
SReclaimable:      86720 kB
SUnreclaim:        84972 kB
KernelStack:        4336 kB
PageTables:         3740 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     785588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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= 433032 MiB
End job on nodeC030 at 2025-06-29 10:02:02