Trace number 4436476

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 3610.41

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped3.F.recomb10-0.20-11.opb
MD5SUM33acd32e5ec46935389a8e040a16b267
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 benchmark4807
Best CPU time to get the best result obtained on this benchmark6.02166
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70483
Total number of constraints857327
Number of constraints which are clauses857327
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 4960
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 1575760
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1575760
Number of bits of the biggest sum of numbers21
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.01	c solving HOME/instance-4436476-1721161872.opb (Picat 3.6#12)
7.86/7.98	o 1492555
8.98/9.04	o 1484713
11.07/11.17	o 955481
13.65/13.75	o 581063
16.34/16.43	o 386693
19.63/19.76	o 257684
22.72/22.87	o 171777
25.71/25.89	o 107073
29.50/29.62	o 68029
32.29/32.41	o 45265
35.89/36.09	o 30169
38.88/39.01	o 20065
41.87/42.10	o 10909
45.35/45.59	o 6812
52.43/52.69	o 6055
58.82/59.02	o 5551
64.40/64.61	o 5215
67.98/68.20	o 4990
74.07/74.33	o 4841
85.13/85.49	o 4808

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436476-1721161872/watcher-4436476-1721161872 -o /tmp/evaluation-result-4436476-1721161872/solver-4436476-1721161872 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721158273-865377 --watchdog 3760 pb_picat HOME/instance-4436476-1721161872.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=867393, runsolver pid=867390
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 4.14 4.11 4.09 5/239 867394
/proc/meminfo: memFree=123752060/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2033608 memory=29252 CPUtime=0.1 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 849 0 0 0 10 0 0 0 20 0 1 0 168344418 2082414592 7313 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 508402 7313 1566 439 0 503831 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 29252 KiB

[startup+0.210173 s]*
/proc/loadavg: 4.14 4.11 4.09 5/245 867405
/proc/meminfo: memFree=123731004/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2033608 memory=33588 CPUtime=0.21 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 861 0 0 0 21 0 0 0 20 0 1 0 168344418 2082414592 8397 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 508402 8397 1566 439 0 503831 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 33588 KiB

[startup+0.309754 s]*
/proc/loadavg: 4.14 4.11 4.09 5/245 867405
/proc/meminfo: memFree=123706544/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2033608 memory=39732 CPUtime=0.3 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 870 0 0 0 30 0 0 0 20 0 1 0 168344418 2082414592 9933 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 508402 9933 1566 439 0 503831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 39732 KiB

[startup+0.700285 s]
/proc/loadavg: 4.14 4.11 4.09 5/245 867405
/proc/meminfo: memFree=123683540/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2033608 memory=62260 CPUtime=0.69 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 888 0 0 0 68 1 0 0 20 0 1 0 168344418 2082414592 15565 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 508402 15565 1566 439 0 503831 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 62260 KiB

[startup+1.50033 s]
/proc/loadavg: 4.14 4.11 4.09 5/245 867405
/proc/meminfo: memFree=123601796/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2033608 memory=129968 CPUtime=1.48 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 945 0 0 0 146 2 0 0 20 0 1 0 168344418 2082414592 32492 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 508402 32492 1566 439 0 503831 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 129968 KiB

[startup+3.11284 s]
/proc/loadavg: 4.05 4.09 4.09 5/245 867452
/proc/meminfo: memFree=123700204/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2033608 memory=341172 CPUtime=3.1 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 1182 0 0 0 303 7 0 0 20 0 1 0 168344418 2082414592 85293 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 508402 85293 1566 439 0 503831 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 341172 KiB

[startup+6.30033 s]
/proc/loadavg: 4.05 4.09 4.09 5/245 867452
/proc/meminfo: memFree=122780648/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2041424 memory=790232 CPUtime=6.28 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 1545 0 0 0 611 17 0 0 20 0 1 0 168344418 2090418176 197558 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 510356 197558 1566 439 0 505785 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2041424 KiB
Current children cumulated memory: 790232 KiB

[startup+12.7003 s]
/proc/loadavg: 4.05 4.09 4.09 7/245 867452
/proc/meminfo: memFree=121649644/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2221140 memory=1053132 CPUtime=12.65 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 13123 0 0 0 1241 24 0 0 20 0 1 0 168344418 2274447360 263283 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 555285 263283 1786 439 0 550714 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2221140 KiB
Current children cumulated memory: 1053132 KiB

[startup+25.5004 s]
/proc/loadavg: 4.04 4.09 4.08 5/245 867455
/proc/meminfo: memFree=121167532/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2223188 memory=1057168 CPUtime=25.41 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 14024 0 0 0 2517 24 0 0 20 0 1 0 168344418 2276544512 264292 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 555797 264292 1786 439 0 551226 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2223188 KiB
Current children cumulated memory: 1057168 KiB

[startup+51.113 s]
/proc/loadavg: 4.17 4.11 4.09 5/245 867458
/proc/meminfo: memFree=121132456/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2224212 memory=1057172 CPUtime=50.94 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 14796 0 0 0 5070 24 0 0 20 0 1 0 168344418 2277593088 264293 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 556053 264293 1786 439 0 551482 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2224212 KiB
Current children cumulated memory: 1057172 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.12 4.10 7/245 867468
/proc/meminfo: memFree=121132212/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2224212 memory=1059472 CPUtime=101.98 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 15609 0 0 0 10173 25 0 0 20 0 1 0 168344418 2277593088 264868 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 556053 264868 1786 439 0 551482 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2224212 KiB
Current children cumulated memory: 1059472 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.11 4.09 7/244 867478
/proc/meminfo: memFree=121080852/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2240600 memory=1076092 CPUtime=161.77 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 31636 0 0 0 16142 35 0 0 20 0 1 0 168344418 2294374400 269023 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 560150 269023 1786 439 0 555579 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 2240600 KiB
Current children cumulated memory: 1076092 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.12 4.09 7/244 867489
/proc/meminfo: memFree=121038904/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2240600 memory=1071992 CPUtime=221.57 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 52117 0 0 0 22107 50 0 0 20 0 1 0 168344418 2294374400 267998 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 560150 267998 1786 439 0 555579 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 2240600 KiB
Current children cumulated memory: 1071992 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.11 4.09 8/241 867500
/proc/meminfo: memFree=121087900/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2256984 memory=1086340 CPUtime=281.37 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 75589 0 0 0 28070 67 0 0 20 0 1 0 168344418 2311151616 271585 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 564246 271585 1786 439 0 559675 0
Current children cumulated CPU time: 281.37 s
Current children cumulated vsize: 2256984 KiB
Current children cumulated memory: 1086340 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.12 4.09 6/241 867556
/proc/meminfo: memFree=121671720/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2240600 memory=1075964 CPUtime=341.18 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 93869 0 0 0 34037 81 0 0 20 0 1 0 168344418 2294374400 268991 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 560150 268991 1786 439 0 555579 0
Current children cumulated CPU time: 341.18 s
Current children cumulated vsize: 2240600 KiB
Current children cumulated memory: 1075964 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.11 4.09 6/241 867566
/proc/meminfo: memFree=121661112/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2240600 memory=1076404 CPUtime=401.01 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 109888 0 0 0 40010 91 0 0 20 0 1 0 168344418 2294374400 269101 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 560150 269101 1786 439 0 555579 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 2240600 KiB
Current children cumulated memory: 1076404 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.11 4.09 6/241 867577
/proc/meminfo: memFree=121687072/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2232408 memory=1073660 CPUtime=460.85 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 128060 0 0 0 45979 106 0 0 20 0 1 0 168344418 2285985792 268415 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 558102 268415 1786 439 0 553531 0

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

Current children cumulated memory: 1164468 KiB

[startup+2862.3 s]
/proc/loadavg: 4.51 4.24 4.20 7/242 868896
/proc/meminfo: memFree=123493712/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2289756 memory=1119004 CPUtime=2854.14 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 432694 0 0 0 284995 419 0 0 20 0 1 0 168344418 2344710144 279751 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 572439 279751 1786 439 0 567868 0
Current children cumulated CPU time: 2854.14 s
Current children cumulated vsize: 2289756 KiB
Current children cumulated memory: 1119004 KiB

[startup+2922.3 s]
/proc/loadavg: 4.68 4.36 4.24 7/242 868906
/proc/meminfo: memFree=123453532/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2322524 memory=1149808 CPUtime=2913.95 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 435265 0 0 0 290974 421 0 0 20 0 1 0 168344418 2378264576 287452 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 580631 287452 1786 439 0 576060 0
Current children cumulated CPU time: 2913.95 s
Current children cumulated vsize: 2322524 KiB
Current children cumulated memory: 1149808 KiB

[startup+2982.3 s]
/proc/loadavg: 4.35 4.32 4.24 7/244 868920
/proc/meminfo: memFree=123443168/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2322524 memory=1153876 CPUtime=2973.78 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 441034 0 0 0 296951 427 0 0 20 0 1 0 168344418 2378264576 288469 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 580631 288469 1786 439 0 576060 0
Current children cumulated CPU time: 2973.78 s
Current children cumulated vsize: 2322524 KiB
Current children cumulated memory: 1153876 KiB

[startup+3042.3 s]
/proc/loadavg: 4.22 4.29 4.23 7/244 868930
/proc/meminfo: memFree=123502824/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2306140 memory=1127224 CPUtime=3033.61 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 446025 0 0 0 302928 433 0 0 20 0 1 0 168344418 2361487360 281806 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 576535 281806 1786 439 0 571964 0
Current children cumulated CPU time: 3033.61 s
Current children cumulated vsize: 2306140 KiB
Current children cumulated memory: 1127224 KiB

[startup+3102.3 s]
/proc/loadavg: 4.27 4.28 4.23 7/244 868941
/proc/meminfo: memFree=123409496/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2388060 memory=1202304 CPUtime=3093.44 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 453399 0 0 0 308900 444 0 0 20 0 1 0 168344418 2445373440 300576 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 597015 300576 1786 439 0 592444 0
Current children cumulated CPU time: 3093.44 s
Current children cumulated vsize: 2388060 KiB
Current children cumulated memory: 1202304 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.25 4.22 7/243 868951
/proc/meminfo: memFree=123451748/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2322524 memory=1139520 CPUtime=3153.26 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 460405 0 0 0 314874 452 0 0 20 0 1 0 168344418 2378264576 284880 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 580631 284880 1786 439 0 576060 0
Current children cumulated CPU time: 3153.26 s
Current children cumulated vsize: 2322524 KiB
Current children cumulated memory: 1139520 KiB

[startup+3222.3 s]
/proc/loadavg: 4.67 4.37 4.27 7/243 868962
/proc/meminfo: memFree=123389704/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2519132 memory=1233648 CPUtime=3213.09 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 467580 0 0 0 320847 462 0 0 20 0 1 0 168344418 2579591168 308412 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 629783 308412 1786 439 0 625212 0
Current children cumulated CPU time: 3213.09 s
Current children cumulated vsize: 2519132 KiB
Current children cumulated memory: 1233648 KiB

[startup+3282.3 s]
/proc/loadavg: 4.41 4.36 4.27 7/243 869357
/proc/meminfo: memFree=123491084/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2273372 memory=1115676 CPUtime=3272.92 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 475321 0 0 0 326822 470 0 0 20 0 1 0 168344418 2327932928 278919 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 568343 278919 1786 439 0 563772 0
Current children cumulated CPU time: 3272.92 s
Current children cumulated vsize: 2273372 KiB
Current children cumulated memory: 1115676 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.31 4.26 7/243 869367
/proc/meminfo: memFree=123415724/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2273372 memory=1106728 CPUtime=3332.75 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 480001 0 0 0 332799 476 0 0 20 0 1 0 168344418 2327932928 276682 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 568343 276682 1786 439 0 563772 0
Current children cumulated CPU time: 3332.75 s
Current children cumulated vsize: 2273372 KiB
Current children cumulated memory: 1106728 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.28 4.25 7/243 869377
/proc/meminfo: memFree=123436732/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2289756 memory=1119032 CPUtime=3392.57 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 485596 0 0 0 338775 482 0 0 20 0 1 0 168344418 2344710144 279758 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 572439 279758 1786 439 0 567868 0
Current children cumulated CPU time: 3392.57 s
Current children cumulated vsize: 2289756 KiB
Current children cumulated memory: 1119032 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.23 4.23 7/244 869558
/proc/meminfo: memFree=123523988/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2289756 memory=1112900 CPUtime=3452.39 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 489537 0 0 0 344754 485 0 0 20 0 1 0 168344418 2344710144 278225 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 572439 278225 1786 439 0 567868 0
Current children cumulated CPU time: 3452.39 s
Current children cumulated vsize: 2289756 KiB
Current children cumulated memory: 1112900 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.20 4.22 7/244 869568
/proc/meminfo: memFree=123451096/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2322524 memory=1129324 CPUtime=3512.22 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 493979 0 0 0 350733 489 0 0 20 0 1 0 168344418 2378264576 282331 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 580631 282331 1786 439 0 576060 0
Current children cumulated CPU time: 3512.22 s
Current children cumulated vsize: 2322524 KiB
Current children cumulated memory: 1129324 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.19 4.22 7/244 869634
/proc/meminfo: memFree=123426888/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2388060 memory=1161968 CPUtime=3572.06 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 502655 0 0 0 356710 496 0 0 20 0 1 0 168344418 2445373440 290492 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 597015 290492 1786 439 0 592444 0
Current children cumulated CPU time: 3572.06 s
Current children cumulated vsize: 2388060 KiB
Current children cumulated memory: 1161968 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.07 4.17 4.21 5/242 869640
/proc/meminfo: memFree=123366932/131655788 swapFree=131071996/131071996
[pid=867393] ppid=867390 vsize=2388060 memory=1211136 CPUtime=3600.08 cores=5,7
/proc/867393/stat : 867393 (pb_picat) R 867390 867393 865364 0 -1 4194304 505621 0 0 0 359507 501 0 0 20 0 1 0 168344418 2445373440 302784 134679101440 4194304 5989780 140724860106000 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 26869760 140724860113945 140724860114021 140724860114021 140724860121036 0
/proc/867393/statm: 597015 302784 1786 439 0 592444 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2388060 KiB
Current children cumulated memory: 1211136 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.08 s, system=5.01505 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): 3610.41
CPU time (s): 3600.09
CPU user time (s): 3595.08
CPU system time (s): 5.01505
CPU usage (%): 99.7144
Max. virtual memory (cumulated for all children) (KiB): 2519132
Max. memory (cumulated for all children) (KiB): 1245936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.08
system time used= 5.01505
maximum resident set size= 1245936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 505621
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= 16
involuntary context switches= 4636


