Trace number 4498108

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

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_500_25_5.opb
MD5SUMad730d72a9718c13a4974a6db9713293
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-78
Best CPU time to get the best result obtained on this benchmark3600.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint25
Maximum length of a constraint47
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15706
Sum of products size (including duplicates)31412
Number of different products7853
Sum of products size15706

Solver Data

0.00/0.01	c solving HOME/instance-4498108-1751268671.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: 63794 MiB (63136 MiB free)
  memory of node 1: 64507 MiB (64066 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498108-1751268671/watcher-4498108-1751268671 -o /tmp/evaluation-result-4498108-1751268671/solver-4498108-1751268671 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751268652-35381 --watchdog 3760 pb_picat HOME/instance-4498108-1751268671.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=36244, runsolver pid=36240

[startup+0.100067 s]*
/proc/loadavg: 2.44 1.96 1.20 5/255 36249
/proc/meminfo: memFree=130233772/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2027148 memory=22248 CPUtime=0.09 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 1098 0 0 0 8 1 0 0 20 0 1 0 42546001 2075799552 5562 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 7 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 506787 5562 1568 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 22248 KiB

[startup+0.214377 s]*
/proc/loadavg: 2.57 1.99 1.21 5/255 36249
/proc/meminfo: memFree=130225580/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2035264 memory=31116 CPUtime=0.19 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 1164 0 0 0 18 1 0 0 20 0 1 0 42546001 2084110336 7779 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 7 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 508816 7779 1696 343 0 505880 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2035264 KiB
Current children cumulated memory: 31116 KiB

[startup+0.313218 s]*
/proc/loadavg: 2.57 1.99 1.21 5/255 36249
/proc/meminfo: memFree=130223060/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2037384 memory=33420 CPUtime=0.27 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 1748 0 0 0 26 1 0 0 20 0 1 0 42546001 2086281216 8355 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 7 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 509346 8355 1728 343 0 506410 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 2037384 KiB
Current children cumulated memory: 33420 KiB

[startup+0.700181 s]
/proc/loadavg: 2.57 1.99 1.21 5/255 36249
/proc/meminfo: memFree=130223060/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2037832 memory=33692 CPUtime=0.63 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 1985 0 0 0 62 1 0 0 20 0 1 0 42546001 2086739968 8423 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 7 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 509458 8423 1728 343 0 506522 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 2037832 KiB
Current children cumulated memory: 33692 KiB

[startup+1.50012 s]
/proc/loadavg: 2.57 1.99 1.21 5/255 36249
/proc/meminfo: memFree=130220228/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2039008 memory=34204 CPUtime=1.41 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 2637 0 0 0 140 1 0 0 20 0 1 0 42546001 2087944192 8551 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 7 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 509752 8551 1728 343 0 506816 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 2039008 KiB
Current children cumulated memory: 34204 KiB

[startup+3.11216 s]
/proc/loadavg: 2.57 1.99 1.21 5/255 36249
/proc/meminfo: memFree=130211536/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2040220 memory=34688 CPUtime=3.01 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 3771 0 0 0 300 1 0 0 20 0 1 0 42546001 2089185280 8672 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 510055 8672 1728 343 0 507119 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 2040220 KiB
Current children cumulated memory: 34688 KiB

[startup+6.30028 s]
/proc/loadavg: 2.68 2.03 1.23 5/255 36249
/proc/meminfo: memFree=130205572/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2045220 memory=41192 CPUtime=6.2 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 5787 0 0 0 618 2 0 0 20 0 1 0 42546001 2094305280 10298 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 511305 10298 1728 343 0 508369 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 2045220 KiB
Current children cumulated memory: 41192 KiB

[startup+12.7003 s]
/proc/loadavg: 2.79 2.06 1.24 5/255 36249
/proc/meminfo: memFree=130204816/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2047268 memory=42472 CPUtime=12.58 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 6109 0 0 0 1256 2 0 0 20 0 1 0 42546001 2096402432 10618 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 511817 10618 1728 343 0 508881 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 2047268 KiB
Current children cumulated memory: 42472 KiB

[startup+25.5003 s]
/proc/loadavg: 2.97 2.12 1.27 5/255 36249
/proc/meminfo: memFree=130195596/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2052896 memory=41080 CPUtime=25.34 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 10901 0 0 0 2531 3 0 0 20 0 1 0 42546001 2102165504 10270 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 513224 10270 1728 343 0 510288 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 2052896 KiB
Current children cumulated memory: 41080 KiB

[startup+51.1123 s]
/proc/loadavg: 3.38 2.30 1.36 5/255 36250
/proc/meminfo: memFree=130182500/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2050904 memory=42200 CPUtime=50.88 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 51059 0 0 0 5076 12 0 0 20 0 1 0 42546001 2100125696 10550 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 512726 10550 1728 343 0 509790 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 2050904 KiB
Current children cumulated memory: 42200 KiB

[startup+102.3 s]
/proc/loadavg: 3.78 2.58 1.51 5/255 36297
/proc/meminfo: memFree=130181596/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2056096 memory=49680 CPUtime=101.92 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 121201 0 0 0 10164 28 0 0 20 0 1 0 42546001 2105442304 12420 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 514024 12420 1728 343 0 511088 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 2056096 KiB
Current children cumulated memory: 49680 KiB

[startup+162.3 s]
/proc/loadavg: 4.03 2.87 1.68 5/255 36301
/proc/meminfo: memFree=130175792/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2056096 memory=49680 CPUtime=161.75 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 192660 0 0 0 16129 46 0 0 20 0 1 0 42546001 2105442304 12420 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 514024 12420 1728 343 0 511088 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 2056096 KiB
Current children cumulated memory: 49680 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 3.10 1.83 5/254 36303
/proc/meminfo: memFree=130169508/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2056668 memory=50840 CPUtime=221.57 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 258931 0 0 0 22095 62 0 0 20 0 1 0 42546001 2106028032 12710 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 514167 12710 1728 343 0 511231 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 2056668 KiB
Current children cumulated memory: 50840 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 3.29 1.98 5/254 36304
/proc/meminfo: memFree=130165756/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2065400 memory=54152 CPUtime=281.39 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 317466 0 0 0 28061 78 0 0 20 0 1 0 42546001 2114969600 13538 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 516350 13538 1728 343 0 513414 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 2065400 KiB
Current children cumulated memory: 54152 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.44 2.11 5/249 36306
/proc/meminfo: memFree=130154052/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2065400 memory=54152 CPUtime=341.21 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 367356 0 0 0 34027 94 0 0 20 0 1 0 42546001 2114969600 13538 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 516350 13538 1728 343 0 513414 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 2065400 KiB
Current children cumulated memory: 54152 KiB

[startup+402.3 s]
/proc/loadavg: 4.20 3.59 2.25 5/249 36308
/proc/meminfo: memFree=130149392/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2075912 memory=66024 CPUtime=401.04 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 376521 0 0 0 40007 97 0 0 20 0 1 0 42546001 2125733888 16506 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 518978 16506 1728 343 0 516042 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 2075912 KiB
Current children cumulated memory: 66024 KiB

[startup+462.3 s]
/proc/loadavg: 4.19 3.70 2.37 5/249 36310
/proc/meminfo: memFree=130148404/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2075912 memory=66024 CPUtime=460.87 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 376521 0 0 0 45989 98 0 0 20 0 1 0 42546001 2125733888 16506 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 518978 16506 1728 343 0 516042 0

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

Current children cumulated memory: 116720 KiB

[startup+2862.3 s]
/proc/loadavg: 4.78 4.34 4.09 5/251 36483
/proc/meminfo: memFree=129944808/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2129112 memory=125236 CPUtime=2852.98 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 878000 0 0 0 284927 371 0 0 20 0 1 0 42546001 2180210688 31309 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 532278 31309 1728 343 0 529342 0
Current children cumulated CPU time: 2852.98 s
Current children cumulated vsize: 2129112 KiB
Current children cumulated memory: 125236 KiB

[startup+2922.3 s]
/proc/loadavg: 4.42 4.32 4.10 5/251 36485
/proc/meminfo: memFree=129958436/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2112728 memory=99220 CPUtime=2912.77 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 882948 0 0 0 290904 373 0 0 20 0 1 0 42546001 2163433472 24805 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 528182 24805 1728 343 0 525246 0
Current children cumulated CPU time: 2912.77 s
Current children cumulated vsize: 2112728 KiB
Current children cumulated memory: 99220 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.27 4.09 5/251 36487
/proc/meminfo: memFree=129937028/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2129112 memory=113172 CPUtime=2972.58 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 888725 0 0 0 296880 378 0 0 20 0 1 0 42546001 2180210688 28293 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 532278 28293 1728 343 0 529342 0
Current children cumulated CPU time: 2972.58 s
Current children cumulated vsize: 2129112 KiB
Current children cumulated memory: 113172 KiB

[startup+3042.3 s]
/proc/loadavg: 4.19 4.25 4.09 5/250 36493
/proc/meminfo: memFree=129945284/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2129112 memory=121076 CPUtime=3032.38 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 903041 0 0 0 302850 388 0 0 20 0 1 0 42546001 2180210688 30269 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 532278 30269 1728 343 0 529342 0
Current children cumulated CPU time: 3032.38 s
Current children cumulated vsize: 2129112 KiB
Current children cumulated memory: 121076 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.20 4.09 5/249 36495
/proc/meminfo: memFree=129937140/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2112728 memory=110836 CPUtime=3092.18 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 920538 0 0 0 308817 401 0 0 20 0 1 0 42546001 2163433472 27709 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 528182 27709 1728 343 0 525246 0
Current children cumulated CPU time: 3092.18 s
Current children cumulated vsize: 2112728 KiB
Current children cumulated memory: 110836 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.18 4.09 5/251 36501
/proc/meminfo: memFree=129941244/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2129112 memory=121076 CPUtime=3151.99 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 935585 0 0 0 314789 410 0 0 20 0 1 0 42546001 2180210688 30269 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 532278 30269 1728 343 0 529342 0
Current children cumulated CPU time: 3151.99 s
Current children cumulated vsize: 2129112 KiB
Current children cumulated memory: 121076 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.17 4.09 5/251 36503
/proc/meminfo: memFree=129930916/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2112728 memory=112884 CPUtime=3211.78 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 949997 0 0 0 320758 420 0 0 20 0 1 0 42546001 2163433472 28221 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 528182 28221 1728 343 0 525246 0
Current children cumulated CPU time: 3211.78 s
Current children cumulated vsize: 2112728 KiB
Current children cumulated memory: 112884 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.16 4.09 5/251 36505
/proc/meminfo: memFree=129932988/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2129112 memory=121076 CPUtime=3271.59 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 965041 0 0 0 326727 432 0 0 20 0 1 0 42546001 2180210688 30269 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 532278 30269 1728 343 0 529342 0
Current children cumulated CPU time: 3271.59 s
Current children cumulated vsize: 2129112 KiB
Current children cumulated memory: 121076 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.14 4.09 5/251 36507
/proc/meminfo: memFree=129955752/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2129112 memory=115840 CPUtime=3331.39 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 969142 0 0 0 332703 436 0 0 20 0 1 0 42546001 2180210688 28960 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 532278 28960 1728 343 0 529342 0
Current children cumulated CPU time: 3331.39 s
Current children cumulated vsize: 2129112 KiB
Current children cumulated memory: 115840 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.19 4.11 5/251 36509
/proc/meminfo: memFree=129935028/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2129112 memory=113664 CPUtime=3391.2 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 974338 0 0 0 338679 441 0 0 20 0 1 0 42546001 2180210688 28416 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 532278 28416 1728 343 0 529342 0
Current children cumulated CPU time: 3391.2 s
Current children cumulated vsize: 2129112 KiB
Current children cumulated memory: 113664 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.18 4.11 5/249 36511
/proc/meminfo: memFree=129935028/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2161880 memory=119324 CPUtime=3451.01 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 979319 0 0 0 344656 445 0 0 20 0 1 0 42546001 2213765120 29831 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 540470 29831 1728 343 0 537534 0
Current children cumulated CPU time: 3451.01 s
Current children cumulated vsize: 2161880 KiB
Current children cumulated memory: 119324 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.18 4.11 5/249 36513
/proc/meminfo: memFree=129935272/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2129112 memory=120164 CPUtime=3510.81 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 983292 0 0 0 350632 449 0 0 20 0 1 0 42546001 2180210688 30041 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 532278 30041 1728 343 0 529342 0
Current children cumulated CPU time: 3510.81 s
Current children cumulated vsize: 2129112 KiB
Current children cumulated memory: 120164 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.16 4.10 5/249 36515
/proc/meminfo: memFree=129900508/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2129112 memory=118116 CPUtime=3570.61 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 997820 0 0 0 356603 458 0 0 20 0 1 0 42546001 2180210688 29529 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 532278 29529 1728 343 0 529342 0
Current children cumulated CPU time: 3570.61 s
Current children cumulated vsize: 2129112 KiB
Current children cumulated memory: 118116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.8 s]
/proc/loadavg: 4.13 4.16 4.10 5/249 36561
/proc/meminfo: memFree=130007556/131382112 swapFree=33010160/33010684
[pid=36244] ppid=36240 vsize=2129112 memory=120164 CPUtime=3600.01 cores=5,7
/proc/36244/stat : 36244 (pb_picat) R 36240 36244 35362 0 -1 4194304 1005912 0 0 0 359537 464 0 0 20 0 1 0 42546001 2180210688 30041 18446744073709551615 94318109954048 94318111355629 140731324744960 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94318111627056 94318113501360 94318144634880 140731324754334 140731324754410 140731324754410 140731324760012 0
/proc/36244/statm: 532278 30041 1728 343 0 529342 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2129112 KiB
Current children cumulated memory: 120164 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.38 s, system=4.64677 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.03
CPU user time (s): 3595.38
CPU system time (s): 4.64677
CPU usage (%): 99.6739
Max. virtual memory (cumulated for all children) (KiB): 2161880
Max. memory (cumulated for all children) (KiB): 129268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.38
system time used= 4.64677
maximum resident set size= 129268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1005912
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= 3525


