Trace number 4528547

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 NameAnswerobjective functionCPU timeWall clock time
pb_picat 2025-07-11? (TO) 3600.06 3610.34

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_3_ic.opb
MD5SUM7da1f94ee5ce9c5dcd6f1f8ed9344299
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18610873
Best CPU time to get the best result obtained on this benchmark71145.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 207142313218
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 207142313218
Number of bits of the biggest sum of numbers38
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.03	c solving HOME/instance-4528547-1752243188.opb (Picat 3.9b11, 7/10/2025)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (60751 MiB free)
  memory of node 1: 64507 MiB (62870 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528547-1752243188/watcher-4528547-1752243188 -o /tmp/evaluation-result-4528547-1752243188/solver-4528547-1752243188 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752243188-115323 --watchdog 3760 pb_picat HOME/instance-4528547-1752243188.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=115376, runsolver pid=115372

[startup+0.100066 s]*
/proc/loadavg: 1.78 3.29 3.76 5/251 115382
/proc/meminfo: memFree=126520052/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=2027148 memory=44732 CPUtime=0.09 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 1102 0 0 0 8 1 0 0 20 0 1 0 139998742 2075799552 11183 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 506787 11183 1568 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 44732 KiB

[startup+0.205921 s]*
/proc/loadavg: 1.78 3.29 3.76 5/251 115382
/proc/meminfo: memFree=126470900/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=2027148 memory=52928 CPUtime=0.19 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 1107 0 0 0 18 1 0 0 20 0 1 0 139998742 2075799552 13232 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 506787 13232 1568 343 0 503851 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 52928 KiB

[startup+0.305773 s]*
/proc/loadavg: 1.78 3.29 3.76 5/251 115382
/proc/meminfo: memFree=126438132/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=2027148 memory=59072 CPUtime=0.29 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 1110 0 0 0 27 2 0 0 20 0 1 0 139998742 2075799552 14768 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 506787 14768 1568 343 0 503851 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 59072 KiB

[startup+0.700312 s]
/proc/loadavg: 1.78 3.29 3.76 5/251 115382
/proc/meminfo: memFree=126265956/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=2027148 memory=85696 CPUtime=0.68 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 1124 0 0 0 65 3 0 0 20 0 1 0 139998742 2075799552 21424 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 506787 21424 1568 343 0 503851 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 85696 KiB

[startup+1.50032 s]
/proc/loadavg: 1.78 3.29 3.76 5/251 115382
/proc/meminfo: memFree=126138888/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=2027148 memory=171900 CPUtime=1.48 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 1213 0 0 0 143 5 0 0 20 0 1 0 139998742 2075799552 42975 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 506787 42975 1568 343 0 503851 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 171900 KiB

[startup+3.11311 s]
/proc/loadavg: 1.96 3.31 3.76 5/251 115382
/proc/meminfo: memFree=125500372/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=2027148 memory=429948 CPUtime=3.08 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 1417 0 0 0 298 10 0 0 20 0 1 0 139998742 2075799552 107487 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 506787 107487 1568 343 0 503851 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 429948 KiB

[startup+6.3003 s]
/proc/loadavg: 1.96 3.31 3.76 5/251 115382
/proc/meminfo: memFree=124439640/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=2042776 memory=935952 CPUtime=6.27 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 1741 0 0 0 607 20 0 0 20 0 1 0 139998742 2091802624 233988 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 510694 233988 1568 343 0 507758 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2042776 KiB
Current children cumulated memory: 935952 KiB

[startup+12.7003 s]
/proc/loadavg: 2.12 3.32 3.76 5/251 115382
/proc/meminfo: memFree=122284544/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=2058404 memory=1776156 CPUtime=12.65 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 3008 0 0 0 1228 37 0 0 20 0 1 0 139998742 2107805696 444039 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 514601 444039 1568 343 0 511665 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2058404 KiB
Current children cumulated memory: 1776156 KiB

[startup+25.5003 s]
/proc/loadavg: 2.61 3.37 3.77 5/251 115383
/proc/meminfo: memFree=120310492/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=4294312 memory=2742628 CPUtime=25.42 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 7948 0 0 0 2483 59 0 0 20 0 1 0 139998742 4397375488 685657 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 1073578 685657 1568 343 0 1070642 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 4294312 KiB
Current children cumulated memory: 2742628 KiB

[startup+51.1131 s]
/proc/loadavg: 3.14 3.44 3.79 5/251 115383
/proc/meminfo: memFree=116179736/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=6880940 memory=4770832 CPUtime=50.98 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 34387 0 0 0 4923 175 0 0 20 0 1 0 139998742 7046082560 1192708 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 1720235 1192708 1696 343 0 1717299 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 6880940 KiB
Current children cumulated memory: 4770832 KiB

[startup+102.3 s]
/proc/loadavg: 3.67 3.54 3.81 5/251 115386
/proc/meminfo: memFree=112623740/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=9251524 memory=6534584 CPUtime=102.06 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 120375 0 0 0 9217 989 0 0 20 0 1 0 139998742 9473560576 1633646 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2312881 1633646 1696 343 0 2309945 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 9251524 KiB
Current children cumulated memory: 6534584 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 3.66 3.83 5/252 115395
/proc/meminfo: memFree=111845964/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=10300492 memory=6907568 CPUtime=161.92 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 122281 0 0 0 15168 1024 0 0 20 0 1 0 139998742 10547703808 1726892 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2575123 1726892 1696 343 0 2572187 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 10300492 KiB
Current children cumulated memory: 6907568 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 3.74 3.85 5/252 115397
/proc/meminfo: memFree=112485136/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=9251916 memory=6608860 CPUtime=221.75 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 138924 0 0 0 21128 1047 0 0 20 0 1 0 139998742 9473961984 1652215 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2312979 1652215 1696 343 0 2310043 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 9251916 KiB
Current children cumulated memory: 6608860 KiB

[startup+282.3 s]
/proc/loadavg: 4.20 3.83 3.88 5/252 115399
/proc/meminfo: memFree=112704748/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=8538840 memory=5999944 CPUtime=281.57 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 181602 0 0 0 27086 1071 0 0 20 0 1 0 139998742 8743772160 1499986 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2134710 1499986 1696 343 0 2131774 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 8538840 KiB
Current children cumulated memory: 5999944 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.88 3.89 5/252 115401
/proc/meminfo: memFree=111896672/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=9291648 memory=6741228 CPUtime=341.4 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 184131 0 0 0 33052 1088 0 0 20 0 1 0 139998742 9514647552 1685307 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2322912 1685307 1696 343 0 2319976 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 9291648 KiB
Current children cumulated memory: 6741228 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 3.94 3.91 5/251 115403
/proc/meminfo: memFree=112185248/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=9422724 memory=6848808 CPUtime=401.24 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 185458 0 0 0 39031 1093 0 0 20 0 1 0 139998742 9648869376 1712202 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2355681 1712202 1696 343 0 2352745 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 9422724 KiB
Current children cumulated memory: 6848808 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.97 3.93 5/250 115405
/proc/meminfo: memFree=112004348/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=10340224 memory=7089388 CPUtime=461.07 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 186593 0 0 0 45008 1099 0 0 20 0 1 0 139998742 10588389376 1772347 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2585056 1772347 1696 343 0 2582120 0
Current children cumulated CPU time: 461.07 s

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

Current children cumulated memory: 6770180 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.13 4.15 5/250 115529
/proc/meminfo: memFree=111939672/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=9298072 memory=6776324 CPUtime=2914.01 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 492739 0 0 0 290016 1385 0 0 20 0 1 0 139998742 9521225728 1694081 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2324518 1694081 1696 343 0 2321582 0
Current children cumulated CPU time: 2914.01 s
Current children cumulated vsize: 9298072 KiB
Current children cumulated memory: 6776324 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.15 4.16 5/250 115531
/proc/meminfo: memFree=112037108/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=9267920 memory=6661084 CPUtime=2973.83 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 498919 0 0 0 295979 1404 0 0 20 0 1 0 139998742 9490350080 1665271 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2316980 1665271 1696 343 0 2314044 0
Current children cumulated CPU time: 2973.83 s
Current children cumulated vsize: 9267920 KiB
Current children cumulated memory: 6661084 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.14 4.15 5/250 115533
/proc/meminfo: memFree=111656824/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=10282872 memory=6986980 CPUtime=3033.66 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 540029 0 0 0 301941 1425 0 0 20 0 1 0 139998742 10529660928 1746745 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2570718 1746745 1696 343 0 2567782 0
Current children cumulated CPU time: 3033.66 s
Current children cumulated vsize: 10282872 KiB
Current children cumulated memory: 6986980 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.14 4.15 5/250 115535
/proc/meminfo: memFree=111655932/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=10282872 memory=6993124 CPUtime=3093.48 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 540183 0 0 0 307923 1425 0 0 20 0 1 0 139998742 10529660928 1748281 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2570718 1748281 1696 343 0 2567782 0
Current children cumulated CPU time: 3093.48 s
Current children cumulated vsize: 10282872 KiB
Current children cumulated memory: 6993124 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.15 4.15 5/250 115543
/proc/meminfo: memFree=111605592/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=10309068 memory=7029432 CPUtime=3153.29 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 542572 0 0 0 313901 1428 0 0 20 0 1 0 139998742 10556485632 1757358 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2577267 1757358 1696 343 0 2574331 0
Current children cumulated CPU time: 3153.29 s
Current children cumulated vsize: 10309068 KiB
Current children cumulated memory: 7029432 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.13 4.15 5/249 115545
/proc/meminfo: memFree=111971440/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=9298064 memory=6737276 CPUtime=3213.12 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 555729 0 0 0 319864 1448 0 0 20 0 1 0 139998742 9521217536 1684319 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2324516 1684319 1696 343 0 2321580 0
Current children cumulated CPU time: 3213.12 s
Current children cumulated vsize: 9298064 KiB
Current children cumulated memory: 6737276 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.12 4.14 5/249 115547
/proc/meminfo: memFree=111938780/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=9298064 memory=6745468 CPUtime=3272.96 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 555929 0 0 0 325847 1449 0 0 20 0 1 0 139998742 9521217536 1686367 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2324516 1686367 1696 343 0 2321580 0
Current children cumulated CPU time: 3272.96 s
Current children cumulated vsize: 9298064 KiB
Current children cumulated memory: 6745468 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.13 4.14 5/250 115550
/proc/meminfo: memFree=111470480/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=10346640 memory=7023996 CPUtime=3332.78 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 586397 0 0 0 331810 1468 0 0 20 0 1 0 139998742 10594959360 1755999 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2586660 1755999 1696 343 0 2583724 0
Current children cumulated CPU time: 3332.78 s
Current children cumulated vsize: 10346640 KiB
Current children cumulated memory: 7023996 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.13 5/250 115552
/proc/meminfo: memFree=111660928/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=10346640 memory=7030140 CPUtime=3392.6 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 586535 0 0 0 337792 1468 0 0 20 0 1 0 139998742 10594959360 1757535 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2586660 1757535 1696 343 0 2583724 0
Current children cumulated CPU time: 3392.6 s
Current children cumulated vsize: 10346640 KiB
Current children cumulated memory: 7030140 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.12 4.13 5/250 115554
/proc/meminfo: memFree=111675824/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=10346640 memory=7036284 CPUtime=3452.43 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 586725 0 0 0 343775 1468 0 0 20 0 1 0 139998742 10594959360 1759071 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2586660 1759071 1696 343 0 2583724 0
Current children cumulated CPU time: 3452.43 s
Current children cumulated vsize: 10346640 KiB
Current children cumulated memory: 7036284 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.13 5/250 115556
/proc/meminfo: memFree=111673028/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=10346640 memory=7040380 CPUtime=3512.26 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 586796 0 0 0 349758 1468 0 0 20 0 1 0 139998742 10594959360 1760095 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2586660 1760095 1696 343 0 2583724 0
Current children cumulated CPU time: 3512.26 s
Current children cumulated vsize: 10346640 KiB
Current children cumulated memory: 7040380 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.12 5/252 115561
/proc/meminfo: memFree=112420288/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=9234296 memory=6692068 CPUtime=3572.09 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 601054 0 0 0 355719 1490 0 0 20 0 1 0 139998742 9455919104 1673017 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2308574 1673017 1696 343 0 2305638 0
Current children cumulated CPU time: 3572.09 s
Current children cumulated vsize: 9234296 KiB
Current children cumulated memory: 6692068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.11 4.11 4.12 3/244 115574
/proc/meminfo: memFree=120112196/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=9234296 memory=6696164 CPUtime=3600.01 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 601137 0 0 0 358511 1490 0 0 20 0 1 0 139998742 9455919104 1674041 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2308574 1674041 1696 343 0 2305638 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 9234296 KiB
Current children cumulated memory: 6696164 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.12 s, system=14.9419 s

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

[startup+3610.3 s]
/proc/loadavg: 4.11 4.11 4.12 3/244 115574
/proc/meminfo: memFree=120112196/131382112 swapFree=33010160/33010684
[pid=115376] ppid=115372 vsize=9234296 memory=6696164 CPUtime=3600.01 cores=0,2
/proc/115376/stat : 115376 (pb_picat) R 115372 115376 115313 0 -1 4194304 601137 0 0 0 358511 1490 0 0 20 0 1 0 139998742 9455919104 1674041 18446744073709551615 94427211247616 94427212649197 140727567938544 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94427212920624 94427214794864 94427245469696 140727567944092 140727567944168 140727567944168 140727567949772 0
/proc/115376/statm: 2308574 1674041 1696 343 0 2305638 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 9234296 KiB
Current children cumulated memory: 6696164 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.34
CPU time (s): 3600.06
CPU user time (s): 3585.12
CPU system time (s): 14.9419
CPU usage (%): 99.7153
Max. virtual memory (cumulated for all children) (KiB): 10750472
Max. memory (cumulated for all children) (KiB): 7465584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.12
system time used= 14.9419
maximum resident set size= 7465584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 601137
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= 114
involuntary context switches= 7971


# summary of solver processes directly reported to runsolver:
#   pid: 115376
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3585.12
#   total CPU system time (s): 14.9419

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2154 second user time and 36.9807 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-11 16:13:10
IDJOB=4528547
IDBENCH=155760
IDSOLVER=3385
FILE ID=nodeC009/4528547-1752243188
RUNJOBID= nodeC009-1752243188-115323
SLURM_JOB_ID= 9682557
Free space on /tmp= 431020 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_3_ic.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528547-1752243188/watcher-4528547-1752243188 -o /tmp/evaluation-result-4528547-1752243188/solver-4528547-1752243188 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1752243188-115323 --watchdog 3760  pb_picat HOME/instance-4528547-1752243188.opb

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

MD5SUM BENCH= 7da1f94ee5ce9c5dcd6f1f8ed9344299
RANDOM SEED=601106174

nodeC009 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	: 0xb00001f
cpu MHz		: 1197.371
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1795.897
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 2594.016
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.615
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 2601.409
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1795.849
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.214
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.192
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        126621736 kB
MemAvailable:   129662528 kB
Buffers:            2144 kB
Cached:          3772052 kB
SwapCached:           24 kB
Active:           916328 kB
Inactive:        3139784 kB
Active(anon):     295676 kB
Inactive(anon):     4180 kB
Active(file):     620652 kB
Inactive(file):  3135604 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            216412 kB
Writeback:             0 kB
AnonPages:        285044 kB
Mapped:           111308 kB
Shmem:             17936 kB
KReclaimable:     247940 kB
Slab:             338408 kB
SReclaimable:     247940 kB
SUnreclaim:        90468 kB
KernelStack:        4016 kB
PageTables:         3340 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4414744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431012 MiB
End job on nodeC009 at 2025-07-11 17:13:20