Trace number 4495566

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.18 1816.21

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111219348.opb
MD5SUMeec3ee0f79762b638df689011e8d3952
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.199041
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1212
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.00	c #variable: 169
0.00/0.00	c #constraint: 101
0.00/0.00	c #equal: 0
0.00/0.00	c intsize: 11
0.00/0.00	c sizeproduct: 0
0.00/0.00	c #soft: 0
0.00/0.00	c mincost: 0
0.00/0.00	c maxcost: 0
0.00/0.00	c sumcost: 0
0.00/0.00	c iteration_max: -1
0.00/0.00	c time_max: -1
0.00/0.00	c number_of_threads(move update): 2
0.00/0.00	c number_of_threads(move evaluation): 2
0.00/0.00	c seed: 1291735545
3600.16/1816.20	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 (62933 MiB free)
  memory of node 1: 64507 MiB (63722 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495566-1751152822/watcher-4495566-1751152822 -o /tmp/evaluation-result-4495566-1751152822/solver-4495566-1751152822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751146786-17677 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1291735545 HOME/instance-4495566-1751152822.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=19291, runsolver pid=19288

[startup+0.100057 s]*
/proc/loadavg: 6.96 7.03 6.85 9/268 19293
/proc/meminfo: memFree=129695772/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=78412 memory=3968 CPUtime=0.17 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 455 0 0 0 17 0 0 0 20 0 2 0 30959850 80293888 992 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19603 992 672 633 0 2467 0
[pid=19291/tid=19293] ppid=19288 vsize=78412 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 33 0 0 0 8 0 0 0 20 0 2 0 30959850 80293888 992 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 78412 KiB
Current children cumulated memory: 3968 KiB

[startup+0.205742 s]*
/proc/loadavg: 6.96 7.03 6.85 9/268 19293
/proc/meminfo: memFree=129695772/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=78412 memory=4096 CPUtime=0.38 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 467 0 0 0 38 0 0 0 20 0 2 0 30959850 80293888 1024 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19603 1024 672 633 0 2467 0
[pid=19291/tid=19293] ppid=19288 vsize=78412 memory=664958721904869660 CPUtime=0.18 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 33 0 0 0 18 0 0 0 20 0 2 0 30959850 80293888 1024 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 78412 KiB
Current children cumulated memory: 4096 KiB

[startup+0.305097 s]*
/proc/loadavg: 6.96 7.03 6.85 9/268 19293
/proc/meminfo: memFree=129695772/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=78412 memory=4096 CPUtime=0.56 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) S 19288 19291 17665 0 -1 4194304 470 0 0 0 55 1 0 0 20 0 2 0 30959850 80293888 1024 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19603 1024 672 633 0 2467 0
[pid=19291/tid=19293] ppid=19288 vsize=78412 memory=-6807047610847564643 CPUtime=0.26 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 33 0 0 0 26 0 0 0 20 0 2 0 30959850 80293888 1024 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 78412 KiB
Current children cumulated memory: 4096 KiB

[startup+0.700134 s]
/proc/loadavg: 6.96 7.03 6.85 10/268 19293
/proc/meminfo: memFree=129695540/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=78576 memory=4096 CPUtime=1.32 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 509 0 0 0 130 2 0 0 20 0 2 0 30959850 80461824 1024 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19644 1024 672 633 0 2508 0
[pid=19291/tid=19293] ppid=19288 vsize=78576 memory=17536 CPUtime=0.64 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 33 0 0 0 64 0 0 0 20 0 2 0 30959850 80461824 1024 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 78576 KiB
Current children cumulated memory: 4096 KiB

[startup+1.50013 s]
/proc/loadavg: 6.96 7.03 6.85 8/268 19293
/proc/meminfo: memFree=129695540/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=78712 memory=4224 CPUtime=2.9 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 881 0 0 0 286 4 0 0 20 0 2 0 30959850 80601088 1056 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19678 1056 672 633 0 2542 0
[pid=19291/tid=19293] ppid=19288 vsize=78712 memory=17536 CPUtime=1.43 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 66 0 0 0 143 0 0 0 20 0 2 0 30959850 80601088 1056 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 78712 KiB
Current children cumulated memory: 4224 KiB

