Trace number 4498485

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

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_200_10_2.opb
MD5SUM2ee40362659bac8ce3ae96da1e16af6a
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-61
Best CPU time to get the best result obtained on this benchmark72002
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4984
Sum of products size (including duplicates)9968
Number of different products2492
Sum of products size4984

Solver Data

0.00/0.01	c solving HOME/instance-4498485-1751275734.opb (Picat 3.9b6)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62929 MiB free)
  memory of node 1: 64507 MiB (63021 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498485-1751275734/watcher-4498485-1751275734 -o /tmp/evaluation-result-4498485-1751275734/solver-4498485-1751275734 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751275734-38202 --watchdog 3760 pb_picat HOME/instance-4498485-1751275734.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

Current StackSize limit: 8192 KiB

solver pid=38258, runsolver pid=38243

[startup+0.10006 s]*
/proc/loadavg: 1.16 2.30 3.32 5/264 38259
/proc/meminfo: memFree=128903140/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2039436 memory=30036 CPUtime=0.09 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 2284 0 0 0 9 0 0 0 20 0 1 0 43251195 2088382464 7509 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 509859 7509 1728 343 0 506923 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2039436 KiB
Current children cumulated memory: 30036 KiB

[startup+0.204806 s]*
/proc/loadavg: 1.16 2.30 3.32 5/264 38259
/proc/meminfo: memFree=128857476/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2039568 memory=30296 CPUtime=0.19 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 2679 0 0 0 19 0 0 0 20 0 1 0 43251195 2088517632 7574 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 509892 7574 1728 343 0 506956 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2039568 KiB
Current children cumulated memory: 30296 KiB

[startup+0.304741 s]*
/proc/loadavg: 1.16 2.30 3.32 5/264 38259
/proc/meminfo: memFree=128803980/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2039568 memory=30152 CPUtime=0.29 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 3005 0 0 0 29 0 0 0 20 0 1 0 43251195 2088517632 7538 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 509892 7538 1728 343 0 506956 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2039568 KiB
Current children cumulated memory: 30152 KiB

[startup+0.700105 s]
/proc/loadavg: 1.16 2.30 3.32 5/264 38259
/proc/meminfo: memFree=128767496/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2042780 memory=32048 CPUtime=0.69 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 4284 0 0 0 68 1 0 0 20 0 1 0 43251195 2091806720 8012 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 510695 8012 1728 343 0 507759 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2042780 KiB
Current children cumulated memory: 32048 KiB

[startup+1.5001 s]
/proc/loadavg: 1.16 2.30 3.32 5/264 38259
/proc/meminfo: memFree=128765512/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2040872 memory=32276 CPUtime=1.48 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 5846 0 0 0 147 1 0 0 20 0 1 0 43251195 2089852928 8069 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 510218 8069 1728 343 0 507282 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2040872 KiB
Current children cumulated memory: 32276 KiB

[startup+3.10482 s]
/proc/loadavg: 1.16 2.30 3.32 5/264 38259
/proc/meminfo: memFree=128716580/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2044968 memory=35216 CPUtime=3.08 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 9320 0 0 0 307 1 0 0 20 0 1 0 43251195 2094047232 8804 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 511242 8804 1728 343 0 508306 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2044968 KiB
Current children cumulated memory: 35216 KiB

[startup+6.3001 s]
/proc/loadavg: 1.39 2.33 3.32 5/264 38259
/proc/meminfo: memFree=128737740/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2044968 memory=35468 CPUtime=6.27 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 15588 0 0 0 625 2 0 0 20 0 1 0 43251195 2094047232 8867 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 511242 8867 1728 343 0 508306 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2044968 KiB
Current children cumulated memory: 35468 KiB

[startup+12.7001 s]
/proc/loadavg: 1.60 2.36 3.33 5/264 38259
/proc/meminfo: memFree=128726092/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2053160 memory=38196 CPUtime=12.66 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 26170 0 0 0 1262 4 0 0 20 0 1 0 43251195 2102435840 9549 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 513290 9549 1728 343 0 510354 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2053160 KiB
Current children cumulated memory: 38196 KiB

[startup+25.5001 s]
/proc/loadavg: 2.20 2.46 3.35 5/264 38259
/proc/meminfo: memFree=128748648/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2050456 memory=40680 CPUtime=25.42 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 40416 0 0 0 2535 7 0 0 20 0 1 0 43251195 2099666944 10170 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 512614 10170 1728 343 0 509678 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2050456 KiB
Current children cumulated memory: 40680 KiB

[startup+51.1051 s]
/proc/loadavg: 2.81 2.58 3.36 5/264 38260
/proc/meminfo: memFree=128705000/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2054552 memory=44932 CPUtime=50.96 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 67222 0 0 0 5083 13 0 0 20 0 1 0 43251195 2103861248 11233 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 513638 11233 1728 343 0 510702 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2054552 KiB
Current children cumulated memory: 44932 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 2.82 3.40 5/264 38306
/proc/meminfo: memFree=128744052/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2055256 memory=42848 CPUtime=102.03 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 118405 0 0 0 10176 27 0 0 20 0 1 0 43251195 2104582144 10712 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 513814 10712 1728 343 0 510878 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2055256 KiB
Current children cumulated memory: 42848 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 3.06 3.46 5/265 38309
/proc/meminfo: memFree=128772136/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2051324 memory=42440 CPUtime=161.87 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 173175 0 0 0 16145 42 0 0 20 0 1 0 43251195 2100555776 10610 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 512831 10610 1728 343 0 509895 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 2051324 KiB
Current children cumulated memory: 42440 KiB

[startup+222.3 s]
/proc/loadavg: 3.97 3.24 3.49 4/261 38319
/proc/meminfo: memFree=128810812/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2063612 memory=51064 CPUtime=221.72 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 216321 0 0 0 22117 55 0 0 20 0 1 0 43251195 2113138688 12766 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 515903 12766 1728 343 0 512967 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 2063612 KiB
Current children cumulated memory: 51064 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 3.42 3.54 5/265 38358
/proc/meminfo: memFree=128218288/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2063612 memory=53112 CPUtime=281.58 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 252727 0 0 0 28092 66 0 0 20 0 1 0 43251195 2113138688 13278 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 515903 13278 1728 343 0 512967 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 2063612 KiB
Current children cumulated memory: 53112 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.55 3.58 5/264 38405
/proc/meminfo: memFree=127938428/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2063612 memory=53752 CPUtime=341.43 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 298176 0 0 0 34062 81 0 0 20 0 1 0 43251195 2113138688 13438 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 515903 13438 1728 343 0 512967 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 2063612 KiB
Current children cumulated memory: 53752 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.65 3.61 5/264 38407
/proc/meminfo: memFree=127936796/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2071804 memory=58272 CPUtime=401.28 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 325306 0 0 0 40039 89 0 0 20 0 1 0 43251195 2121527296 14568 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 517951 14568 1728 343 0 515015 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 2071804 KiB
Current children cumulated memory: 58272 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.73 3.65 5/264 38410
/proc/meminfo: memFree=127974492/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2071804 memory=57316 CPUtime=461.14 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 355885 0 0 0 46016 98 0 0 20 0 1 0 43251195 2121527296 14329 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 517951 14329 1728 343 0 515015 0
Current children cumulated CPU time: 461.14 s

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

Current children cumulated memory: 122884 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 38534
/proc/meminfo: memFree=127697180/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2189184 memory=128132 CPUtime=2855.16 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1055291 0 0 0 285069 447 0 0 20 0 1 0 43251195 2241724416 32033 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 547296 32033 1728 343 0 544360 0
Current children cumulated CPU time: 2855.16 s
Current children cumulated vsize: 2189184 KiB
Current children cumulated memory: 128132 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 38542
/proc/meminfo: memFree=127637912/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2156416 memory=127748 CPUtime=2915 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1072945 0 0 0 291041 459 0 0 20 0 1 0 43251195 2208169984 31937 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 539104 31937 1728 343 0 536168 0
Current children cumulated CPU time: 2915 s
Current children cumulated vsize: 2156416 KiB
Current children cumulated memory: 127748 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 38544
/proc/meminfo: memFree=127712072/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2156416 memory=127364 CPUtime=2974.84 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1093072 0 0 0 297011 473 0 0 20 0 1 0 43251195 2208169984 31841 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 539104 31841 1728 343 0 536168 0
Current children cumulated CPU time: 2974.84 s
Current children cumulated vsize: 2156416 KiB
Current children cumulated memory: 127364 KiB

[startup+3042.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/263 38546
/proc/meminfo: memFree=127599512/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2156416 memory=122884 CPUtime=3034.68 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1104795 0 0 0 302988 480 0 0 20 0 1 0 43251195 2208169984 30721 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 539104 30721 1728 343 0 536168 0
Current children cumulated CPU time: 3034.68 s
Current children cumulated vsize: 2156416 KiB
Current children cumulated memory: 122884 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 38548
/proc/meminfo: memFree=127720916/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2189184 memory=128772 CPUtime=3094.52 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1112028 0 0 0 308968 484 0 0 20 0 1 0 43251195 2241724416 32193 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 547296 32193 1728 343 0 544360 0
Current children cumulated CPU time: 3094.52 s
Current children cumulated vsize: 2189184 KiB
Current children cumulated memory: 128772 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/262 38550
/proc/meminfo: memFree=127680920/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2156416 memory=126980 CPUtime=3154.36 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1116527 0 0 0 314950 486 0 0 20 0 1 0 43251195 2208169984 31745 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 539104 31745 1728 343 0 536168 0
Current children cumulated CPU time: 3154.36 s
Current children cumulated vsize: 2156416 KiB
Current children cumulated memory: 126980 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/262 38552
/proc/meminfo: memFree=127690772/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2156416 memory=122884 CPUtime=3214.19 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1119797 0 0 0 320931 488 0 0 20 0 1 0 43251195 2208169984 30721 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 539104 30721 1728 343 0 536168 0
Current children cumulated CPU time: 3214.19 s
Current children cumulated vsize: 2156416 KiB
Current children cumulated memory: 122884 KiB

[startup+3282.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/262 38554
/proc/meminfo: memFree=127718580/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2156416 memory=122884 CPUtime=3274.03 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1125526 0 0 0 326912 491 0 0 20 0 1 0 43251195 2208169984 30721 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 539104 30721 1728 343 0 536168 0
Current children cumulated CPU time: 3274.03 s
Current children cumulated vsize: 2156416 KiB
Current children cumulated memory: 122884 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/262 38556
/proc/meminfo: memFree=127506292/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2189184 memory=128132 CPUtime=3333.87 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1133373 0 0 0 332891 496 0 0 20 0 1 0 43251195 2241724416 32033 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 547296 32033 1728 343 0 544360 0
Current children cumulated CPU time: 3333.87 s
Current children cumulated vsize: 2189184 KiB
Current children cumulated memory: 128132 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 38559
/proc/meminfo: memFree=127780860/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2156416 memory=124932 CPUtime=3393.71 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1147724 0 0 0 338864 507 0 0 20 0 1 0 43251195 2208169984 31233 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 539104 31233 1728 343 0 536168 0
Current children cumulated CPU time: 3393.71 s
Current children cumulated vsize: 2156416 KiB
Current children cumulated memory: 124932 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.16 4.11 5/263 38561
/proc/meminfo: memFree=127754012/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2156416 memory=126980 CPUtime=3453.55 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1162002 0 0 0 344836 519 0 0 20 0 1 0 43251195 2208169984 31745 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 539104 31745 1728 343 0 536168 0
Current children cumulated CPU time: 3453.55 s
Current children cumulated vsize: 2156416 KiB
Current children cumulated memory: 126980 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.14 4.11 5/263 38569
/proc/meminfo: memFree=127752376/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2189184 memory=131076 CPUtime=3513.39 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1172161 0 0 0 350813 526 0 0 20 0 1 0 43251195 2241724416 32769 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 547296 32769 1728 343 0 544360 0
Current children cumulated CPU time: 3513.39 s
Current children cumulated vsize: 2189184 KiB
Current children cumulated memory: 131076 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/263 38571
/proc/meminfo: memFree=127760420/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2156416 memory=127236 CPUtime=3573.22 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1184214 0 0 0 356787 535 0 0 20 0 1 0 43251195 2208169984 31809 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 539104 31809 1728 343 0 536168 0
Current children cumulated CPU time: 3573.22 s
Current children cumulated vsize: 2156416 KiB
Current children cumulated memory: 127236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 4.13 4.14 4.10 5/263 38571
/proc/meminfo: memFree=127797900/131249996 swapFree=33010684/33010684
[pid=38258] ppid=38243 vsize=2189184 memory=131076 CPUtime=3600.05 cores=5,7
/proc/38258/stat : 38258 (pb_picat) R 38243 38258 37143 0 -1 4194304 1188443 0 0 0 359467 538 0 0 20 0 1 0 43251195 2241724416 32769 18446744073709551615 93969822072832 93969823474413 140727594653088 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93969823745840 93969825620144 93969831546880 140727594662302 140727594662378 140727594662378 140727594667980 0
/proc/38258/statm: 547296 32769 1728 343 0 544360 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2189184 KiB
Current children cumulated memory: 131076 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.68 s, system=5.38204 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): 3609.2
CPU time (s): 3600.06
CPU user time (s): 3594.68
CPU system time (s): 5.38204
CPU usage (%): 99.7467
Max. virtual memory (cumulated for all children) (KiB): 2189184
Max. memory (cumulated for all children) (KiB): 137220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.68
system time used= 5.38204
maximum resident set size= 146572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1188443
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= 4014


# summary of solver processes directly reported to runsolver:
#   pid: 38258
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3594.68
#   total CPU system time (s): 5.38204

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.74252 second user time and 15.3367 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-30 11:28:54
IDJOB=4498485
IDBENCH=148699
IDSOLVER=3346
FILE ID=nodeC022/4498485-1751275734
RUNJOBID= nodeC022-1751275734-38202
SLURM_JOB_ID= 9594189
Free space on /tmp= 433064 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_10_2.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498485-1751275734/watcher-4498485-1751275734 -o /tmp/evaluation-result-4498485-1751275734/solver-4498485-1751275734 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751275734-38202 --watchdog 3760  pb_picat HOME/instance-4498485-1751275734.opb

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

MD5SUM BENCH= 2ee40362659bac8ce3ae96da1e16af6a
RANDOM SEED=1927363904

nodeC022 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.844
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.44
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.777
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.44
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.469
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128971972 kB
MemAvailable:   129705964 kB
Buffers:            3280 kB
Cached:          1537292 kB
SwapCached:            0 kB
Active:           316152 kB
Inactive:        1288948 kB
Active(anon):      82588 kB
Inactive(anon):        0 kB
Active(file):     233564 kB
Inactive(file):  1288948 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14756 kB
Writeback:             0 kB
AnonPages:         67756 kB
Mapped:           102524 kB
Shmem:             18060 kB
KReclaimable:     101040 kB
Slab:             188252 kB
SReclaimable:     101040 kB
SUnreclaim:        87212 kB
KernelStack:        4112 kB
PageTables:         2876 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     332692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC022 at 2025-06-30 12:29:04