Trace number 4442602

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.07 3609.12

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
MD5SUM2590c1209b8f449ade71ad316e08b5f7
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 benchmark1.32104
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints39645
Number of constraints which are clauses39645
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 constraint40
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 41
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.01	c solving HOME/instance-4442602-1721297529.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: 64059 MiB (58688 MiB free)
  memory of node 1: 64510 MiB (61667 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442602-1721297529/watcher-4442602-1721297529 -o /tmp/evaluation-result-4442602-1721297529/solver-4442602-1721297529 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721293773-946212 --watchdog 3760 pb_picat HOME/instance-4442602-1721297529.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=949786, runsolver pid=949783

[startup+0.100678 s]*
/proc/loadavg: 4.73 4.33 4.17 5/242 949787
/proc/meminfo: memFree=123307164/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2033608 memory=23124 CPUtime=0.09 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 819 0 0 0 9 0 0 0 20 0 1 0 181911629 2082414592 5781 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 508402 5781 1569 439 0 503831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 23124 KiB

[startup+0.213113 s]*
/proc/loadavg: 4.73 4.33 4.17 5/242 949787
/proc/meminfo: memFree=123287740/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2033608 memory=29268 CPUtime=0.2 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 822 0 0 0 20 0 0 0 20 0 1 0 181911629 2082414592 7317 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 508402 7317 1569 439 0 503831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 29268 KiB

[startup+0.312447 s]*
/proc/loadavg: 4.73 4.33 4.17 5/242 949787
/proc/meminfo: memFree=123271696/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2033608 memory=35412 CPUtime=0.31 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 825 0 0 0 30 1 0 0 20 0 1 0 181911629 2082414592 8853 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 508402 8853 1569 439 0 503831 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 35412 KiB

[startup+0.700308 s]
/proc/loadavg: 4.73 4.33 4.17 5/242 949787
/proc/meminfo: memFree=123237784/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2033608 memory=58396 CPUtime=0.68 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 965 0 0 0 67 1 0 0 20 0 1 0 181911629 2082414592 14599 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 508402 14599 1569 439 0 503831 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 58396 KiB

[startup+1.50032 s]
/proc/loadavg: 4.73 4.33 4.17 5/242 949787
/proc/meminfo: memFree=123166004/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2037476 memory=72660 CPUtime=1.48 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 4594 0 0 0 146 2 0 0 20 0 1 0 181911629 2086375424 18165 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 509369 18165 1693 439 0 504798 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2037476 KiB
Current children cumulated memory: 72660 KiB

[startup+3.11246 s]
/proc/loadavg: 4.67 4.33 4.17 5/242 949787
/proc/meminfo: memFree=123479884/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2044644 memory=79684 CPUtime=3.09 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 14242 0 0 0 305 4 0 0 20 0 1 0 181911629 2093715456 19921 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 511161 19921 1693 439 0 506590 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2044644 KiB
Current children cumulated memory: 79684 KiB

[startup+6.30031 s]
/proc/loadavg: 4.67 4.33 4.17 5/242 949787
/proc/meminfo: memFree=123351060/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2052308 memory=83644 CPUtime=6.27 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 27957 0 0 0 620 7 0 0 20 0 1 0 181911629 2101563392 20911 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 513077 20911 1693 439 0 508506 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2052308 KiB
Current children cumulated memory: 83644 KiB

[startup+12.7003 s]
/proc/loadavg: 4.61 4.32 4.17 5/242 949789
/proc/meminfo: memFree=123220292/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2069636 memory=92180 CPUtime=12.65 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 52648 0 0 0 1252 13 0 0 20 0 1 0 181911629 2119307264 23045 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 517409 23045 1693 439 0 512838 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2069636 KiB
Current children cumulated memory: 92180 KiB

[startup+25.5003 s]
/proc/loadavg: 4.48 4.31 4.17 5/242 949791
/proc/meminfo: memFree=123250560/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2053284 memory=84140 CPUtime=25.42 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 83507 0 0 0 2520 22 0 0 20 0 1 0 181911629 2102562816 21035 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 513321 21035 1693 439 0 508750 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2053284 KiB
Current children cumulated memory: 84140 KiB

[startup+51.1128 s]
/proc/loadavg: 4.37 4.30 4.17 5/242 949795
/proc/meminfo: memFree=123076856/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2068260 memory=93508 CPUtime=50.97 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 123388 0 0 0 5059 38 0 0 20 0 1 0 181911629 2117898240 23377 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 517065 23377 1693 439 0 512494 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2068260 KiB
Current children cumulated memory: 93508 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.27 4.16 5/242 949805
/proc/meminfo: memFree=123397232/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2072276 memory=105860 CPUtime=102.03 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 217700 0 0 0 10126 77 0 0 20 0 1 0 181911629 2122010624 26465 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 518069 26465 1693 439 0 513498 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2072276 KiB
Current children cumulated memory: 105860 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.25 4.16 5/242 949862
/proc/meminfo: memFree=123445420/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2070228 memory=92960 CPUtime=161.88 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 316904 0 0 0 16070 118 0 0 20 0 1 0 181911629 2119913472 23240 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 517557 23240 1693 439 0 512986 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 2070228 KiB
Current children cumulated memory: 92960 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.23 4.16 5/241 949873
/proc/meminfo: memFree=123348816/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2105044 memory=107272 CPUtime=221.73 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 397262 0 0 0 22019 154 0 0 20 0 1 0 181911629 2155565056 26818 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 526261 26818 1693 439 0 521690 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 2105044 KiB
Current children cumulated memory: 107272 KiB

[startup+282.3 s]
/proc/loadavg: 4.79 4.39 4.22 5/241 949883
/proc/meminfo: memFree=123425988/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2105712 memory=116808 CPUtime=281.58 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 464493 0 0 0 27969 189 0 0 20 0 1 0 181911629 2156249088 29202 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 526428 29202 1693 439 0 521857 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 2105712 KiB
Current children cumulated memory: 116808 KiB

[startup+342.3 s]
/proc/loadavg: 4.59 4.42 4.25 5/241 949893
/proc/meminfo: memFree=123366616/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2045296 memory=80908 CPUtime=341.43 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 524118 0 0 0 33920 223 0 0 20 0 1 0 181911629 2094383104 20227 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 511324 20227 1693 439 0 506753 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 2045296 KiB
Current children cumulated memory: 80908 KiB

[startup+402.3 s]
/proc/loadavg: 4.26 4.36 4.23 5/241 949903
/proc/meminfo: memFree=123066292/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2171248 memory=144060 CPUtime=401.28 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 582973 0 0 0 39872 256 0 0 20 0 1 0 181911629 2223357952 36015 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 542812 36015 1693 439 0 538241 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 2171248 KiB
Current children cumulated memory: 144060 KiB

[startup+462.3 s]
/proc/loadavg: 4.21 4.32 4.23 5/241 949914
/proc/meminfo: memFree=123105788/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2105916 memory=134160 CPUtime=461.13 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 657061 0 0 0 45823 290 0 0 20 0 1 0 181911629 2156457984 33540 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 526479 33540 1693 439 0 521908 0

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

Current children cumulated memory: 229608 KiB

[startup+2922.3 s]
/proc/loadavg: 4.22 4.27 4.19 5/243 951535
/proc/meminfo: memFree=122701540/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2177704 memory=193760 CPUtime=2914.96 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 2831419 0 0 0 290090 1406 0 0 20 0 1 0 181911629 2229968896 48440 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 544426 48440 1693 439 0 539855 0
Current children cumulated CPU time: 2914.96 s
Current children cumulated vsize: 2177704 KiB
Current children cumulated memory: 193760 KiB

[startup+2982.3 s]
/proc/loadavg: 4.17 4.25 4.18 5/243 951545
/proc/meminfo: memFree=122938520/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2177704 memory=209648 CPUtime=2974.82 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 2853380 0 0 0 296060 1422 0 0 20 0 1 0 181911629 2229968896 52412 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 544426 52412 1693 439 0 539855 0
Current children cumulated CPU time: 2974.82 s
Current children cumulated vsize: 2177704 KiB
Current children cumulated memory: 209648 KiB

[startup+3042.3 s]
/proc/loadavg: 4.18 4.23 4.18 5/243 951556
/proc/meminfo: memFree=122474908/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2308776 memory=225828 CPUtime=3034.67 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 2894229 0 0 0 302014 1453 0 0 20 0 1 0 181911629 2364186624 56457 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 577194 56457 1693 439 0 572623 0
Current children cumulated CPU time: 3034.67 s
Current children cumulated vsize: 2308776 KiB
Current children cumulated memory: 225828 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.20 4.17 5/242 951566
/proc/meminfo: memFree=123021064/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2108072 memory=146648 CPUtime=3094.52 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 2938592 0 0 0 307970 1482 0 0 20 0 1 0 181911629 2158665728 36662 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 527018 36662 1693 439 0 522447 0
Current children cumulated CPU time: 3094.52 s
Current children cumulated vsize: 2108072 KiB
Current children cumulated memory: 146648 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.18 4.17 5/242 951576
/proc/meminfo: memFree=122829104/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2073256 memory=111476 CPUtime=3154.36 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 2992791 0 0 0 313927 1509 0 0 20 0 1 0 181911629 2123014144 27869 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 518314 27869 1693 439 0 513743 0
Current children cumulated CPU time: 3154.36 s
Current children cumulated vsize: 2073256 KiB
Current children cumulated memory: 111476 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.18 4.17 5/241 951587
/proc/meminfo: memFree=123080920/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2173608 memory=178392 CPUtime=3214.21 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 3014926 0 0 0 319899 1522 0 0 20 0 1 0 181911629 2225774592 44598 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 543402 44598 1693 439 0 538831 0
Current children cumulated CPU time: 3214.21 s
Current children cumulated vsize: 2173608 KiB
Current children cumulated memory: 178392 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.17 4.17 5/241 951597
/proc/meminfo: memFree=122532412/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2173608 memory=179420 CPUtime=3274.07 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 3117461 0 0 0 325859 1548 0 0 20 0 1 0 181911629 2225774592 44855 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 544426 44855 1693 439 0 539855 0
Current children cumulated CPU time: 3274.07 s
Current children cumulated vsize: 2173608 KiB
Current children cumulated memory: 179420 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.17 4.17 5/241 951607
/proc/meminfo: memFree=122395316/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2308776 memory=275208 CPUtime=3333.91 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 3166716 0 0 0 331815 1576 0 0 20 0 1 0 181911629 2364186624 68802 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 577194 68802 1693 439 0 572623 0
Current children cumulated CPU time: 3333.91 s
Current children cumulated vsize: 2308776 KiB
Current children cumulated memory: 275208 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.16 4.17 5/241 951617
/proc/meminfo: memFree=123055120/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2177704 memory=201700 CPUtime=3393.76 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 3217473 0 0 0 337775 1601 0 0 20 0 1 0 181911629 2229968896 50425 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 544426 50425 1693 439 0 539855 0
Current children cumulated CPU time: 3393.76 s
Current children cumulated vsize: 2177704 KiB
Current children cumulated memory: 201700 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.18 4.17 5/241 951628
/proc/meminfo: memFree=122135948/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2308776 memory=297492 CPUtime=3453.61 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 3248278 0 0 0 343733 1628 0 0 20 0 1 0 181911629 2364186624 74373 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 577194 74373 1693 439 0 572623 0
Current children cumulated CPU time: 3453.61 s
Current children cumulated vsize: 2308776 KiB
Current children cumulated memory: 297492 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.18 4.17 5/245 951644
/proc/meminfo: memFree=122819888/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2173608 memory=157008 CPUtime=3513.46 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 3296780 0 0 0 349687 1659 0 0 20 0 1 0 181911629 2225774592 38740 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 543402 38740 1693 439 0 538831 0
Current children cumulated CPU time: 3513.46 s
Current children cumulated vsize: 2173608 KiB
Current children cumulated memory: 157008 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.16 4.17 5/245 951746
/proc/meminfo: memFree=123190068/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2304680 memory=217964 CPUtime=3573.32 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 3347586 0 0 0 355645 1687 0 0 20 0 1 0 181911629 2359992320 54491 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 576170 54491 1693 439 0 571599 0
Current children cumulated CPU time: 3573.32 s
Current children cumulated vsize: 2304680 KiB
Current children cumulated memory: 217964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.30 4.19 4.18 5/245 951797
/proc/meminfo: memFree=122572664/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2308776 memory=312652 CPUtime=3600.05 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 3380303 0 0 0 358304 1701 0 0 20 0 1 0 181911629 2364186624 78163 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 577194 78163 1693 439 0 572623 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2308776 KiB
Current children cumulated memory: 312652 KiB

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

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

# cumulated CPU time of all completed processes:  user=3583.05 s, system=17.0213 s

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

[startup+3609.11 s]
/proc/loadavg: 4.30 4.19 4.18 5/245 951797
/proc/meminfo: memFree=122572664/131655788 swapFree=131071996/131071996
[pid=949786] ppid=949783 vsize=2308776 memory=312652 CPUtime=3600.05 cores=1,3
/proc/949786/stat : 949786 (pb_picat) R 949783 949786 946200 0 -1 4194304 3380303 0 0 0 358304 1701 0 0 20 0 1 0 181911629 2364186624 78163 134679101440 4194304 5989780 140725153599104 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 42799104 140725153604632 140725153604708 140725153604708 140725153611724 0
/proc/949786/statm: 577194 78163 1693 439 0 572623 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2308776 KiB
Current children cumulated memory: 312652 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.12
CPU time (s): 3600.07
CPU user time (s): 3583.05
CPU system time (s): 17.0213
CPU usage (%): 99.7494
Max. virtual memory (cumulated for all children) (KiB): 2570920
Max. memory (cumulated for all children) (KiB): 404500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.05
system time used= 17.0213
maximum resident set size= 404500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3380303
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= 8
involuntary context switches= 4759


# summary of solver processes directly reported to runsolver:
#   pid: 949786
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3583.05
#   total CPU system time (s): 17.0213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0735 second user time and 35.7991 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-18 12:12:21
IDJOB=4442602
IDBENCH=147833
IDSOLVER=3068
FILE ID=nodeC006/4442602-1721297529
RUNJOBID= nodeC006-1721293773-946212
SLURM_JOB_ID= 7542603
Free space on /tmp= 723764 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442602-1721297529/watcher-4442602-1721297529 -o /tmp/evaluation-result-4442602-1721297529/solver-4442602-1721297529 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721293773-946212 --watchdog 3760  pb_picat HOME/instance-4442602-1721297529.opb

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

MD5SUM BENCH= 2590c1209b8f449ade71ad316e08b5f7
RANDOM SEED=1452844075

nodeC006.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	: 0xb00001f
cpu MHz		: 3648.786
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 invpcid_single pti 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	: 6983.94
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.981
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 invpcid_single pti 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	: 6983.26
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.255
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 invpcid_single pti 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	: 6983.94
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.254
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 invpcid_single pti 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	: 6983.26
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		: 3656.668
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 invpcid_single pti 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	: 6983.94
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		: 3651.049
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 invpcid_single pti 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	: 6983.26
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.700
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 invpcid_single pti 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	: 6983.94
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.357
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 invpcid_single pti 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	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123251192 kB
MemAvailable:   129399344 kB
Buffers:          479912 kB
Cached:          6430456 kB
SwapCached:            0 kB
Active:           923964 kB
Inactive:        6760960 kB
Active(anon):       1476 kB
Inactive(anon):   810780 kB
Active(file):     922488 kB
Inactive(file):  5950180 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8252 kB
Writeback:             0 kB
AnonPages:        772820 kB
Mapped:           114436 kB
Shmem:             37704 kB
KReclaimable:     231028 kB
Slab:             349120 kB
SReclaimable:     231028 kB
SUnreclaim:       118092 kB
KernelStack:        3936 kB
PageTables:        10856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7245704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57888 kB
HardwareCorrupted:     0 kB
AnonHugePages:    555008 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:      310088 kB
DirectMap2M:    40488960 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC006 at 2024-07-18 13:12:31