Trace number 4544099

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.26 2032.63

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v2_10_092.opb
MD5SUMabde55a93501845a748728a01651cccf
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 benchmark1.10617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables85570
Total number of constraints1851
Number of constraints which are clauses931
Number of constraints which are cardinality constraints (but not clauses)920
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint93
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 94
Number of bits of the biggest sum of numbers7
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.25/0.24	c #variable: 85570
0.25/0.24	c #constraint: 1851
0.25/0.24	c #equal: 0
0.25/0.24	c intsize: 7
0.25/0.24	c sizeproduct: 0
0.25/0.24	c #soft: 0
0.25/0.24	c mincost: 0
0.25/0.24	c maxcost: 0
0.25/0.24	c sumcost: 0
0.25/0.24	c iteration_max: -1
0.25/0.24	c time_max: -1
0.25/0.24	c number_of_threads(move update): 2
0.25/0.24	c number_of_threads(move evaluation): 2
0.25/0.24	c seed: 482303424
3600.11/2032.56	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 (61684 MiB free)
  memory of node 1: 64507 MiB (62809 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544099-1753207030/watcher-4544099-1753207030 -o /tmp/evaluation-result-4544099-1753207030/solver-4544099-1753207030 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753198973-174213 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 482303424 HOME/instance-4544099-1753207030.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100042 s]*
/proc/loadavg: 7.27 7.18 7.28 6/267 175534
/proc/meminfo: memFree=127474084/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=96276 memory=28232 CPUtime=0.13 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 7634 0 0 0 12 1 0 0 20 0 2 0 236380740 98586624 7298 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 24069 7058 576 633 0 8850 0
[pid=175532/tid=175534] ppid=175529 vsize=94924 memory=4026531960 CPUtime=0.03 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) S 175529 175532 174194 0 -1 4194368 1951 0 0 0 3 0 0 0 20 0 2 0 236380740 97202176 6960 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 0 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 96276 KiB
Current children cumulated memory: 28232 KiB

[startup+0.206016 s]*
/proc/loadavg: 7.27 7.18 7.28 9/267 175534
/proc/meminfo: memFree=127446460/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=126344 memory=61136 CPUtime=0.25 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 15433 0 0 0 23 2 0 0 20 0 2 0 236380740 129376256 15284 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 31586 15284 608 633 0 16841 0
[pid=175532/tid=175534] ppid=175529 vsize=126344 memory=4830726537859825948 CPUtime=0.05 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 2427 0 0 0 5 0 0 0 20 0 2 0 236380740 129376256 15284 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 0 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 126344 KiB
Current children cumulated memory: 61136 KiB

[startup+0.306205 s]*
/proc/loadavg: 7.27 7.18 7.28 7/267 175534
/proc/meminfo: memFree=127434364/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=129116 memory=66000 CPUtime=0.38 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 16577 0 0 0 35 3 0 0 20 0 2 0 236380740 132214784 16500 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 32279 16500 672 633 0 17983 0
[pid=175532/tid=175534] ppid=175529 vsize=129116 memory=-8825576000291104352 CPUtime=0.08 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) S 175529 175532 174194 0 -1 4194368 2876 0 0 0 8 0 0 0 20 0 2 0 236380740 132214784 16500 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 129116 KiB
Current children cumulated memory: 66000 KiB

[startup+0.700175 s]
/proc/loadavg: 7.16 7.16 7.27 8/267 175534
/proc/meminfo: memFree=127410124/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=200996 memory=137864 CPUtime=0.78 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 31479 0 0 0 72 6 0 0 20 0 2 0 236380740 205819904 34466 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 50249 34466 672 633 0 35953 0
[pid=175532/tid=175534] ppid=175529 vsize=200996 memory=28160 CPUtime=0.09 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) S 175529 175532 174194 0 -1 4194368 2876 0 0 0 9 0 0 0 20 0 2 0 236380740 205819904 34466 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 200996 KiB
Current children cumulated memory: 137864 KiB

