Trace number 4511909

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.04 3611.13

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm50p-dec.opb.negationfix.opb
MD5SUM5a83101891c756e818f261b20124136b
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.58732
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables360448
Total number of constraints3328
Number of constraints which are clauses1407
Number of constraints which are cardinality constraints (but not clauses)1407
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint1408
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 490517
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1705552
Number of bits of the biggest sum of numbers21
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-4511909-1751198398.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: 63837 MiB (53879 MiB free)
  memory of node 1: 64465 MiB (54187 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511909-1751198398/watcher-4511909-1751198398 -o /tmp/evaluation-result-4511909-1751198398/solver-4511909-1751198398 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751192746-24169 --watchdog 3760 pb_picat HOME/instance-4511909-1751198398.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100104 s]*
/proc/loadavg: 4.47 4.18 4.12 5/250 25502
/proc/meminfo: memFree=110648040/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=2027148 memory=30900 CPUtime=0.1 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1162 0 0 0 9 1 0 0 20 0 1 0 35519221 2075799552 7725 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 506787 7725 1632 343 0 503851 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 30900 KiB

[startup+0.212531 s]*
/proc/loadavg: 4.47 4.18 4.12 5/250 25502
/proc/meminfo: memFree=110635752/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=2027148 memory=41364 CPUtime=0.21 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1233 0 0 0 20 1 0 0 20 0 1 0 35519221 2075799552 10341 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 506787 10341 1632 343 0 503851 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 41364 KiB

[startup+0.312436 s]*
/proc/loadavg: 4.47 4.18 4.12 5/250 25502
/proc/meminfo: memFree=110619368/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=2027148 memory=55920 CPUtime=0.3 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1283 0 0 0 29 1 0 0 20 0 1 0 35519221 2075799552 13980 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 506787 13980 1632 343 0 503851 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 55920 KiB

[startup+0.700328 s]
/proc/loadavg: 4.47 4.18 4.12 5/250 25502
/proc/meminfo: memFree=110598888/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=2027148 memory=107120 CPUtime=0.68 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1308 0 0 0 65 3 0 0 20 0 1 0 35519221 2075799552 26780 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 506787 26780 1632 343 0 503851 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 107120 KiB

[startup+1.50036 s]
/proc/loadavg: 4.47 4.18 4.12 5/250 25502
/proc/meminfo: memFree=110521048/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=2027148 memory=256624 CPUtime=1.48 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1381 0 0 0 141 7 0 0 20 0 1 0 35519221 2075799552 64156 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 506787 64156 1632 343 0 503851 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 256624 KiB

[startup+3.1131 s]
/proc/loadavg: 4.47 4.18 4.12 5/250 25502
/proc/meminfo: memFree=110137204/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=2042776 memory=555780 CPUtime=3.09 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1672 0 0 0 296 13 0 0 20 0 1 0 35519221 2091802624 138945 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 510694 138945 1632 343 0 507758 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2042776 KiB
Current children cumulated memory: 555780 KiB

[startup+6.30038 s]
/proc/loadavg: 4.59 4.22 4.13 5/250 25502
/proc/meminfo: memFree=109308652/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=2042776 memory=1465092 CPUtime=6.27 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 2229 0 0 0 595 32 0 0 20 0 1 0 35519221 2091802624 366273 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 510694 366273 1632 343 0 507758 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2042776 KiB
Current children cumulated memory: 1465092 KiB

[startup+12.7004 s]
/proc/loadavg: 4.62 4.23 4.14 5/250 25502
/proc/meminfo: memFree=108110976/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=3950312 memory=2550764 CPUtime=12.65 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 7104 0 0 0 1212 53 0 0 20 0 1 0 35519221 4045119488 637691 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 987578 637691 1664 343 0 984642 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3950312 KiB
Current children cumulated memory: 2550764 KiB