[startup+3.10518 s]
/proc/loadavg: 6.96 7.03 6.85 9/268 19293
/proc/meminfo: memFree=129695552/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=79012 memory=4480 CPUtime=6.08 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 1332 0 0 0 599 9 0 0 20 0 2 0 30959850 80908288 1120 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19753 1120 672 633 0 2617 0
[pid=19291/tid=19293] ppid=19288 vsize=79012 memory=4224 CPUtime=3.01 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 144 0 0 0 300 1 0 0 20 0 2 0 30959850 80908288 1120 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 6.08 s
Current children cumulated vsize: 79012 KiB
Current children cumulated memory: 4480 KiB

[startup+6.30012 s]
/proc/loadavg: 7.04 7.05 6.86 8/268 19293
/proc/meminfo: memFree=129695756/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=79012 memory=4480 CPUtime=12.4 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 1726 0 0 0 1221 19 0 0 20 0 2 0 30959850 80908288 1120 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19753 1120 672 633 0 2617 0
[pid=19291/tid=19293] ppid=19288 vsize=79012 memory=17536 CPUtime=6.17 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 285 0 0 0 613 4 0 0 20 0 2 0 30959850 80908288 1120 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 12.4 s
Current children cumulated vsize: 79012 KiB
Current children cumulated memory: 4480 KiB

[startup+12.7001 s]
/proc/loadavg: 7.12 7.07 6.87 8/268 19293
/proc/meminfo: memFree=129695764/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=79156 memory=4608 CPUtime=25.11 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 2119 0 0 0 2473 38 0 0 20 0 2 0 30959850 81055744 1152 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19789 1152 672 633 0 2653 0
[pid=19291/tid=19293] ppid=19288 vsize=79156 memory=4608 CPUtime=12.52 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 462 0 0 0 1244 8 0 0 20 0 2 0 30959850 81055744 1152 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 25.11 s
Current children cumulated vsize: 79156 KiB
Current children cumulated memory: 4608 KiB

[startup+25.5001 s]
/proc/loadavg: 7.17 7.08 6.87 9/268 19294
/proc/meminfo: memFree=129695796/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=79156 memory=4608 CPUtime=50.51 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 2670 0 0 0 4976 75 0 0 20 0 2 0 30959850 81055744 1152 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19789 1152 672 633 0 2653 0
[pid=19291/tid=19293] ppid=19288 vsize=79156 memory=4608 CPUtime=25.22 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 718 0 0 0 2505 17 0 0 20 0 2 0 30959850 81055744 1152 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 50.51 s
Current children cumulated vsize: 79156 KiB
Current children cumulated memory: 4608 KiB

[startup+51.1056 s]
/proc/loadavg: 7.20 7.09 6.88 8/268 19294
/proc/meminfo: memFree=129695804/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=79312 memory=4864 CPUtime=101.33 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 3174 0 0 0 9986 147 0 0 20 0 2 0 30959850 81215488 1216 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19828 1216 672 633 0 2692 0
[pid=19291/tid=19293] ppid=19288 vsize=79312 memory=17536 CPUtime=50.63 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 968 0 0 0 5024 39 0 0 20 0 2 0 30959850 81215488 1216 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 101.33 s
Current children cumulated vsize: 79312 KiB
Current children cumulated memory: 4864 KiB

[startup+102.3 s]
/proc/loadavg: 7.09 7.07 6.89 8/268 19296
/proc/meminfo: memFree=129695924/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=79444 memory=4864 CPUtime=202.94 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 3817 0 0 0 20011 283 0 0 20 0 2 0 30959850 81350656 1216 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19861 1216 672 633 0 2725 0
[pid=19291/tid=19293] ppid=19288 vsize=79444 memory=17536 CPUtime=101.44 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 1277 0 0 0 10075 69 0 0 20 0 2 0 30959850 81350656 1216 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 202.94 s
Current children cumulated vsize: 79444 KiB
Current children cumulated memory: 4864 KiB

