Trace number 4445272

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-18SAT 1309.67 1313.47

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob8.opb
MD5SUM3f61e6943d6ec76e40473bfb8d86b810
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.264688
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint86
Maximum length of a constraint86
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 21733991
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 300042743
Number of bits of the biggest sum of numbers29
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-4445272-1721314348.opb (Picat 3.6#12)
1309.60/1313.46	s SATISFIABLE
1309.60/1313.46	v ~x74 ~x36 x49 ~x11 ~x62 ~x24 ~x75 ~x37 ~x50 ~x12 
1309.60/1313.46	v ~x63 ~x25 ~x76 ~x38 ~x51 ~x13 x64 ~x26 ~x77 x39 
1309.60/1313.46	v x1 ~x52 x14 ~x65 ~x27 ~x78 ~x40 x2 ~x53 ~x15 
1309.60/1313.46	v ~x66 ~x28 ~x79 ~x41 x3 ~x54 ~x16 ~x67 ~x29 ~x80 
1309.60/1313.46	v ~x42 ~x4 ~x55 ~x17 ~x68 ~x30 ~x81 ~x43 ~x5 x56 
1309.60/1313.46	v ~x18 ~x69 ~x31 ~x82 x44 ~x6 ~x57 x19 ~x70 ~x32 
1309.60/1313.46	v ~x83 ~x45 ~x7 ~x58 x20 ~x71 ~x33 ~x84 ~x46 ~x8 
1309.60/1313.46	v ~x59 ~x21 x72 ~x34 ~x85 ~x47 ~x9 ~x60 ~x22 ~x73 
1309.60/1313.46	v ~x35 ~x86 ~x48 ~x10 ~x61 ~x23 

Verifier Data

OK	0

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=992016, runsolver pid=992013

[startup+0.100311 s]*
/proc/loadavg: 4.14 4.15 4.12 5/258 992017
/proc/meminfo: memFree=123508216/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2038912 memory=23704 CPUtime=0.09 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 2265 0 0 0 9 0 0 0 20 0 1 0 183600146 2087845888 5926 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 509728 5926 1701 439 0 505157 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2038912 KiB
Current children cumulated memory: 23704 KiB

[startup+0.205599 s]*
/proc/loadavg: 4.14 4.15 4.12 5/258 992017
/proc/meminfo: memFree=123507860/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2038912 memory=23744 CPUtime=0.19 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 2611 0 0 0 19 0 0 0 20 0 1 0 183600146 2087845888 5936 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 509728 5936 1701 439 0 505157 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2038912 KiB
Current children cumulated memory: 23744 KiB

[startup+0.304892 s]*
/proc/loadavg: 4.14 4.15 4.12 5/258 992017
/proc/meminfo: memFree=123507564/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2037888 memory=23144 CPUtime=0.29 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 2755 0 0 0 29 0 0 0 20 0 1 0 183600146 2086797312 5786 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 509472 5786 1701 439 0 504901 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2037888 KiB
Current children cumulated memory: 23144 KiB

[startup+0.700142 s]
/proc/loadavg: 4.14 4.15 4.12 5/258 992017
/proc/meminfo: memFree=123512916/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2038912 memory=23744 CPUtime=0.68 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 3323 0 0 0 68 0 0 0 20 0 1 0 183600146 2087845888 5936 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 509728 5936 1701 439 0 505157 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2038912 KiB
Current children cumulated memory: 23744 KiB

[startup+1.50014 s]
/proc/loadavg: 4.13 4.15 4.12 5/258 992017
/proc/meminfo: memFree=123512160/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2039068 memory=24540 CPUtime=1.48 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 4534 0 0 0 147 1 0 0 20 0 1 0 183600146 2088005632 6135 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 509767 6135 1701 439 0 505196 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2039068 KiB
Current children cumulated memory: 24540 KiB

[startup+3.10553 s]
/proc/loadavg: 4.13 4.15 4.12 5/258 992017
/proc/meminfo: memFree=123505272/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2043152 memory=25400 CPUtime=3.08 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 6316 0 0 0 307 1 0 0 20 0 1 0 183600146 2092187648 6350 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 510788 6350 1701 439 0 506217 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2043152 KiB
Current children cumulated memory: 25400 KiB

[startup+6.30017 s]
/proc/loadavg: 4.12 4.14 4.12 5/258 992017
/proc/meminfo: memFree=123504352/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2043152 memory=27620 CPUtime=6.27 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 10425 0 0 0 625 2 0 0 20 0 1 0 183600146 2092187648 6905 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 510788 6905 1701 439 0 506217 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2043152 KiB
Current children cumulated memory: 27620 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.14 4.12 5/258 992019
/proc/meminfo: memFree=123510692/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2047496 memory=29124 CPUtime=12.66 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 19645 0 0 0 1261 5 0 0 20 0 1 0 183600146 2096635904 7281 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 511874 7281 1701 439 0 507303 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2047496 KiB
Current children cumulated memory: 29124 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.15 4.12 5/258 992021
/proc/meminfo: memFree=123502012/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2048820 memory=33696 CPUtime=25.42 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 30630 0 0 0 2535 7 0 0 20 0 1 0 183600146 2097991680 8424 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 512205 8424 1701 439 0 507634 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2048820 KiB
Current children cumulated memory: 33696 KiB

[startup+51.1058 s]
/proc/loadavg: 4.10 4.14 4.11 5/257 992026
/proc/meminfo: memFree=123502696/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2053684 memory=35468 CPUtime=50.96 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 56054 0 0 0 5084 12 0 0 20 0 1 0 183600146 2102972416 8867 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 513421 8867 1701 439 0 508850 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2053684 KiB
Current children cumulated memory: 35468 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.15 4.12 5/257 992036
/proc/meminfo: memFree=123496980/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2053672 memory=35364 CPUtime=102.03 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 108023 0 0 0 10179 24 0 0 20 0 1 0 183600146 2102960128 8841 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 513418 8841 1701 439 0 508847 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2053672 KiB
Current children cumulated memory: 35364 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.13 4.11 5/256 992429
/proc/meminfo: memFree=123484048/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2049576 memory=34436 CPUtime=161.87 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 155451 0 0 0 16150 37 0 0 20 0 1 0 183600146 2098765824 8609 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 512394 8609 1701 439 0 507823 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 2049576 KiB
Current children cumulated memory: 34436 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/256 992439
/proc/meminfo: memFree=123476032/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2049576 memory=34564 CPUtime=221.71 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 205602 0 0 0 22122 49 0 0 20 0 1 0 183600146 2098765824 8641 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 512394 8641 1701 439 0 507823 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 2049576 KiB
Current children cumulated memory: 34564 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.11 4.10 5/256 992450
/proc/meminfo: memFree=123479800/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2049576 memory=31844 CPUtime=281.56 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 254697 0 0 0 28094 62 0 0 20 0 1 0 183600146 2098765824 7961 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 512394 7961 1701 439 0 507823 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 2049576 KiB
Current children cumulated memory: 31844 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/258 992631
/proc/meminfo: memFree=123473880/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2053908 memory=35836 CPUtime=341.4 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 296180 0 0 0 34067 73 0 0 20 0 1 0 183600146 2103201792 8959 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 513477 8959 1701 439 0 508906 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 2053908 KiB
Current children cumulated memory: 35836 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/259 992642
/proc/meminfo: memFree=123459524/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2049812 memory=31580 CPUtime=401.25 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 344889 0 0 0 40036 89 0 0 20 0 1 0 183600146 2099007488 7895 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 512453 7895 1701 439 0 507882 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 2049812 KiB
Current children cumulated memory: 31580 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/260 992655
/proc/meminfo: memFree=123445908/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2062100 memory=43300 CPUtime=461.09 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 386377 0 0 0 46008 101 0 0 20 0 1 0 183600146 2111590400 10825 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 515525 10825 1701 439 0 510954 0

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

/proc/loadavg: 4.08 4.08 4.08 5/256 992779
/proc/meminfo: memFree=123454312/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2063808 memory=38572 CPUtime=820.05 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 591843 0 0 0 81841 164 0 0 20 0 1 0 183600146 2113339392 9643 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 515952 9643 1701 439 0 511381 0
Current children cumulated CPU time: 820.05 s
Current children cumulated vsize: 2063808 KiB
Current children cumulated memory: 38572 KiB

[startup+882.3 s]
/proc/loadavg: 4.20 4.11 4.10 5/257 992791
/proc/meminfo: memFree=123437744/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2063808 memory=46568 CPUtime=879.86 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 611555 0 0 0 87815 171 0 0 20 0 1 0 183600146 2113339392 11642 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 515952 11642 1701 439 0 511381 0
Current children cumulated CPU time: 879.86 s
Current children cumulated vsize: 2063808 KiB
Current children cumulated memory: 46568 KiB

[startup+942.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/257 992803
/proc/meminfo: memFree=123443668/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2063808 memory=47028 CPUtime=939.67 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 640526 0 0 0 93787 180 0 0 20 0 1 0 183600146 2113339392 11757 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 515952 11757 1701 439 0 511381 0
Current children cumulated CPU time: 939.67 s
Current children cumulated vsize: 2063808 KiB
Current children cumulated memory: 47028 KiB

[startup+1002.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/257 992813
/proc/meminfo: memFree=123436272/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2080192 memory=51164 CPUtime=999.47 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 660822 0 0 0 99760 187 0 0 20 0 1 0 183600146 2130116608 12791 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 520048 12791 1701 439 0 515477 0
Current children cumulated CPU time: 999.47 s
Current children cumulated vsize: 2080192 KiB
Current children cumulated memory: 51164 KiB

[startup+1062.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/260 992828
/proc/meminfo: memFree=123422512/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2072644 memory=51428 CPUtime=1059.28 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 684424 0 0 0 105732 196 0 0 20 0 1 0 183600146 2122387456 12857 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 518161 12857 1701 439 0 513590 0
Current children cumulated CPU time: 1059.28 s
Current children cumulated vsize: 2072644 KiB
Current children cumulated memory: 51428 KiB

[startup+1122.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/260 992841
/proc/meminfo: memFree=123421956/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2065416 memory=50780 CPUtime=1119.09 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 710072 0 0 0 111705 204 0 0 20 0 1 0 183600146 2114985984 12695 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 516354 12695 1701 439 0 511783 0
Current children cumulated CPU time: 1119.09 s
Current children cumulated vsize: 2065416 KiB
Current children cumulated memory: 50780 KiB

[startup+1182.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/258 992851
/proc/meminfo: memFree=123425980/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2073608 memory=47760 CPUtime=1178.9 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 733017 0 0 0 117678 212 0 0 20 0 1 0 183600146 2123374592 11940 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 518402 11940 1701 439 0 513831 0
Current children cumulated CPU time: 1178.9 s
Current children cumulated vsize: 2073608 KiB
Current children cumulated memory: 47760 KiB

[startup+1242.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/259 992864
/proc/meminfo: memFree=123423628/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2065416 memory=50780 CPUtime=1238.71 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 752487 0 0 0 123651 220 0 0 20 0 1 0 183600146 2114985984 12695 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 516354 12695 1701 439 0 511783 0
Current children cumulated CPU time: 1238.71 s
Current children cumulated vsize: 2065416 KiB
Current children cumulated memory: 50780 KiB

[startup+1302.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/259 992875
/proc/meminfo: memFree=123430848/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2073608 memory=47468 CPUtime=1298.53 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 774592 0 0 0 129624 229 0 0 20 0 1 0 183600146 2123374592 11867 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 518402 11867 1701 439 0 513831 0
Current children cumulated CPU time: 1298.53 s
Current children cumulated vsize: 2073608 KiB
Current children cumulated memory: 47468 KiB

[startup+1313.47 s]
# the end of solver process 992016 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=1307.36 s, system=2.31419 s

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

[startup+1305.6 s]
/proc/loadavg: 4.08 4.08 4.09 5/259 992875
/proc/meminfo: memFree=123418096/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2073608 memory=55168 CPUtime=1301.82 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 774969 0 0 0 129952 230 0 0 20 0 1 0 183600146 2123374592 13792 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 518402 13792 1701 439 0 513831 0
Current children cumulated CPU time: 1301.82 s
Current children cumulated vsize: 2073608 KiB
Current children cumulated memory: 55168 KiB

[startup+1308.8 s]
/proc/loadavg: 4.07 4.08 4.09 5/259 992878
/proc/meminfo: memFree=123426340/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2065416 memory=43216 CPUtime=1305 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 776917 0 0 0 130270 230 0 0 20 0 1 0 183600146 2114985984 10804 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 516354 10804 1701 439 0 511783 0
Current children cumulated CPU time: 1305 s
Current children cumulated vsize: 2065416 KiB
Current children cumulated memory: 43216 KiB

[startup+1312 s]*
/proc/loadavg: 4.15 4.10 4.09 5/259 992878
/proc/meminfo: memFree=123419080/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2073608 memory=54800 CPUtime=1308.21 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 777767 0 0 0 130590 231 0 0 20 0 1 0 183600146 2123374592 13700 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 518402 13700 1701 439 0 513831 0
Current children cumulated CPU time: 1308.21 s
Current children cumulated vsize: 2073608 KiB
Current children cumulated memory: 54800 KiB

[startup+1312.8 s]
/proc/loadavg: 4.15 4.10 4.09 5/259 992878
/proc/meminfo: memFree=123419080/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2073608 memory=54800 CPUtime=1309 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 777767 0 0 0 130669 231 0 0 20 0 1 0 183600146 2123374592 13700 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 518402 13700 1701 439 0 513831 0
Current children cumulated CPU time: 1309 s
Current children cumulated vsize: 2073608 KiB
Current children cumulated memory: 54800 KiB

[startup+1313.2 s]
/proc/loadavg: 4.15 4.10 4.09 5/259 992878
/proc/meminfo: memFree=123411444/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2089992 memory=55564 CPUtime=1309.4 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 777952 0 0 0 130709 231 0 0 20 0 1 0 183600146 2140151808 13891 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 522498 13891 1701 439 0 517927 0
Current children cumulated CPU time: 1309.4 s
Current children cumulated vsize: 2089992 KiB
Current children cumulated memory: 55564 KiB

[startup+1313.4 s]
/proc/loadavg: 4.15 4.10 4.09 5/259 992878
/proc/meminfo: memFree=123411444/131524600 swapFree=131071996/131071996
[pid=992016] ppid=992013 vsize=2089992 memory=55828 CPUtime=1309.6 cores=4,6
/proc/992016/stat : 992016 (pb_picat) R 992013 992016 984416 0 -1 4194304 778026 0 0 0 130729 231 0 0 20 0 1 0 183600146 2140151808 13957 134679101440 4194304 5989780 140735632881168 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 45916160 140735632888856 140735632888932 140735632888932 140735632895948 0
/proc/992016/statm: 522498 13957 1701 439 0 517927 0
Current children cumulated CPU time: 1309.6 s
Current children cumulated vsize: 2089992 KiB
Current children cumulated memory: 55828 KiB

Child status: 0

Real time (s): 1313.47
CPU time (s): 1309.67
CPU user time (s): 1307.36
CPU system time (s): 2.31419
CPU usage (%): 99.7111
Max. virtual memory (cumulated for all children) (KiB): 2089992
Max. memory (cumulated for all children) (KiB): 61080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1307.36
system time used= 2.31419
maximum resident set size= 61080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 778058
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= 1706


# summary of solver processes directly reported to runsolver:
#   pid: 992016
#   total CPU time (s): 1309.67
#   total CPU user time (s): 1307.36
#   total CPU system time (s): 2.31419

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.41727 second user time and 5.87203 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-18 16:52:40
IDJOB=4445272
IDBENCH=148105
IDSOLVER=3068
FILE ID=nodeC025/4445272-1721314348
RUNJOBID= nodeC025-1721306176-984427
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/manquiho/Aardal_1/normalized-prob8.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445272-1721314348/watcher-4445272-1721314348 -o /tmp/evaluation-result-4445272-1721314348/solver-4445272-1721314348 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721306176-984427 --watchdog 3760  pb_picat HOME/instance-4445272-1721314348.opb

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

MD5SUM BENCH= 3f61e6943d6ec76e40473bfb8d86b810
RANDOM SEED=1293019089

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		: 3673.886
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		: 3677.943
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		: 3616.057
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		: 3600.071
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		: 3648.634
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		: 3677.991
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		: 3639.782
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		: 3599.878
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:        123525728 kB
MemAvailable:   129473932 kB
Buffers:          516224 kB
Cached:          6194812 kB
SwapCached:            0 kB
Active:          1056324 kB
Inactive:        6170520 kB
Active(anon):       1536 kB
Inactive(anon):   551704 kB
Active(file):    1054788 kB
Inactive(file):  5618816 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3840 kB
Writeback:            12 kB
AnonPages:        513544 kB
Mapped:           115792 kB
Shmem:             37720 kB
KReclaimable:     228496 kB
Slab:             356276 kB
SReclaimable:     228496 kB
SUnreclaim:       127780 kB
KernelStack:        4156 kB
PageTables:        10596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    6938460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69632 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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= 890016 MiB
End job on nodeC025 at 2024-07-18 17:14:34