Trace number 4527995

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
pb_picat 2025-07-11? (TO) 3600.08 3609.7

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K133.opb
MD5SUM9ec822d6c0cd68d217a6cdee070ca11c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15827
Total number of constraints16095
Number of constraints which are clauses15962
Number of constraints which are cardinality constraints (but not clauses)133
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint133
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c solving HOME/instance-4527995-1752245029.opb (Picat 3.9b11, 7/10/2025)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (53976 MiB free)
  memory of node 1: 64465 MiB (60465 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527995-1752245029/watcher-4527995-1752245029 -o /tmp/evaluation-result-4527995-1752245029/solver-4527995-1752245029 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1752244988-131054 --watchdog 3760 pb_picat HOME/instance-4527995-1752245029.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

Current StackSize limit: 8192 KiB

solver pid=131154, runsolver pid=131151

[startup+0.100063 s]*
/proc/loadavg: 2.54 1.46 1.34 5/264 131155
/proc/meminfo: memFree=117163548/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2027148 memory=38228 CPUtime=0.09 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 1038 0 0 0 9 0 0 0 20 0 1 0 140180459 2075799552 9557 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 7 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 506787 9557 1536 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 38228 KiB

[startup+0.20549 s]*
/proc/loadavg: 2.54 1.46 1.34 5/264 131155
/proc/meminfo: memFree=117139288/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2027148 memory=56660 CPUtime=0.19 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 1047 0 0 0 18 1 0 0 20 0 1 0 140180459 2075799552 14165 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 506787 14165 1536 343 0 503851 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 56660 KiB

[startup+0.305428 s]*
/proc/loadavg: 2.54 1.46 1.34 5/264 131155
/proc/meminfo: memFree=117130296/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2034072 memory=77812 CPUtime=0.29 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 2631 0 0 0 28 1 0 0 20 0 1 0 140180459 2082889728 19453 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 508518 19453 1600 343 0 505582 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2034072 KiB
Current children cumulated memory: 77812 KiB

[startup+0.700127 s]
/proc/loadavg: 2.54 1.46 1.34 5/264 131155
/proc/meminfo: memFree=117123240/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2035484 memory=79128 CPUtime=0.67 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 4298 0 0 0 66 1 0 0 20 0 1 0 140180459 2084335616 19782 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 508871 19782 1632 343 0 505935 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 2035484 KiB
Current children cumulated memory: 79128 KiB

[startup+1.50016 s]
/proc/loadavg: 2.65 1.50 1.36 5/264 131155
/proc/meminfo: memFree=117166248/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2036912 memory=81944 CPUtime=1.48 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 6914 0 0 0 146 2 0 0 20 0 1 0 140180459 2085797888 20486 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 509228 20486 1632 343 0 506292 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2036912 KiB
Current children cumulated memory: 81944 KiB

[startup+3.10519 s]
/proc/loadavg: 2.65 1.50 1.36 5/264 131155
/proc/meminfo: memFree=117165548/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2046128 memory=86232 CPUtime=3.08 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 11396 0 0 0 305 3 0 0 20 0 1 0 140180459 2095235072 21558 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 511532 21558 1632 343 0 508596 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2046128 KiB
Current children cumulated memory: 86232 KiB

[startup+6.30014 s]
/proc/loadavg: 2.76 1.55 1.37 5/264 131155
/proc/meminfo: memFree=117153132/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2042032 memory=84384 CPUtime=6.27 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 19304 0 0 0 622 5 0 0 20 0 1 0 140180459 2091040768 21096 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 510508 21096 1632 343 0 507572 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2042032 KiB
Current children cumulated memory: 84384 KiB

[startup+12.7001 s]
/proc/loadavg: 2.86 1.59 1.39 5/264 131155
/proc/meminfo: memFree=117116396/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2042032 memory=85656 CPUtime=12.65 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 31742 0 0 0 1257 8 0 0 20 0 1 0 140180459 2091040768 21414 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 510508 21414 1632 343 0 507572 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2042032 KiB
Current children cumulated memory: 85656 KiB

[startup+25.5002 s]
/proc/loadavg: 3.04 1.67 1.42 5/264 131156
/proc/meminfo: memFree=117077388/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2070704 memory=99180 CPUtime=25.41 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 50737 0 0 0 2528 13 0 0 20 0 1 0 140180459 2120400896 24795 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 517676 24795 1632 343 0 514740 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2070704 KiB
Current children cumulated memory: 99180 KiB

[startup+51.1053 s]
/proc/loadavg: 3.47 1.91 1.50 5/264 131156
/proc/meminfo: memFree=117089784/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2057340 memory=93332 CPUtime=50.95 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 78913 0 0 0 5072 23 0 0 20 0 1 0 140180459 2106716160 23333 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 514335 23333 1632 343 0 511399 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2057340 KiB
Current children cumulated memory: 93332 KiB

[startup+102.3 s]
/proc/loadavg: 3.83 2.25 1.64 5/266 131166
/proc/meminfo: memFree=117037348/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2176124 memory=159652 CPUtime=102 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 120248 0 0 0 10158 42 0 0 20 0 1 0 140180459 2228350976 39913 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 544031 39913 1632 343 0 541095 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2176124 KiB
Current children cumulated memory: 159652 KiB

[startup+162.3 s]
/proc/loadavg: 3.98 2.58 1.80 5/266 131169
/proc/meminfo: memFree=117038504/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2116828 memory=148716 CPUtime=161.85 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 162893 0 0 0 16124 61 0 0 20 0 1 0 140180459 2167631872 37179 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 529207 37179 1632 343 0 526271 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 2116828 KiB
Current children cumulated memory: 148716 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 2.87 1.95 5/266 131171
/proc/meminfo: memFree=116960984/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2206940 memory=182940 CPUtime=221.68 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 195639 0 0 0 22092 76 0 0 20 0 1 0 140180459 2259906560 45735 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 551735 45735 1632 343 0 548799 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 2206940 KiB
Current children cumulated memory: 182940 KiB

[startup+282.3 s]
/proc/loadavg: 4.03 3.08 2.08 5/265 131173
/proc/meminfo: memFree=117055880/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2092252 memory=117484 CPUtime=281.52 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 223200 0 0 0 28057 95 0 0 20 0 1 0 140180459 2142466048 29371 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 523063 29371 1632 343 0 520127 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 2092252 KiB
Current children cumulated memory: 117484 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.28 2.21 5/265 131175
/proc/meminfo: memFree=117068260/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2096836 memory=117492 CPUtime=341.35 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 253771 0 0 0 34024 111 0 0 20 0 1 0 140180459 2147160064 29373 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 524209 29373 1632 343 0 521273 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 2096836 KiB
Current children cumulated memory: 117492 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.43 2.33 5/264 131177
/proc/meminfo: memFree=116964176/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2105028 memory=122332 CPUtime=401.19 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 285526 0 0 0 39990 129 0 0 20 0 1 0 140180459 2155548672 30583 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 526257 30583 1632 343 0 523321 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 2105028 KiB
Current children cumulated memory: 122332 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.55 2.45 5/264 131225
/proc/meminfo: memFree=117080288/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2096836 memory=130524 CPUtime=461.03 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 313826 0 0 0 45956 147 0 0 20 0 1 0 140180459 2147160064 32631 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 524209 32631 1632 343 0 521273 0
Current children cumulated CPU time: 461.03 s

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

Current children cumulated memory: 255612 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.11 4.01 5/265 131409
/proc/meminfo: memFree=116531512/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2219716 memory=193788 CPUtime=2914.5 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 955726 0 0 0 290785 665 0 0 20 0 1 0 140180459 2272989184 48447 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 554929 48447 1632 343 0 551993 0
Current children cumulated CPU time: 2914.5 s
Current children cumulated vsize: 2219716 KiB
Current children cumulated memory: 193788 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.10 4.01 5/264 131411
/proc/meminfo: memFree=116508168/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2219716 memory=198268 CPUtime=2974.34 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 972068 0 0 0 296758 676 0 0 20 0 1 0 140180459 2272989184 49567 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 554929 49567 1632 343 0 551993 0
Current children cumulated CPU time: 2974.34 s
Current children cumulated vsize: 2219716 KiB
Current children cumulated memory: 198268 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.09 4.01 5/265 131414
/proc/meminfo: memFree=116519000/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2318020 memory=282236 CPUtime=3034.19 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 980051 0 0 0 302733 686 0 0 20 0 1 0 140180459 2373652480 70559 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 579505 70559 1632 343 0 576569 0
Current children cumulated CPU time: 3034.19 s
Current children cumulated vsize: 2318020 KiB
Current children cumulated memory: 282236 KiB

[startup+3102.3 s]
/proc/loadavg: 4.41 4.17 4.04 5/264 131416
/proc/meminfo: memFree=116516736/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2350788 memory=259708 CPUtime=3094.03 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 988063 0 0 0 308705 698 0 0 20 0 1 0 140180459 2407206912 64927 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 587697 64927 1632 343 0 584761 0
Current children cumulated CPU time: 3094.03 s
Current children cumulated vsize: 2350788 KiB
Current children cumulated memory: 259708 KiB

[startup+3162.3 s]
/proc/loadavg: 4.32 4.20 4.06 5/265 131426
/proc/meminfo: memFree=116473908/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2203332 memory=247420 CPUtime=3153.88 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 994729 0 0 0 314678 710 0 0 20 0 1 0 140180459 2256211968 61855 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 550833 61855 1632 343 0 547897 0
Current children cumulated CPU time: 3153.88 s
Current children cumulated vsize: 2203332 KiB
Current children cumulated memory: 247420 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.19 4.07 5/266 131429
/proc/meminfo: memFree=116511092/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2350788 memory=304764 CPUtime=3213.72 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 1003729 0 0 0 320650 722 0 0 20 0 1 0 140180459 2407206912 76191 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 587697 76191 1632 343 0 584761 0
Current children cumulated CPU time: 3213.72 s
Current children cumulated vsize: 2350788 KiB
Current children cumulated memory: 304764 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.17 4.07 5/266 131431
/proc/meminfo: memFree=116583576/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2219716 memory=218748 CPUtime=3273.55 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 1010050 0 0 0 326623 732 0 0 20 0 1 0 140180459 2272989184 54687 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 554929 54687 1632 343 0 551993 0
Current children cumulated CPU time: 3273.55 s
Current children cumulated vsize: 2219716 KiB
Current children cumulated memory: 218748 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.15 4.07 5/266 131433
/proc/meminfo: memFree=116464768/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2318020 memory=298620 CPUtime=3333.39 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 1020143 0 0 0 332595 744 0 0 20 0 1 0 140180459 2373652480 74655 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 579505 74655 1632 343 0 576569 0
Current children cumulated CPU time: 3333.39 s
Current children cumulated vsize: 2318020 KiB
Current children cumulated memory: 298620 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.15 4.07 5/265 131435
/proc/meminfo: memFree=116659740/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2154180 memory=169596 CPUtime=3393.24 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 1033045 0 0 0 338570 754 0 0 20 0 1 0 140180459 2205880320 42399 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 538545 42399 1632 343 0 535609 0
Current children cumulated CPU time: 3393.24 s
Current children cumulated vsize: 2154180 KiB
Current children cumulated memory: 169596 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.14 4.07 5/263 131437
/proc/meminfo: memFree=116612292/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2154180 memory=192124 CPUtime=3453.08 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 1038229 0 0 0 344549 759 0 0 20 0 1 0 140180459 2205880320 48031 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 538545 48031 1632 343 0 535609 0
Current children cumulated CPU time: 3453.08 s
Current children cumulated vsize: 2154180 KiB
Current children cumulated memory: 192124 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.14 4.08 5/263 131440
/proc/meminfo: memFree=116484932/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2154180 memory=175740 CPUtime=3512.92 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 1048938 0 0 0 350524 768 0 0 20 0 1 0 140180459 2205880320 43935 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 538545 43935 1632 343 0 535609 0
Current children cumulated CPU time: 3512.92 s
Current children cumulated vsize: 2154180 KiB
Current children cumulated memory: 175740 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.13 4.08 5/263 131487
/proc/meminfo: memFree=116750820/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2219716 memory=226940 CPUtime=3572.76 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 1055508 0 0 0 356501 775 0 0 20 0 1 0 140180459 2272989184 56735 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 554929 56735 1632 343 0 551993 0
Current children cumulated CPU time: 3572.76 s
Current children cumulated vsize: 2219716 KiB
Current children cumulated memory: 226940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.15 4.13 4.08 5/263 131487
/proc/meminfo: memFree=116732116/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2350788 memory=261756 CPUtime=3600.07 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 1057779 0 0 0 359228 779 0 0 20 0 1 0 140180459 2407206912 65439 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 587697 65439 1632 343 0 584761 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2350788 KiB
Current children cumulated memory: 261756 KiB

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

[startup+3609.7 s]
# the end of solver process 131154 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3592.28 s, system=7.79814 s

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

[startup+3609.7 s]
/proc/loadavg: 4.15 4.13 4.08 5/263 131487
/proc/meminfo: memFree=116732116/131250000 swapFree=33010160/33010684
[pid=131154] ppid=131151 vsize=2350788 memory=261756 CPUtime=3600.07 cores=5,7
/proc/131154/stat : 131154 (pb_picat) R 131151 131154 131041 0 -1 4194304 1057779 0 0 0 359228 779 0 0 20 0 1 0 140180459 2407206912 65439 18446744073709551615 93962877075456 93962878477037 140725867987648 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93962878748464 93962880622704 93962919116800 140725867989404 140725867989480 140725867989480 140725867995084 0
/proc/131154/statm: 587697 65439 1632 343 0 584761 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2350788 KiB
Current children cumulated memory: 261756 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.7
CPU time (s): 3600.08
CPU user time (s): 3592.28
CPU system time (s): 7.79814
CPU usage (%): 99.7334
Max. virtual memory (cumulated for all children) (KiB): 2481864
Max. memory (cumulated for all children) (KiB): 394876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.28
system time used= 7.79814
maximum resident set size= 416704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1057779
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= 78
involuntary context switches= 4610


# summary of solver processes directly reported to runsolver:
#   pid: 131154
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3592.28
#   total CPU system time (s): 7.79814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.45864 second user time and 15.2743 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-11 16:43:49
IDJOB=4527995
IDBENCH=158309
IDSOLVER=3385
FILE ID=nodeC016/4527995-1752245029
RUNJOBID= nodeC016-1752244988-131054
SLURM_JOB_ID= 9682563
Free space on /tmp= 430616 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K133.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527995-1752245029/watcher-4527995-1752245029 -o /tmp/evaluation-result-4527995-1752245029/solver-4527995-1752245029 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1752244988-131054 --watchdog 3760  pb_picat HOME/instance-4527995-1752245029.opb

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

MD5SUM BENCH= 9ec822d6c0cd68d217a6cdee070ca11c
RANDOM SEED=959352386

nodeC016 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.664
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.48
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.701
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.48
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		: 3657.709
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.48
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.870
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.48
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.746
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.48
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		: 3594.597
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.48
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		: 3586.232
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.48
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.737
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        117188412 kB
MemAvailable:   129304072 kB
Buffers:            2144 kB
Cached:         12827740 kB
SwapCached:           28 kB
Active:          1123176 kB
Inactive:       12143112 kB
Active(anon):     452336 kB
Inactive(anon):     2112 kB
Active(file):     670840 kB
Inactive(file): 12141000 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4552 kB
Writeback:             8 kB
AnonPages:        439468 kB
Mapped:           115816 kB
Shmem:             18044 kB
KReclaimable:     286116 kB
Slab:             383336 kB
SReclaimable:     286116 kB
SUnreclaim:        97220 kB
KernelStack:        4288 kB
PageTables:         3860 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6618492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430608 MiB
End job on nodeC016 at 2025-07-11 17:43:59