Trace number 4436474

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.09 3609.71

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped2.G.recomb5-0.10-9.opb
MD5SUM1315715acfb7c33115c760038997cb88
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 benchmark31445
Best CPU time to get the best result obtained on this benchmark19.3498
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables212153
Total number of constraints2591417
Number of constraints which are clauses2591417
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 constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
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.03	c solving HOME/instance-4436474-1721158260.opb (Picat 3.6#12)
29.22/29.34	o 8538375
40.59/40.73	o 6247492
64.53/64.75	o 4162041
83.57/83.88	o 2774074
102.53/102.86	o 1848155
125.78/126.12	o 1185239
143.82/144.21	o 790159
166.75/167.27	o 516232
191.79/192.32	o 343951
213.73/214.39	o 225785
235.18/235.82	o 148718
258.61/259.32	o 99103
280.06/280.81	o 65464
319.35/320.22	o 43226
376.00/377.09	o 38058
414.49/415.64	o 34710
447.20/448.48	o 32733
522.51/523.93	o 31701
546.56/548.07	o 31579
571.18/572.77	o 31528
641.70/643.46	o 31495
772.75/774.88	o 31473
1381.25/1384.90	o 31458

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=865426, runsolver pid=865423
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 1.05 1.10 1.64 5/240 865427
/proc/meminfo: memFree=124726516/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2033608 memory=33976 CPUtime=0.1 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 1519 0 0 0 9 1 0 0 20 0 1 0 167983335 2082414592 8494 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 508402 8494 1509 439 0 503831 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 33976 KiB

[startup+0.206466 s]*
/proc/loadavg: 1.05 1.10 1.64 5/240 865427
/proc/meminfo: memFree=124691400/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2033608 memory=40120 CPUtime=0.2 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 1536 0 0 0 19 1 0 0 20 0 1 0 167983335 2082414592 10030 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 508402 10030 1509 439 0 503831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 40120 KiB

[startup+0.306394 s]*
/proc/loadavg: 1.05 1.10 1.64 5/240 865427
/proc/meminfo: memFree=124660428/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2033608 memory=44216 CPUtime=0.3 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 1550 0 0 0 29 1 0 0 20 0 1 0 167983335 2082414592 11054 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 508402 11054 1509 439 0 503831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 44216 KiB

[startup+0.700347 s]
/proc/loadavg: 1.05 1.10 1.64 5/246 865438
/proc/meminfo: memFree=124561248/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2033608 memory=73100 CPUtime=0.68 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 1599 0 0 0 66 2 0 0 20 0 1 0 167983335 2082414592 18275 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 508402 18275 1509 439 0 503831 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 73100 KiB

[startup+1.50033 s]
/proc/loadavg: 1.05 1.10 1.64 5/246 865438
/proc/meminfo: memFree=124305784/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2033608 memory=144888 CPUtime=1.48 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 1651 0 0 0 144 4 0 0 20 0 1 0 167983335 2082414592 36222 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 508402 36222 1509 439 0 503831 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 144888 KiB

[startup+3.1128 s]
/proc/loadavg: 1.29 1.15 1.65 5/246 865440
/proc/meminfo: memFree=123287092/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2033608 memory=351736 CPUtime=3.1 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 1773 0 0 0 302 8 0 0 20 0 1 0 167983335 2082414592 87934 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 508402 87934 1509 439 0 503831 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 351736 KiB

[startup+6.3003 s]
/proc/loadavg: 1.29 1.15 1.65 5/246 865440
/proc/meminfo: memFree=122324660/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2033608 memory=792056 CPUtime=6.27 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 2065 0 0 0 611 16 0 0 20 0 1 0 167983335 2082414592 198014 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 508402 198014 1509 439 0 503831 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 792056 KiB

[startup+12.7003 s]
/proc/loadavg: 1.50 1.19 1.67 5/246 865440
/proc/meminfo: memFree=120633664/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2033608 memory=1682936 CPUtime=12.66 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 2854 0 0 0 1230 36 0 0 20 0 1 0 167983335 2082414592 420734 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 508402 420734 1509 439 0 503831 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 1682936 KiB

[startup+25.5003 s]
/proc/loadavg: 2.06 1.33 1.70 5/246 865443
/proc/meminfo: memFree=119099640/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2487120 memory=2269356 CPUtime=25.42 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 18198 0 0 0 2481 61 0 0 20 0 1 0 167983335 2546810880 567339 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 621780 567339 1730 439 0 617209 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2487120 KiB
Current children cumulated memory: 2269356 KiB

[startup+51.1128 s]
/proc/loadavg: 2.85 1.58 1.78 5/246 865446
/proc/meminfo: memFree=118965992/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2455444 memory=2268584 CPUtime=50.98 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 44131 0 0 0 5023 75 0 0 20 0 1 0 167983335 2514374656 567146 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 613861 567146 1730 439 0 609290 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 2455444 KiB
Current children cumulated memory: 2268584 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 1.95 1.90 5/246 865454
/proc/meminfo: memFree=118920244/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2453320 memory=2269580 CPUtime=102.03 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 76050 0 0 0 10110 93 0 0 20 0 1 0 167983335 2512199680 567395 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 613330 567395 1730 439 0 608759 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2453320 KiB
Current children cumulated memory: 2269580 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 2.35 2.04 5/245 865464
/proc/meminfo: memFree=118931700/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2457168 memory=2270620 CPUtime=161.87 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 119832 0 0 0 16072 115 0 0 20 0 1 0 167983335 2516140032 567655 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 614292 567655 1730 439 0 609721 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 2457168 KiB
Current children cumulated memory: 2270620 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.68 2.17 5/245 865476
/proc/meminfo: memFree=118942392/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2453088 memory=2264488 CPUtime=221.71 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 162375 0 0 0 22032 139 0 0 20 0 1 0 167983335 2511962112 566122 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 613272 566122 1730 439 0 608701 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 2453088 KiB
Current children cumulated memory: 2264488 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 2.94 2.29 5/244 865486
/proc/meminfo: memFree=118947804/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2471360 memory=2251504 CPUtime=281.55 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 199178 0 0 0 27996 159 0 0 20 0 1 0 167983335 2530672640 562876 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 617840 562876 1730 439 0 613269 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 2471360 KiB
Current children cumulated memory: 2251504 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.15 2.41 6/241 865542
/proc/meminfo: memFree=118885784/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2438080 memory=2230792 CPUtime=341.39 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 233814 0 0 0 33963 176 0 0 20 0 1 0 167983335 2496593920 557698 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 609520 557698 1730 439 0 604949 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 2438080 KiB
Current children cumulated memory: 2230792 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.32 2.52 6/241 865553
/proc/meminfo: memFree=118769356/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2486660 memory=2288472 CPUtime=401.23 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 264884 0 0 0 39928 195 0 0 20 0 1 0 167983335 2546339840 572118 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 621665 572118 1730 439 0 617094 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 2486660 KiB
Current children cumulated memory: 2288472 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.46 2.62 6/241 865563
/proc/meminfo: memFree=118798268/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2453684 memory=2267708 CPUtime=461.07 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 296931 0 0 0 45894 213 0 0 20 0 1 0 167983335 2512572416 566927 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 613421 566927 1730 439 0 608850 0

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

Current children cumulated memory: 2279276 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.16 4.09 6/241 866578
/proc/meminfo: memFree=118578328/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2685160 memory=2416392 CPUtime=2914.54 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 770489 0 0 0 290764 690 0 0 20 0 1 0 167983335 2749603840 604098 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 671290 604098 1746 439 0 666719 0
Current children cumulated CPU time: 2914.54 s
Current children cumulated vsize: 2685160 KiB
Current children cumulated memory: 2416392 KiB

[startup+2982.3 s]
/proc/loadavg: 4.17 4.16 4.10 6/244 866593
/proc/meminfo: memFree=118714880/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2455784 memory=2273004 CPUtime=2974.38 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 780621 0 0 0 296734 704 0 0 20 0 1 0 167983335 2514722816 568251 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 613946 568251 1746 439 0 609375 0
Current children cumulated CPU time: 2974.38 s
Current children cumulated vsize: 2455784 KiB
Current children cumulated memory: 2273004 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.14 4.09 6/244 866603
/proc/meminfo: memFree=118708440/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2521320 memory=2295592 CPUtime=3034.21 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 784402 0 0 0 302713 708 0 0 20 0 1 0 167983335 2581831680 573898 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 630330 573898 1746 439 0 625759 0
Current children cumulated CPU time: 3034.21 s
Current children cumulated vsize: 2521320 KiB
Current children cumulated memory: 2295592 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.15 4.09 6/244 866615
/proc/meminfo: memFree=118655508/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2586856 memory=2338568 CPUtime=3094.05 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 790413 0 0 0 308690 715 0 0 20 0 1 0 167983335 2648940544 584642 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 646714 584642 1746 439 0 642143 0
Current children cumulated CPU time: 3094.05 s
Current children cumulated vsize: 2586856 KiB
Current children cumulated memory: 2338568 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.13 4.09 6/244 866625
/proc/meminfo: memFree=118673228/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2554088 memory=2320024 CPUtime=3153.89 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 804941 0 0 0 314651 738 0 0 20 0 1 0 167983335 2615386112 580006 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 638522 580006 1746 439 0 633951 0
Current children cumulated CPU time: 3153.89 s
Current children cumulated vsize: 2554088 KiB
Current children cumulated memory: 2320024 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.14 4.09 6/244 866636
/proc/meminfo: memFree=118707648/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2488552 memory=2291488 CPUtime=3213.72 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 816645 0 0 0 320617 755 0 0 20 0 1 0 167983335 2548277248 572872 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 622138 572872 1746 439 0 617567 0
Current children cumulated CPU time: 3213.72 s
Current children cumulated vsize: 2488552 KiB
Current children cumulated memory: 2291488 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.13 4.09 6/244 867029
/proc/meminfo: memFree=118703660/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2488552 memory=2281212 CPUtime=3273.57 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 827705 0 0 0 326585 772 0 0 20 0 1 0 167983335 2548277248 570303 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 622138 570303 1746 439 0 617567 0
Current children cumulated CPU time: 3273.57 s
Current children cumulated vsize: 2488552 KiB
Current children cumulated memory: 2281212 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.12 4.09 6/242 867039
/proc/meminfo: memFree=118730644/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2488552 memory=2289384 CPUtime=3333.4 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 831121 0 0 0 332564 776 0 0 20 0 1 0 167983335 2548277248 572346 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 622138 572346 1746 439 0 617567 0
Current children cumulated CPU time: 3333.4 s
Current children cumulated vsize: 2488552 KiB
Current children cumulated memory: 2289384 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/242 867049
/proc/meminfo: memFree=118669364/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2488552 memory=2301704 CPUtime=3393.23 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 841005 0 0 0 338539 784 0 0 20 0 1 0 167983335 2548277248 575426 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 622138 575426 1746 439 0 617567 0
Current children cumulated CPU time: 3393.23 s
Current children cumulated vsize: 2488552 KiB
Current children cumulated memory: 2301704 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 6/244 867229
/proc/meminfo: memFree=118538900/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2685160 memory=2418472 CPUtime=3453.07 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 851838 0 0 0 344505 802 0 0 20 0 1 0 167983335 2749603840 604618 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 671290 604618 1746 439 0 666719 0
Current children cumulated CPU time: 3453.07 s
Current children cumulated vsize: 2685160 KiB
Current children cumulated memory: 2418472 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.10 4.09 6/244 867240
/proc/meminfo: memFree=118584092/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2521320 memory=2322184 CPUtime=3512.9 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 862416 0 0 0 350470 820 0 0 20 0 1 0 167983335 2581831680 580546 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 630330 580546 1746 439 0 625759 0
Current children cumulated CPU time: 3512.9 s
Current children cumulated vsize: 2521320 KiB
Current children cumulated memory: 2322184 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.11 4.09 6/246 867308
/proc/meminfo: memFree=118662012/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2521320 memory=2301728 CPUtime=3572.74 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 872830 0 0 0 356436 838 0 0 20 0 1 0 167983335 2581831680 575432 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 630330 575432 1746 439 0 625759 0
Current children cumulated CPU time: 3572.74 s
Current children cumulated vsize: 2521320 KiB
Current children cumulated memory: 2301728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.14 4.11 4.09 6/245 867313
/proc/meminfo: memFree=118623884/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2586856 memory=2342592 CPUtime=3600.06 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 876436 0 0 0 359163 843 0 0 20 0 1 0 167983335 2648940544 585648 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 646714 585648 1746 439 0 642143 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2586856 KiB
Current children cumulated memory: 2342592 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.64 s, system=8.44497 s

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

[startup+3609.7 s]
/proc/loadavg: 4.14 4.11 4.09 6/245 867313
/proc/meminfo: memFree=118623884/131655788 swapFree=131071996/131071996
[pid=865426] ppid=865423 vsize=2586856 memory=2342592 CPUtime=3600.06 cores=5,7
/proc/865426/stat : 865426 (pb_picat) R 865423 865426 865364 0 -1 4194304 876436 0 0 0 359163 843 0 0 20 0 1 0 167983335 2648940544 585648 134679101440 4194304 5989780 140737121635888 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 44908544 140737121641497 140737121641573 140737121641573 140737121648588 0
/proc/865426/statm: 646714 585648 1746 439 0 642143 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2586856 KiB
Current children cumulated memory: 2342592 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.71
CPU time (s): 3600.09
CPU user time (s): 3591.64
CPU system time (s): 8.44497
CPU usage (%): 99.7334
Max. virtual memory (cumulated for all children) (KiB): 2717928
Max. memory (cumulated for all children) (KiB): 2512052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.64
system time used= 8.44496
maximum resident set size= 2514100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 876436
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= 18
involuntary context switches= 4518


# summary of solver processes directly reported to runsolver:
#   pid: 865426
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3591.64
#   total CPU system time (s): 8.44497

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0171 second user time and 35.1867 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-16 21:31:14
IDJOB=4436474
IDBENCH=158220
IDSOLVER=3068
FILE ID=nodeC011/4436474-1721158260
RUNJOBID= nodeC011-1721158273-865377
SLURM_JOB_ID= 7505769
Free space on /tmp= 723564 MiB

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

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

MD5SUM BENCH= 1315715acfb7c33115c760038997cb88
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		: 2893.042
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		: 2494.000
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.634
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.432
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		: 2394.241
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.476
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.477
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		: 2394.424
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:        124786272 kB
MemAvailable:   129634760 kB
Buffers:          451800 kB
Cached:          5180212 kB
SwapCached:            0 kB
Active:           867660 kB
Inactive:        5342348 kB
Active(anon):       1428 kB
Inactive(anon):   614308 kB
Active(file):     866232 kB
Inactive(file):  4728040 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            229892 kB
Writeback:             0 kB
AnonPages:        577760 kB
Mapped:           110244 kB
Shmem:             37704 kB
KReclaimable:     188832 kB
Slab:             299192 kB
SReclaimable:     188832 kB
SUnreclaim:       110360 kB
KernelStack:        3920 kB
PageTables:        10224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    4630324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53696 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 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= 723652 MiB
End job on nodeC011 at 2024-07-16 22:31:24