Trace number 4515127

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.5

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-cvs16r70-62.0.s.opb
MD5SUM4e99b38fa81d8e2d96927a91dd0f6056
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.10937
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2112
Total number of constraints3279
Number of constraints which are clauses3200
Number of constraints which are cardinality constraints (but not clauses)79
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint1120
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 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1162
Number of bits of the biggest sum of numbers11
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-4515127-1751230235.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 (62980 MiB free)
  memory of node 1: 64465 MiB (60679 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515127-1751230235/watcher-4515127-1751230235 -o /tmp/evaluation-result-4515127-1751230235/solver-4515127-1751230235 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751230189-30301 --watchdog 3760 pb_picat HOME/instance-4515127-1751230235.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=30495, runsolver pid=30492

[startup+0.100063 s]*
/proc/loadavg: 2.45 1.59 2.30 5/267 30496
/proc/meminfo: memFree=126594744/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2035176 memory=32936 CPUtime=0.09 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 2816 0 0 0 8 1 0 0 20 0 1 0 38702103 2084020224 8234 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 6 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 508794 8234 1728 343 0 505858 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2035176 KiB
Current children cumulated memory: 32936 KiB

[startup+0.20547 s]*
/proc/loadavg: 2.45 1.59 2.30 5/267 30496
/proc/meminfo: memFree=126583528/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2033456 memory=31960 CPUtime=0.19 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 3749 0 0 0 18 1 0 0 20 0 1 0 38702103 2082258944 7990 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 508364 7990 1728 343 0 505428 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2033456 KiB
Current children cumulated memory: 31960 KiB

[startup+0.30548 s]*
/proc/loadavg: 2.45 1.59 2.30 5/267 30496
/proc/meminfo: memFree=126583528/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2033456 memory=32344 CPUtime=0.29 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 4303 0 0 0 28 1 0 0 20 0 1 0 38702103 2082258944 8086 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 508364 8086 1728 343 0 505428 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2033456 KiB
Current children cumulated memory: 32344 KiB

[startup+0.700193 s]
/proc/loadavg: 2.45 1.59 2.30 5/267 30496
/proc/meminfo: memFree=126892084/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2032696 memory=31768 CPUtime=0.67 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 5706 0 0 0 66 1 0 0 20 0 1 0 38702103 2081480704 7942 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 508174 7942 1728 343 0 505238 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 2032696 KiB
Current children cumulated memory: 31768 KiB

[startup+1.50015 s]
/proc/loadavg: 2.45 1.59 2.30 5/267 30496
/proc/meminfo: memFree=126720052/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2033040 memory=32572 CPUtime=1.47 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 6844 0 0 0 146 1 0 0 20 0 1 0 38702103 2081832960 8143 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 508260 8143 1728 343 0 505324 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2033040 KiB
Current children cumulated memory: 32572 KiB

[startup+3.10523 s]
/proc/loadavg: 2.66 1.65 2.31 5/267 30496
/proc/meminfo: memFree=126335036/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2033040 memory=32492 CPUtime=3.07 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 8494 0 0 0 305 2 0 0 20 0 1 0 38702103 2081832960 8123 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 508260 8123 1728 343 0 505324 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2033040 KiB
Current children cumulated memory: 32492 KiB

[startup+6.30017 s]
/proc/loadavg: 2.66 1.65 2.31 5/267 30496
/proc/meminfo: memFree=126335352/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2035228 memory=34020 CPUtime=6.26 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 11476 0 0 0 623 3 0 0 20 0 1 0 38702103 2084073472 8505 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 508807 8505 1728 343 0 505871 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2035228 KiB
Current children cumulated memory: 34020 KiB

[startup+12.7002 s]
/proc/loadavg: 2.87 1.73 2.33 5/267 30496
/proc/meminfo: memFree=126328784/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2035668 memory=35112 CPUtime=12.65 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 17266 0 0 0 1260 5 0 0 20 0 1 0 38702103 2084524032 8778 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 508917 8778 1728 343 0 505981 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2035668 KiB
Current children cumulated memory: 35112 KiB

[startup+25.5002 s]
/proc/loadavg: 3.04 1.80 2.35 5/267 30497
/proc/meminfo: memFree=126200444/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2041812 memory=37808 CPUtime=25.41 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 29624 0 0 0 2534 7 0 0 20 0 1 0 38702103 2090815488 9452 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 510453 9452 1728 343 0 507517 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2041812 KiB
Current children cumulated memory: 37808 KiB

[startup+51.1054 s]
/proc/loadavg: 3.45 2.00 2.40 5/267 30497
/proc/meminfo: memFree=125934692/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2046736 memory=40128 CPUtime=50.94 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 52711 0 0 0 5082 12 0 0 20 0 1 0 38702103 2095857664 10032 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 511684 10032 1728 343 0 508748 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2046736 KiB
Current children cumulated memory: 40128 KiB

[startup+102.3 s]
/proc/loadavg: 3.78 2.34 2.49 5/267 30499
/proc/meminfo: memFree=125519692/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2042612 memory=42160 CPUtime=102 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 88532 0 0 0 10176 24 0 0 20 0 1 0 38702103 2091634688 10540 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 510653 10540 1728 343 0 507717 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2042612 KiB
Current children cumulated memory: 42160 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 2.66 2.60 5/267 30501
/proc/meminfo: memFree=125384748/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2043440 memory=42344 CPUtime=161.84 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 126164 0 0 0 16147 37 0 0 20 0 1 0 38702103 2092482560 10586 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 510860 10586 1728 343 0 507924 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 2043440 KiB
Current children cumulated memory: 42344 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 2.93 2.70 5/267 30503
/proc/meminfo: memFree=125347332/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2047500 memory=43716 CPUtime=221.68 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 165374 0 0 0 22118 50 0 0 20 0 1 0 38702103 2096640000 10929 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 511875 10929 1728 343 0 508939 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 2047500 KiB
Current children cumulated memory: 43716 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 3.15 2.79 5/266 30506
/proc/meminfo: memFree=125255828/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2047672 memory=41660 CPUtime=281.52 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 198129 0 0 0 28091 61 0 0 20 0 1 0 38702103 2096816128 10415 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 511918 10415 1728 343 0 508982 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 2047672 KiB
Current children cumulated memory: 41660 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.32 2.87 5/265 30509
/proc/meminfo: memFree=125238136/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2047672 memory=41036 CPUtime=341.36 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 231936 0 0 0 34064 72 0 0 20 0 1 0 38702103 2096816128 10259 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 511918 10259 1728 343 0 508982 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 2047672 KiB
Current children cumulated memory: 41036 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.46 2.95 5/265 30514
/proc/meminfo: memFree=125206340/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2047652 memory=46312 CPUtime=401.19 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 271231 0 0 0 40034 85 0 0 20 0 1 0 38702103 2096795648 11578 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 511913 11578 1728 343 0 508977 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 2047652 KiB
Current children cumulated memory: 46312 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.58 3.02 5/265 30516
/proc/meminfo: memFree=125169132/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2047652 memory=44048 CPUtime=461.03 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 309571 0 0 0 46005 98 0 0 20 0 1 0 38702103 2096795648 11012 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 511913 11012 1728 343 0 508977 0

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

Current children cumulated memory: 79412 KiB

[startup+2922.3 s]
/proc/loadavg: 4.33 4.19 4.06 5/265 30667
/proc/meminfo: memFree=121791880/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2098004 memory=83352 CPUtime=2913.68 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 764566 0 0 0 291085 283 0 0 20 0 1 0 38702103 2148356096 20838 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 524501 20838 1728 343 0 521565 0
Current children cumulated CPU time: 2913.68 s
Current children cumulated vsize: 2098004 KiB
Current children cumulated memory: 83352 KiB

[startup+2982.3 s]
/proc/loadavg: 4.19 4.17 4.06 5/265 30670
/proc/meminfo: memFree=121850136/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2098004 memory=78616 CPUtime=2973.53 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 770262 0 0 0 297067 286 0 0 20 0 1 0 38702103 2148356096 19654 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 524501 19654 1728 343 0 521565 0
Current children cumulated CPU time: 2973.53 s
Current children cumulated vsize: 2098004 KiB
Current children cumulated memory: 78616 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.15 4.06 5/265 30676
/proc/meminfo: memFree=121751164/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2098004 memory=81304 CPUtime=3033.37 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 778496 0 0 0 303047 290 0 0 20 0 1 0 38702103 2148356096 20326 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 524501 20326 1728 343 0 521565 0
Current children cumulated CPU time: 3033.37 s
Current children cumulated vsize: 2098004 KiB
Current children cumulated memory: 81304 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.14 4.06 5/265 30679
/proc/meminfo: memFree=121866192/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2098004 memory=83352 CPUtime=3093.2 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 784783 0 0 0 309028 292 0 0 20 0 1 0 38702103 2148356096 20838 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 524501 20838 1728 343 0 521565 0
Current children cumulated CPU time: 3093.2 s
Current children cumulated vsize: 2098004 KiB
Current children cumulated memory: 83352 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.12 4.06 5/265 30681
/proc/meminfo: memFree=121728616/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2081760 memory=81348 CPUtime=3153.04 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 789189 0 0 0 315009 295 0 0 20 0 1 0 38702103 2131722240 20337 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 520440 20337 1728 343 0 517504 0
Current children cumulated CPU time: 3153.04 s
Current children cumulated vsize: 2081760 KiB
Current children cumulated memory: 81348 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.11 4.06 5/265 30683
/proc/meminfo: memFree=121853884/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2098144 memory=82500 CPUtime=3212.89 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 793812 0 0 0 320992 297 0 0 20 0 1 0 38702103 2148499456 20625 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 524536 20625 1728 343 0 521600 0
Current children cumulated CPU time: 3212.89 s
Current children cumulated vsize: 2098144 KiB
Current children cumulated memory: 82500 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.07 5/266 30687
/proc/meminfo: memFree=121876036/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2098144 memory=79300 CPUtime=3272.72 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 798573 0 0 0 326973 299 0 0 20 0 1 0 38702103 2148499456 19825 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 524536 19825 1728 343 0 521600 0
Current children cumulated CPU time: 3272.72 s
Current children cumulated vsize: 2098144 KiB
Current children cumulated memory: 79300 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.07 5/266 30689
/proc/meminfo: memFree=121851220/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2098144 memory=87492 CPUtime=3332.56 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 802516 0 0 0 332954 302 0 0 20 0 1 0 38702103 2148499456 21873 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 524536 21873 1728 343 0 521600 0
Current children cumulated CPU time: 3332.56 s
Current children cumulated vsize: 2098144 KiB
Current children cumulated memory: 87492 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.12 4.08 5/266 30693
/proc/meminfo: memFree=121812492/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2098144 memory=89612 CPUtime=3392.4 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 808821 0 0 0 338935 305 0 0 20 0 1 0 38702103 2148499456 22403 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 524536 22403 1728 343 0 521600 0
Current children cumulated CPU time: 3392.4 s
Current children cumulated vsize: 2098144 KiB
Current children cumulated memory: 89612 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.08 5/264 30695
/proc/meminfo: memFree=121854120/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2081760 memory=79372 CPUtime=3452.23 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 814157 0 0 0 344915 308 0 0 20 0 1 0 38702103 2131722240 19843 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 520440 19843 1728 343 0 517504 0
Current children cumulated CPU time: 3452.23 s
Current children cumulated vsize: 2081760 KiB
Current children cumulated memory: 79372 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.08 5/264 30697
/proc/meminfo: memFree=121770296/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2098144 memory=89612 CPUtime=3512.07 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 822911 0 0 0 350895 312 0 0 20 0 1 0 38702103 2148499456 22403 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 524536 22403 1728 343 0 521600 0
Current children cumulated CPU time: 3512.07 s
Current children cumulated vsize: 2098144 KiB
Current children cumulated memory: 89612 KiB

[startup+3582.3 s]
/proc/loadavg: 4.00 4.08 4.07 5/263 30835
/proc/meminfo: memFree=128010280/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2098144 memory=91660 CPUtime=3571.89 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 832126 0 0 0 356872 317 0 0 20 0 1 0 38702103 2148499456 22915 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 524536 22915 1728 343 0 521600 0
Current children cumulated CPU time: 3571.89 s
Current children cumulated vsize: 2098144 KiB
Current children cumulated memory: 91660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.00 4.08 4.07 5/263 30836
/proc/meminfo: memFree=127987292/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2081760 memory=81420 CPUtime=3600.02 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 833576 0 0 0 359684 318 0 0 20 0 1 0 38702103 2131722240 20355 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 520440 20355 1728 343 0 517504 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2081760 KiB
Current children cumulated memory: 81420 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.84 s, system=3.18125 s

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

[startup+3610.5 s]
/proc/loadavg: 4.00 4.08 4.07 5/263 30836
/proc/meminfo: memFree=127987292/131249996 swapFree=33010684/33010684
[pid=30495] ppid=30492 vsize=2081760 memory=81420 CPUtime=3600.02 cores=4,6
/proc/30495/stat : 30495 (pb_picat) R 30492 30495 30285 0 -1 4194304 833576 0 0 0 359684 318 0 0 20 0 1 0 38702103 2131722240 20355 18446744073709551615 93871135449088 93871136850669 140735554511712 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93871137122096 93871138996400 93871151034368 140735554513310 140735554513386 140735554513386 140735554518988 0
/proc/30495/statm: 520440 20355 1728 343 0 517504 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2081760 KiB
Current children cumulated memory: 81420 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.5
CPU time (s): 3600.02
CPU user time (s): 3596.84
CPU system time (s): 3.18125
CPU usage (%): 99.7098
Max. virtual memory (cumulated for all children) (KiB): 2130912
Max. memory (cumulated for all children) (KiB): 97804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.84
system time used= 3.18125
maximum resident set size= 97804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 833576
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= 79
involuntary context switches= 4341


# summary of solver processes directly reported to runsolver:
#   pid: 30495
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3596.84
#   total CPU system time (s): 3.18125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.1423 second user time and 16.2564 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 22:50:35
IDJOB=4515127
IDBENCH=164171
IDSOLVER=3346
FILE ID=nodeC032/4515127-1751230235
RUNJOBID= nodeC032-1751230189-30301
SLURM_JOB_ID= 9587700
Free space on /tmp= 431624 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-cvs16r70-62.0.s.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515127-1751230235/watcher-4515127-1751230235 -o /tmp/evaluation-result-4515127-1751230235/solver-4515127-1751230235 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751230189-30301 --watchdog 3760  pb_picat HOME/instance-4515127-1751230235.opb

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

MD5SUM BENCH= 4e99b38fa81d8e2d96927a91dd0f6056
RANDOM SEED=1330113062

nodeC032 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.789
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126627600 kB
MemAvailable:   126778868 kB
Buffers:            3280 kB
Cached:           960968 kB
SwapCached:            0 kB
Active:          3333524 kB
Inactive:         707776 kB
Active(anon):    3095120 kB
Inactive(anon):        0 kB
Active(file):     238404 kB
Inactive(file):   707776 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3896 kB
Writeback:             0 kB
AnonPages:       3078712 kB
Mapped:           112696 kB
Shmem:             18068 kB
KReclaimable:      88656 kB
Slab:             172848 kB
SReclaimable:      88656 kB
SUnreclaim:        84192 kB
KernelStack:        4320 kB
PageTables:         9148 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7662728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2922496 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432044 MiB
End job on nodeC032 at 2025-06-29 23:50:45