[startup+25.5004 s]
/proc/loadavg: 4.71 4.27 4.15 5/249 25503
/proc/meminfo: memFree=107817224/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=4663056 memory=3485488 CPUtime=25.42 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 34096 0 0 0 2386 156 0 0 20 0 1 0 35519221 4774969344 871372 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1165764 871372 1760 343 0 1162828 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 4663056 KiB
Current children cumulated memory: 3485488 KiB

[startup+51.1131 s]
/proc/loadavg: 4.59 4.28 4.16 5/249 25503
/proc/meminfo: memFree=106541592/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=6413024 memory=4572580 CPUtime=50.96 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 85262 0 0 0 4762 334 0 0 20 0 1 0 35519221 6566936576 1143145 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1603256 1143145 1760 343 0 1600320 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 6413024 KiB
Current children cumulated memory: 4572580 KiB

[startup+102.3 s]
/proc/loadavg: 4.36 4.26 4.16 5/249 25516
/proc/meminfo: memFree=106087484/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=6413024 memory=4586932 CPUtime=102.03 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 86026 0 0 0 9840 363 0 0 20 0 1 0 35519221 6566936576 1146733 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1603256 1146733 1760 343 0 1600320 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 6413024 KiB
Current children cumulated memory: 4586932 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.23 4.15 5/249 25518
/proc/meminfo: memFree=106039428/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7494756 memory=5157436 CPUtime=161.87 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 114764 0 0 0 15787 400 0 0 20 0 1 0 35519221 7674630144 1289359 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1873689 1289359 1760 343 0 1870753 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 7494756 KiB
Current children cumulated memory: 5157436 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.22 4.15 5/250 25523
/proc/meminfo: memFree=105314108/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5119536 CPUtime=221.69 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 125992 0 0 0 21741 428 0 0 20 0 1 0 35519221 7681826816 1279884 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1279884 1760 343 0 1872510 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 7501784 KiB
Current children cumulated memory: 5119536 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.17 4.14 5/250 25525
/proc/meminfo: memFree=107737984/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5064988 CPUtime=281.51 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 166977 0 0 0 27678 473 0 0 20 0 1 0 35519221 7681826816 1266247 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1266247 1760 343 0 1872510 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 7501784 KiB
Current children cumulated memory: 5064988 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.15 4.14 5/250 25527
/proc/meminfo: memFree=106914088/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5083420 CPUtime=341.33 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 239246 0 0 0 33590 543 0 0 20 0 1 0 35519221 7681826816 1270855 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1270855 1760 343 0 1872510 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 7501784 KiB
Current children cumulated memory: 5083420 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.15 4.14 5/250 25529
/proc/meminfo: memFree=106049616/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5073180 CPUtime=401.16 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 284015 0 0 0 39512 604 0 0 20 0 1 0 35519221 7681826816 1268295 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1268295 1760 343 0 1872510 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 7501784 KiB
Current children cumulated memory: 5073180 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.14 4.13 5/251 25532
/proc/meminfo: memFree=106057664/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5204252 CPUtime=460.97 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 316620 0 0 0 45455 642 0 0 20 0 1 0 35519221 7681826816 1301063 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1301063 1760 343 0 1872510 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 4706716 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.13 4.14 5/253 26072
/proc/meminfo: memFree=114631820/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5110172 CPUtime=2913.33 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1079173 0 0 0 289718 1615 0 0 20 0 1 0 35519221 7681826816 1277543 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1277543 1760 343 0 1872510 0
Current children cumulated CPU time: 2913.33 s
Current children cumulated vsize: 7501784 KiB
Current children cumulated memory: 5110172 KiB

[startup+2982.3 s]
/proc/loadavg: 4.60 4.25 4.19 5/253 26074
/proc/meminfo: memFree=114088984/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5161372 CPUtime=2973.14 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1112052 0 0 0 295663 1651 0 0 20 0 1 0 35519221 7681826816 1290343 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1290343 1760 343 0 1872510 0
Current children cumulated CPU time: 2973.14 s
Current children cumulated vsize: 7501784 KiB
Current children cumulated memory: 5161372 KiB

