Trace number 4453062

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 NameAnswerCPU timeWall clock time
Picat 2024-06-18? (TO) 3600.08 3611.2

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid6_121.shuf-3.opb
MD5SUM1365683d53fe75e8a162478951931853
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.255408
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables726
Total number of constraints727
Number of constraints which are clauses726
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint726
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 748
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c solving HOME/instance-4453062-1721447275.opb (Picat 3.6#12)

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: 64059 MiB (59770 MiB free)
  memory of node 1: 64510 MiB (61317 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453062-1721447275/watcher-4453062-1721447275 -o /tmp/evaluation-result-4453062-1721447275/solver-4453062-1721447275 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721439267-1050979 --watchdog 3760 pb_picat HOME/instance-4453062-1721447275.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=1056448, runsolver pid=1056445
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 4.06 4.11 4.12 5/241 1056449
/proc/meminfo: memFree=123977860/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2036588 memory=22524 CPUtime=0.1 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1521 0 0 0 10 0 0 0 20 0 1 0 196883555 2085466112 5631 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 509147 5631 1737 439 0 504576 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2036588 KiB
Current children cumulated memory: 22524 KiB

[startup+0.213004 s]*
/proc/loadavg: 4.06 4.11 4.12 5/241 1056449
/proc/meminfo: memFree=123976576/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2036588 memory=22216 CPUtime=0.22 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1696 0 0 0 21 1 0 0 20 0 1 0 196883555 2085466112 5554 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 509147 5554 1737 439 0 504576 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 2036588 KiB
Current children cumulated memory: 22216 KiB

[startup+0.312242 s]*
/proc/loadavg: 4.06 4.11 4.12 5/241 1056449
/proc/meminfo: memFree=123979240/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2037612 memory=22732 CPUtime=0.32 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1787 0 0 0 31 1 0 0 20 0 1 0 196883555 2086514688 5683 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 509403 5683 1737 439 0 504832 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 2037612 KiB
Current children cumulated memory: 22732 KiB

[startup+0.700268 s]
/proc/loadavg: 4.06 4.11 4.12 5/241 1056449
/proc/meminfo: memFree=123986760/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2036756 memory=22744 CPUtime=0.69 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 2057 0 0 0 68 1 0 0 20 0 1 0 196883555 2085638144 5686 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 509189 5686 1737 439 0 504618 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2036756 KiB
Current children cumulated memory: 22744 KiB

[startup+1.5003 s]
/proc/loadavg: 4.06 4.11 4.12 5/241 1056449
/proc/meminfo: memFree=123983032/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2037780 memory=23284 CPUtime=1.48 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 3125 0 0 0 147 1 0 0 20 0 1 0 196883555 2086686720 5821 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 509445 5821 1737 439 0 504874 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2037780 KiB
Current children cumulated memory: 23284 KiB

[startup+3.11261 s]
/proc/loadavg: 4.06 4.11 4.12 5/241 1056449
/proc/meminfo: memFree=123975060/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2039044 memory=24964 CPUtime=3.09 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 6693 0 0 0 307 2 0 0 20 0 1 0 196883555 2087981056 6241 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 509761 6241 1737 439 0 505190 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2039044 KiB
Current children cumulated memory: 24964 KiB

[startup+6.30024 s]
/proc/loadavg: 4.05 4.11 4.12 5/241 1056449
/proc/meminfo: memFree=123967516/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2043692 memory=28244 CPUtime=6.26 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 12655 0 0 0 624 2 0 0 20 0 1 0 196883555 2092740608 7061 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 510923 7061 1737 439 0 506352 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2043692 KiB
Current children cumulated memory: 28244 KiB

[startup+12.7003 s]
/proc/loadavg: 4.05 4.10 4.12 5/241 1056451
/proc/meminfo: memFree=123976516/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2039844 memory=24572 CPUtime=12.65 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 26377 0 0 0 1259 6 0 0 20 0 1 0 196883555 2088800256 6143 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 509961 6143 1737 439 0 505390 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2039844 KiB
Current children cumulated memory: 24572 KiB

[startup+25.5003 s]
/proc/loadavg: 4.20 4.13 4.13 5/241 1056452
/proc/meminfo: memFree=123957288/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2044200 memory=28636 CPUtime=25.41 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 56347 0 0 0 2528 13 0 0 20 0 1 0 196883555 2093260800 7159 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 511050 7159 1737 439 0 506479 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2044200 KiB
Current children cumulated memory: 28636 KiB

[startup+51.1138 s]
/proc/loadavg: 4.13 4.12 4.12 5/241 1056457
/proc/meminfo: memFree=123963620/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2044372 memory=29172 CPUtime=50.94 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 109274 0 0 0 5067 27 0 0 20 0 1 0 196883555 2093436928 7293 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 511093 7293 1737 439 0 506522 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2044372 KiB
Current children cumulated memory: 29172 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.12 5/241 1056467
/proc/meminfo: memFree=123962336/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2053064 memory=32288 CPUtime=101.97 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 210511 0 0 0 10144 53 0 0 20 0 1 0 196883555 2102337536 8072 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 513266 8072 1737 439 0 508695 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 2053064 KiB
Current children cumulated memory: 32288 KiB

[startup+162.3 s]
/proc/loadavg: 4.60 4.24 4.16 5/244 1056482
/proc/meminfo: memFree=123953936/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2053328 memory=36908 CPUtime=161.78 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 297193 0 0 0 16100 78 0 0 20 0 1 0 196883555 2102607872 9227 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 513332 9227 1737 439 0 508761 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 2053328 KiB
Current children cumulated memory: 36908 KiB

[startup+222.3 s]
/proc/loadavg: 4.56 4.31 4.19 5/244 1056492
/proc/meminfo: memFree=123934208/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2061520 memory=42852 CPUtime=221.59 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 369040 0 0 0 22058 101 0 0 20 0 1 0 196883555 2110996480 10713 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 515380 10713 1737 439 0 510809 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 2061520 KiB
Current children cumulated memory: 42852 KiB

[startup+282.3 s]
/proc/loadavg: 4.24 4.26 4.18 5/244 1056503
/proc/meminfo: memFree=123949876/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2053948 memory=37408 CPUtime=281.4 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 441641 0 0 0 28014 126 0 0 20 0 1 0 196883555 2103242752 9352 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 513487 9352 1737 439 0 508916 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 2053948 KiB
Current children cumulated memory: 37408 KiB

[startup+342.3 s]
/proc/loadavg: 4.44 4.31 4.20 5/244 1056513
/proc/meminfo: memFree=123957200/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2062140 memory=36944 CPUtime=341.2 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 506182 0 0 0 33973 147 0 0 20 0 1 0 196883555 2111631360 9236 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 515535 9236 1737 439 0 510964 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 2062140 KiB
Current children cumulated memory: 36944 KiB

[startup+402.3 s]
/proc/loadavg: 4.21 4.27 4.19 5/244 1056523
/proc/meminfo: memFree=123914900/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2062448 memory=46440 CPUtime=401.01 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 559129 0 0 0 39933 168 0 0 20 0 1 0 196883555 2111946752 11610 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 515612 11610 1737 439 0 511041 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 2062448 KiB
Current children cumulated memory: 46440 KiB

[startup+462.3 s]
/proc/loadavg: 4.20 4.25 4.18 5/243 1056918
/proc/meminfo: memFree=123926488/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2070640 memory=48076 CPUtime=460.82 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 604807 0 0 0 45895 187 0 0 20 0 1 0 196883555 2120335360 12019 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 517660 12019 1737 439 0 513089 0

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

Current children cumulated memory: 104632 KiB

[startup+2862.3 s]
/proc/loadavg: 4.16 4.13 4.13 5/241 1058147
/proc/meminfo: memFree=123782012/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2125220 memory=86184 CPUtime=2853.12 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1711881 0 0 0 284546 766 0 0 20 0 1 0 196883555 2176225280 21546 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 531305 21546 1737 439 0 526734 0
Current children cumulated CPU time: 2853.12 s
Current children cumulated vsize: 2125220 KiB
Current children cumulated memory: 86184 KiB

[startup+2922.3 s]
/proc/loadavg: 4.16 4.13 4.13 5/241 1058158
/proc/meminfo: memFree=123750688/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2190756 memory=112800 CPUtime=2912.94 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1725808 0 0 0 290515 779 0 0 20 0 1 0 196883555 2243334144 28200 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 547689 28200 1737 439 0 543118 0
Current children cumulated CPU time: 2912.94 s
Current children cumulated vsize: 2190756 KiB
Current children cumulated memory: 112800 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.12 4.13 5/241 1058168
/proc/meminfo: memFree=123818016/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2076068 memory=58976 CPUtime=2972.74 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1748562 0 0 0 296479 795 0 0 20 0 1 0 196883555 2125893632 14744 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 519017 14744 1737 439 0 514446 0
Current children cumulated CPU time: 2972.74 s
Current children cumulated vsize: 2076068 KiB
Current children cumulated memory: 58976 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.13 4.13 5/241 1058178
/proc/meminfo: memFree=123781524/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2108836 memory=76028 CPUtime=3032.55 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1776649 0 0 0 302443 812 0 0 20 0 1 0 196883555 2159448064 19007 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 527209 19007 1737 439 0 522638 0
Current children cumulated CPU time: 3032.55 s
Current children cumulated vsize: 2108836 KiB
Current children cumulated memory: 76028 KiB

[startup+3102.3 s]
/proc/loadavg: 3.67 4.01 4.08 4/234 1058220
/proc/meminfo: memFree=123854116/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2108836 memory=78076 CPUtime=3092.35 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1796082 0 0 0 308412 823 0 0 20 0 1 0 196883555 2159448064 19519 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 527209 19519 1737 439 0 522638 0
Current children cumulated CPU time: 3092.35 s
Current children cumulated vsize: 2108836 KiB
Current children cumulated memory: 78076 KiB

[startup+3162.3 s]
/proc/loadavg: 2.74 3.71 3.98 2/222 1058296
/proc/meminfo: memFree=124040180/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2108836 memory=80184 CPUtime=3152.2 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1819065 0 0 0 314383 837 0 0 20 0 1 0 196883555 2159448064 20046 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 527209 20046 1737 439 0 522638 0
Current children cumulated CPU time: 3152.2 s
Current children cumulated vsize: 2108836 KiB
Current children cumulated memory: 80184 KiB

[startup+3222.3 s]
/proc/loadavg: 1.75 3.24 3.80 2/222 1058306
/proc/meminfo: memFree=124037676/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2141604 memory=85560 CPUtime=3212.06 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1836427 0 0 0 320357 849 0 0 20 0 1 0 196883555 2193002496 21390 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 535401 21390 1737 439 0 530830 0
Current children cumulated CPU time: 3212.06 s
Current children cumulated vsize: 2141604 KiB
Current children cumulated memory: 85560 KiB

[startup+3282.3 s]
/proc/loadavg: 1.27 2.83 3.62 2/222 1058317
/proc/meminfo: memFree=124061388/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2076068 memory=60916 CPUtime=3271.93 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1856481 0 0 0 326328 865 0 0 20 0 1 0 196883555 2125893632 15229 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 519017 15229 1737 439 0 514446 0
Current children cumulated CPU time: 3271.93 s
Current children cumulated vsize: 2076068 KiB
Current children cumulated memory: 60916 KiB

[startup+3342.3 s]
/proc/loadavg: 1.22 2.53 3.46 2/222 1058327
/proc/meminfo: memFree=124011116/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2141604 memory=114700 CPUtime=3331.8 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1873055 0 0 0 332304 876 0 0 20 0 1 0 196883555 2193002496 28675 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 535401 28675 1737 439 0 530830 0
Current children cumulated CPU time: 3331.8 s
Current children cumulated vsize: 2141604 KiB
Current children cumulated memory: 114700 KiB

[startup+3402.3 s]
/proc/loadavg: 1.18 2.28 3.32 2/222 1058337
/proc/meminfo: memFree=124039528/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2108836 memory=84052 CPUtime=3391.66 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1891191 0 0 0 338278 888 0 0 20 0 1 0 196883555 2159448064 21013 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 527209 21013 1737 439 0 522638 0
Current children cumulated CPU time: 3391.66 s
Current children cumulated vsize: 2108836 KiB
Current children cumulated memory: 84052 KiB

[startup+3462.3 s]
/proc/loadavg: 1.11 2.06 3.17 2/220 1058348
/proc/meminfo: memFree=124042668/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2108836 memory=82004 CPUtime=3451.51 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1917516 0 0 0 344247 904 0 0 20 0 1 0 196883555 2159448064 20501 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 527209 20501 1737 439 0 522638 0
Current children cumulated CPU time: 3451.51 s
Current children cumulated vsize: 2108836 KiB
Current children cumulated memory: 82004 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.88 3.04 2/220 1058359
/proc/meminfo: memFree=124033016/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2108836 memory=88148 CPUtime=3511.37 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1953244 0 0 0 350210 927 0 0 20 0 1 0 196883555 2159448064 22037 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 527209 22037 1737 439 0 522638 0
Current children cumulated CPU time: 3511.37 s
Current children cumulated vsize: 2108836 KiB
Current children cumulated memory: 88148 KiB

[startup+3582.3 s]
/proc/loadavg: 1.09 1.73 2.92 2/220 1058369
/proc/meminfo: memFree=124036768/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2125220 memory=85928 CPUtime=3571.23 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1966441 0 0 0 356186 937 0 0 20 0 1 0 196883555 2176225280 21482 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 531305 21482 1737 439 0 526734 0
Current children cumulated CPU time: 3571.23 s
Current children cumulated vsize: 2125220 KiB
Current children cumulated memory: 85928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 1.12 1.68 2.86 2/220 1058373
/proc/meminfo: memFree=124055100/131655788 swapFree=131071996/131071996
[pid=1056448] ppid=1056445 vsize=2092452 memory=67524 CPUtime=3600.07 cores=5,7
/proc/1056448/stat : 1056448 (pb_picat) R 1056445 1056448 1050966 0 -1 4194304 1972914 0 0 0 359064 943 0 0 20 0 1 0 196883555 2142670848 16881 134679101440 4194304 5989780 140727681028112 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 20819968 140727681037335 140727681037411 140727681037411 140727681044428 0
/proc/1056448/statm: 523113 16881 1737 439 0 518542 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2092452 KiB
Current children cumulated memory: 67524 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.65 s, system=9.43146 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): 3611.2
CPU time (s): 3600.08
CPU user time (s): 3590.65
CPU system time (s): 9.43146
CPU usage (%): 99.692
Max. virtual memory (cumulated for all children) (KiB): 2207140
Max. memory (cumulated for all children) (KiB): 127432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.65
system time used= 9.43146
maximum resident set size= 127432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1972914
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= 17
involuntary context switches= 4586


# summary of solver processes directly reported to runsolver:
#   pid: 1056448
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3590.65
#   total CPU system time (s): 9.43146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.1582 second user time and 31.1492 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-20 05:48:07
IDJOB=4453062
IDBENCH=168422
IDSOLVER=3068
FILE ID=nodeC003/4453062-1721447275
RUNJOBID= nodeC003-1721439267-1050979
SLURM_JOB_ID= 7545650
Free space on /tmp= 723772 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-lines-v2_shuffle/normalized-grid6_121.shuf-3.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453062-1721447275/watcher-4453062-1721447275 -o /tmp/evaluation-result-4453062-1721447275/solver-4453062-1721447275 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721439267-1050979 --watchdog 3760  pb_picat HOME/instance-4453062-1721447275.opb

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

MD5SUM BENCH= 1365683d53fe75e8a162478951931853
RANDOM SEED=1462199600

nodeC003.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		: 3672.182
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.76
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		: 3667.762
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.30
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.433
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.76
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.221
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.30
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		: 3672.555
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.76
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		: 3491.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.30
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.418
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.76
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.228
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123993940 kB
MemAvailable:   129706536 kB
Buffers:          561384 kB
Cached:          5933512 kB
SwapCached:            0 kB
Active:          1050784 kB
Inactive:        5922896 kB
Active(anon):       1460 kB
Inactive(anon):   523212 kB
Active(file):    1049324 kB
Inactive(file):  5399684 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3808 kB
Writeback:             0 kB
AnonPages:        478516 kB
Mapped:           118692 kB
Shmem:             45896 kB
KReclaimable:     207240 kB
Slab:             322528 kB
SReclaimable:     207240 kB
SUnreclaim:       115288 kB
KernelStack:        3864 kB
PageTables:        10524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    6742724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC003 at 2024-07-20 06:48:18