[startup+162.3 s]
/proc/loadavg: 7.32 7.12 6.93 8/268 19298
/proc/meminfo: memFree=129696036/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=79444 memory=5120 CPUtime=322.06 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 4950 0 0 0 31769 437 0 0 20 0 2 0 30959850 81350656 1280 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19861 1280 672 633 0 2725 0
[pid=19291/tid=19293] ppid=19288 vsize=79444 memory=5632 CPUtime=161.02 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 1672 0 0 0 15993 109 0 0 20 0 2 0 30959850 81350656 1280 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 322.06 s
Current children cumulated vsize: 79444 KiB
Current children cumulated memory: 5120 KiB

[startup+222.3 s]
/proc/loadavg: 7.39 7.18 6.96 8/268 19300
/proc/meminfo: memFree=129695904/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=79904 memory=5144 CPUtime=441.12 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 5550 0 0 0 43523 589 0 0 20 0 2 0 30959850 81821696 1286 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19976 1286 672 633 0 2840 0
[pid=19291/tid=19293] ppid=19288 vsize=79904 memory=17536 CPUtime=220.53 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 1695 0 0 0 21903 150 0 0 20 0 2 0 30959850 81821696 1286 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 441.12 s
Current children cumulated vsize: 79904 KiB
Current children cumulated memory: 5144 KiB

[startup+282.3 s]
/proc/loadavg: 7.29 7.18 6.98 8/268 19302
/proc/meminfo: memFree=129696032/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=79904 memory=5272 CPUtime=560.23 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 6132 0 0 0 55293 730 0 0 20 0 2 0 30959850 81821696 1318 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 19976 1318 672 633 0 2840 0
[pid=19291/tid=19293] ppid=19288 vsize=79904 memory=5144 CPUtime=280.08 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 1961 0 0 0 27819 189 0 0 20 0 2 0 30959850 81821696 1318 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 560.23 s
Current children cumulated vsize: 79904 KiB
Current children cumulated memory: 5272 KiB

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

/proc/meminfo: memFree=129512236/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=80320 memory=5784 CPUtime=2343.36 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 10187 0 0 0 231527 2809 0 0 20 0 2 0 30959850 82247680 1446 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 20080 1446 672 633 0 2944 0
[pid=19291/tid=19293] ppid=19288 vsize=80320 memory=5784 CPUtime=1169.99 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 3395 0 0 0 116239 760 0 0 20 0 2 0 30959850 82247680 1446 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 2343.36 s
Current children cumulated vsize: 80320 KiB
Current children cumulated memory: 5784 KiB

[startup+1242.3 s]
/proc/loadavg: 5.24 5.60 6.21 6/269 19952
/proc/meminfo: memFree=129504100/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=80456 memory=5784 CPUtime=2461.15 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 10309 0 0 0 243181 2934 0 0 20 0 2 0 30959850 82386944 1446 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 20114 1446 672 633 0 2978 0
[pid=19291/tid=19293] ppid=19288 vsize=80456 memory=5784 CPUtime=1228.28 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 3454 0 0 0 122034 794 0 0 20 0 2 0 30959850 82386944 1446 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 2461.15 s
Current children cumulated vsize: 80456 KiB
Current children cumulated memory: 5784 KiB

[startup+1302.3 s]
/proc/loadavg: 5.20 5.52 6.14 7/268 19954
/proc/meminfo: memFree=129503788/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=80456 memory=5784 CPUtime=2580.21 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 10323 0 0 0 254953 3068 0 0 20 0 2 0 30959850 82386944 1446 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 20114 1446 672 633 0 2978 0
[pid=19291/tid=19293] ppid=19288 vsize=80456 memory=5784 CPUtime=1287.82 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 3456 0 0 0 127953 829 0 0 20 0 2 0 30959850 82386944 1446 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 2580.21 s
Current children cumulated vsize: 80456 KiB
Current children cumulated memory: 5784 KiB

