Trace number 4527988

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.04 3610.3

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K81.opb
MD5SUMa76247625d06f26dbfcd47fe69513f4b
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 variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
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 82
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.01	c solving HOME/instance-4527988-1752245169.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 (61604 MiB free)
  memory of node 1: 64465 MiB (63206 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527988-1752245169/watcher-4527988-1752245169 -o /tmp/evaluation-result-4527988-1752245169/solver-4527988-1752245169 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1752245169-119630 --watchdog 3760 pb_picat HOME/instance-4527988-1752245169.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=119683, runsolver pid=119679

[startup+0.100064 s]*
/proc/loadavg: 2.14 2.12 2.20 5/263 119688
/proc/meminfo: memFree=127713584/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2027148 memory=36788 CPUtime=0.08 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 1188 0 0 0 8 0 0 0 20 0 1 0 140194389 2075799552 9197 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 6 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 506787 9197 1536 343 0 503851 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 36788 KiB

[startup+0.205445 s]*
/proc/loadavg: 2.14 2.12 2.20 5/263 119688
/proc/meminfo: memFree=127698828/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2033024 memory=41904 CPUtime=0.19 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2467 0 0 0 18 1 0 0 20 0 1 0 140194389 2081816576 10476 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 6 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 508256 10476 1632 343 0 505320 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2033024 KiB
Current children cumulated memory: 41904 KiB

[startup+0.304986 s]*
/proc/loadavg: 2.14 2.12 2.20 5/263 119688
/proc/meminfo: memFree=127695804/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2029952 memory=39288 CPUtime=0.28 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 3061 0 0 0 27 1 0 0 20 0 1 0 140194389 2078670848 9822 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 507488 9822 1632 343 0 504552 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 2029952 KiB
Current children cumulated memory: 39288 KiB

[startup+0.700107 s]
/proc/loadavg: 2.14 2.12 2.20 5/263 119688
/proc/meminfo: memFree=127695812/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2033552 memory=40872 CPUtime=0.67 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 4892 0 0 0 66 1 0 0 20 0 1 0 140194389 2082357248 10218 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 508388 10218 1632 343 0 505452 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 2033552 KiB
Current children cumulated memory: 40872 KiB

[startup+1.50011 s]
/proc/loadavg: 2.14 2.12 2.20 5/263 119688
/proc/meminfo: memFree=127694300/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2034772 memory=43352 CPUtime=1.46 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 7855 0 0 0 145 1 0 0 20 0 1 0 140194389 2083606528 10838 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 508693 10838 1632 343 0 505757 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 2034772 KiB
Current children cumulated memory: 43352 KiB

[startup+3.1049 s]
/proc/loadavg: 2.29 2.15 2.20 4/259 119696
/proc/meminfo: memFree=127725016/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2040916 memory=47752 CPUtime=3.06 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 13128 0 0 0 303 3 0 0 20 0 1 0 140194389 2089897984 11938 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 510229 11938 1632 343 0 507293 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 2040916 KiB
Current children cumulated memory: 47752 KiB

[startup+6.30013 s]
/proc/loadavg: 2.29 2.15 2.20 5/263 119733
/proc/meminfo: memFree=127585112/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2040916 memory=47616 CPUtime=6.23 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 22261 0 0 0 616 7 0 0 20 0 1 0 140194389 2089897984 11904 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 510229 11904 1632 343 0 507293 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 2040916 KiB
Current children cumulated memory: 47616 KiB

[startup+12.7001 s]
/proc/loadavg: 2.55 2.21 2.22 5/263 119733
/proc/meminfo: memFree=127556696/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2041940 memory=47976 CPUtime=12.61 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 35869 0 0 0 1251 10 0 0 20 0 1 0 140194389 2090946560 11994 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 510485 11994 1632 343 0 507549 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 2041940 KiB
Current children cumulated memory: 47976 KiB

[startup+25.5002 s]
/proc/loadavg: 2.77 2.27 2.24 5/263 119734
/proc/meminfo: memFree=127536892/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2037844 memory=45540 CPUtime=25.38 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 61219 0 0 0 2521 17 0 0 20 0 1 0 140194389 2086752256 11385 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 509461 11385 1632 343 0 506525 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 2037844 KiB
Current children cumulated memory: 45540 KiB

[startup+51.1053 s]
/proc/loadavg: 3.26 2.43 2.30 5/264 119917
/proc/meminfo: memFree=127545608/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2041940 memory=49028 CPUtime=50.92 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 93798 0 0 0 5064 28 0 0 20 0 1 0 140194389 2090946560 12257 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 510485 12257 1632 343 0 507549 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 2041940 KiB
Current children cumulated memory: 49028 KiB

[startup+102.3 s]
/proc/loadavg: 3.75 2.71 2.40 5/266 120104
/proc/meminfo: memFree=126506896/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2052104 memory=60276 CPUtime=101.97 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 150922 0 0 0 10145 52 0 0 20 0 1 0 140194389 2101354496 15069 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 513026 15069 1632 343 0 510090 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 2052104 KiB
Current children cumulated memory: 60276 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 2.98 2.52 5/266 120106
/proc/meminfo: memFree=126447140/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2075752 memory=75168 CPUtime=161.78 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 208660 0 0 0 16105 73 0 0 20 0 1 0 140194389 2125570048 18792 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 518938 18792 1632 343 0 516002 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 2075752 KiB
Current children cumulated memory: 75168 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.18 2.62 5/267 120109
/proc/meminfo: memFree=126413720/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2061432 memory=63888 CPUtime=221.6 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 253909 0 0 0 22066 94 0 0 20 0 1 0 140194389 2110906368 15972 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 515358 15972 1632 343 0 512422 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 2061432 KiB
Current children cumulated memory: 63888 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 3.36 2.72 5/267 120201
/proc/meminfo: memFree=126392028/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2090104 memory=88832 CPUtime=281.42 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 300282 0 0 0 28030 112 0 0 20 0 1 0 140194389 2140266496 22208 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 522526 22208 1632 343 0 519590 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 2090104 KiB
Current children cumulated memory: 88832 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.50 2.81 5/267 120203
/proc/meminfo: memFree=126405052/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2081912 memory=85416 CPUtime=341.23 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 371346 0 0 0 33985 138 0 0 20 0 1 0 140194389 2131877888 21354 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 520478 21354 1632 343 0 517542 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 2081912 KiB
Current children cumulated memory: 85416 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.61 2.89 5/265 120205
/proc/meminfo: memFree=126357028/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2065528 memory=64936 CPUtime=401.06 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 422762 0 0 0 39948 158 0 0 20 0 1 0 140194389 2115100672 16234 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 516382 16234 1632 343 0 513446 0
Current children cumulated CPU time: 401.06 s
Current children cumulated vsize: 2065528 KiB
Current children cumulated memory: 64936 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 3.71 2.97 5/265 120207
/proc/meminfo: memFree=126347252/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2114680 memory=95656 CPUtime=460.87 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 493114 0 0 0 45904 183 0 0 20 0 1 0 140194389 2165432320 23914 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 528670 23914 1632 343 0 525734 0
Current children cumulated CPU time: 460.87 s

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

Current children cumulated memory: 107060 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.16 4.08 5/264 120387
/proc/meminfo: memFree=126261640/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2081912 memory=85940 CPUtime=2913.95 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2202763 0 0 0 290397 998 0 0 20 0 1 0 140194389 2131877888 21485 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 520478 21485 1632 343 0 517542 0
Current children cumulated CPU time: 2913.95 s
Current children cumulated vsize: 2081912 KiB
Current children cumulated memory: 85940 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.14 4.08 5/264 120389
/proc/meminfo: memFree=126279240/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2090104 memory=98808 CPUtime=2973.77 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2229037 0 0 0 296365 1012 0 0 20 0 1 0 140194389 2140266496 24702 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 522526 24702 1632 343 0 519590 0
Current children cumulated CPU time: 2973.77 s
Current children cumulated vsize: 2090104 KiB
Current children cumulated memory: 98808 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.13 4.08 5/264 120391
/proc/meminfo: memFree=126227008/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2090104 memory=96760 CPUtime=3033.61 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2255619 0 0 0 302331 1030 0 0 20 0 1 0 140194389 2140266496 24190 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 522526 24190 1632 343 0 519590 0
Current children cumulated CPU time: 3033.61 s
Current children cumulated vsize: 2090104 KiB
Current children cumulated memory: 96760 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.14 4.09 5/265 120396
/proc/meminfo: memFree=126175212/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2122872 memory=129672 CPUtime=3093.44 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2274001 0 0 0 308303 1041 0 0 20 0 1 0 140194389 2173820928 32418 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 530718 32418 1632 343 0 527782 0
Current children cumulated CPU time: 3093.44 s
Current children cumulated vsize: 2122872 KiB
Current children cumulated memory: 129672 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/265 120402
/proc/meminfo: memFree=126201480/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2188408 memory=152116 CPUtime=3153.27 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2301358 0 0 0 314269 1058 0 0 20 0 1 0 140194389 2240929792 38029 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 547102 38029 1632 343 0 544166 0
Current children cumulated CPU time: 3153.27 s
Current children cumulated vsize: 2188408 KiB
Current children cumulated memory: 152116 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/265 120405
/proc/meminfo: memFree=126191408/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2122872 memory=133428 CPUtime=3213.11 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2312708 0 0 0 320241 1070 0 0 20 0 1 0 140194389 2173820928 33357 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 530718 33357 1632 343 0 527782 0
Current children cumulated CPU time: 3213.11 s
Current children cumulated vsize: 2122872 KiB
Current children cumulated memory: 133428 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/265 120407
/proc/meminfo: memFree=126147048/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2081912 memory=78388 CPUtime=3272.94 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2322496 0 0 0 326215 1079 0 0 20 0 1 0 140194389 2131877888 19597 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 520478 19597 1632 343 0 517542 0
Current children cumulated CPU time: 3272.94 s
Current children cumulated vsize: 2081912 KiB
Current children cumulated memory: 78388 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/265 120409
/proc/meminfo: memFree=126246608/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2188408 memory=158260 CPUtime=3332.78 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2332545 0 0 0 332188 1090 0 0 20 0 1 0 140194389 2240929792 39565 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 547102 39565 1632 343 0 544166 0
Current children cumulated CPU time: 3332.78 s
Current children cumulated vsize: 2188408 KiB
Current children cumulated memory: 158260 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 120411
/proc/meminfo: memFree=126217884/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2122872 memory=115252 CPUtime=3392.61 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2350264 0 0 0 338157 1104 0 0 20 0 1 0 140194389 2173820928 28813 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 530718 28813 1632 343 0 527782 0
Current children cumulated CPU time: 3392.61 s
Current children cumulated vsize: 2122872 KiB
Current children cumulated memory: 115252 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 120413
/proc/meminfo: memFree=126139856/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2180216 memory=141364 CPUtime=3452.44 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2374929 0 0 0 344123 1121 0 0 20 0 1 0 140194389 2232541184 35341 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 545054 35341 1632 343 0 542118 0
Current children cumulated CPU time: 3452.44 s
Current children cumulated vsize: 2180216 KiB
Current children cumulated memory: 141364 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 120416
/proc/meminfo: memFree=126158716/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2122872 memory=125416 CPUtime=3512.27 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2402450 0 0 0 350089 1138 0 0 20 0 1 0 140194389 2173820928 31354 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 530718 31354 1632 343 0 527782 0
Current children cumulated CPU time: 3512.27 s
Current children cumulated vsize: 2122872 KiB
Current children cumulated memory: 125416 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 120417
/proc/meminfo: memFree=126170820/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2122872 memory=111156 CPUtime=3572.11 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2423122 0 0 0 356059 1152 0 0 20 0 1 0 140194389 2173820928 27789 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 530718 27789 1632 343 0 527782 0
Current children cumulated CPU time: 3572.11 s
Current children cumulated vsize: 2122872 KiB
Current children cumulated memory: 111156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 120418
/proc/meminfo: memFree=126142504/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2122872 memory=121396 CPUtime=3600.03 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2439062 0 0 0 358843 1160 0 0 20 0 1 0 140194389 2173820928 30349 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 530718 30349 1632 343 0 527782 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2122872 KiB
Current children cumulated memory: 121396 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.44 s, system=11.6011 s

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

[startup+3610.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 120418
/proc/meminfo: memFree=126142504/131250000 swapFree=33008100/33010684
[pid=119683] ppid=119679 vsize=2122872 memory=121396 CPUtime=3600.03 cores=4,6
/proc/119683/stat : 119683 (pb_picat) R 119679 119683 119619 0 -1 4194304 2439062 0 0 0 358843 1160 0 0 20 0 1 0 140194389 2173820928 30349 18446744073709551615 94793778081792 94793779483373 140723140046400 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94793779754800 94793781629040 94793807306752 140723140049308 140723140049384 140723140049384 140723140054988 0
/proc/119683/statm: 530718 30349 1632 343 0 527782 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2122872 KiB
Current children cumulated memory: 121396 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.3
CPU time (s): 3600.04
CPU user time (s): 3588.44
CPU system time (s): 11.6011
CPU usage (%): 99.7158
Max. virtual memory (cumulated for all children) (KiB): 2319480
Max. memory (cumulated for all children) (KiB): 231988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.44
system time used= 11.6011
maximum resident set size= 231988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2439062
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= 77
involuntary context switches= 4651


# summary of solver processes directly reported to runsolver:
#   pid: 119683
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3588.44
#   total CPU system time (s): 11.6011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.63834 second user time and 15.7143 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-11 16:46:09
IDJOB=4527988
IDBENCH=158357
IDSOLVER=3385
FILE ID=nodeC019/4527988-1752245169
RUNJOBID= nodeC019-1752245169-119630
SLURM_JOB_ID= 9682569
Free space on /tmp= 431608 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K81.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527988-1752245169/watcher-4527988-1752245169 -o /tmp/evaluation-result-4527988-1752245169/solver-4527988-1752245169 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1752245169-119630 --watchdog 3760  pb_picat HOME/instance-4527988-1752245169.opb

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

MD5SUM BENCH= a76247625d06f26dbfcd47fe69513f4b
RANDOM SEED=1561136521

nodeC019 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.832
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.37
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.672
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.322
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.37
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		: 3616.222
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.37
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.706
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.37
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.726
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.106
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.37
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.728
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127823708 kB
MemAvailable:   129748508 kB
Buffers:             904 kB
Cached:          2724396 kB
SwapCached:          568 kB
Active:           231028 kB
Inactive:        2562508 kB
Active(anon):      57840 kB
Inactive(anon):    27356 kB
Active(file):     173188 kB
Inactive(file):  2535152 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16028 kB
Writeback:             0 kB
AnonPages:         70796 kB
Mapped:           106608 kB
Shmem:             16960 kB
KReclaimable:     111400 kB
Slab:             203800 kB
SReclaimable:     111400 kB
SUnreclaim:        92400 kB
KernelStack:        4112 kB
PageTables:         2864 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     333904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431584 MiB
End job on nodeC019 at 2025-07-11 17:46:19