Trace number 4436477

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 NameAnswerobjective functionCPU timeWall clock time
Picat 2024-06-18? (TO) 3600.03 3614.3

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped3.G.recomb10-0.01-1.opb
MD5SUM7e2c106ff094e7f384cacaf96c9fd4dc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15748
Best CPU time to get the best result obtained on this benchmark5.20977
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables80098
Total number of constraints528830
Number of constraints which are clauses528830
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 constraint1
Maximum length of a constraint339
Number of terms in the objective function 10460
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 3451260
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 3451260
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.02	c solving HOME/instance-4436477-1721158260.opb (Picat 3.6#12)
6.77/6.85	o 2746746
9.97/10.02	o 2182391
14.05/14.15	o 1318638
16.05/16.15	o 502079
20.04/20.19	o 306111
24.61/24.78	o 201737
29.79/29.96	o 133542
34.67/34.83	o 88846
39.55/39.78	o 59203
44.94/45.16	o 38434
51.11/51.36	o 21663
63.17/63.47	o 18621
69.55/69.88	o 17220
74.73/75.08	o 16249
85.59/85.92	o 15863
95.05/95.42	o 15791
116.47/116.98	o 15775
133.51/134.09	o 15764
180.43/181.18	o 15757
247.66/248.60	o 15752
735.56/738.44	o 15749

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: 64096 MiB (60934 MiB free)
  memory of node 1: 64473 MiB (61320 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436477-1721158260/watcher-4436477-1721158260 -o /tmp/evaluation-result-4436477-1721158260/solver-4436477-1721158260 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721158273-865374 --watchdog 3760 pb_picat HOME/instance-4436477-1721158260.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=865404, runsolver pid=865401
Current StackSize limit: 8192 KiB


[startup+0.100104 s]*
/proc/loadavg: 1.05 1.10 1.64 5/235 865410
/proc/meminfo: memFree=125149120/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2033608 memory=32008 CPUtime=0.11 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 1539 0 0 0 10 1 0 0 20 0 1 0 167983205 2082414592 8002 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 508402 8002 1525 439 0 503831 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 32008 KiB

[startup+0.214089 s]*
/proc/loadavg: 1.05 1.10 1.64 5/238 865416
/proc/meminfo: memFree=125109044/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2033608 memory=40200 CPUtime=0.22 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 1554 0 0 0 21 1 0 0 20 0 1 0 167983205 2082414592 10050 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 508402 10050 1525 439 0 503831 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 40200 KiB

[startup+0.31362 s]*
/proc/loadavg: 1.05 1.10 1.64 5/238 865416
/proc/meminfo: memFree=125089108/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2033608 memory=48392 CPUtime=0.31 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 1568 0 0 0 30 1 0 0 20 0 1 0 167983205 2082414592 12098 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 508402 12098 1525 439 0 503831 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 48392 KiB

[startup+0.700327 s]
/proc/loadavg: 1.05 1.10 1.64 5/238 865416
/proc/meminfo: memFree=125025240/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2033608 memory=83412 CPUtime=0.69 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 1610 0 0 0 67 2 0 0 20 0 1 0 167983205 2082414592 20853 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 508402 20853 1525 439 0 503831 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 83412 KiB

[startup+1.50034 s]
/proc/loadavg: 1.05 1.10 1.64 5/236 865416
/proc/meminfo: memFree=124867924/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2033608 memory=175668 CPUtime=1.48 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 1663 0 0 0 143 5 0 0 20 0 1 0 167983205 2082414592 43917 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 508402 43917 1525 439 0 503831 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 175668 KiB

[startup+3.11266 s]
/proc/loadavg: 1.05 1.10 1.64 5/246 865438
/proc/meminfo: memFree=123940372/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2033608 memory=402996 CPUtime=3.09 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 1863 0 0 0 298 11 0 0 20 0 1 0 167983205 2082414592 100749 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 508402 100749 1525 439 0 503831 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 402996 KiB

[startup+6.3003 s]
/proc/loadavg: 1.29 1.15 1.65 5/246 865440
/proc/meminfo: memFree=122693928/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2101144 memory=597432 CPUtime=6.27 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 12442 0 0 0 611 16 0 0 20 0 1 0 167983205 2151571456 149358 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 525286 149358 1761 439 0 520715 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2101144 KiB
Current children cumulated memory: 597432 KiB

[startup+12.7003 s]
/proc/loadavg: 1.50 1.19 1.67 5/246 865440
/proc/meminfo: memFree=120985188/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2107912 memory=616512 CPUtime=12.65 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 25616 0 0 0 1244 21 0 0 20 0 1 0 167983205 2158501888 154128 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 526978 154128 1761 439 0 522407 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2107912 KiB
Current children cumulated memory: 616512 KiB

[startup+25.5003 s]
/proc/loadavg: 2.06 1.33 1.70 5/246 865443
/proc/meminfo: memFree=119129288/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2090500 memory=600208 CPUtime=25.41 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 44861 0 0 0 2512 29 0 0 20 0 1 0 167983205 2140672000 150052 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 522625 150052 1761 439 0 518054 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2090500 KiB
Current children cumulated memory: 600208 KiB

[startup+51.1128 s]
/proc/loadavg: 2.85 1.58 1.78 5/246 865446
/proc/meminfo: memFree=118967868/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2111752 memory=622652 CPUtime=50.92 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 74665 0 0 0 5052 40 0 0 20 0 1 0 167983205 2162434048 155663 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 527938 155663 1761 439 0 523367 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 2111752 KiB
Current children cumulated memory: 622652 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 1.95 1.90 5/246 865454
/proc/meminfo: memFree=118920488/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2111752 memory=622400 CPUtime=101.92 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 129347 0 0 0 10129 63 0 0 20 0 1 0 167983205 2162434048 155600 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 527938 155600 1761 439 0 523367 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 2111752 KiB
Current children cumulated memory: 622400 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 2.35 2.04 5/245 865464
/proc/meminfo: memFree=118920484/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2111752 memory=624448 CPUtime=161.69 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 175718 0 0 0 16091 78 0 0 20 0 1 0 167983205 2162434048 156112 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 527938 156112 1761 439 0 523367 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 2111752 KiB
Current children cumulated memory: 624448 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.68 2.17 5/245 865476
/proc/meminfo: memFree=118939032/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2111752 memory=625228 CPUtime=221.46 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 206344 0 0 0 22057 89 0 0 20 0 1 0 167983205 2162434048 156307 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 527938 156307 1761 439 0 523367 0
Current children cumulated CPU time: 221.46 s
Current children cumulated vsize: 2111752 KiB
Current children cumulated memory: 625228 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 2.94 2.29 5/244 865486
/proc/meminfo: memFree=118918276/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2111752 memory=624696 CPUtime=281.24 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 233782 0 0 0 28027 97 0 0 20 0 1 0 167983205 2162434048 156174 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 527938 156174 1761 439 0 523367 0
Current children cumulated CPU time: 281.24 s
Current children cumulated vsize: 2111752 KiB
Current children cumulated memory: 624696 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.15 2.41 5/241 865542
/proc/meminfo: memFree=118793968/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2095372 memory=606664 CPUtime=341.01 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 259169 0 0 0 33993 108 0 0 20 0 1 0 167983205 2145660928 151666 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 523843 151666 1761 439 0 519272 0
Current children cumulated CPU time: 341.01 s
Current children cumulated vsize: 2095372 KiB
Current children cumulated memory: 606664 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.32 2.52 5/241 865553
/proc/meminfo: memFree=118775868/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2095372 memory=602644 CPUtime=400.77 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 283805 0 0 0 39958 119 0 0 20 0 1 0 167983205 2145660928 150661 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 523843 150661 1761 439 0 519272 0
Current children cumulated CPU time: 400.77 s
Current children cumulated vsize: 2095372 KiB
Current children cumulated memory: 602644 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.46 2.62 5/241 865563
/proc/meminfo: memFree=118800128/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2095372 memory=605132 CPUtime=460.54 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 308108 0 0 0 45923 131 0 0 20 0 1 0 167983205 2145660928 151283 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 523843 151283 1761 439 0 519272 0

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

Current children cumulated memory: 621020 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.16 4.09 5/241 866578
/proc/meminfo: memFree=118596804/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2128140 memory=627468 CPUtime=2910.83 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 798597 0 0 0 290681 402 0 0 20 0 1 0 167983205 2179215360 156867 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 532035 156867 1761 439 0 527464 0
Current children cumulated CPU time: 2910.83 s
Current children cumulated vsize: 2128140 KiB
Current children cumulated memory: 627468 KiB

[startup+2982.3 s]
/proc/loadavg: 4.17 4.16 4.10 5/244 866593
/proc/meminfo: memFree=118624660/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2160908 memory=633248 CPUtime=2970.59 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 804885 0 0 0 296654 405 0 0 20 0 1 0 167983205 2212769792 158312 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 540227 158312 1761 439 0 535656 0
Current children cumulated CPU time: 2970.59 s
Current children cumulated vsize: 2160908 KiB
Current children cumulated memory: 633248 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.14 4.09 5/244 866603
/proc/meminfo: memFree=118718816/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2128140 memory=614836 CPUtime=3030.35 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 812806 0 0 0 302625 410 0 0 20 0 1 0 167983205 2179215360 153709 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 532035 153709 1761 439 0 527464 0
Current children cumulated CPU time: 3030.35 s
Current children cumulated vsize: 2128140 KiB
Current children cumulated memory: 614836 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.15 4.09 5/244 866615
/proc/meminfo: memFree=118675720/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2087180 memory=601404 CPUtime=3090.1 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 817365 0 0 0 308596 414 0 0 20 0 1 0 167983205 2137272320 150351 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 521795 150351 1761 439 0 517224 0
Current children cumulated CPU time: 3090.1 s
Current children cumulated vsize: 2087180 KiB
Current children cumulated memory: 601404 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/244 866625
/proc/meminfo: memFree=118685176/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2128140 memory=627584 CPUtime=3149.85 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 823449 0 0 0 314568 417 0 0 20 0 1 0 167983205 2179215360 156896 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 532035 156896 1761 439 0 527464 0
Current children cumulated CPU time: 3149.85 s
Current children cumulated vsize: 2128140 KiB
Current children cumulated memory: 627584 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.14 4.09 5/244 866636
/proc/meminfo: memFree=118704684/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2111756 memory=621552 CPUtime=3209.61 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 827416 0 0 0 320542 419 0 0 20 0 1 0 167983205 2162438144 155388 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 527939 155388 1761 439 0 523368 0
Current children cumulated CPU time: 3209.61 s
Current children cumulated vsize: 2111756 KiB
Current children cumulated memory: 621552 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/244 867029
/proc/meminfo: memFree=118669020/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2111756 memory=608824 CPUtime=3269.36 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 833674 0 0 0 326514 422 0 0 20 0 1 0 167983205 2162438144 152206 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 527939 152206 1761 439 0 523368 0
Current children cumulated CPU time: 3269.36 s
Current children cumulated vsize: 2111756 KiB
Current children cumulated memory: 608824 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/242 867039
/proc/meminfo: memFree=118680436/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2144524 memory=642084 CPUtime=3329.12 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 838503 0 0 0 332485 427 0 0 20 0 1 0 167983205 2195992576 160521 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 536131 160521 1761 439 0 531560 0
Current children cumulated CPU time: 3329.12 s
Current children cumulated vsize: 2144524 KiB
Current children cumulated memory: 642084 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/242 867049
/proc/meminfo: memFree=118679592/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2128140 memory=623020 CPUtime=3388.88 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 845614 0 0 0 338456 432 0 0 20 0 1 0 167983205 2179215360 155755 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 532035 155755 1761 439 0 527464 0
Current children cumulated CPU time: 3388.88 s
Current children cumulated vsize: 2128140 KiB
Current children cumulated memory: 623020 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/244 867229
/proc/meminfo: memFree=118559452/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2128140 memory=631312 CPUtime=3448.63 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 851265 0 0 0 344428 435 0 0 20 0 1 0 167983205 2179215360 157828 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 532035 157828 1761 439 0 527464 0
Current children cumulated CPU time: 3448.63 s
Current children cumulated vsize: 2128140 KiB
Current children cumulated memory: 631312 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/244 867240
/proc/meminfo: memFree=118616932/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2111756 memory=621080 CPUtime=3508.39 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 853509 0 0 0 350402 437 0 0 20 0 1 0 167983205 2162438144 155270 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 527939 155270 1761 439 0 523368 0
Current children cumulated CPU time: 3508.39 s
Current children cumulated vsize: 2111756 KiB
Current children cumulated memory: 621080 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/246 867308
/proc/meminfo: memFree=118583788/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2144524 memory=627080 CPUtime=3568.14 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 859980 0 0 0 356375 439 0 0 20 0 1 0 167983205 2195992576 156770 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 536131 156770 1761 439 0 531560 0
Current children cumulated CPU time: 3568.14 s
Current children cumulated vsize: 2144524 KiB
Current children cumulated memory: 627080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/245 867405
/proc/meminfo: memFree=123418072/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2160908 memory=639580 CPUtime=3600.02 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 863111 0 0 0 359560 442 0 0 20 0 1 0 167983205 2212769792 159895 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 540227 159895 1761 439 0 535656 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2160908 KiB
Current children cumulated memory: 639580 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.6 s, system=4.42622 s

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

[startup+3614.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/245 867405
/proc/meminfo: memFree=123418072/131655788 swapFree=131071996/131071996
[pid=865404] ppid=865401 vsize=2160908 memory=639580 CPUtime=3600.02 cores=0,2
/proc/865404/stat : 865404 (pb_picat) R 865401 865404 865364 0 -1 4194304 863111 0 0 0 359560 442 0 0 20 0 1 0 167983205 2212769792 159895 134679101440 4194304 5989780 140724513097968 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 46608384 140724513100825 140724513100901 140724513100901 140724513107916 0
/proc/865404/statm: 540227 159895 1761 439 0 535656 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2160908 KiB
Current children cumulated memory: 639580 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3614.3
CPU time (s): 3600.03
CPU user time (s): 3595.6
CPU system time (s): 4.42622
CPU usage (%): 99.605
Max. virtual memory (cumulated for all children) (KiB): 2210060
Max. memory (cumulated for all children) (KiB): 666064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.6
system time used= 4.42622
maximum resident set size= 666064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 863111
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= 9
involuntary context switches= 25293


# summary of solver processes directly reported to runsolver:
#   pid: 865404
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3595.6
#   total CPU system time (s): 4.42622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0551 second user time and 33.913 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-16 21:31:13
IDJOB=4436477
IDBENCH=158230
IDSOLVER=3068
FILE ID=nodeC011/4436477-1721158260
RUNJOBID= nodeC011-1721158273-865374
SLURM_JOB_ID= 7505769
Free space on /tmp= 723728 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped3.G.recomb10-0.01-1.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436477-1721158260/watcher-4436477-1721158260 -o /tmp/evaluation-result-4436477-1721158260/solver-4436477-1721158260 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721158273-865374 --watchdog 3760  pb_picat HOME/instance-4436477-1721158260.opb

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

MD5SUM BENCH= 7e2c106ff094e7f384cacaf96c9fd4dc
RANDOM SEED=542988419

nodeC011.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		: 1870.414
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.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.120
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.31
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.150
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.20
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.141
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.31
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		: 1197.120
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.20
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		: 1197.166
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.31
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.139
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.20
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.120
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125193632 kB
MemAvailable:   129875092 kB
Buffers:          451800 kB
Cached:          5013940 kB
SwapCached:            0 kB
Active:           846824 kB
Inactive:        4957624 kB
Active(anon):       1372 kB
Inactive(anon):   375124 kB
Active(file):     845452 kB
Inactive(file):  4582500 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             63464 kB
Writeback:             0 kB
AnonPages:        338888 kB
Mapped:           104280 kB
Shmem:             37704 kB
KReclaimable:     187412 kB
Slab:             297680 kB
SReclaimable:     187412 kB
SUnreclaim:       110268 kB
KernelStack:        3776 kB
PageTables:         9772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     626344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53696 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723644 MiB
End job on nodeC011 at 2024-07-16 22:31:28