Trace number 4436374

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.08 3612.5

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir08_trarea_ac.opb
MD5SUM3ad5724dc0c956b4efc5b1550fba1884
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 benchmark70311
Best CPU time to get the best result obtained on this benchmark2.84758
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables24250
Total number of constraints51198
Number of constraints which are clauses51198
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 constraint423
Number of terms in the objective function 12053
Biggest coefficient in the objective function 2252
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 21122166
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 2252
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 21122166
Number of bits of the biggest sum of numbers25
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-4436374-1721106890.opb (Picat 3.6#12)
13.35/13.48	o 2442053
75.05/75.39	o 2412086
161.36/161.96	o 1243980
214.49/215.22	o 830552
287.64/288.60	o 555048
342.86/344.03	o 371325
445.11/446.65	o 248216
583.03/585.07	o 166751
762.52/765.18	o 112434

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436374-1721106890/watcher-4436374-1721106890 -o /tmp/evaluation-result-4436374-1721106890/solver-4436374-1721106890 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721103131-840879 --watchdog 3760 pb_picat HOME/instance-4436374-1721106890.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=843457, runsolver pid=843454

[startup+0.10009 s]*
/proc/loadavg: 4.10 4.17 4.16 5/257 843458
/proc/meminfo: memFree=123530456/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2033608 memory=44200 CPUtime=0.09 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 1539 0 0 0 9 0 0 0 20 0 1 0 162859600 2082414592 11050 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 508402 11050 1507 439 0 503831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 44200 KiB

[startup+0.206032 s]*
/proc/loadavg: 4.10 4.17 4.16 5/257 843458
/proc/meminfo: memFree=123512560/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2033608 memory=60584 CPUtime=0.2 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 1552 0 0 0 20 0 0 0 20 0 1 0 162859600 2082414592 15146 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 508402 15146 1507 439 0 503831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 60584 KiB

[startup+0.306073 s]*
/proc/loadavg: 4.10 4.17 4.16 5/257 843458
/proc/meminfo: memFree=123493260/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2033608 memory=76968 CPUtime=0.3 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 1560 0 0 0 29 1 0 0 20 0 1 0 162859600 2082414592 19242 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 508402 19242 1507 439 0 503831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 76968 KiB

[startup+0.700228 s]
/proc/loadavg: 4.10 4.17 4.16 5/257 843458
/proc/meminfo: memFree=123455956/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2080204 memory=151132 CPUtime=0.69 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 7224 0 0 0 66 3 0 0 20 0 1 0 162859600 2130128896 37783 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 520051 37783 1680 439 0 515480 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2080204 KiB
Current children cumulated memory: 151132 KiB

[startup+1.50023 s]
/proc/loadavg: 4.10 4.17 4.16 5/257 843458
/proc/meminfo: memFree=123398432/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2085580 memory=166008 CPUtime=1.49 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 9146 0 0 0 145 4 0 0 20 0 1 0 162859600 2135633920 41502 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 521395 41502 1680 439 0 516824 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2085580 KiB
Current children cumulated memory: 166008 KiB

[startup+3.106 s]
/proc/loadavg: 4.10 4.17 4.16 5/257 843458
/proc/meminfo: memFree=123390872/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2105244 memory=175384 CPUtime=3.09 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 12647 0 0 0 304 5 0 0 20 0 1 0 162859600 2155769856 43846 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 526311 43846 1744 439 0 521740 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2105244 KiB
Current children cumulated memory: 175384 KiB

[startup+6.30022 s]
/proc/loadavg: 4.09 4.16 4.16 5/257 843458
/proc/meminfo: memFree=123375884/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2122160 memory=183200 CPUtime=6.27 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 20679 0 0 0 620 7 0 0 20 0 1 0 162859600 2173091840 45800 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 530540 45800 1744 439 0 525969 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2122160 KiB
Current children cumulated memory: 183200 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.16 4.16 5/257 843460
/proc/meminfo: memFree=123391064/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2122160 memory=185324 CPUtime=12.65 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 30936 0 0 0 1254 11 0 0 20 0 1 0 162859600 2173091840 46331 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 530540 46331 1744 439 0 525969 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2122160 KiB
Current children cumulated memory: 185324 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.17 4.16 5/257 843461
/proc/meminfo: memFree=123370204/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2108608 memory=181916 CPUtime=25.41 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 53614 0 0 0 2523 18 0 0 20 0 1 0 162859600 2159214592 45479 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 527152 45479 1744 439 0 522581 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2108608 KiB
Current children cumulated memory: 181916 KiB

[startup+51.1059 s]
/proc/loadavg: 4.17 4.17 4.16 5/255 843466
/proc/meminfo: memFree=123320784/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2124992 memory=193260 CPUtime=50.93 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 76444 0 0 0 5066 27 0 0 20 0 1 0 162859600 2175991808 48315 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 531248 48315 1744 439 0 526677 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 2124992 KiB
Current children cumulated memory: 193260 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.16 4.16 5/255 843475
/proc/meminfo: memFree=123323084/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2111072 memory=183336 CPUtime=101.96 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 123787 0 0 0 10153 43 0 0 20 0 1 0 162859600 2161737728 45834 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 527768 45834 1744 439 0 523197 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 2111072 KiB
Current children cumulated memory: 183336 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.14 4.15 5/255 843486
/proc/meminfo: memFree=123280340/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2088108 memory=174628 CPUtime=161.76 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 158009 0 0 0 16119 57 0 0 20 0 1 0 162859600 2138222592 43657 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 522027 43657 1744 439 0 517456 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 2088108 KiB
Current children cumulated memory: 174628 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.13 4.15 5/254 843496
/proc/meminfo: memFree=123307044/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2110972 memory=179316 CPUtime=221.57 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 220607 0 0 0 22077 80 0 0 20 0 1 0 162859600 2161635328 44829 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 527743 44829 1744 439 0 523172 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 2110972 KiB
Current children cumulated memory: 179316 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.14 4.15 5/254 843506
/proc/meminfo: memFree=123285900/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2128308 memory=196672 CPUtime=281.36 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 254319 0 0 0 28043 93 0 0 20 0 1 0 162859600 2179387392 49168 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 532077 49168 1744 439 0 527506 0
Current children cumulated CPU time: 281.36 s
Current children cumulated vsize: 2128308 KiB
Current children cumulated memory: 196672 KiB

[startup+342.3 s]
/proc/loadavg: 4.44 4.22 4.17 5/255 843520
/proc/meminfo: memFree=123281912/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2127120 memory=197640 CPUtime=341.16 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 298325 0 0 0 34006 110 0 0 20 0 1 0 162859600 2178170880 49410 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 531780 49410 1744 439 0 527209 0
Current children cumulated CPU time: 341.16 s
Current children cumulated vsize: 2127120 KiB
Current children cumulated memory: 197640 KiB

[startup+402.3 s]
/proc/loadavg: 4.28 4.21 4.17 5/255 843530
/proc/meminfo: memFree=123293304/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2127120 memory=203784 CPUtime=400.96 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 339065 0 0 0 39971 125 0 0 20 0 1 0 162859600 2178170880 50946 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 531780 50946 1744 439 0 527209 0
Current children cumulated CPU time: 400.96 s
Current children cumulated vsize: 2127120 KiB
Current children cumulated memory: 203784 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.18 4.17 5/255 843542
/proc/meminfo: memFree=123291440/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2110428 memory=182792 CPUtime=460.75 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 371804 0 0 0 45938 137 0 0 20 0 1 0 162859600 2161078272 45698 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 527607 45698 1744 439 0 523036 0

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

Current children cumulated memory: 223340 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/258 845181
/proc/meminfo: memFree=123252584/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2146860 memory=206976 CPUtime=2912.24 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 631641 0 0 0 290921 303 0 0 20 0 1 0 162859600 2198384640 51744 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 536715 51744 1744 439 0 532144 0
Current children cumulated CPU time: 2912.24 s
Current children cumulated vsize: 2146860 KiB
Current children cumulated memory: 206976 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/258 845194
/proc/meminfo: memFree=123246468/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2130476 memory=214892 CPUtime=2972.03 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 634579 0 0 0 296894 309 0 0 20 0 1 0 162859600 2181607424 53723 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 532619 53723 1744 439 0 528048 0
Current children cumulated CPU time: 2972.03 s
Current children cumulated vsize: 2130476 KiB
Current children cumulated memory: 214892 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/258 845205
/proc/meminfo: memFree=123264228/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2130476 memory=204496 CPUtime=3031.82 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 639782 0 0 0 302867 315 0 0 20 0 1 0 162859600 2181607424 51124 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 532619 51124 1744 439 0 528048 0
Current children cumulated CPU time: 3031.82 s
Current children cumulated vsize: 2130476 KiB
Current children cumulated memory: 204496 KiB

[startup+3102.3 s]
/proc/loadavg: 4.04 4.10 4.09 5/256 845215
/proc/meminfo: memFree=123217180/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2167140 memory=225904 CPUtime=3091.62 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 642867 0 0 0 308845 317 0 0 20 0 1 0 162859600 2219151360 56476 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 541785 56476 1744 439 0 537214 0
Current children cumulated CPU time: 3091.62 s
Current children cumulated vsize: 2167140 KiB
Current children cumulated memory: 225904 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/256 845226
/proc/meminfo: memFree=123229804/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2167140 memory=245080 CPUtime=3151.42 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 643127 0 0 0 314824 318 0 0 20 0 1 0 162859600 2219151360 61270 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 541785 61270 1744 439 0 537214 0
Current children cumulated CPU time: 3151.42 s
Current children cumulated vsize: 2167140 KiB
Current children cumulated memory: 245080 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/255 845236
/proc/meminfo: memFree=123238028/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2167140 memory=225332 CPUtime=3211.22 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 646831 0 0 0 320802 320 0 0 20 0 1 0 162859600 2219151360 56333 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 541785 56333 1744 439 0 537214 0
Current children cumulated CPU time: 3211.22 s
Current children cumulated vsize: 2167140 KiB
Current children cumulated memory: 225332 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/254 845246
/proc/meminfo: memFree=123222384/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2134372 memory=223064 CPUtime=3271.01 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 650227 0 0 0 326778 323 0 0 20 0 1 0 162859600 2185596928 55766 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 533593 55766 1744 439 0 529022 0
Current children cumulated CPU time: 3271.01 s
Current children cumulated vsize: 2134372 KiB
Current children cumulated memory: 223064 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/256 845261
/proc/meminfo: memFree=123164848/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2232676 memory=286040 CPUtime=3330.8 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 653658 0 0 0 332752 328 0 0 20 0 1 0 162859600 2286260224 71510 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 558169 71510 1744 439 0 553598 0
Current children cumulated CPU time: 3330.8 s
Current children cumulated vsize: 2232676 KiB
Current children cumulated memory: 286040 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/256 845272
/proc/meminfo: memFree=123211324/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2232676 memory=263356 CPUtime=3390.6 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 658876 0 0 0 338727 333 0 0 20 0 1 0 162859600 2286260224 65839 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 558169 65839 1744 439 0 553598 0
Current children cumulated CPU time: 3390.6 s
Current children cumulated vsize: 2232676 KiB
Current children cumulated memory: 263356 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/256 845283
/proc/meminfo: memFree=123225116/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2134372 memory=222068 CPUtime=3450.39 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 660260 0 0 0 344702 337 0 0 20 0 1 0 162859600 2185596928 55517 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 533593 55517 1744 439 0 529022 0
Current children cumulated CPU time: 3450.39 s
Current children cumulated vsize: 2134372 KiB
Current children cumulated memory: 222068 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/256 845339
/proc/meminfo: memFree=123324728/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2167140 memory=218300 CPUtime=3510.19 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 663644 0 0 0 350680 339 0 0 20 0 1 0 162859600 2219151360 54575 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 541785 54575 1744 439 0 537214 0
Current children cumulated CPU time: 3510.19 s
Current children cumulated vsize: 2167140 KiB
Current children cumulated memory: 218300 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/256 845487
/proc/meminfo: memFree=122646500/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2199908 memory=232532 CPUtime=3569.97 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 665858 0 0 0 356656 341 0 0 20 0 1 0 162859600 2252705792 58133 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 549977 58133 1744 439 0 545406 0
Current children cumulated CPU time: 3569.97 s
Current children cumulated vsize: 2199908 KiB
Current children cumulated memory: 232532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.5 s]
/proc/loadavg: 4.09 4.09 4.09 5/256 845491
/proc/meminfo: memFree=122667388/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2167140 memory=224440 CPUtime=3600.07 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 666498 0 0 0 359666 341 0 0 20 0 1 0 162859600 2219151360 56110 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 541785 56110 1744 439 0 537214 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2167140 KiB
Current children cumulated memory: 224440 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.66 s, system=3.41544 s

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