[startup+1.50023 s]
/proc/loadavg: 7.16 7.16 7.27 7/267 175534
/proc/meminfo: memFree=127369676/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=198892 memory=135448 CPUtime=1.91 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 47570 0 0 0 184 7 0 0 20 0 2 0 236380740 203665408 33862 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 49723 33862 672 633 0 35427 0
[pid=175532/tid=175534] ppid=175529 vsize=198892 memory=28160 CPUtime=0.43 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) S 175529 175532 174194 0 -1 4194368 3287 0 0 0 43 0 0 0 20 0 2 0 236380740 203665408 33862 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 198892 KiB
Current children cumulated memory: 135448 KiB

[startup+3.10604 s]
/proc/loadavg: 7.16 7.16 7.27 8/267 175534
/proc/meminfo: memFree=127369080/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=199756 memory=136600 CPUtime=4.74 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 48217 0 0 0 466 8 0 0 20 0 2 0 236380740 204550144 34150 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 49939 34150 672 633 0 35643 0
[pid=175532/tid=175534] ppid=175529 vsize=199756 memory=135448 CPUtime=1.67 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 3306 0 0 0 167 0 0 0 20 0 2 0 236380740 204550144 34150 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 199756 KiB
Current children cumulated memory: 136600 KiB

[startup+6.30028 s]
/proc/loadavg: 7.15 7.15 7.27 7/267 175534
/proc/meminfo: memFree=127368288/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=205152 memory=139736 CPUtime=9.81 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 80743 0 0 0 970 11 0 0 20 0 2 0 236380740 210075648 34934 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 51288 34934 672 633 0 36992 0
[pid=175532/tid=175534] ppid=175529 vsize=205152 memory=28160 CPUtime=3.58 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) S 175529 175532 174194 0 -1 4194368 5622 0 0 0 357 1 0 0 20 0 2 0 236380740 210075648 34934 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 9.81 s
Current children cumulated vsize: 205152 KiB
Current children cumulated memory: 139736 KiB

[startup+12.7002 s]
/proc/loadavg: 7.06 7.14 7.26 8/267 175534
/proc/meminfo: memFree=127368296/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=205152 memory=139992 CPUtime=20.65 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 82416 0 0 0 2053 12 0 0 20 0 2 0 236380740 210075648 34998 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 51288 34998 672 633 0 36992 0
[pid=175532/tid=175534] ppid=175529 vsize=205152 memory=139992 CPUtime=8.09 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 5730 0 0 0 808 1 0 0 20 0 2 0 236380740 210075648 34998 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 20.65 s
Current children cumulated vsize: 205152 KiB
Current children cumulated memory: 139992 KiB

[startup+25.5002 s]
/proc/loadavg: 6.89 7.10 7.25 8/267 175534
/proc/meminfo: memFree=127362256/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=210336 memory=144880 CPUtime=42.41 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 102202 0 0 0 4221 20 0 0 20 0 2 0 236380740 215384064 36220 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 52584 36220 672 633 0 38288 0
[pid=175532/tid=175534] ppid=175529 vsize=210336 memory=141400 CPUtime=17.18 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 7772 0 0 0 1715 3 0 0 20 0 2 0 236380740 215384064 36220 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 42.41 s
Current children cumulated vsize: 210336 KiB
Current children cumulated memory: 144880 KiB

[startup+51.1061 s]
/proc/loadavg: 7.06 7.12 7.25 8/267 175534
/proc/meminfo: memFree=127362256/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=212576 memory=146160 CPUtime=86.95 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 159538 0 0 0 8661 34 0 0 20 0 2 0 236380740 217677824 36540 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 53144 36540 672 633 0 38848 0
[pid=175532/tid=175534] ppid=175529 vsize=212576 memory=28160 CPUtime=36.37 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 15913 0 0 0 3628 9 0 0 20 0 2 0 236380740 217677824 36540 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 86.95 s
Current children cumulated vsize: 212576 KiB
Current children cumulated memory: 146160 KiB

