Trace number 4492793

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
Picat 2025-06-16? (TO) 3600.02 3610.3

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-61-60.opb
MD5SUM34508937f6127f0a8669d934526c1066
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.25863
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints109861
Number of constraints which are clauses109861
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint60
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 61
Number of bits of the biggest sum of numbers6
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-4492793-1751146130.opb (Picat 3.9b6)

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 (63074 MiB free)
  memory of node 1: 64507 MiB (64056 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492793-1751146130/watcher-4492793-1751146130 -o /tmp/evaluation-result-4492793-1751146130/solver-4492793-1751146130 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751146126-15230 --watchdog 3760 pb_picat HOME/instance-4492793-1751146130.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=15557, runsolver pid=15554
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 0.90 1.57 2.44 5/266 15558
/proc/meminfo: memFree=130161244/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2027148 memory=36500 CPUtime=0.09 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1116 0 0 0 9 0 0 0 20 0 1 0 30293279 2075799552 9125 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 506787 9125 1536 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 36500 KiB

[startup+0.205516 s]*
/proc/loadavg: 0.90 1.57 2.44 5/266 15558
/proc/meminfo: memFree=130142844/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2027148 memory=52884 CPUtime=0.19 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1124 0 0 0 19 0 0 0 20 0 1 0 30293279 2075799552 13221 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 506787 13221 1536 343 0 503851 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 52884 KiB

[startup+0.305418 s]*
/proc/loadavg: 0.90 1.57 2.44 5/266 15558
/proc/meminfo: memFree=130122140/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2027148 memory=69268 CPUtime=0.3 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1132 0 0 0 29 1 0 0 20 0 1 0 30293279 2075799552 17317 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 506787 17317 1536 343 0 503851 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 69268 KiB

[startup+0.700141 s]
/proc/loadavg: 0.90 1.57 2.44 5/266 15558
/proc/meminfo: memFree=130089372/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2027148 memory=135408 CPUtime=0.68 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1315 0 0 0 66 2 0 0 20 0 1 0 30293279 2075799552 33852 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 506787 33852 1536 343 0 503851 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 135408 KiB

[startup+1.50015 s]
/proc/loadavg: 0.90 1.57 2.44 5/266 15558
/proc/meminfo: memFree=130031272/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2034360 memory=164132 CPUtime=1.49 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 6744 0 0 0 146 3 0 0 20 0 1 0 30293279 2083184640 41033 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 508590 41033 1632 343 0 505654 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2034360 KiB
Current children cumulated memory: 164132 KiB

[startup+3.10525 s]
/proc/loadavg: 1.14 1.61 2.45 5/266 15558
/proc/meminfo: memFree=130018596/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2036380 memory=166604 CPUtime=3.08 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 13566 0 0 0 304 4 0 0 20 0 1 0 30293279 2085253120 41651 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 509095 41651 1632 343 0 506159 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2036380 KiB
Current children cumulated memory: 166604 KiB

[startup+6.30017 s]
/proc/loadavg: 1.14 1.61 2.45 5/266 15558
/proc/meminfo: memFree=129991208/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2048872 memory=175020 CPUtime=6.27 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 23516 0 0 0 619 8 0 0 20 0 1 0 30293279 2098044928 43755 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 512218 43755 1632 343 0 509282 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2048872 KiB
Current children cumulated memory: 175020 KiB

[startup+12.7001 s]
/proc/loadavg: 1.37 1.65 2.45 5/266 15558
/proc/meminfo: memFree=129984224/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2049052 memory=171848 CPUtime=12.65 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 36287 0 0 0 1253 12 0 0 20 0 1 0 30293279 2098229248 42962 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 512263 42962 1632 343 0 509327 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2049052 KiB
Current children cumulated memory: 171848 KiB

[startup+25.5002 s]
/proc/loadavg: 1.96 1.77 2.48 5/265 15558
/proc/meminfo: memFree=129952380/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2040892 memory=170664 CPUtime=25.43 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 55763 0 0 0 2523 20 0 0 20 0 1 0 30293279 2089873408 42666 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 510223 42666 1632 343 0 507287 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2040892 KiB
Current children cumulated memory: 170664 KiB

[startup+51.1053 s]
/proc/loadavg: 2.65 1.95 2.52 5/266 15559
/proc/meminfo: memFree=129957552/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2063452 memory=187904 CPUtime=50.96 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 95377 0 0 0 5059 37 0 0 20 0 1 0 30293279 2112974848 46976 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 515863 46976 1632 343 0 512927 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2063452 KiB
Current children cumulated memory: 187904 KiB

[startup+102.3 s]
/proc/loadavg: 3.46 2.28 2.61 5/266 15561
/proc/meminfo: memFree=129885388/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2162240 memory=243912 CPUtime=102.03 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 142932 0 0 0 10141 62 0 0 20 0 1 0 30293279 2214133760 60978 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 540560 60978 1632 343 0 537624 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2162240 KiB
Current children cumulated memory: 243912 KiB

[startup+162.3 s]
/proc/loadavg: 4.23 2.70 2.73 5/266 15563
/proc/meminfo: memFree=129936108/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2039348 memory=169888 CPUtime=161.87 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 212762 0 0 0 16091 96 0 0 20 0 1 0 30293279 2088292352 42472 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 509837 42472 1632 343 0 506901 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 2039348 KiB
Current children cumulated memory: 169888 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 2.96 2.82 5/266 15565
/proc/meminfo: memFree=129926904/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2098772 memory=210704 CPUtime=221.72 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 274509 0 0 0 22042 130 0 0 20 0 1 0 30293279 2149142528 52676 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 524693 52676 1632 343 0 521757 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 2098772 KiB
Current children cumulated memory: 210704 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 3.17 2.90 5/266 15567
/proc/meminfo: memFree=129905708/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2066036 memory=196536 CPUtime=281.56 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 320092 0 0 0 27998 158 0 0 20 0 1 0 30293279 2115620864 49134 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 516509 49134 1632 343 0 513573 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 2066036 KiB
Current children cumulated memory: 196536 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.34 2.98 5/263 15574
/proc/meminfo: memFree=129818324/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2098892 memory=216316 CPUtime=341.41 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 370069 0 0 0 33949 192 0 0 20 0 1 0 30293279 2149265408 54079 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 524723 54079 1632 343 0 521787 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 2098892 KiB
Current children cumulated memory: 216316 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.48 3.05 5/263 15576
/proc/meminfo: memFree=129878952/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2066128 memory=189836 CPUtime=401.26 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 413165 0 0 0 39908 218 0 0 20 0 1 0 30293279 2115715072 47459 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 516532 47459 1632 343 0 513596 0
Current children cumulated CPU time: 401.26 s
Current children cumulated vsize: 2066128 KiB
Current children cumulated memory: 189836 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 3.59 3.12 5/263 15578
/proc/meminfo: memFree=129840760/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2168560 memory=248376 CPUtime=461.1 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 451033 0 0 0 45865 245 0 0 20 0 1 0 30293279 2220605440 62094 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 542140 62094 1632 343 0 539204 0
Current children cumulated CPU time: 461.1 s

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

Current children cumulated memory: 285832 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.14 4.06 5/262 15731
/proc/meminfo: memFree=129629652/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2302248 memory=342256 CPUtime=2914.07 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1387304 0 0 0 290275 1132 0 0 20 0 1 0 30293279 2357501952 85564 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 575562 85564 1632 343 0 572626 0
Current children cumulated CPU time: 2914.07 s
Current children cumulated vsize: 2302248 KiB
Current children cumulated memory: 342256 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.15 4.07 5/262 15733
/proc/meminfo: memFree=129257828/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2302384 memory=370672 CPUtime=2973.89 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1403920 0 0 0 296239 1150 0 0 20 0 1 0 30293279 2357641216 92668 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 575596 92668 1632 343 0 572660 0
Current children cumulated CPU time: 2973.89 s
Current children cumulated vsize: 2302384 KiB
Current children cumulated memory: 370672 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.15 4.08 5/263 15738
/proc/meminfo: memFree=129778700/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2171312 memory=284288 CPUtime=3033.71 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1422313 0 0 0 302202 1169 0 0 20 0 1 0 30293279 2223423488 71072 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 542828 71072 1632 343 0 539892 0
Current children cumulated CPU time: 3033.71 s
Current children cumulated vsize: 2171312 KiB
Current children cumulated memory: 284288 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.14 4.08 5/263 15740
/proc/meminfo: memFree=129336720/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2302384 memory=354288 CPUtime=3093.53 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1438778 0 0 0 308173 1180 0 0 20 0 1 0 30293279 2357641216 88572 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 575596 88572 1632 343 0 572660 0
Current children cumulated CPU time: 3093.53 s
Current children cumulated vsize: 2302384 KiB
Current children cumulated memory: 354288 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.12 4.08 5/263 15742
/proc/meminfo: memFree=129522744/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2171312 memory=270320 CPUtime=3153.34 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1464017 0 0 0 314137 1197 0 0 20 0 1 0 30293279 2223423488 67580 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 542828 67580 1632 343 0 539892 0
Current children cumulated CPU time: 3153.34 s
Current children cumulated vsize: 2171312 KiB
Current children cumulated memory: 270320 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.13 4.08 5/263 15744
/proc/meminfo: memFree=129530280/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2302384 memory=401396 CPUtime=3213.17 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1486062 0 0 0 320093 1224 0 0 20 0 1 0 30293279 2357641216 100349 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 575596 100349 1632 343 0 572660 0
Current children cumulated CPU time: 3213.17 s
Current children cumulated vsize: 2302384 KiB
Current children cumulated memory: 401396 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.12 4.08 5/264 15747
/proc/meminfo: memFree=129155112/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2066864 memory=182052 CPUtime=3273 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1499612 0 0 0 326049 1251 0 0 20 0 1 0 30293279 2116468736 45513 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 516716 45513 1632 343 0 513780 0
Current children cumulated CPU time: 3273 s
Current children cumulated vsize: 2066864 KiB
Current children cumulated memory: 182052 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/264 15753
/proc/meminfo: memFree=129529560/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2066864 memory=197916 CPUtime=3332.83 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1511394 0 0 0 332008 1275 0 0 20 0 1 0 30293279 2116468736 49479 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 516716 49479 1632 343 0 513780 0
Current children cumulated CPU time: 3332.83 s
Current children cumulated vsize: 2066864 KiB
Current children cumulated memory: 197916 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 15755
/proc/meminfo: memFree=129418096/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2302384 memory=302392 CPUtime=3392.65 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1525626 0 0 0 337966 1299 0 0 20 0 1 0 30293279 2357641216 75598 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 575596 75598 1632 343 0 572660 0
Current children cumulated CPU time: 3392.65 s
Current children cumulated vsize: 2302384 KiB
Current children cumulated memory: 302392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 15757
/proc/meminfo: memFree=129440032/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2302384 memory=430712 CPUtime=3452.46 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1537999 0 0 0 343934 1312 0 0 20 0 1 0 30293279 2357641216 107678 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 575596 107678 1632 343 0 572660 0
Current children cumulated CPU time: 3452.46 s
Current children cumulated vsize: 2302384 KiB
Current children cumulated memory: 430712 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/264 15759
/proc/meminfo: memFree=129611748/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2101680 memory=225244 CPUtime=3512.27 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1561212 0 0 0 349903 1324 0 0 20 0 1 0 30293279 2152120320 56311 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 525420 56311 1632 343 0 522484 0
Current children cumulated CPU time: 3512.27 s
Current children cumulated vsize: 2101680 KiB
Current children cumulated memory: 225244 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/263 15761
/proc/meminfo: memFree=129440596/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2302384 memory=333760 CPUtime=3572.09 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1576426 0 0 0 355870 1339 0 0 20 0 1 0 30293279 2357641216 83440 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 575596 83440 1632 343 0 572660 0
Current children cumulated CPU time: 3572.09 s
Current children cumulated vsize: 2302384 KiB
Current children cumulated memory: 333760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.02 4.08 4.08 5/263 15899
/proc/meminfo: memFree=129989408/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2101680 memory=214680 CPUtime=3600.01 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1583017 0 0 0 358652 1349 0 0 20 0 1 0 30293279 2152120320 53670 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 525420 53670 1632 343 0 522484 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2101680 KiB
Current children cumulated memory: 214680 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.52 s, system=13.4988 s

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

[startup+3610.3 s]
/proc/loadavg: 4.02 4.08 4.08 5/263 15899
/proc/meminfo: memFree=129989408/131250000 swapFree=33010684/33010684
[pid=15557] ppid=15554 vsize=2101680 memory=214680 CPUtime=3600.01 cores=1,3
/proc/15557/stat : 15557 (pb_picat) R 15554 15557 15215 0 -1 4194304 1583017 0 0 0 358652 1349 0 0 20 0 1 0 30293279 2152120320 53670 18446744073709551615 94083666587648 94083667989229 140731066777888 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94083668260656 94083670134960 94083682308096 140731066780062 140731066780138 140731066780138 140731066785740 0
/proc/15557/statm: 525420 53670 1632 343 0 522484 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2101680 KiB
Current children cumulated memory: 214680 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.3
CPU time (s): 3600.02
CPU user time (s): 3586.52
CPU system time (s): 13.4988
CPU usage (%): 99.7152
Max. virtual memory (cumulated for all children) (KiB): 3088816
Max. memory (cumulated for all children) (KiB): 762352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.52
system time used= 13.4988
maximum resident set size= 764400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1583017
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= 67
involuntary context switches= 8116


# summary of solver processes directly reported to runsolver:
#   pid: 15557
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3586.52
#   total CPU system time (s): 13.4988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.86982 second user time and 15.3163 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-28 23:28:50
IDJOB=4492793
IDBENCH=147823
IDSOLVER=3346
FILE ID=nodeC013/4492793-1751146130
RUNJOBID= nodeC013-1751146126-15230
SLURM_JOB_ID= 9587455
Free space on /tmp= 433044 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-61-60.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492793-1751146130/watcher-4492793-1751146130 -o /tmp/evaluation-result-4492793-1751146130/solver-4492793-1751146130 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751146126-15230 --watchdog 3760  pb_picat HOME/instance-4492793-1751146130.opb

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

MD5SUM BENCH= 34508937f6127f0a8669d934526c1066
RANDOM SEED=605331289

nodeC013 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.840
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.67
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.828
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.67
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		: 3608.370
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.67
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		: 3327.551
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.67
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.810
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.67
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.865
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.67
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.274
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130181288 kB
MemAvailable:   129768164 kB
Buffers:            3280 kB
Cached:           334024 kB
SwapCached:            0 kB
Active:           367080 kB
Inactive:         140348 kB
Active(anon):     183408 kB
Inactive(anon):        0 kB
Active(file):     183672 kB
Inactive(file):   140348 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18080 kB
Writeback:             0 kB
AnonPages:        173244 kB
Mapped:           107960 kB
Shmem:             13284 kB
KReclaimable:      84688 kB
Slab:             167124 kB
SReclaimable:      84688 kB
SUnreclaim:        82436 kB
KernelStack:        4288 kB
PageTables:         3360 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6473948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC013 at 2025-06-29 00:29:01