Trace number 4492433

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.06 3611.8

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl30_40_pb.cnf.cr.opb
MD5SUM4c607ff4034d7cc205c992c215b1e577
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.012557
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2400
Total number of constraints140
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint40
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 41
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.01	c solving HOME/instance-4492433-1751142148.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: 63708 MiB (63045 MiB free)
  memory of node 1: 64465 MiB (63978 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492433-1751142148/watcher-4492433-1751142148 -o /tmp/evaluation-result-4492433-1751142148/solver-4492433-1751142148 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751141617-13749 --watchdog 3760 pb_picat HOME/instance-4492433-1751142148.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=14952, runsolver pid=14949
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.07 3.78 3.61 5/264 14953
/proc/meminfo: memFree=130083948/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2030652 memory=24952 CPUtime=0.09 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 2113 0 0 0 9 0 0 0 20 0 1 0 29837366 2079387648 6238 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 507663 6238 1664 343 0 504727 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2030652 KiB
Current children cumulated memory: 24952 KiB

[startup+0.205488 s]*
/proc/loadavg: 4.07 3.78 3.61 5/264 14953
/proc/meminfo: memFree=130079860/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2029628 memory=24668 CPUtime=0.19 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 2961 0 0 0 19 0 0 0 20 0 1 0 29837366 2078339072 6167 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 507407 6167 1664 343 0 504471 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2029628 KiB
Current children cumulated memory: 24668 KiB

[startup+0.305029 s]*
/proc/loadavg: 4.07 3.78 3.61 5/264 14953
/proc/meminfo: memFree=130075764/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2030296 memory=25656 CPUtime=0.29 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 3438 0 0 0 29 0 0 0 20 0 1 0 29837366 2079023104 6414 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 507574 6414 1664 343 0 504638 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2030296 KiB
Current children cumulated memory: 25656 KiB

[startup+0.700129 s]
/proc/loadavg: 4.07 3.78 3.61 5/264 14953
/proc/meminfo: memFree=130105728/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2029708 memory=25080 CPUtime=0.69 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 5811 0 0 0 68 1 0 0 20 0 1 0 29837366 2078420992 6270 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 507427 6270 1664 343 0 504491 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2029708 KiB
Current children cumulated memory: 25080 KiB

[startup+1.50016 s]
/proc/loadavg: 4.07 3.78 3.61 5/264 14953
/proc/meminfo: memFree=130104720/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2037388 memory=29952 CPUtime=1.48 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 11264 0 0 0 146 2 0 0 20 0 1 0 29837366 2086285312 7488 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 509347 7488 1664 343 0 506411 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2037388 KiB
Current children cumulated memory: 29952 KiB

[startup+3.10526 s]
/proc/loadavg: 4.06 3.79 3.61 5/264 14953
/proc/meminfo: memFree=130103732/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2037664 memory=32560 CPUtime=3.09 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 22931 0 0 0 305 4 0 0 20 0 1 0 29837366 2086567936 8140 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 509416 8140 1664 343 0 506480 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2037664 KiB
Current children cumulated memory: 32560 KiB

[startup+6.30013 s]
/proc/loadavg: 4.06 3.79 3.61 5/264 14953
/proc/meminfo: memFree=130087800/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2037824 memory=29256 CPUtime=6.27 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 40491 0 0 0 620 7 0 0 20 0 1 0 29837366 2086731776 7314 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 509456 7314 1664 343 0 506520 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2037824 KiB
Current children cumulated memory: 29256 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 3.81 3.62 5/264 14953
/proc/meminfo: memFree=130075016/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2037824 memory=29388 CPUtime=12.65 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 90169 0 0 0 1248 17 0 0 20 0 1 0 29837366 2086731776 7347 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 509456 7347 1664 343 0 506520 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2037824 KiB
Current children cumulated memory: 29388 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 3.82 3.62 5/264 14953
/proc/meminfo: memFree=130054860/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2063884 memory=50388 CPUtime=25.41 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 194201 0 0 0 2502 39 0 0 20 0 1 0 29837366 2113417216 12597 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 515971 12597 1664 343 0 513035 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2063884 KiB
Current children cumulated memory: 50388 KiB

[startup+51.1053 s]
/proc/loadavg: 4.07 3.83 3.64 5/263 14954
/proc/meminfo: memFree=130049460/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2062992 memory=49224 CPUtime=50.93 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 386167 0 0 0 5013 80 0 0 20 0 1 0 29837366 2112503808 12306 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 515748 12306 1664 343 0 512812 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 2062992 KiB
Current children cumulated memory: 49224 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 3.89 3.67 5/263 14956
/proc/meminfo: memFree=130057248/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2062992 memory=43724 CPUtime=101.96 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 755864 0 0 0 10038 158 0 0 20 0 1 0 29837366 2112503808 10931 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 515748 10931 1664 343 0 512812 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 2062992 KiB
Current children cumulated memory: 43724 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 3.92 3.69 5/264 14961
/proc/meminfo: memFree=130051956/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2047856 memory=42504 CPUtime=161.76 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 1281672 0 0 0 15914 262 0 0 20 0 1 0 29837366 2097004544 10626 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 511964 10626 1664 343 0 509028 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 2047856 KiB
Current children cumulated memory: 42504 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.95 3.72 5/263 14963
/proc/meminfo: memFree=130065836/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2039228 memory=34452 CPUtime=221.56 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 1761291 0 0 0 21796 360 0 0 20 0 1 0 29837366 2088169472 8613 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 509807 8613 1664 343 0 506871 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 2039228 KiB
Current children cumulated memory: 34452 KiB

[startup+282.3 s]
/proc/loadavg: 4.39 4.07 3.78 5/263 14969
/proc/meminfo: memFree=130054464/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2048580 memory=41508 CPUtime=281.35 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 2371437 0 0 0 27652 483 0 0 20 0 1 0 29837366 2097745920 10377 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 512145 10377 1664 343 0 509209 0
Current children cumulated CPU time: 281.35 s
Current children cumulated vsize: 2048580 KiB
Current children cumulated memory: 41508 KiB

[startup+342.3 s]
/proc/loadavg: 4.19 4.07 3.80 5/263 14971
/proc/meminfo: memFree=130041656/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2048580 memory=43484 CPUtime=341.16 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 2898836 0 0 0 33530 586 0 0 20 0 1 0 29837366 2097745920 10871 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 512145 10871 1664 343 0 509209 0
Current children cumulated CPU time: 341.16 s
Current children cumulated vsize: 2048580 KiB
Current children cumulated memory: 43484 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.07 3.82 5/263 14973
/proc/meminfo: memFree=130056908/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2067012 memory=52552 CPUtime=400.96 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 3334483 0 0 0 39420 676 0 0 20 0 1 0 29837366 2116620288 13138 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 516753 13138 1664 343 0 513817 0
Current children cumulated CPU time: 400.96 s
Current children cumulated vsize: 2067012 KiB
Current children cumulated memory: 52552 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.07 3.84 5/263 14975
/proc/meminfo: memFree=129973352/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2048712 memory=43596 CPUtime=460.76 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 3817265 0 0 0 45304 772 0 0 20 0 1 0 29837366 2097881088 10899 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 512178 10899 1664 343 0 509242 0
Current children cumulated CPU time: 460.76 s

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

Current children cumulated memory: 60364 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 15099
/proc/meminfo: memFree=129820928/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2171856 memory=149392 CPUtime=2852.8 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 20613349 0 0 0 280900 4380 0 0 20 0 1 0 29837366 2223980544 37348 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 542964 37348 1664 343 0 540028 0
Current children cumulated CPU time: 2852.8 s
Current children cumulated vsize: 2171856 KiB
Current children cumulated memory: 149392 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 15103
/proc/meminfo: memFree=129982164/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2069456 memory=62520 CPUtime=2912.59 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 21193571 0 0 0 286754 4505 0 0 20 0 1 0 29837366 2119122944 15630 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 517364 15630 1664 343 0 514428 0
Current children cumulated CPU time: 2912.59 s
Current children cumulated vsize: 2069456 KiB
Current children cumulated memory: 62520 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/265 15105
/proc/meminfo: memFree=129723492/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2106320 memory=84572 CPUtime=2972.39 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 21913178 0 0 0 292587 4652 0 0 20 0 1 0 29837366 2156871680 21143 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 526580 21143 1664 343 0 523644 0
Current children cumulated CPU time: 2972.39 s
Current children cumulated vsize: 2106320 KiB
Current children cumulated memory: 84572 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/265 15107
/proc/meminfo: memFree=129912760/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2041808 memory=37416 CPUtime=3032.18 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 22630591 0 0 0 298412 4806 0 0 20 0 1 0 29837366 2090811392 9354 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 510452 9354 1664 343 0 507516 0
Current children cumulated CPU time: 3032.18 s
Current children cumulated vsize: 2041808 KiB
Current children cumulated memory: 37416 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 15109
/proc/meminfo: memFree=129860500/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2106320 memory=81452 CPUtime=3091.98 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 22715414 0 0 0 304365 4833 0 0 20 0 1 0 29837366 2156871680 20363 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 526580 20363 1664 343 0 523644 0
Current children cumulated CPU time: 3091.98 s
Current children cumulated vsize: 2106320 KiB
Current children cumulated memory: 81452 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 15112
/proc/meminfo: memFree=129880104/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2171856 memory=105212 CPUtime=3151.78 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 22817302 0 0 0 310311 4867 0 0 20 0 1 0 29837366 2223980544 26303 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 542964 26303 1664 343 0 540028 0
Current children cumulated CPU time: 3151.78 s
Current children cumulated vsize: 2171856 KiB
Current children cumulated memory: 105212 KiB

[startup+3222.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/263 15114
/proc/meminfo: memFree=129868208/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2069532 memory=57448 CPUtime=3211.59 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 22927795 0 0 0 316258 4901 0 0 20 0 1 0 29837366 2119200768 14362 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 517383 14362 1664 343 0 514447 0
Current children cumulated CPU time: 3211.59 s
Current children cumulated vsize: 2069532 KiB
Current children cumulated memory: 57448 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/263 15121
/proc/meminfo: memFree=129889964/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2102300 memory=67624 CPUtime=3271.38 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 23811829 0 0 0 322058 5080 0 0 20 0 1 0 29837366 2152755200 16906 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 525575 16906 1664 343 0 522639 0
Current children cumulated CPU time: 3271.38 s
Current children cumulated vsize: 2102300 KiB
Current children cumulated memory: 67624 KiB

[startup+3342.3 s]
/proc/loadavg: 2.66 3.70 3.96 2/245 15215
/proc/meminfo: memFree=130101660/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2106396 memory=89440 CPUtime=3331.19 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 24398491 0 0 0 327922 5197 0 0 20 0 1 0 29837366 2156949504 22360 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 526599 22360 1664 343 0 523663 0
Current children cumulated CPU time: 3331.19 s
Current children cumulated vsize: 2106396 KiB
Current children cumulated memory: 89440 KiB

[startup+3402.3 s]
/proc/loadavg: 1.66 3.22 3.77 2/245 15217
/proc/meminfo: memFree=130113724/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2069532 memory=66852 CPUtime=3391.04 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 25361773 0 0 0 333710 5394 0 0 20 0 1 0 29837366 2119200768 16713 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 517383 16713 1664 343 0 514447 0
Current children cumulated CPU time: 3391.04 s
Current children cumulated vsize: 2069532 KiB
Current children cumulated memory: 66852 KiB

[startup+3462.3 s]
/proc/loadavg: 1.31 2.83 3.60 2/246 15221
/proc/meminfo: memFree=130058084/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2171932 memory=125432 CPUtime=3450.9 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 25599964 0 0 0 339648 5442 0 0 20 0 1 0 29837366 2224058368 31358 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 542983 31358 1664 343 0 540047 0
Current children cumulated CPU time: 3450.9 s
Current children cumulated vsize: 2171932 KiB
Current children cumulated memory: 125432 KiB

[startup+3522.3 s]
/proc/loadavg: 1.16 2.51 3.44 2/246 15223
/proc/meminfo: memFree=130022488/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2298908 memory=178724 CPUtime=3510.75 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 25698464 0 0 0 345603 5472 0 0 20 0 1 0 29837366 2354081792 44681 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 574727 44681 1664 343 0 571791 0
Current children cumulated CPU time: 3510.75 s
Current children cumulated vsize: 2298908 KiB
Current children cumulated memory: 178724 KiB

[startup+3582.3 s]
/proc/loadavg: 1.10 2.25 3.29 2/246 15226
/proc/meminfo: memFree=130039836/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2171932 memory=162224 CPUtime=3570.62 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 25782132 0 0 0 351561 5501 0 0 20 0 1 0 29837366 2224058368 40556 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 542983 40556 1664 343 0 540047 0
Current children cumulated CPU time: 3570.62 s
Current children cumulated vsize: 2171932 KiB
Current children cumulated memory: 162224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.8 s]
/proc/loadavg: 1.12 2.16 3.23 2/246 15227
/proc/meminfo: memFree=130097992/131250000 swapFree=33010684/33010684
[pid=14952] ppid=14949 vsize=2171932 memory=110704 CPUtime=3600.04 cores=1,3
/proc/14952/stat : 14952 (pb_picat) R 14949 14952 11578 0 -1 4194304 25826712 0 0 0 354490 5514 0 0 20 0 1 0 29837366 2224058368 27676 18446744073709551615 94064849678336 94064851079917 140729112592016 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94064851351344 94064853225648 94064881135616 140729112594846 140729112594922 140729112594922 140729112600524 0
/proc/14952/statm: 542983 27676 1664 343 0 540047 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2171932 KiB
Current children cumulated memory: 110704 KiB

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

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

# cumulated CPU time of all completed processes:  user=3544.91 s, system=55.1479 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3611.8
CPU time (s): 3600.06
CPU user time (s): 3544.91
CPU system time (s): 55.1479
CPU usage (%): 99.6748
Max. virtual memory (cumulated for all children) (KiB): 2303004
Max. memory (cumulated for all children) (KiB): 205380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3544.91
system time used= 55.1479
maximum resident set size= 205764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25826712
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= 75
involuntary context switches= 8114


# summary of solver processes directly reported to runsolver:
#   pid: 14952
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3544.91
#   total CPU system time (s): 55.1479

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.64917 second user time and 15.294 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-06-28 22:22:28
IDJOB=4492433
IDBENCH=147795
IDSOLVER=3346
FILE ID=nodeC028/4492433-1751142148
RUNJOBID= nodeC028-1751141617-13749
SLURM_JOB_ID= 9587428
Free space on /tmp= 433052 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_40_pb.cnf.cr.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492433-1751142148/watcher-4492433-1751142148 -o /tmp/evaluation-result-4492433-1751142148/solver-4492433-1751142148 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751141617-13749 --watchdog 3760  pb_picat HOME/instance-4492433-1751142148.opb

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

MD5SUM BENCH= 4c607ff4034d7cc205c992c215b1e577
RANDOM SEED=1339568815

nodeC028 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.053
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	: 7000.16
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.085
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	: 7000.16
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		: 3600.841
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	: 7000.16
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		: 3593.670
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	: 7000.16
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		: 3600.083
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	: 7000.16
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.897
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	: 7000.16
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		: 3284.438
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	: 7000.16
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.297
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130072436 kB
MemAvailable:   129676772 kB
Buffers:            3280 kB
Cached:           374128 kB
SwapCached:            0 kB
Active:           462776 kB
Inactive:         152384 kB
Active(anon):     255820 kB
Inactive(anon):        0 kB
Active(file):     206956 kB
Inactive(file):   152384 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3612 kB
Writeback:             0 kB
AnonPages:        240848 kB
Mapped:           112308 kB
Shmem:             18068 kB
KReclaimable:      84688 kB
Slab:             167368 kB
SReclaimable:      84688 kB
SUnreclaim:        82680 kB
KernelStack:        4288 kB
PageTables:         3476 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6621980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC028 at 2025-06-28 23:22:40