[startup+102.3 s]
/proc/loadavg: 6.92 7.07 7.23 9/267 175536
/proc/meminfo: memFree=127357912/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=218884 memory=148776 CPUtime=176.47 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 200260 0 0 0 17591 56 0 0 20 0 2 0 236380740 224137216 37194 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 54721 37194 672 633 0 40425 0
[pid=175532/tid=175534] ppid=175529 vsize=218884 memory=28160 CPUtime=75.22 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) S 175529 175532 174194 0 -1 4194368 21753 0 0 0 7502 20 0 0 20 0 2 0 236380740 224137216 37194 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 176.47 s
Current children cumulated vsize: 218884 KiB
Current children cumulated memory: 148776 KiB

[startup+162.3 s]
/proc/loadavg: 7.27 7.13 7.24 9/267 175538
/proc/meminfo: memFree=127358016/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=219200 memory=151232 CPUtime=282.85 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 223817 0 0 0 28204 81 0 0 20 0 2 0 236380740 224460800 37808 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 54800 37808 672 633 0 40504 0
[pid=175532/tid=175534] ppid=175529 vsize=219200 memory=5632 CPUtime=122.24 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 25569 0 0 0 12189 35 0 0 20 0 2 0 236380740 224460800 37808 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 282.85 s
Current children cumulated vsize: 219200 KiB
Current children cumulated memory: 151232 KiB

[startup+222.3 s]
/proc/loadavg: 7.15 7.12 7.23 9/266 175540
/proc/meminfo: memFree=127357636/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=220208 memory=152128 CPUtime=387.59 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 245729 0 0 0 38656 103 0 0 20 0 2 0 236380740 225492992 38032 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 55052 38032 672 633 0 40756 0
[pid=175532/tid=175534] ppid=175529 vsize=220208 memory=28160 CPUtime=167.57 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 29294 0 0 0 16711 46 0 0 20 0 2 0 236380740 225492992 38032 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 387.59 s
Current children cumulated vsize: 220208 KiB
Current children cumulated memory: 152128 KiB

[startup+282.3 s]
/proc/loadavg: 7.12 7.12 7.22 8/266 175553
/proc/meminfo: memFree=127357336/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=220360 memory=152384 CPUtime=493.79 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 267302 0 0 0 49253 126 0 0 20 0 2 0 236380740 225648640 38096 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 55090 38096 672 633 0 40794 0
[pid=175532/tid=175534] ppid=175529 vsize=220360 memory=152384 CPUtime=214.41 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 32020 0 0 0 21381 60 0 0 20 0 2 0 236380740 225648640 38096 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 493.79 s
Current children cumulated vsize: 220360 KiB
Current children cumulated memory: 152384 KiB

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

/proc/meminfo: memFree=128333344/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=221904 memory=156736 CPUtime=2625.41 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 361531 0 0 0 262147 394 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 55476 39184 672 633 0 41180 0
[pid=175532/tid=175534] ppid=175529 vsize=221904 memory=156736 CPUtime=1157.58 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 45013 0 0 0 115554 204 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 2625.41 s
Current children cumulated vsize: 221904 KiB
Current children cumulated memory: 156736 KiB

[startup+1542.3 s]
/proc/loadavg: 6.69 6.56 6.73 7/267 175751
/proc/meminfo: memFree=128333464/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=221904 memory=156736 CPUtime=2731.92 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 362618 0 0 0 272788 404 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 55476 39184 672 633 0 41180 0
[pid=175532/tid=175534] ppid=175529 vsize=221904 memory=14384 CPUtime=1204.62 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 45018 0 0 0 120253 209 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 2731.92 s
Current children cumulated vsize: 221904 KiB
Current children cumulated memory: 156736 KiB

[startup+1602.3 s]
/proc/loadavg: 6.52 6.52 6.71 8/266 175753
/proc/meminfo: memFree=128337744/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=221904 memory=156736 CPUtime=2838.21 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 362619 0 0 0 283408 413 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 55476 39184 672 633 0 41180 0
[pid=175532/tid=175534] ppid=175529 vsize=221904 memory=156736 CPUtime=1251.43 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) S 175529 175532 174194 0 -1 4194368 45018 0 0 0 124929 214 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 2838.21 s
Current children cumulated vsize: 221904 KiB
Current children cumulated memory: 156736 KiB