[startup+1362.3 s]
/proc/loadavg: 5.13 5.44 6.07 6/267 19956
/proc/meminfo: memFree=129502908/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=80456 memory=5912 CPUtime=2699.28 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 10332 0 0 0 266735 3193 0 0 20 0 2 0 30959850 82386944 1478 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 20114 1478 672 633 0 2978 0
[pid=19291/tid=19293] ppid=19288 vsize=80456 memory=5784 CPUtime=1347.33 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 3456 0 0 0 133871 862 0 0 20 0 2 0 30959850 82386944 1478 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 2699.28 s
Current children cumulated vsize: 80456 KiB
Current children cumulated memory: 5912 KiB

[startup+1422.3 s]
/proc/loadavg: 5.22 5.40 6.02 6/269 19960
/proc/meminfo: memFree=129494984/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=80456 memory=5912 CPUtime=2818.34 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 10355 0 0 0 278514 3320 0 0 20 0 2 0 30959850 82386944 1478 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 20114 1478 672 633 0 2978 0
[pid=19291/tid=19293] ppid=19288 vsize=80456 memory=5784 CPUtime=1406.86 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 3457 0 0 0 139793 893 0 0 20 0 2 0 30959850 82386944 1478 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 2818.34 s
Current children cumulated vsize: 80456 KiB
Current children cumulated memory: 5912 KiB

[startup+1482.3 s]
/proc/loadavg: 5.14 5.34 5.96 6/270 19963
/proc/meminfo: memFree=129495088/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=80456 memory=5912 CPUtime=2937.4 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 10359 0 0 0 290291 3449 0 0 20 0 2 0 30959850 82386944 1478 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 20114 1478 672 633 0 2978 0
[pid=19291/tid=19293] ppid=19288 vsize=80456 memory=5912 CPUtime=1466.38 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 3457 0 0 0 145711 927 0 0 20 0 2 0 30959850 82386944 1478 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 2937.4 s
Current children cumulated vsize: 80456 KiB
Current children cumulated memory: 5912 KiB

[startup+1542.3 s]
/proc/loadavg: 5.18 5.32 5.91 6/269 19965
/proc/meminfo: memFree=129494840/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=80588 memory=5912 CPUtime=3056.49 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 11137 0 0 0 302072 3577 0 0 20 0 2 0 30959850 82522112 1478 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 20147 1478 672 633 0 3011 0
[pid=19291/tid=19293] ppid=19288 vsize=80588 memory=14592 CPUtime=1525.92 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 3874 0 0 0 151629 963 0 0 20 0 2 0 30959850 82522112 1478 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 3056.49 s
Current children cumulated vsize: 80588 KiB
Current children cumulated memory: 5912 KiB

[startup+1602.3 s]
/proc/loadavg: 5.36 5.34 5.88 6/269 19967
/proc/meminfo: memFree=129501668/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=80588 memory=6040 CPUtime=3175.57 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 11143 0 0 0 313853 3704 0 0 20 0 2 0 30959850 82522112 1510 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 20147 1510 672 633 0 3011 0
[pid=19291/tid=19293] ppid=19288 vsize=80588 memory=6040 CPUtime=1585.45 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 3874 0 0 0 157551 994 0 0 20 0 2 0 30959850 82522112 1510 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 3175.57 s
Current children cumulated vsize: 80588 KiB
Current children cumulated memory: 6040 KiB

[startup+1662.3 s]
/proc/loadavg: 5.93 5.50 5.90 7/269 20014
/proc/meminfo: memFree=129578748/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=80588 memory=6040 CPUtime=3294.69 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 11156 0 0 0 325640 3829 0 0 20 0 2 0 30959850 82522112 1510 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 20147 1510 672 633 0 3011 0
[pid=19291/tid=19293] ppid=19288 vsize=80588 memory=15324 CPUtime=1645.04 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 3877 0 0 0 163476 1028 0 0 20 0 2 0 30959850 82522112 1510 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 3294.69 s
Current children cumulated vsize: 80588 KiB
Current children cumulated memory: 6040 KiB

[startup+1722.3 s]
/proc/loadavg: 6.01 5.61 5.92 7/268 20016
/proc/meminfo: memFree=129582964/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=80588 memory=6040 CPUtime=3413.8 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 11820 0 0 0 337434 3946 0 0 20 0 2 0 30959850 82522112 1510 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 20147 1510 672 633 0 3011 0
[pid=19291/tid=19293] ppid=19288 vsize=80588 memory=14592 CPUtime=1704.6 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 4136 0 0 0 169399 1061 0 0 20 0 2 0 30959850 82522112 1510 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 3413.8 s
Current children cumulated vsize: 80588 KiB
Current children cumulated memory: 6040 KiB