# summary of solver processes directly reported to runsolver:
#   pid: 36244
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3595.38
#   total CPU system time (s): 4.64677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6132 second user time and 36.5886 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-30 09:31:11
IDJOB=4498108
IDBENCH=148524
IDSOLVER=3346
FILE ID=nodeC001/4498108-1751268671
RUNJOBID= nodeC001-1751268652-35381
SLURM_JOB_ID= 9594203
Free space on /tmp= 433052 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_5.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498108-1751268671/watcher-4498108-1751268671 -o /tmp/evaluation-result-4498108-1751268671/solver-4498108-1751268671 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751268652-35381 --watchdog 3760  pb_picat HOME/instance-4498108-1751268671.opb

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

MD5SUM BENCH= ad730d72a9718c13a4974a6db9713293
RANDOM SEED=2080210247

nodeC001 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		: 3661.236
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.49
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		: 3662.427
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.49
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		: 1197.585
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.49
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.212
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.49
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		: 1197.171
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.49
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		: 1197.173
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.49
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.864
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.49
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.651
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130255896 kB
MemAvailable:   129899568 kB
Buffers:            2128 kB
Cached:           438680 kB
SwapCached:           28 kB
Active:           418668 kB
Inactive:         151780 kB
Active(anon):     137192 kB
Inactive(anon):    10380 kB
Active(file):     281476 kB
Inactive(file):   141400 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11600 kB
Writeback:             0 kB
AnonPages:        131172 kB
Mapped:           109564 kB
Shmem:             17932 kB
KReclaimable:      99948 kB
Slab:             182316 kB
SReclaimable:      99948 kB
SUnreclaim:        82368 kB
KernelStack:        4064 kB
PageTables:         3172 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4441976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC001 at 2025-06-30 10:31:23