[startup+1662.3 s]
/proc/loadavg: 6.55 6.54 6.70 6/267 175756
/proc/meminfo: memFree=128341036/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=221904 memory=156736 CPUtime=2944.7 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 363710 0 0 0 294047 423 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 55476 39184 672 633 0 41180 0
[pid=175532/tid=175534] ppid=175529 vsize=221904 memory=156736 CPUtime=1298.44 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 45059 0 0 0 129626 218 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 2944.7 s
Current children cumulated vsize: 221904 KiB
Current children cumulated memory: 156736 KiB

[startup+1722.3 s]
/proc/loadavg: 6.62 6.56 6.70 8/267 175758
/proc/meminfo: memFree=128341172/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=221904 memory=156736 CPUtime=3051 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 364801 0 0 0 304668 432 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 55476 39184 672 633 0 41180 0
[pid=175532/tid=175534] ppid=175529 vsize=221904 memory=156736 CPUtime=1345.26 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 45083 0 0 0 134302 224 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 3051 s
Current children cumulated vsize: 221904 KiB
Current children cumulated memory: 156736 KiB

[startup+1782.3 s]
/proc/loadavg: 6.60 6.55 6.69 8/267 175762
/proc/meminfo: memFree=128341276/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=221904 memory=156736 CPUtime=3157.18 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 364801 0 0 0 315276 442 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 55476 39184 672 633 0 41180 0
[pid=175532/tid=175534] ppid=175529 vsize=221904 memory=156736 CPUtime=1391.99 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 45083 0 0 0 138970 229 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 3157.18 s
Current children cumulated vsize: 221904 KiB
Current children cumulated memory: 156736 KiB

[startup+1842.3 s]
/proc/loadavg: 6.56 6.54 6.67 7/267 175768
/proc/meminfo: memFree=128341196/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=221904 memory=156736 CPUtime=3263.53 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 365880 0 0 0 325902 451 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 55476 39184 672 633 0 41180 0
[pid=175532/tid=175534] ppid=175529 vsize=221904 memory=156736 CPUtime=1438.85 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 45097 0 0 0 143652 233 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 3263.53 s
Current children cumulated vsize: 221904 KiB
Current children cumulated memory: 156736 KiB

[startup+1902.3 s]
/proc/loadavg: 6.59 6.54 6.66 8/267 175770
/proc/meminfo: memFree=128341308/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=221904 memory=156736 CPUtime=3369.7 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 365890 0 0 0 336509 461 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 55476 39184 672 633 0 41180 0
[pid=175532/tid=175534] ppid=175529 vsize=221904 memory=156736 CPUtime=1485.6 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 45098 0 0 0 148323 237 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 3369.7 s
Current children cumulated vsize: 221904 KiB
Current children cumulated memory: 156736 KiB

[startup+1962.3 s]
/proc/loadavg: 6.51 6.53 6.65 7/266 175772
/proc/meminfo: memFree=128341412/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=221904 memory=156736 CPUtime=3475.92 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 365890 0 0 0 347122 470 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 55476 39184 672 633 0 41180 0
[pid=175532/tid=175534] ppid=175529 vsize=221904 memory=5276 CPUtime=1532.4 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 45098 0 0 0 152998 242 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 3475.92 s
Current children cumulated vsize: 221904 KiB
Current children cumulated memory: 156736 KiB

