Trace number 4436478

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

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped3.G.recomb10-0.01-5.opb
MD5SUM2fcb2c3eb5cc63f2f059b86c008c9f4a
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 benchmark14043
Best CPU time to get the best result obtained on this benchmark4.10347
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables79975
Total number of constraints631714
Number of constraints which are clauses631714
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-4436478-1721158583.opb (Picat 3.6#12)
7.57/7.65	o 2005717
11.85/11.91	o 1969948
17.14/17.22	o 1312159
20.53/20.67	o 874315
25.42/25.56	o 581052
29.71/29.89	o 377031
35.69/35.82	o 246745
40.38/40.57	o 163486
46.26/46.41	o 108979
51.46/51.64	o 72466
56.54/56.71	o 48310
62.33/62.58	o 31527
67.71/68.00	o 21018
78.68/79.00	o 18648
85.77/86.08	o 16539
91.25/91.57	o 15585
97.93/98.23	o 14868
103.01/103.35	o 14521
109.81/110.11	o 14164
116.09/116.47	o 14114
123.96/124.39	o 14081
134.43/134.85	o 14057
356.15/357.13	o 14043

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=865538, runsolver pid=865535

[startup+0.100499 s]*
/proc/loadavg: 4.03 3.07 2.37 5/241 865539
/proc/meminfo: memFree=119509544/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2033608 memory=28548 CPUtime=0.09 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 1168 0 0 0 9 0 0 0 20 0 1 0 168015515 2082414592 7137 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 508402 7137 1569 439 0 503831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 28548 KiB

[startup+0.212839 s]*
/proc/loadavg: 4.03 3.07 2.37 5/241 865539
/proc/meminfo: memFree=119487780/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2033608 memory=47204 CPUtime=0.2 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 1202 0 0 0 20 0 0 0 20 0 1 0 168015515 2082414592 11801 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 508402 11801 1569 439 0 503831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 47204 KiB

[startup+0.312697 s]*
/proc/loadavg: 4.03 3.07 2.37 5/241 865539
/proc/meminfo: memFree=119487432/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2033608 memory=61540 CPUtime=0.3 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 1224 0 0 0 30 0 0 0 20 0 1 0 168015515 2082414592 15385 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 508402 15385 1569 439 0 503831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 61540 KiB

[startup+0.700346 s]
/proc/loadavg: 4.03 3.07 2.37 5/241 865539
/proc/meminfo: memFree=119448228/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2033608 memory=112904 CPUtime=0.68 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 1273 0 0 0 67 1 0 0 20 0 1 0 168015515 2082414592 28226 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 508402 28226 1569 439 0 503831 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 112904 KiB

[startup+1.50028 s]
/proc/loadavg: 4.03 3.09 2.38 6/241 865539
/proc/meminfo: memFree=119376956/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2033608 memory=225664 CPUtime=1.48 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 1382 0 0 0 145 3 0 0 20 0 1 0 168015515 2082414592 56416 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 508402 56416 1569 439 0 503831 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 225664 KiB

[startup+3.11245 s]
/proc/loadavg: 4.03 3.09 2.38 6/241 865541
/proc/meminfo: memFree=119072736/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2033608 memory=453516 CPUtime=3.09 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 1707 0 0 0 300 9 0 0 20 0 1 0 168015515 2082414592 113379 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 508402 113379 1569 439 0 503831 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 453516 KiB

[startup+6.30028 s]
/proc/loadavg: 4.03 3.10 2.39 6/241 865541
/proc/meminfo: memFree=118917584/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2102048 memory=681436 CPUtime=6.27 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 13134 0 0 0 613 14 0 0 20 0 1 0 168015515 2152497152 170359 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 525512 170359 1773 439 0 520941 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2102048 KiB
Current children cumulated memory: 681436 KiB

[startup+12.7003 s]
/proc/loadavg: 4.11 3.14 2.40 6/241 865542
/proc/meminfo: memFree=118784624/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2106924 memory=696592 CPUtime=12.65 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 29166 0 0 0 1246 19 0 0 20 0 1 0 168015515 2157490176 174148 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 526731 174148 1773 439 0 522160 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2106924 KiB
Current children cumulated memory: 696592 KiB

[startup+25.5003 s]
/proc/loadavg: 4.09 3.16 2.42 6/241 865544
/proc/meminfo: memFree=118796192/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2116656 memory=709204 CPUtime=25.42 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 51353 0 0 0 2515 27 0 0 20 0 1 0 168015515 2167455744 177301 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 529164 177301 1773 439 0 524593 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2116656 KiB
Current children cumulated memory: 709204 KiB

[startup+51.1125 s]
/proc/loadavg: 4.05 3.25 2.47 6/241 865548
/proc/meminfo: memFree=118783508/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2111664 memory=704808 CPUtime=50.97 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 91417 0 0 0 5055 42 0 0 20 0 1 0 168015515 2162343936 176202 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 527916 176202 1773 439 0 523345 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2111664 KiB
Current children cumulated memory: 704808 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 3.39 2.56 6/241 865558
/proc/meminfo: memFree=118796256/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2123952 memory=715348 CPUtime=102.02 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 150567 0 0 0 10137 65 0 0 20 0 1 0 168015515 2174926848 178837 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 530988 178837 1773 439 0 526417 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 2123952 KiB
Current children cumulated memory: 715348 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 3.52 2.66 6/241 865568
/proc/meminfo: memFree=118811852/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2123952 memory=719144 CPUtime=161.87 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 208416 0 0 0 16101 86 0 0 20 0 1 0 168015515 2174926848 179786 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 530988 179786 1773 439 0 526417 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 2123952 KiB
Current children cumulated memory: 719144 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 3.63 2.75 7/241 865578
/proc/meminfo: memFree=118838908/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2091188 memory=683484 CPUtime=221.7 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 236019 0 0 0 22073 97 0 0 20 0 1 0 168015515 2141376512 170871 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 522797 170871 1773 439 0 518226 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 2091188 KiB
Current children cumulated memory: 683484 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.73 2.84 6/244 865594
/proc/meminfo: memFree=118788220/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2091188 memory=678888 CPUtime=281.54 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 254339 0 0 0 28049 105 0 0 20 0 1 0 168015515 2141376512 169722 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 522797 169722 1773 439 0 518226 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 2091188 KiB
Current children cumulated memory: 678888 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.79 2.92 6/244 865604
/proc/meminfo: memFree=118792616/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2082996 memory=675296 CPUtime=341.38 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 280320 0 0 0 34021 117 0 0 20 0 1 0 168015515 2132987904 168824 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 520749 168824 1773 439 0 516178 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 2082996 KiB
Current children cumulated memory: 675296 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 3.86 3.01 6/244 865614
/proc/meminfo: memFree=118705444/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2123952 memory=717096 CPUtime=401.22 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 319101 0 0 0 39993 129 0 0 20 0 1 0 168015515 2174926848 179274 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 530988 179274 1773 439 0 526417 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 2123952 KiB
Current children cumulated memory: 717096 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.91 3.08 6/244 865625
/proc/meminfo: memFree=118728708/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2123952 memory=719144 CPUtime=461.06 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 337390 0 0 0 45972 134 0 0 20 0 1 0 168015515 2174926848 179786 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 530988 179786 1773 439 0 526417 0

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

Current children cumulated memory: 713896 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.14 4.09 6/244 866629
/proc/meminfo: memFree=118700748/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2115564 memory=707700 CPUtime=2854.74 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 658989 0 0 0 285198 276 0 0 20 0 1 0 168015515 2166337536 176925 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 528891 176925 1773 439 0 524320 0
Current children cumulated CPU time: 2854.74 s
Current children cumulated vsize: 2115564 KiB
Current children cumulated memory: 707700 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.13 4.09 6/244 866640
/proc/meminfo: memFree=118582828/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2115808 memory=695824 CPUtime=2914.58 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 667004 0 0 0 291178 280 0 0 20 0 1 0 168015515 2166587392 173956 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 528952 173956 1773 439 0 524381 0
Current children cumulated CPU time: 2914.58 s
Current children cumulated vsize: 2115808 KiB
Current children cumulated memory: 695824 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.12 4.09 6/242 867034
/proc/meminfo: memFree=118690508/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2132192 memory=707976 CPUtime=2974.43 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 674666 0 0 0 297159 284 0 0 20 0 1 0 168015515 2183364608 176994 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 533048 176994 1773 439 0 528477 0
Current children cumulated CPU time: 2974.43 s
Current children cumulated vsize: 2132192 KiB
Current children cumulated memory: 707976 KiB

[startup+3042.3 s]
/proc/loadavg: 4.06 4.11 4.09 6/242 867044
/proc/meminfo: memFree=118658896/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2132192 memory=705308 CPUtime=3034.27 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 682322 0 0 0 303138 289 0 0 20 0 1 0 168015515 2183364608 176327 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 533048 176327 1773 439 0 528477 0
Current children cumulated CPU time: 3034.27 s
Current children cumulated vsize: 2132192 KiB
Current children cumulated memory: 705308 KiB

[startup+3102.3 s]
/proc/loadavg: 4.06 4.10 4.09 6/242 867054
/proc/meminfo: memFree=118615124/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2115808 memory=710540 CPUtime=3094.1 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 688696 0 0 0 309118 292 0 0 20 0 1 0 168015515 2166587392 177635 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 528952 177635 1773 439 0 524381 0
Current children cumulated CPU time: 3094.1 s
Current children cumulated vsize: 2115808 KiB
Current children cumulated memory: 710540 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.11 4.09 6/244 867235
/proc/meminfo: memFree=118553428/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2165724 memory=725216 CPUtime=3153.94 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 699819 0 0 0 315096 298 0 0 20 0 1 0 168015515 2217701376 181304 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 541431 181304 1773 439 0 536860 0
Current children cumulated CPU time: 3153.94 s
Current children cumulated vsize: 2165724 KiB
Current children cumulated memory: 725216 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.10 4.09 6/244 867245
/proc/meminfo: memFree=118498172/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2100188 memory=688840 CPUtime=3213.78 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 710274 0 0 0 321073 305 0 0 20 0 1 0 168015515 2150592512 172210 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 525047 172210 1773 439 0 520476 0
Current children cumulated CPU time: 3213.78 s
Current children cumulated vsize: 2100188 KiB
Current children cumulated memory: 688840 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.11 4.09 6/245 867313
/proc/meminfo: memFree=118612860/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2165724 memory=729128 CPUtime=3273.62 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 716052 0 0 0 327054 308 0 0 20 0 1 0 168015515 2217701376 182282 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 541431 182282 1773 439 0 536860 0
Current children cumulated CPU time: 3273.62 s
Current children cumulated vsize: 2165724 KiB
Current children cumulated memory: 729128 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.11 4.09 6/245 867460
/proc/meminfo: memFree=121139216/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2116572 memory=702908 CPUtime=3333.46 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 724993 0 0 0 333031 315 0 0 20 0 1 0 168015515 2167369728 175727 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 529143 175727 1773 439 0 524572 0
Current children cumulated CPU time: 3333.46 s
Current children cumulated vsize: 2116572 KiB
Current children cumulated memory: 702908 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/245 867471
/proc/meminfo: memFree=121119748/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2116572 memory=704824 CPUtime=3393.29 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 733163 0 0 0 339010 319 0 0 20 0 1 0 168015515 2167369728 176206 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 529143 176206 1773 439 0 524572 0
Current children cumulated CPU time: 3393.29 s
Current children cumulated vsize: 2116572 KiB
Current children cumulated memory: 704824 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/244 867481
/proc/meminfo: memFree=121057712/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2132956 memory=717132 CPUtime=3453.14 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 743734 0 0 0 344989 325 0 0 20 0 1 0 168015515 2184146944 179283 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 533239 179283 1773 439 0 528668 0
Current children cumulated CPU time: 3453.14 s
Current children cumulated vsize: 2132956 KiB
Current children cumulated memory: 717132 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/244 867492
/proc/meminfo: memFree=121080500/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2132956 memory=717096 CPUtime=3512.98 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 752240 0 0 0 350968 330 0 0 20 0 1 0 168015515 2184146944 179274 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 533239 179274 1773 439 0 528668 0
Current children cumulated CPU time: 3512.98 s
Current children cumulated vsize: 2132956 KiB
Current children cumulated memory: 717096 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/241 867503
/proc/meminfo: memFree=121085724/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2165724 memory=727208 CPUtime=3572.82 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 759744 0 0 0 356948 334 0 0 20 0 1 0 168015515 2217701376 181802 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 541431 181802 1773 439 0 536860 0
Current children cumulated CPU time: 3572.82 s
Current children cumulated vsize: 2165724 KiB
Current children cumulated memory: 727208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.11 4.11 4.09 5/241 867507
/proc/meminfo: memFree=121084716/131655788 swapFree=131071996/131071996
[pid=865538] ppid=865535 vsize=2116572 memory=712972 CPUtime=3600.06 cores=1,3
/proc/865538/stat : 865538 (pb_picat) R 865535 865538 865364 0 -1 4194304 763950 0 0 0 359668 338 0 0 20 0 1 0 168015515 2167369728 178243 134679101440 4194304 5989780 140733264790176 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 45461504 140733264794649 140733264794725 140733264794725 140733264801740 0
/proc/865538/statm: 529143 178243 1773 439 0 524572 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2116572 KiB
Current children cumulated memory: 712972 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.69 s, system=3.38278 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.6
CPU time (s): 3600.07
CPU user time (s): 3596.69
CPU system time (s): 3.38278
CPU usage (%): 99.736
Max. virtual memory (cumulated for all children) (KiB): 2165724
Max. memory (cumulated for all children) (KiB): 751980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.69
system time used= 3.38278
maximum resident set size= 754200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 763950
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= 15
involuntary context switches= 4103


# summary of solver processes directly reported to runsolver:
#   pid: 865538
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3596.69
#   total CPU system time (s): 3.38278

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1087 second user time and 34.0099 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-16 21:36:36
IDJOB=4436478
IDBENCH=158244
IDSOLVER=3068
FILE ID=nodeC011/4436478-1721158583
RUNJOBID= nodeC011-1721158273-865376
SLURM_JOB_ID= 7505769
Free space on /tmp= 723548 MiB

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

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

MD5SUM BENCH= 2fcb2c3eb5cc63f2f059b86c008c9f4a
RANDOM SEED=709407042

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		: 3645.018
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		: 3492.192
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.155
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.146
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		: 3594.073
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		: 3587.239
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.368
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.227
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:        119532600 kB
MemAvailable:   124400332 kB
Buffers:          452084 kB
Cached:          5198856 kB
SwapCached:            0 kB
Active:          1073196 kB
Inactive:       10380456 kB
Active(anon):       1428 kB
Inactive(anon):  5838988 kB
Active(file):    1071768 kB
Inactive(file):  4541468 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             23144 kB
Writeback:             0 kB
AnonPages:       5799304 kB
Mapped:           114780 kB
Shmem:             37704 kB
KReclaimable:     189388 kB
Slab:             299232 kB
SReclaimable:     189388 kB
SUnreclaim:       109844 kB
KernelStack:        3888 kB
PageTables:        20764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9546056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53696 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5519360 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= 723660 MiB
End job on nodeC011 at 2024-07-16 22:36:46