[startup+1782.3 s]
/proc/loadavg: 6.10 5.71 5.93 8/267 20019
/proc/meminfo: memFree=129576696/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=80588 memory=6040 CPUtime=3532.88 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 11832 0 0 0 349214 4074 0 0 20 0 2 0 30959850 82522112 1510 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 20147 1510 672 633 0 3011 0
[pid=19291/tid=19293] ppid=19288 vsize=80588 memory=14592 CPUtime=1764.13 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 4136 0 0 0 175316 1097 0 0 20 0 2 0 30959850 82522112 1510 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 3532.88 s
Current children cumulated vsize: 80588 KiB
Current children cumulated memory: 6040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.2 s]
/proc/loadavg: 6.27 5.79 5.95 6/269 20025
/proc/meminfo: memFree=129576528/131249996 swapFree=33010684/33010684
[pid=19291] ppid=19288 vsize=80588 memory=6040 CPUtime=3600.16 cores=1,3
/proc/19291/stat : 19291 (pb_competition_) R 19288 19291 17665 0 -1 4194304 11839 0 0 0 355871 4145 0 0 20 0 2 0 30959850 82522112 1510 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
/proc/19291/statm: 20147 1510 672 633 0 3011 0
[pid=19291/tid=19293] ppid=19288 vsize=80588 memory=5012 CPUtime=1797.77 cores=1,3
/proc/19291/task/19293/stat : 19293 (pb_competition_) R 19288 19291 17665 0 -1 4194368 4137 0 0 0 178660 1117 0 0 20 0 2 0 30959850 82522112 1510 18446744073709551615 4198400 6788177 140724162767488 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 39989248 140724162775385 140724162775512 140724162775512 140724162781114 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 80588 KiB
Current children cumulated memory: 6040 KiB

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

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

# cumulated CPU time of all completed processes:  user=3558.73 s, system=41.4581 s

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

Child status: 0

Real time (s): 1816.21
CPU time (s): 3600.18
CPU user time (s): 3558.73
CPU system time (s): 41.4581
CPU usage (%): 198.225
Max. virtual memory (cumulated for all children) (KiB): 80588
Max. memory (cumulated for all children) (KiB): 6040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3558.73
system time used= 41.4581
maximum resident set size= 6040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11894
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= 4685
involuntary context switches= 29867


# summary of solver processes directly reported to runsolver:
#   pid: 19291
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3558.73
#   total CPU system time (s): 41.4581

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.7877 second user time and 7.86188 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 01:20:22
IDJOB=4495566
IDBENCH=148083
IDSOLVER=3347
FILE ID=nodeC021/4495566-1751152822
RUNJOBID= nodeC021-1751146786-17677
SLURM_JOB_ID= 9587467
Free space on /tmp= 433048 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111219348.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-4495566-1751152822/watcher-4495566-1751152822 -o /tmp/evaluation-result-4495566-1751152822/solver-4495566-1751152822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751146786-17677 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1291735545 HOME/instance-4495566-1751152822.opb

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

MD5SUM BENCH= eec3ee0f79762b638df689011e8d3952
RANDOM SEED=1291735545

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129696188 kB
MemAvailable:   129574036 kB
Buffers:            3280 kB
Cached:           687540 kB
SwapCached:            0 kB
Active:           465560 kB
Inactive:         465600 kB
Active(anon):     258400 kB
Inactive(anon):        0 kB
Active(file):     207160 kB
Inactive(file):   465600 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5272 kB
Writeback:             0 kB
AnonPages:        243428 kB
Mapped:           110956 kB
Shmem:             18060 kB
KReclaimable:      88256 kB
Slab:             173436 kB
SReclaimable:      88256 kB
SUnreclaim:        85180 kB
KernelStack:        4336 kB
PageTables:         3388 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     598284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC021 at 2025-06-29 01:50:38