[startup+2022.3 s]
/proc/loadavg: 6.70 6.59 6.66 8/266 175774
/proc/meminfo: memFree=128341292/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=221904 memory=156736 CPUtime=3582.11 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 366978 0 0 0 357731 480 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 55476 39184 672 633 0 41180 0
[pid=175532/tid=175534] ppid=175529 vsize=221904 memory=14384 CPUtime=1579.11 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 45105 0 0 0 157664 247 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 3582.11 s
Current children cumulated vsize: 221904 KiB
Current children cumulated memory: 156736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2032.5 s]
/proc/loadavg: 6.59 6.57 6.65 8/266 175775
/proc/meminfo: memFree=128341300/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=221904 memory=156736 CPUtime=3600.11 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 366978 0 0 0 359530 481 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 55476 39184 672 633 0 41180 0
[pid=175532/tid=175534] ppid=175529 vsize=221904 memory=156736 CPUtime=1586.99 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) R 175529 175532 174194 0 -1 4194368 45105 0 0 0 158452 247 0 0 20 0 2 0 236380740 227229696 39184 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 221904 KiB
Current children cumulated memory: 156736 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.43 s, system=4.82182 s

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

[startup+2032.6 s]
/proc/loadavg: 6.59 6.57 6.65 8/266 175775
/proc/meminfo: memFree=128341300/131249996 swapFree=33010416/33010684
[pid=175532] ppid=175529 vsize=204972 memory=141940 CPUtime=3600.22 cores=1,3
/proc/175532/stat : 175532 (pb_competition_) R 175529 175532 174194 0 -1 4194304 370196 0 0 0 359541 481 0 0 20 0 2 0 236380740 209891328 35485 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
/proc/175532/statm: 51243 35485 672 633 0 36947 0
[pid=175532/tid=175534] ppid=175529 vsize=204972 memory=3328 CPUtime=1587 cores=1,3
/proc/175532/task/175534/stat : 175534 (pb_competition_) S 175529 175532 174194 0 -1 4194368 45105 0 0 0 158453 247 0 0 20 0 2 0 236380740 209891328 35485 18446744073709551615 4198400 6788177 140733147549024 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 20033536 140733147552088 140733147552214 140733147552214 140733147557818 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 204972 KiB
Current children cumulated memory: 141940 KiB

Child status: 0

Real time (s): 2032.63
CPU time (s): 3600.26
CPU user time (s): 3595.43
CPU system time (s): 4.82182
CPU usage (%): 177.123
Max. virtual memory (cumulated for all children) (KiB): 221904
Max. memory (cumulated for all children) (KiB): 156736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.43
system time used= 4.82182
maximum resident set size= 156736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372397
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= 41800
involuntary context switches= 37168


# summary of solver processes directly reported to runsolver:
#   pid: 175532
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3595.43
#   total CPU system time (s): 4.82182

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.05238 second user time and 9.69627 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-22 19:57:10
IDJOB=4544099
IDBENCH=174892
IDSOLVER=3347
FILE ID=nodeC022/4544099-1753207030
RUNJOBID= nodeC022-1753198973-174213
SLURM_JOB_ID= 9687755
Free space on /tmp= 432784 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v2_10_092.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-4544099-1753207030/watcher-4544099-1753207030 -o /tmp/evaluation-result-4544099-1753207030/solver-4544099-1753207030 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1753198973-174213 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 482303424 HOME/instance-4544099-1753207030.opb

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

MD5SUM BENCH= abde55a93501845a748728a01651cccf
RANDOM SEED=482303424

nodeC022 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.045
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.44
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.836
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.44
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		: 3592.047
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.44
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		: 3584.053
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.44
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.812
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.44
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.729
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.44
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.924
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.44
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.713
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127481844 kB
MemAvailable:   128638964 kB
Buffers:            2128 kB
Cached:          1907340 kB
SwapCached:           32 kB
Active:          2252840 kB
Inactive:         765584 kB
Active(anon):    1133052 kB
Inactive(anon):     2124 kB
Active(file):    1119788 kB
Inactive(file):   763460 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6872 kB
Writeback:            56 kB
AnonPages:       1112040 kB
Mapped:           117380 kB
Shmem:             26220 kB
KReclaimable:     225820 kB
Slab:             322504 kB
SReclaimable:     225820 kB
SUnreclaim:        96684 kB
KernelStack:        4320 kB
PageTables:         5244 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1489484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    843776 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= 432788 MiB
End job on nodeC022 at 2025-07-22 20:31:03