Trace number 4502007

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Picat 2025-06-16? (TO) 3600.02 3610.7

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9029_2-sat.opb
MD5SUM9dbe363344c0fe5585984e30a944da25
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23114
Total number of constraints76854
Number of constraints which are clauses76350
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint90
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 532
Number of bits of the biggest sum of numbers10
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-4502007-1751155285.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 (63057 MiB free)
  memory of node 1: 64465 MiB (63957 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502007-1751155285/watcher-4502007-1751155285 -o /tmp/evaluation-result-4502007-1751155285/solver-4502007-1751155285 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751146846-14034 --watchdog 3760 pb_picat HOME/instance-4502007-1751155285.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=15236, runsolver pid=15233

[startup+0.100102 s]*
/proc/loadavg: 4.12 4.11 4.09 5/251 15237
/proc/meminfo: memFree=130050592/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2027148 memory=25936 CPUtime=0.09 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 1023 0 0 0 9 0 0 0 20 0 1 0 31207339 2075799552 6484 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 506787 6484 1568 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 25936 KiB

[startup+0.213153 s]*
/proc/loadavg: 4.12 4.11 4.09 5/251 15237
/proc/meminfo: memFree=130042400/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2027148 memory=34240 CPUtime=0.21 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 1050 0 0 0 20 1 0 0 20 0 1 0 31207339 2075799552 8560 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 506787 8560 1568 343 0 503851 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 34240 KiB

[startup+0.31338 s]*
/proc/loadavg: 4.12 4.11 4.09 5/251 15237
/proc/meminfo: memFree=130038304/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2027148 memory=40388 CPUtime=0.31 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 1053 0 0 0 30 1 0 0 20 0 1 0 31207339 2075799552 10097 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 506787 10097 1568 343 0 503851 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 40388 KiB

[startup+0.700278 s]
/proc/loadavg: 4.12 4.11 4.09 5/251 15237
/proc/meminfo: memFree=130021972/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2027148 memory=67056 CPUtime=0.69 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 1077 0 0 0 67 2 0 0 20 0 1 0 31207339 2075799552 16764 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 506787 16764 1568 343 0 503851 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 67056 KiB

[startup+1.50032 s]
/proc/loadavg: 4.12 4.11 4.09 5/251 15237
/proc/meminfo: memFree=129981012/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2027148 memory=168100 CPUtime=1.48 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 1241 0 0 0 145 3 0 0 20 0 1 0 31207339 2075799552 42025 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 506787 42025 1632 343 0 503851 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 168100 KiB

[startup+3.11276 s]
/proc/loadavg: 4.12 4.11 4.09 5/251 15237
/proc/meminfo: memFree=129876128/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2065892 memory=205308 CPUtime=3.09 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 7431 0 0 0 296 13 0 0 20 0 1 0 31207339 2115473408 51327 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 516473 51327 1728 343 0 513537 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2065892 KiB
Current children cumulated memory: 205308 KiB

[startup+6.30033 s]
/proc/loadavg: 4.11 4.11 4.09 5/251 15237
/proc/meminfo: memFree=129848088/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2104280 memory=229432 CPUtime=6.27 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 15784 0 0 0 601 26 0 0 20 0 1 0 31207339 2154782720 57358 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 526070 57358 1728 343 0 523134 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2104280 KiB
Current children cumulated memory: 229432 KiB

[startup+12.7003 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 15238
/proc/meminfo: memFree=129848044/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2109276 memory=234708 CPUtime=12.64 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 22598 0 0 0 1236 28 0 0 20 0 1 0 31207339 2159898624 58677 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 527319 58677 1728 343 0 524383 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2109276 KiB
Current children cumulated memory: 234708 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.10 4.09 5/251 15238
/proc/meminfo: memFree=129837844/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2109276 memory=236756 CPUtime=25.41 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 27471 0 0 0 2510 31 0 0 20 0 1 0 31207339 2159898624 59189 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 527319 59189 1728 343 0 524383 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2109276 KiB
Current children cumulated memory: 236756 KiB

[startup+51.1129 s]
/proc/loadavg: 4.11 4.11 4.09 5/250 15238
/proc/meminfo: memFree=129843916/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2109276 memory=236756 CPUtime=50.95 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 32356 0 0 0 5061 34 0 0 20 0 1 0 31207339 2159898624 59189 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 527319 59189 1728 343 0 524383 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2109276 KiB
Current children cumulated memory: 236756 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 15241
/proc/meminfo: memFree=129828408/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2109276 memory=236756 CPUtime=101.98 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 41083 0 0 0 10161 37 0 0 20 0 1 0 31207339 2159898624 59189 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 527319 59189 1728 343 0 524383 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2109276 KiB
Current children cumulated memory: 236756 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/251 15243
/proc/meminfo: memFree=129815624/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2109276 memory=247124 CPUtime=161.8 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 46950 0 0 0 16140 40 0 0 20 0 1 0 31207339 2159898624 61781 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 527319 61781 1728 343 0 524383 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 2109276 KiB
Current children cumulated memory: 247124 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/252 15246
/proc/meminfo: memFree=129814252/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2109276 memory=249048 CPUtime=221.62 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 53966 0 0 0 22117 45 0 0 20 0 1 0 31207339 2159898624 62262 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 527319 62262 1728 343 0 524383 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 2109276 KiB
Current children cumulated memory: 249048 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/252 15248
/proc/meminfo: memFree=129812928/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2143040 memory=254140 CPUtime=281.45 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 57344 0 0 0 28098 47 0 0 20 0 1 0 31207339 2194472960 63535 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 535760 63535 1728 343 0 532824 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 2143040 KiB
Current children cumulated memory: 254140 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/252 15250
/proc/meminfo: memFree=129816528/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2110272 memory=243900 CPUtime=341.27 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 61928 0 0 0 34077 50 0 0 20 0 1 0 31207339 2160918528 60975 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 527568 60975 1728 343 0 524632 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 2110272 KiB
Current children cumulated memory: 243900 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/252 15255
/proc/meminfo: memFree=129831896/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2112148 memory=231440 CPUtime=401.09 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 67457 0 0 0 40057 52 0 0 20 0 1 0 31207339 2162839552 57860 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 528037 57860 1728 343 0 525101 0
Current children cumulated CPU time: 401.09 s
Current children cumulated vsize: 2112148 KiB
Current children cumulated memory: 231440 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/252 15261
/proc/meminfo: memFree=129832452/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2144916 memory=245776 CPUtime=460.91 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 69086 0 0 0 46038 53 0 0 20 0 1 0 31207339 2196393984 61444 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 536229 61444 1728 343 0 533293 0
Current children cumulated CPU time: 460.91 s

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

Current children cumulated memory: 256344 KiB

[startup+2922.3 s]
/proc/loadavg: 2.17 2.56 3.28 3/239 15437
/proc/meminfo: memFree=129856536/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2115024 memory=239688 CPUtime=2913.8 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 192328 0 0 0 291220 160 0 0 20 0 1 0 31207339 2165784576 59922 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 528756 59922 1728 343 0 525820 0
Current children cumulated CPU time: 2913.8 s
Current children cumulated vsize: 2115024 KiB
Current children cumulated memory: 239688 KiB

[startup+2982.3 s]
/proc/loadavg: 2.12 2.47 3.20 3/239 15440
/proc/meminfo: memFree=129896684/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2115024 memory=245832 CPUtime=2973.63 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 196026 0 0 0 297199 164 0 0 20 0 1 0 31207339 2165784576 61458 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 528756 61458 1728 343 0 525820 0
Current children cumulated CPU time: 2973.63 s
Current children cumulated vsize: 2115024 KiB
Current children cumulated memory: 245832 KiB

[startup+3042.3 s]
/proc/loadavg: 2.16 2.41 3.14 3/239 15442
/proc/meminfo: memFree=129923868/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2115024 memory=250440 CPUtime=3033.46 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 196777 0 0 0 303181 165 0 0 20 0 1 0 31207339 2165784576 62610 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 528756 62610 1728 343 0 525820 0
Current children cumulated CPU time: 3033.46 s
Current children cumulated vsize: 2115024 KiB
Current children cumulated memory: 250440 KiB

[startup+3102.3 s]
/proc/loadavg: 2.12 2.35 3.07 3/240 15445
/proc/meminfo: memFree=129889556/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2115024 memory=247880 CPUtime=3093.29 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 198666 0 0 0 309163 166 0 0 20 0 1 0 31207339 2165784576 61970 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 528756 61970 1728 343 0 525820 0
Current children cumulated CPU time: 3093.29 s
Current children cumulated vsize: 2115024 KiB
Current children cumulated memory: 247880 KiB

[startup+3162.3 s]
/proc/loadavg: 2.09 2.30 3.00 3/240 15447
/proc/meminfo: memFree=129873660/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2115024 memory=251976 CPUtime=3153.13 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 198668 0 0 0 315146 167 0 0 20 0 1 0 31207339 2165784576 62994 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 528756 62994 1728 343 0 525820 0
Current children cumulated CPU time: 3153.13 s
Current children cumulated vsize: 2115024 KiB
Current children cumulated memory: 251976 KiB

[startup+3222.3 s]
/proc/loadavg: 2.14 2.28 2.95 3/240 15449
/proc/meminfo: memFree=129886344/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2147792 memory=258120 CPUtime=3212.96 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 202172 0 0 0 321127 169 0 0 20 0 1 0 31207339 2199339008 64530 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 536948 64530 1728 343 0 534012 0
Current children cumulated CPU time: 3212.96 s
Current children cumulated vsize: 2147792 KiB
Current children cumulated memory: 258120 KiB

[startup+3282.3 s]
/proc/loadavg: 1.57 2.10 2.84 2/234 15481
/proc/meminfo: memFree=130113552/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2147792 memory=278600 CPUtime=3272.75 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 204428 0 0 0 327099 176 0 0 20 0 1 0 31207339 2199339008 69650 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 536948 69650 1728 343 0 534012 0
Current children cumulated CPU time: 3272.75 s
Current children cumulated vsize: 2147792 KiB
Current children cumulated memory: 278600 KiB

[startup+3342.3 s]
/proc/loadavg: 1.25 1.91 2.73 2/234 15483
/proc/meminfo: memFree=130109400/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2180560 memory=297812 CPUtime=3332.54 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 207210 0 0 0 333075 179 0 0 20 0 1 0 31207339 2232893440 74453 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 545140 74453 1728 343 0 542204 0
Current children cumulated CPU time: 3332.54 s
Current children cumulated vsize: 2180560 KiB
Current children cumulated memory: 297812 KiB

[startup+3402.3 s]
/proc/loadavg: 1.19 1.77 2.63 2/234 15485
/proc/meminfo: memFree=130115656/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2213328 memory=291784 CPUtime=3392.34 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 208471 0 0 0 339053 181 0 0 20 0 1 0 31207339 2266447872 72946 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 553332 72946 1728 343 0 550396 0
Current children cumulated CPU time: 3392.34 s
Current children cumulated vsize: 2213328 KiB
Current children cumulated memory: 291784 KiB

[startup+3462.3 s]
/proc/loadavg: 1.11 1.64 2.53 2/232 15489
/proc/meminfo: memFree=130126212/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2147792 memory=277332 CPUtime=3452.13 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 211906 0 0 0 345028 185 0 0 20 0 1 0 31207339 2199339008 69333 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 536948 69333 1728 343 0 534012 0
Current children cumulated CPU time: 3452.13 s
Current children cumulated vsize: 2147792 KiB
Current children cumulated memory: 277332 KiB

[startup+3522.3 s]
/proc/loadavg: 1.15 1.56 2.44 2/233 15496
/proc/meminfo: memFree=130117112/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2147792 memory=275284 CPUtime=3511.92 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 213625 0 0 0 351006 186 0 0 20 0 1 0 31207339 2199339008 68821 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 536948 68821 1728 343 0 534012 0
Current children cumulated CPU time: 3511.92 s
Current children cumulated vsize: 2147792 KiB
Current children cumulated memory: 275284 KiB

[startup+3582.3 s]
/proc/loadavg: 1.15 1.48 2.36 2/234 15513
/proc/meminfo: memFree=130118596/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2147792 memory=282324 CPUtime=3571.71 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 213862 0 0 0 356984 187 0 0 20 0 1 0 31207339 2199339008 70581 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 536948 70581 1728 343 0 534012 0
Current children cumulated CPU time: 3571.71 s
Current children cumulated vsize: 2147792 KiB
Current children cumulated memory: 282324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 1.16 1.45 2.32 2/234 15514
/proc/meminfo: memFree=130118848/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2147792 memory=275284 CPUtime=3600.01 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 215794 0 0 0 359812 189 0 0 20 0 1 0 31207339 2199339008 68821 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 536948 68821 1728 343 0 534012 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2147792 KiB
Current children cumulated memory: 275284 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.13 s, system=1.89232 s

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

[startup+3610.7 s]
/proc/loadavg: 1.16 1.45 2.32 2/234 15514
/proc/meminfo: memFree=130118848/131382120 swapFree=33010684/33010684
[pid=15236] ppid=15233 vsize=2147792 memory=275284 CPUtime=3600.01 cores=1,3
/proc/15236/stat : 15236 (pb_picat) R 15233 15236 14022 0 -1 4194304 215794 0 0 0 359812 189 0 0 20 0 1 0 31207339 2199339008 68821 18446744073709551615 94868854226944 94868855628525 140729305220432 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94868855899952 94868857774256 94868892348416 140729305225630 140729305225706 140729305225706 140729305231308 0
/proc/15236/statm: 536948 68821 1728 343 0 534012 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2147792 KiB
Current children cumulated memory: 275284 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.7
CPU time (s): 3600.02
CPU user time (s): 3598.13
CPU system time (s): 1.89232
CPU usage (%): 99.7042
Max. virtual memory (cumulated for all children) (KiB): 2213328
Max. memory (cumulated for all children) (KiB): 332756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.13
system time used= 1.89232
maximum resident set size= 332756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215794
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= 81
involuntary context switches= 3011


# summary of solver processes directly reported to runsolver:
#   pid: 15236
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3598.13
#   total CPU system time (s): 1.89232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1102 second user time and 33.7489 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 02:01:25
IDJOB=4502007
IDBENCH=153060
IDSOLVER=3346
FILE ID=nodeC002/4502007-1751155285
RUNJOBID= nodeC002-1751146846-14034
SLURM_JOB_ID= 9587468
Free space on /tmp= 433044 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9029_2-sat.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502007-1751155285/watcher-4502007-1751155285 -o /tmp/evaluation-result-4502007-1751155285/solver-4502007-1751155285 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751146846-14034 --watchdog 3760  pb_picat HOME/instance-4502007-1751155285.opb

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

MD5SUM BENCH= 9dbe363344c0fe5585984e30a944da25
RANDOM SEED=1734604174

nodeC002 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		: 3662.729
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.81
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		: 1197.716
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.81
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.501
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.81
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.224
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.81
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		: 3604.341
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.81
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		: 3663.177
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.81
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.313
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.81
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.785
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130062880 kB
MemAvailable:   129668336 kB
Buffers:            3280 kB
Cached:           377428 kB
SwapCached:            0 kB
Active:           649832 kB
Inactive:         179404 kB
Active(anon):     466488 kB
Inactive(anon):        0 kB
Active(file):     183344 kB
Inactive(file):   179404 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6232 kB
Writeback:             0 kB
AnonPages:        449196 kB
Mapped:           113112 kB
Shmem:             17960 kB
KReclaimable:      84036 kB
Slab:             164596 kB
SReclaimable:      84036 kB
SUnreclaim:        80560 kB
KernelStack:        4080 kB
PageTables:         4064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    6689272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC002 at 2025-06-29 03:01:36