Trace number 4493117

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-cardinality-45-40.opb
MD5SUMc29178bae55e2a953331375c03582f77
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.015398
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints85
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
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 46
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-4493117-1751149742.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 (63077 MiB free)
  memory of node 1: 64507 MiB (64047 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493117-1751149742/watcher-4493117-1751149742 -o /tmp/evaluation-result-4493117-1751149742/solver-4493117-1751149742 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751146126-15231 --watchdog 3760 pb_picat HOME/instance-4493117-1751149742.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
Starting watchdog thread
solver pid=15988, runsolver pid=15985
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.02 4.08 4.08 5/263 15989
/proc/meminfo: memFree=130168384/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2029376 memory=22700 CPUtime=0.09 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 2348 0 0 0 9 0 0 0 20 0 1 0 30654454 2078081024 5675 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 507344 5675 1696 343 0 504408 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2029376 KiB
Current children cumulated memory: 22700 KiB

[startup+0.204686 s]*
/proc/loadavg: 4.02 4.08 4.08 5/263 15989
/proc/meminfo: memFree=130168384/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2030656 memory=23788 CPUtime=0.19 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 3340 0 0 0 19 0 0 0 20 0 1 0 30654454 2079391744 5947 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 507664 5947 1696 343 0 504728 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2030656 KiB
Current children cumulated memory: 23788 KiB

[startup+0.304717 s]*
/proc/loadavg: 4.02 4.08 4.08 5/263 15989
/proc/meminfo: memFree=130168384/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2030144 memory=23164 CPUtime=0.29 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 4012 0 0 0 29 0 0 0 20 0 1 0 30654454 2078867456 5791 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 507536 5791 1696 343 0 504600 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2030144 KiB
Current children cumulated memory: 23164 KiB

[startup+0.700106 s]
/proc/loadavg: 4.02 4.08 4.08 5/263 15989
/proc/meminfo: memFree=130167628/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2033248 memory=25440 CPUtime=0.68 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 6762 0 0 0 68 0 0 0 20 0 1 0 30654454 2082045952 6360 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 508312 6360 1696 343 0 505376 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2033248 KiB
Current children cumulated memory: 25440 KiB

[startup+1.50013 s]
/proc/loadavg: 4.02 4.08 4.08 5/263 15989
/proc/meminfo: memFree=130166872/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2033248 memory=24596 CPUtime=1.48 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 12011 0 0 0 146 2 0 0 20 0 1 0 30654454 2082045952 6149 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 508312 6149 1696 343 0 505376 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2033248 KiB
Current children cumulated memory: 24596 KiB

[startup+3.10543 s]
/proc/loadavg: 4.02 4.08 4.08 5/263 15989
/proc/meminfo: memFree=130158304/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2033280 memory=24900 CPUtime=3.09 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 22538 0 0 0 305 4 0 0 20 0 1 0 30654454 2082078720 6225 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 508320 6225 1696 343 0 505384 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2033280 KiB
Current children cumulated memory: 24900 KiB

[startup+6.30016 s]
/proc/loadavg: 4.02 4.08 4.08 5/264 15991
/proc/meminfo: memFree=130147920/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2037828 memory=30972 CPUtime=6.27 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 46315 0 0 0 619 8 0 0 20 0 1 0 30654454 2086735872 7743 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 509457 7743 1696 343 0 506521 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2037828 KiB
Current children cumulated memory: 30972 KiB

[startup+12.7002 s]
/proc/loadavg: 4.02 4.08 4.08 5/264 15991
/proc/meminfo: memFree=130120096/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2031684 memory=25248 CPUtime=12.66 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 84355 0 0 0 1249 17 0 0 20 0 1 0 30654454 2080444416 6312 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 507921 6312 1696 343 0 504985 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2031684 KiB
Current children cumulated memory: 25248 KiB

[startup+25.5002 s]
/proc/loadavg: 4.02 4.08 4.08 5/264 15991
/proc/meminfo: memFree=130108956/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2034116 memory=27736 CPUtime=25.42 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 156284 0 0 0 2508 34 0 0 20 0 1 0 30654454 2082934784 6934 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 508529 6934 1696 343 0 505593 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2034116 KiB
Current children cumulated memory: 27736 KiB

[startup+51.1054 s]
/proc/loadavg: 4.07 4.08 4.08 5/263 15991
/proc/meminfo: memFree=130095984/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2064088 memory=41564 CPUtime=50.96 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 372468 0 0 0 5020 76 0 0 20 0 1 0 30654454 2113626112 10391 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 516022 10391 1696 343 0 513086 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2064088 KiB
Current children cumulated memory: 41564 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 15994
/proc/meminfo: memFree=130099196/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2046680 memory=32192 CPUtime=102.01 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 794177 0 0 0 10045 156 0 0 20 0 1 0 30654454 2095800320 8048 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 511670 8048 1696 343 0 508734 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 2046680 KiB
Current children cumulated memory: 32192 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/263 15996
/proc/meminfo: memFree=130100000/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2046680 memory=35952 CPUtime=161.86 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 1248777 0 0 0 15939 247 0 0 20 0 1 0 30654454 2095800320 8988 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 511670 8988 1696 343 0 508734 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 2046680 KiB
Current children cumulated memory: 35952 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/263 15998
/proc/meminfo: memFree=130096812/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2062276 memory=47504 CPUtime=221.69 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 1996821 0 0 0 21787 382 0 0 20 0 1 0 30654454 2111770624 11876 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 515569 11876 1696 343 0 512633 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 2062276 KiB
Current children cumulated memory: 47504 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 16000
/proc/meminfo: memFree=130069384/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2097604 memory=73960 CPUtime=281.53 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 2646538 0 0 0 27652 501 0 0 20 0 1 0 30654454 2147946496 18490 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 524401 18490 1696 343 0 521465 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 2097604 KiB
Current children cumulated memory: 73960 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/263 16007
/proc/meminfo: memFree=130059844/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2048600 memory=41464 CPUtime=341.37 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 3126485 0 0 0 33538 599 0 0 20 0 1 0 30654454 2097766400 10366 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 512150 10366 1696 343 0 509214 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 2048600 KiB
Current children cumulated memory: 41464 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 16010
/proc/meminfo: memFree=130022692/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2048600 memory=37080 CPUtime=401.21 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 3779692 0 0 0 39396 725 0 0 20 0 1 0 30654454 2097766400 9270 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 512150 9270 1696 343 0 509214 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 2048600 KiB
Current children cumulated memory: 37080 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/264 16012
/proc/meminfo: memFree=130006572/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2099800 memory=83320 CPUtime=461.06 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 4277386 0 0 0 45282 824 0 0 20 0 1 0 30654454 2150195200 20830 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 524950 20830 1696 343 0 522014 0
Current children cumulated CPU time: 461.06 s

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

Current children cumulated memory: 120828 KiB

[startup+2922.3 s]
/proc/loadavg: 4.21 4.16 4.11 5/263 16144
/proc/meminfo: memFree=129790584/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2102024 memory=83996 CPUtime=2913.84 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 30294748 0 0 0 285312 6072 0 0 20 0 1 0 30654454 2152472576 20999 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 525506 20999 1696 343 0 522570 0
Current children cumulated CPU time: 2913.84 s
Current children cumulated vsize: 2102024 KiB
Current children cumulated memory: 83996 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/263 16146
/proc/meminfo: memFree=129806632/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2298632 memory=169064 CPUtime=2973.69 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 30374391 0 0 0 291263 6106 0 0 20 0 1 0 30654454 2353799168 42266 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 574658 42266 1696 343 0 571722 0
Current children cumulated CPU time: 2973.69 s
Current children cumulated vsize: 2298632 KiB
Current children cumulated memory: 169064 KiB

[startup+3042.3 s]
/proc/loadavg: 4.16 4.15 4.10 5/263 16151
/proc/meminfo: memFree=129934244/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2067208 memory=61560 CPUtime=3033.53 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 30598671 0 0 0 297192 6161 0 0 20 0 1 0 30654454 2116820992 15390 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 516802 15390 1696 343 0 513866 0
Current children cumulated CPU time: 3033.53 s
Current children cumulated vsize: 2067208 KiB
Current children cumulated memory: 61560 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/263 16153
/proc/meminfo: memFree=129983612/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2102024 memory=91128 CPUtime=3093.37 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 31878253 0 0 0 302917 6420 0 0 20 0 1 0 30654454 2152472576 22782 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 525506 22782 1696 343 0 522570 0
Current children cumulated CPU time: 3093.37 s
Current children cumulated vsize: 2102024 KiB
Current children cumulated memory: 91128 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/263 16155
/proc/meminfo: memFree=129851752/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2106120 memory=94968 CPUtime=3153.2 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 32811249 0 0 0 308705 6615 0 0 20 0 1 0 30654454 2156666880 23742 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 526530 23742 1696 343 0 523594 0
Current children cumulated CPU time: 3153.2 s
Current children cumulated vsize: 2106120 KiB
Current children cumulated memory: 94968 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/263 16157
/proc/meminfo: memFree=129814376/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2171656 memory=110612 CPUtime=3213.03 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 34261024 0 0 0 314384 6919 0 0 20 0 1 0 30654454 2223775744 27653 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 542914 27653 1696 343 0 539978 0
Current children cumulated CPU time: 3213.03 s
Current children cumulated vsize: 2171656 KiB
Current children cumulated memory: 110612 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 16160
/proc/meminfo: memFree=129714856/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2067356 memory=47796 CPUtime=3272.87 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 34329596 0 0 0 320337 6950 0 0 20 0 1 0 30654454 2116972544 11949 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 516839 11949 1696 343 0 513903 0
Current children cumulated CPU time: 3272.87 s
Current children cumulated vsize: 2067356 KiB
Current children cumulated memory: 47796 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 16166
/proc/meminfo: memFree=129840252/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2167708 memory=145376 CPUtime=3332.73 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 34397023 0 0 0 326293 6980 0 0 20 0 1 0 30654454 2219732992 36344 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 541927 36344 1696 343 0 538991 0
Current children cumulated CPU time: 3332.73 s
Current children cumulated vsize: 2167708 KiB
Current children cumulated memory: 145376 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/263 16168
/proc/meminfo: memFree=129915172/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2100124 memory=97004 CPUtime=3392.57 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 34463944 0 0 0 332249 7008 0 0 20 0 1 0 30654454 2150526976 24251 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 525031 24251 1696 343 0 522095 0
Current children cumulated CPU time: 3392.57 s
Current children cumulated vsize: 2100124 KiB
Current children cumulated memory: 97004 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 16170
/proc/meminfo: memFree=129976300/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2069404 memory=54336 CPUtime=3452.42 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 34531446 0 0 0 338202 7040 0 0 20 0 1 0 30654454 2119069696 13584 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 517351 13584 1696 343 0 514415 0
Current children cumulated CPU time: 3452.42 s
Current children cumulated vsize: 2069404 KiB
Current children cumulated memory: 54336 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 16172
/proc/meminfo: memFree=129921184/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2050972 memory=47100 CPUtime=3512.25 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 35757382 0 0 0 343945 7280 0 0 20 0 1 0 30654454 2100195328 11775 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 512743 11775 1696 343 0 509807 0
Current children cumulated CPU time: 3512.25 s
Current children cumulated vsize: 2050972 KiB
Current children cumulated memory: 47100 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 16174
/proc/meminfo: memFree=129901152/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2102172 memory=72080 CPUtime=3572.09 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 37095057 0 0 0 349670 7539 0 0 20 0 1 0 30654454 2152624128 18020 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 525543 18020 1696 343 0 522607 0
Current children cumulated CPU time: 3572.09 s
Current children cumulated vsize: 2102172 KiB
Current children cumulated memory: 72080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.06 4.10 4.09 3/257 16251
/proc/meminfo: memFree=129651736/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2053020 memory=48220 CPUtime=3600.01 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 37719248 0 0 0 352332 7669 0 0 20 0 1 0 30654454 2102292480 12055 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 513255 12055 1696 343 0 510319 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2053020 KiB
Current children cumulated memory: 48220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3523.32 s, system=76.6911 s

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

[startup+3610.3 s]
/proc/loadavg: 4.06 4.10 4.09 3/257 16251
/proc/meminfo: memFree=129651736/131250000 swapFree=33010684/33010684
[pid=15988] ppid=15985 vsize=2053020 memory=48220 CPUtime=3600.01 cores=5,7
/proc/15988/stat : 15988 (pb_picat) R 15985 15988 15215 0 -1 4194304 37719248 0 0 0 352332 7669 0 0 20 0 1 0 30654454 2102292480 12055 18446744073709551615 94476026015744 94476027417325 140728874462528 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94476027688752 94476029563056 94476056645632 140728874465694 140728874465770 140728874465770 140728874471372 0
/proc/15988/statm: 513255 12055 1696 343 0 510319 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2053020 KiB
Current children cumulated memory: 48220 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.3
CPU time (s): 3600.02
CPU user time (s): 3523.32
CPU system time (s): 76.6911
CPU usage (%): 99.7151
Max. virtual memory (cumulated for all children) (KiB): 2565020
Max. memory (cumulated for all children) (KiB): 311784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3523.32
system time used= 76.6911
maximum resident set size= 311784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37719248
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= 76
involuntary context switches= 4820


# summary of solver processes directly reported to runsolver:
#   pid: 15988
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3523.32
#   total CPU system time (s): 76.6911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.04156 second user time and 16.657 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 00:29:02
IDJOB=4493117
IDBENCH=147846
IDSOLVER=3346
FILE ID=nodeC013/4493117-1751149742
RUNJOBID= nodeC013-1751146126-15231
SLURM_JOB_ID= 9587455
Free space on /tmp= 433048 MiB

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

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

MD5SUM BENCH= c29178bae55e2a953331375c03582f77
RANDOM SEED=1852783069

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.838
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		: 3600.081
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		: 3599.821
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		: 3599.836
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.856
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		: 3600.599
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		: 3614.895
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		: 3599.841
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:        130184532 kB
MemAvailable:   129770884 kB
Buffers:            3280 kB
Cached:           332760 kB
SwapCached:            0 kB
Active:           328628 kB
Inactive:         139068 kB
Active(anon):     144940 kB
Inactive(anon):        0 kB
Active(file):     183688 kB
Inactive(file):   139068 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7200 kB
Writeback:             0 kB
AnonPages:        134716 kB
Mapped:           104868 kB
Shmem:             13284 kB
KReclaimable:      84900 kB
Slab:             167052 kB
SReclaimable:      84900 kB
SUnreclaim:        82152 kB
KernelStack:        4288 kB
PageTables:         3220 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4452356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 433044 MiB
End job on nodeC013 at 2025-06-29 01:29:13