[startup+3042.3 s]
/proc/loadavg: 4.51 4.31 4.21 5/253 26080
/proc/meminfo: memFree=113828516/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7806340 memory=5437612 CPUtime=3032.95 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1144940 0 0 0 301610 1685 0 0 20 0 1 0 35519221 7993692160 1359403 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1951585 1359403 1760 343 0 1948649 0
Current children cumulated CPU time: 3032.95 s
Current children cumulated vsize: 7806340 KiB
Current children cumulated memory: 5437612 KiB

[startup+3102.3 s]
/proc/loadavg: 4.27 4.28 4.20 5/251 26083
/proc/meminfo: memFree=114232504/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=6453208 memory=5024156 CPUtime=3092.76 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1153025 0 0 0 307566 1710 0 0 20 0 1 0 35519221 6608084992 1256039 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1613302 1256039 1760 343 0 1610366 0
Current children cumulated CPU time: 3092.76 s
Current children cumulated vsize: 6453208 KiB
Current children cumulated memory: 5024156 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.24 4.19 5/251 26085
/proc/meminfo: memFree=114200788/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5071260 CPUtime=3152.56 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1153689 0 0 0 313545 1711 0 0 20 0 1 0 35519221 7681826816 1267815 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1267815 1760 343 0 1872510 0
Current children cumulated CPU time: 3152.56 s
Current children cumulated vsize: 7501784 KiB
Current children cumulated memory: 5071260 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.21 4.18 5/251 26089
/proc/meminfo: memFree=114045032/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5192092 CPUtime=3212.37 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1153848 0 0 0 319523 1714 0 0 20 0 1 0 35519221 7681826816 1298023 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1298023 1760 343 0 1872510 0
Current children cumulated CPU time: 3212.37 s
Current children cumulated vsize: 7501784 KiB
Current children cumulated memory: 5192092 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.20 4.18 5/249 26091
/proc/meminfo: memFree=116596300/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=6453208 memory=4772252 CPUtime=3272.19 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1182301 0 0 0 325479 1740 0 0 20 0 1 0 35519221 6608084992 1193063 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1613302 1193063 1760 343 0 1610366 0
Current children cumulated CPU time: 3272.19 s
Current children cumulated vsize: 6453208 KiB
Current children cumulated memory: 4772252 KiB

[startup+3342.3 s]
/proc/loadavg: 4.62 4.32 4.22 5/249 26093
/proc/meminfo: memFree=114186812/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5134748 CPUtime=3332.01 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1187931 0 0 0 331450 1751 0 0 20 0 1 0 35519221 7681826816 1283687 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1283687 1760 343 0 1872510 0
Current children cumulated CPU time: 3332.01 s
Current children cumulated vsize: 7501784 KiB
Current children cumulated memory: 5134748 KiB

[startup+3402.3 s]
/proc/loadavg: 4.45 4.33 4.23 5/249 26095
/proc/meminfo: memFree=114167024/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5171612 CPUtime=3391.83 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1220868 0 0 0 337398 1785 0 0 20 0 1 0 35519221 7681826816 1292903 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1292903 1760 343 0 1872510 0
Current children cumulated CPU time: 3391.83 s
Current children cumulated vsize: 7501784 KiB
Current children cumulated memory: 5171612 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.29 4.22 5/249 26097
/proc/meminfo: memFree=115014828/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=6453208 memory=5034396 CPUtime=3451.65 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1229053 0 0 0 343356 1809 0 0 20 0 1 0 35519221 6608084992 1258599 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1613302 1258599 1760 343 0 1610366 0
Current children cumulated CPU time: 3451.65 s
Current children cumulated vsize: 6453208 KiB
Current children cumulated memory: 5034396 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.26 4.22 5/250 26100
/proc/meminfo: memFree=114401776/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=6453208 memory=5022108 CPUtime=3511.48 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1261945 0 0 0 349302 1846 0 0 20 0 1 0 35519221 6608084992 1255527 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1613302 1255527 1760 343 0 1610366 0
Current children cumulated CPU time: 3511.48 s
Current children cumulated vsize: 6453208 KiB
Current children cumulated memory: 5022108 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.25 4.21 5/251 26103
/proc/meminfo: memFree=114190920/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5170588 CPUtime=3571.29 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1263020 0 0 0 355280 1849 0 0 20 0 1 0 35519221 7681826816 1292647 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1292647 1760 343 0 1872510 0
Current children cumulated CPU time: 3571.29 s
Current children cumulated vsize: 7501784 KiB
Current children cumulated memory: 5170588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.11 s]
/proc/loadavg: 4.12 4.22 4.20 5/251 26103
/proc/meminfo: memFree=114899060/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5178780 CPUtime=3600.01 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1263031 0 0 0 358152 1849 0 0 20 0 1 0 35519221 7681826816 1294695 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1294695 1760 343 0 1872510 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 7501784 KiB
Current children cumulated memory: 5178780 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.53 s, system=18.5112 s

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