# summary of solver processes directly reported to runsolver:
#   pid: 867393
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3595.08
#   total CPU system time (s): 5.01505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.6827 second user time and 28.8865 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-16 22:31:25
IDJOB=4436476
IDBENCH=158253
IDSOLVER=3068
FILE ID=nodeC011/4436476-1721161872
RUNJOBID= nodeC011-1721158273-865377
SLURM_JOB_ID= 7505769
Free space on /tmp= 723652 MiB

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

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

MD5SUM BENCH= 33acd32e5ec46935389a8e040a16b267
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		: 3671.267
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		: 3681.221
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.189
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.265
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.304
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		: 1795.922
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		: 1675.010
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		: 1383.979
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:        123773804 kB
MemAvailable:   128548688 kB
Buffers:          453712 kB
Cached:          5105160 kB
SwapCached:            0 kB
Active:           904420 kB
Inactive:        6317384 kB
Active(anon):       1436 kB
Inactive(anon):  1699288 kB
Active(file):     902984 kB
Inactive(file):  4618096 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             93556 kB
Writeback:             0 kB
AnonPages:       1657148 kB
Mapped:           111492 kB
Shmem:             37704 kB
KReclaimable:     188008 kB
Slab:             297748 kB
SReclaimable:     188008 kB
SUnreclaim:       109740 kB
KernelStack:        3904 kB
PageTables:        12516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    4896052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53824 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1454080 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= 723740 MiB
End job on nodeC011 at 2024-07-16 23:31:36