[startup+3612.5 s]
/proc/loadavg: 4.09 4.09 4.09 5/256 845491
/proc/meminfo: memFree=122667388/131524596 swapFree=131071996/131071996
[pid=843457] ppid=843454 vsize=2167140 memory=224440 CPUtime=3600.07 cores=0,2
/proc/843457/stat : 843457 (pb_picat) R 843454 843457 840869 0 -1 4194304 666498 0 0 0 359666 341 0 0 20 0 1 0 162859600 2219151360 56110 134679101440 4194304 5989780 140734492179552 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 15478784 140734492181529 140734492181605 140734492181605 140734492188620 0
/proc/843457/statm: 541785 56110 1744 439 0 537214 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2167140 KiB
Current children cumulated memory: 224440 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3612.5
CPU time (s): 3600.08
CPU user time (s): 3596.66
CPU system time (s): 3.41544
CPU usage (%): 99.6561
Max. virtual memory (cumulated for all children) (KiB): 2363748
Max. memory (cumulated for all children) (KiB): 377136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.66
system time used= 3.41544
maximum resident set size= 377136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 666498
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= 27
involuntary context switches= 25225


# summary of solver processes directly reported to runsolver:
#   pid: 843457
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3596.66
#   total CPU system time (s): 3.41544

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.62579 second user time and 18.4444 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-16 07:15:03
IDJOB=4436374
IDBENCH=148149
IDSOLVER=3068
FILE ID=nodeC034/4436374-1721106890
RUNJOBID= nodeC034-1721103131-840879
SLURM_JOB_ID= 7505618
Free space on /tmp= 890068 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir08_trarea_ac.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436374-1721106890/watcher-4436374-1721106890 -o /tmp/evaluation-result-4436374-1721106890/solver-4436374-1721106890 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721103131-840879 --watchdog 3760  pb_picat HOME/instance-4436374-1721106890.opb

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

MD5SUM BENCH= 3ad5724dc0c956b4efc5b1550fba1884
RANDOM SEED=578948664

nodeC034.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3656.402
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3677.470
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3648.673
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.649
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3657.359
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3677.547
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3605.894
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.196
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        123581420 kB
MemAvailable:   129364356 kB
Buffers:          385160 kB
Cached:          6164644 kB
SwapCached:            0 kB
Active:           700324 kB
Inactive:        6491540 kB
Active(anon):       1516 kB
Inactive(anon):   677976 kB
Active(file):     698808 kB
Inactive(file):  5813564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5788 kB
Writeback:             0 kB
AnonPages:        641600 kB
Mapped:           114120 kB
Shmem:             37720 kB
KReclaimable:     220776 kB
Slab:             342760 kB
SReclaimable:     220776 kB
SUnreclaim:       121984 kB
KernelStack:        4144 kB
PageTables:        10764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:    6861988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63200 kB
HardwareCorrupted:     0 kB
AnonHugePages:    454656 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:      250580 kB
DirectMap2M:    28882944 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890052 MiB
End job on nodeC034 at 2024-07-16 08:15:16