[startup+3611.11 s]
/proc/loadavg: 4.12 4.22 4.20 5/251 26103
/proc/meminfo: memFree=114899060/131382116 swapFree=33010684/33010684
[pid=25501] ppid=25498 vsize=7501784 memory=5178780 CPUtime=3600.01 cores=0,2
/proc/25501/stat : 25501 (pb_picat) R 25498 25501 24159 0 -1 4194304 1263031 0 0 0 358152 1849 0 0 20 0 1 0 35519221 7681826816 1294695 18446744073709551615 94201636192256 94201637593837 140722423728320 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94201637865264 94201639739568 94201658642432 140722423732638 140722423732714 140722423732714 140722423738316 0
/proc/25501/statm: 1875446 1294695 1760 343 0 1872510 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 7501784 KiB
Current children cumulated memory: 5178780 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3611.13
CPU time (s): 3600.04
CPU user time (s): 3581.53
CPU system time (s): 18.5112
CPU usage (%): 99.6929
Max. virtual memory (cumulated for all children) (KiB): 7850172
Max. memory (cumulated for all children) (KiB): 5628896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.53
system time used= 18.5112
maximum resident set size= 5628896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1263031
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= 300
involuntary context switches= 8161


# summary of solver processes directly reported to runsolver:
#   pid: 25501
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3581.53
#   total CPU system time (s): 18.5112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9295 second user time and 36.0798 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 13:59:58
IDJOB=4511909
IDBENCH=160487
IDSOLVER=3346
FILE ID=nodeC010/4511909-1751198398
RUNJOBID= nodeC010-1751192746-24169
SLURM_JOB_ID= 9587585
Free space on /tmp= 432972 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm50p-dec.opb.negationfix.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511909-1751198398/watcher-4511909-1751198398 -o /tmp/evaluation-result-4511909-1751198398/solver-4511909-1751198398 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751192746-24169 --watchdog 3760  pb_picat HOME/instance-4511909-1751198398.opb

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

MD5SUM BENCH= 5a83101891c756e818f261b20124136b
RANDOM SEED=1133888424

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.368
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.36
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		: 3491.762
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.36
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.162
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.36
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.467
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.36
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		: 3491.581
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.36
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		: 3662.382
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.36
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.524
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.36
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.762
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        110660264 kB
MemAvailable:   110515300 kB
Buffers:            3280 kB
Cached:           665852 kB
SwapCached:            0 kB
Active:         19730500 kB
Inactive:         374488 kB
Active(anon):   19453816 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   374488 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19896 kB
Writeback:             0 kB
AnonPages:      19438456 kB
Mapped:           113076 kB
Shmem:             17960 kB
KReclaimable:      86984 kB
Slab:             165964 kB
SReclaimable:      86984 kB
SUnreclaim:        78980 kB
KernelStack:        4048 kB
PageTables:        41176 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   29047856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16488448 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432628 MiB
End job on nodeC010 at 2025-06-29 15:00:10