Trace number 4442872

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 2024-06-18? (TO) 3600.03 3609.2

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-51-50.opb
MD5SUM160cae61f04d8ccee666d7a366e84df3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.64528
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2550
Total number of constraints63801
Number of constraints which are clauses63801
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint50
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
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.00	c solving HOME/instance-4442872-1721306164.opb (Picat 3.6#12)

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: 63931 MiB (60019 MiB free)
  memory of node 1: 64510 MiB (60736 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442872-1721306164/watcher-4442872-1721306164 -o /tmp/evaluation-result-4442872-1721306164/solver-4442872-1721306164 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721306176-984429 --watchdog 3760 pb_picat HOME/instance-4442872-1721306164.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=984480, runsolver pid=984474
Current StackSize limit: 8192 KiB


[startup+0.100092 s]*
/proc/loadavg: 1.13 1.12 1.55 5/256 984489
/proc/meminfo: memFree=123570216/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2033608 memory=34160 CPUtime=0.1 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 1015 0 0 0 10 0 0 0 20 0 1 0 182781738 2082414592 8540 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 508402 8540 1569 439 0 503831 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 34160 KiB

[startup+0.205945 s]*
/proc/loadavg: 1.13 1.12 1.55 6/256 984491
/proc/meminfo: memFree=123517228/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2033608 memory=50544 CPUtime=0.2 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 1023 0 0 0 20 0 0 0 20 0 1 0 182781738 2082414592 12636 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 508402 12636 1569 439 0 503831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 50544 KiB

[startup+0.306024 s]*
/proc/loadavg: 1.13 1.12 1.55 6/256 984491
/proc/meminfo: memFree=123469468/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2033608 memory=66928 CPUtime=0.3 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 1031 0 0 0 30 0 0 0 20 0 1 0 182781738 2082414592 16732 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 508402 16732 1569 439 0 503831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 66928 KiB

[startup+0.700229 s]
/proc/loadavg: 1.13 1.12 1.55 6/256 984491
/proc/meminfo: memFree=123370876/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2040760 memory=103472 CPUtime=0.69 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 3589 0 0 0 68 1 0 0 20 0 1 0 182781738 2089738240 25868 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 510190 25868 1677 439 0 505619 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2040760 KiB
Current children cumulated memory: 103472 KiB

[startup+1.50021 s]
/proc/loadavg: 1.13 1.12 1.55 5/256 984491
/proc/meminfo: memFree=123268416/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2042840 memory=105760 CPUtime=1.49 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 8637 0 0 0 147 2 0 0 20 0 1 0 182781738 2091868160 26440 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 510710 26440 1677 439 0 506139 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2042840 KiB
Current children cumulated memory: 105760 KiB

[startup+3.10567 s]
/proc/loadavg: 1.13 1.12 1.55 5/256 984491
/proc/meminfo: memFree=123248240/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2038940 memory=103572 CPUtime=3.09 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 14255 0 0 0 306 3 0 0 20 0 1 0 182781738 2087874560 25893 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 509735 25893 1677 439 0 505164 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2038940 KiB
Current children cumulated memory: 103572 KiB

[startup+6.30022 s]
/proc/loadavg: 1.36 1.17 1.57 5/256 984491
/proc/meminfo: memFree=123242472/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2044100 memory=105276 CPUtime=6.28 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 27421 0 0 0 622 6 0 0 20 0 1 0 182781738 2093158400 26319 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 511025 26319 1677 439 0 506454 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2044100 KiB
Current children cumulated memory: 105276 KiB

[startup+12.7002 s]
/proc/loadavg: 1.58 1.22 1.58 5/256 984492
/proc/meminfo: memFree=123211524/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2055544 memory=110512 CPUtime=12.66 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 46441 0 0 0 1256 10 0 0 20 0 1 0 182781738 2104877056 27628 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 513886 27628 1677 439 0 509315 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2055544 KiB
Current children cumulated memory: 110512 KiB

[startup+25.5002 s]
/proc/loadavg: 2.19 1.37 1.62 5/256 984494
/proc/meminfo: memFree=123243016/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2071960 memory=121772 CPUtime=25.43 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 72341 0 0 0 2523 20 0 0 20 0 1 0 182781738 2121687040 30443 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 517990 30443 1677 439 0 513419 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2071960 KiB
Current children cumulated memory: 121772 KiB

[startup+51.1058 s]
/proc/loadavg: 2.81 1.58 1.69 5/256 984499
/proc/meminfo: memFree=123202096/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2053960 memory=115748 CPUtime=50.98 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 112025 0 0 0 5057 41 0 0 20 0 1 0 182781738 2103255040 28937 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 513490 28937 1677 439 0 508919 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 2053960 KiB
Current children cumulated memory: 115748 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 1.97 1.82 5/257 984555
/proc/meminfo: memFree=122672916/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2104824 memory=163616 CPUtime=102.05 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 185607 0 0 0 10127 78 0 0 20 0 1 0 182781738 2155339776 40904 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 526206 40904 1677 439 0 521635 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 2104824 KiB
Current children cumulated memory: 163616 KiB

[startup+162.3 s]
/proc/loadavg: 3.95 2.37 1.97 5/257 984565
/proc/meminfo: memFree=122584132/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2103232 memory=138180 CPUtime=161.91 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 265530 0 0 0 16071 120 0 0 20 0 1 0 182781738 2153709568 34545 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 525808 34545 1677 439 0 521237 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 2103232 KiB
Current children cumulated memory: 138180 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 2.69 2.10 5/257 984577
/proc/meminfo: memFree=122602160/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2170776 memory=173936 CPUtime=221.76 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 324776 0 0 0 22021 155 0 0 20 0 1 0 182781738 2222874624 43484 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 542694 43484 1677 439 0 538123 0
Current children cumulated CPU time: 221.76 s
Current children cumulated vsize: 2170776 KiB
Current children cumulated memory: 173936 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 2.94 2.23 5/259 984591
/proc/meminfo: memFree=122667672/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2103332 memory=144960 CPUtime=281.62 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 392776 0 0 0 27964 198 0 0 20 0 1 0 182781738 2153811968 36240 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 525833 36240 1677 439 0 521262 0
Current children cumulated CPU time: 281.62 s
Current children cumulated vsize: 2103332 KiB
Current children cumulated memory: 144960 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.17 2.35 5/258 984601
/proc/meminfo: memFree=122600428/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2071164 memory=126652 CPUtime=341.48 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 444665 0 0 0 33912 236 0 0 20 0 1 0 182781738 2120871936 31663 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 517791 31663 1677 439 0 513220 0
Current children cumulated CPU time: 341.48 s
Current children cumulated vsize: 2071164 KiB
Current children cumulated memory: 126652 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.34 2.46 5/258 984612
/proc/meminfo: memFree=122625004/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2105980 memory=166212 CPUtime=401.33 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 493638 0 0 0 39864 269 0 0 20 0 1 0 182781738 2156523520 41553 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 526495 41553 1677 439 0 521924 0
Current children cumulated CPU time: 401.33 s
Current children cumulated vsize: 2105980 KiB
Current children cumulated memory: 166212 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 3.49 2.57 5/257 984623
/proc/meminfo: memFree=122517492/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2171516 memory=192280 CPUtime=461.18 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 537620 0 0 0 45819 299 0 0 20 0 1 0 182781738 2223632384 48070 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 542879 48070 1677 439 0 538308 0

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

Current children cumulated memory: 164656 KiB

[startup+2862.3 s]
/proc/loadavg: 4.06 4.08 4.00 5/257 985644
/proc/meminfo: memFree=122151824/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2308828 memory=244496 CPUtime=2855.25 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 1954098 0 0 0 284172 1353 0 0 20 0 1 0 182781738 2364239872 61124 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 577207 61124 1677 439 0 572636 0
Current children cumulated CPU time: 2855.25 s
Current children cumulated vsize: 2308828 KiB
Current children cumulated memory: 244496 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.09 4.01 5/258 985656
/proc/meminfo: memFree=122279588/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2073308 memory=140584 CPUtime=2915.09 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 1994634 0 0 0 290127 1382 0 0 20 0 1 0 182781738 2123067392 35146 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 518327 35146 1677 439 0 513756 0
Current children cumulated CPU time: 2915.09 s
Current children cumulated vsize: 2073308 KiB
Current children cumulated memory: 140584 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.09 4.01 5/258 986050
/proc/meminfo: memFree=121980952/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2308828 memory=261160 CPUtime=2974.92 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 2250875 0 0 0 296041 1451 0 0 20 0 1 0 182781738 2364239872 65290 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 577207 65290 1677 439 0 572636 0
Current children cumulated CPU time: 2974.92 s
Current children cumulated vsize: 2308828 KiB
Current children cumulated memory: 261160 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.10 4.02 5/259 986061
/proc/meminfo: memFree=122235380/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2173660 memory=195916 CPUtime=3034.75 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 2270769 0 0 0 302008 1467 0 0 20 0 1 0 182781738 2225827840 48979 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 543415 48979 1677 439 0 538844 0
Current children cumulated CPU time: 3034.75 s
Current children cumulated vsize: 2173660 KiB
Current children cumulated memory: 195916 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.10 4.02 5/259 986072
/proc/meminfo: memFree=122190924/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2308828 memory=249444 CPUtime=3094.57 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 2301121 0 0 0 307967 1490 0 0 20 0 1 0 182781738 2364239872 62361 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 577207 62361 1677 439 0 572636 0
Current children cumulated CPU time: 3094.57 s
Current children cumulated vsize: 2308828 KiB
Current children cumulated memory: 249444 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.09 4.02 5/260 986252
/proc/meminfo: memFree=121986076/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2177756 memory=235084 CPUtime=3154.4 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 2337684 0 0 0 313931 1509 0 0 20 0 1 0 182781738 2230022144 58771 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 544439 58771 1677 439 0 539868 0
Current children cumulated CPU time: 3154.4 s
Current children cumulated vsize: 2177756 KiB
Current children cumulated memory: 235084 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.08 4.02 5/259 986264
/proc/meminfo: memFree=122305672/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2108124 memory=159572 CPUtime=3214.23 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 2363187 0 0 0 319892 1531 0 0 20 0 1 0 182781738 2158718976 39893 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 527031 39893 1677 439 0 522460 0
Current children cumulated CPU time: 3214.23 s
Current children cumulated vsize: 2108124 KiB
Current children cumulated memory: 159572 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.08 4.02 5/261 986335
/proc/meminfo: memFree=122147176/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2108124 memory=152172 CPUtime=3274.05 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 2393985 0 0 0 325848 1557 0 0 20 0 1 0 182781738 2158718976 38043 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 527031 38043 1677 439 0 522460 0
Current children cumulated CPU time: 3274.05 s
Current children cumulated vsize: 2108124 KiB
Current children cumulated memory: 152172 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.10 4.02 5/260 986346
/proc/meminfo: memFree=121969728/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2566876 memory=375064 CPUtime=3333.88 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 2427454 0 0 0 331806 1582 0 0 20 0 1 0 182781738 2628481024 93766 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 641719 93766 1677 439 0 637148 0
Current children cumulated CPU time: 3333.88 s
Current children cumulated vsize: 2566876 KiB
Current children cumulated memory: 375064 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.11 4.03 5/260 986357
/proc/meminfo: memFree=121851760/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2308828 memory=341664 CPUtime=3393.71 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 2460742 0 0 0 337762 1609 0 0 20 0 1 0 182781738 2364239872 85416 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 577207 85416 1677 439 0 572636 0
Current children cumulated CPU time: 3393.71 s
Current children cumulated vsize: 2308828 KiB
Current children cumulated memory: 341664 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.16 4.05 5/259 986368
/proc/meminfo: memFree=121738104/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2178068 memory=208340 CPUtime=3453.54 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 2488594 0 0 0 343720 1634 0 0 20 0 1 0 182781738 2230341632 52085 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 544517 52085 1677 439 0 539946 0
Current children cumulated CPU time: 3453.54 s
Current children cumulated vsize: 2178068 KiB
Current children cumulated memory: 208340 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.16 4.06 5/259 986381
/proc/meminfo: memFree=121989116/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2309140 memory=249400 CPUtime=3513.37 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 2503724 0 0 0 349690 1647 0 0 20 0 1 0 182781738 2364559360 62350 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 577285 62350 1677 439 0 572714 0
Current children cumulated CPU time: 3513.37 s
Current children cumulated vsize: 2309140 KiB
Current children cumulated memory: 249400 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.06 5/255 986391
/proc/meminfo: memFree=122094136/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2571284 memory=393044 CPUtime=3573.2 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 2527029 0 0 0 355654 1666 0 0 20 0 1 0 182781738 2632994816 98261 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 642821 98261 1677 439 0 638250 0
Current children cumulated CPU time: 3573.2 s
Current children cumulated vsize: 2571284 KiB
Current children cumulated memory: 393044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 4.14 4.15 4.06 5/255 986395
/proc/meminfo: memFree=122405216/131524600 swapFree=131071996/131071996
[pid=984480] ppid=984474 vsize=2173972 memory=217636 CPUtime=3600.02 cores=5,7
/proc/984480/stat : 984480 (pb_picat) R 984474 984480 984416 0 -1 4194304 2558507 0 0 0 358325 1677 0 0 20 0 1 0 182781738 2226147328 54409 134679101440 4194304 5989780 140734601925376 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26918912 140734601929752 140734601929828 140734601929828 140734601936844 0
/proc/984480/statm: 543493 54409 1677 439 0 538922 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2173972 KiB
Current children cumulated memory: 217636 KiB

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

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

# cumulated CPU time of all completed processes:  user=3583.26 s, system=16.7777 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.03
CPU user time (s): 3583.26
CPU system time (s): 16.7777
CPU usage (%): 99.7459
Max. virtual memory (cumulated for all children) (KiB): 2579164
Max. memory (cumulated for all children) (KiB): 515708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.26
system time used= 16.7777
maximum resident set size= 515708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2558507
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= 4
involuntary context switches= 4760


# summary of solver processes directly reported to runsolver:
#   pid: 984480
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3583.26
#   total CPU system time (s): 16.7777

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.05786 second user time and 17.6545 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-18 14:36:16
IDJOB=4442872
IDBENCH=147855
IDSOLVER=3068
FILE ID=nodeC025/4442872-1721306164
RUNJOBID= nodeC025-1721306176-984429
SLURM_JOB_ID= 7542640
Free space on /tmp= 890020 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-51-50.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442872-1721306164/watcher-4442872-1721306164 -o /tmp/evaluation-result-4442872-1721306164/solver-4442872-1721306164 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721306176-984429 --watchdog 3760  pb_picat HOME/instance-4442872-1721306164.opb

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

MD5SUM BENCH= 160cae61f04d8ccee666d7a366e84df3
RANDOM SEED=1165506781

nodeC025.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3639.020
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
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		: 3663.490
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
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		: 3634.739
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
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		: 3651.072
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
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		: 3643.159
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
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		: 3661.642
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
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		: 3600.009
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
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		: 3653.980
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123661532 kB
MemAvailable:   129607796 kB
Buffers:          511612 kB
Cached:          6198128 kB
SwapCached:            0 kB
Active:          1044720 kB
Inactive:        6047564 kB
Active(anon):       1440 kB
Inactive(anon):   418820 kB
Active(file):    1043280 kB
Inactive(file):  5628744 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             20164 kB
Writeback:           268 kB
AnonPages:        380616 kB
Mapped:           106108 kB
Shmem:             37720 kB
KReclaimable:     227776 kB
Slab:             355632 kB
SReclaimable:     227776 kB
SUnreclaim:       127856 kB
KernelStack:        3920 kB
PageTables:        10108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     684364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69344 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      318164 kB
DirectMap2M:    43495424 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890000 MiB
End job on nodeC025 at 2024-07-18 15:36:26