Trace number 4436514

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.14 3610.33

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_ic.opb
MD5SUM88b39ea3a8b75d01f2291d1517c942c1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15928581
Best CPU time to get the best result obtained on this benchmark3602.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 187029967016
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 187029967016
Number of bits of the biggest sum of numbers38
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-4436514-1721146448.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: 63968 MiB (62776 MiB free)
  memory of node 1: 64473 MiB (62935 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436514-1721146448/watcher-4436514-1721146448 -o /tmp/evaluation-result-4436514-1721146448/solver-4436514-1721146448 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721146460-860191 --watchdog 3760 pb_picat HOME/instance-4436514-1721146448.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=860241, runsolver pid=860238

[startup+0.100329 s]*
/proc/loadavg: 3.99 4.08 4.08 6/254 860242
/proc/meminfo: memFree=128628760/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=2033608 memory=47180 CPUtime=0.09 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 779 0 0 0 8 1 0 0 20 0 1 0 166811927 2082414592 11795 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 508402 11795 1507 439 0 503831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 47180 KiB

[startup+0.205686 s]*
/proc/loadavg: 3.99 4.08 4.08 5/254 860242
/proc/meminfo: memFree=128564472/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=2033608 memory=65612 CPUtime=0.2 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 788 0 0 0 19 1 0 0 20 0 1 0 166811927 2082414592 16403 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 508402 16403 1507 439 0 503831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 65612 KiB

[startup+0.305588 s]*
/proc/loadavg: 3.99 4.08 4.08 5/252 860242
/proc/meminfo: memFree=128531196/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=2033608 memory=86400 CPUtime=0.29 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 799 0 0 0 28 1 0 0 20 0 1 0 166811927 2082414592 21600 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 508402 21600 1539 439 0 503831 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 86400 KiB

[startup+0.700226 s]
/proc/loadavg: 3.99 4.08 4.08 5/252 860242
/proc/meminfo: memFree=128458488/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=2033608 memory=154672 CPUtime=0.68 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 1000 0 0 0 65 3 0 0 20 0 1 0 166811927 2082414592 38668 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 508402 38668 1555 439 0 503831 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 154672 KiB

[startup+1.50024 s]
/proc/loadavg: 3.99 4.08 4.08 5/258 860254
/proc/meminfo: memFree=128214488/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=2033608 memory=300720 CPUtime=1.48 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 1219 0 0 0 141 7 0 0 20 0 1 0 166811927 2082414592 75180 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 508402 75180 1555 439 0 503831 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 300720 KiB

[startup+3.10565 s]
/proc/loadavg: 3.99 4.08 4.08 5/258 860254
/proc/meminfo: memFree=127181220/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=2049236 memory=564448 CPUtime=3.08 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 1878 0 0 0 297 11 0 0 20 0 1 0 166811927 2098417664 141112 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 512309 141112 1555 439 0 507738 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2049236 KiB
Current children cumulated memory: 564448 KiB

[startup+6.30022 s]
/proc/loadavg: 4.00 4.07 4.08 5/258 860254
/proc/meminfo: memFree=125673188/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=2049236 memory=1060676 CPUtime=6.27 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 2343 0 0 0 606 21 0 0 20 0 1 0 166811927 2098417664 265169 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 512309 265169 1555 439 0 507738 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2049236 KiB
Current children cumulated memory: 1060676 KiB

[startup+12.7002 s]
/proc/loadavg: 4.00 4.07 4.08 5/258 860256
/proc/meminfo: memFree=123568236/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=2064864 memory=1829200 CPUtime=12.66 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 3093 0 0 0 1229 37 0 0 20 0 1 0 166811927 2114420736 457300 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 516216 457300 1555 439 0 511645 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2064864 KiB
Current children cumulated memory: 1829200 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.09 4.09 5/258 860257
/proc/meminfo: memFree=120737596/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=4300772 memory=2743396 CPUtime=25.43 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 9047 0 0 0 2489 54 0 0 20 0 1 0 166811927 4403990528 685849 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 1075193 685849 1555 439 0 1070622 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 4300772 KiB
Current children cumulated memory: 2743396 KiB

[startup+51.1056 s]
/proc/loadavg: 4.12 4.09 4.09 5/258 860262
/proc/meminfo: memFree=114160160/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=7852988 memory=5584068 CPUtime=50.99 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 53445 0 0 0 4921 178 0 0 20 0 1 0 166811927 8041459712 1396017 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 1963247 1396017 1681 439 0 1958676 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 7852988 KiB
Current children cumulated memory: 5584068 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.11 4.09 5/256 860316
/proc/meminfo: memFree=108959988/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=9229252 memory=6581048 CPUtime=102.08 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 70266 0 0 0 9214 994 0 0 20 0 1 0 166811927 9450754048 1645262 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2307313 1645262 1745 439 0 2302742 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 9229252 KiB
Current children cumulated memory: 6581048 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/256 860326
/proc/meminfo: memFree=100615588/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=10278216 memory=7004000 CPUtime=161.94 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 72505 0 0 0 15176 1018 0 0 20 0 1 0 166811927 10524893184 1751000 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2569554 1751000 1745 439 0 2564983 0
Current children cumulated CPU time: 161.94 s
Current children cumulated vsize: 10278216 KiB
Current children cumulated memory: 7004000 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/255 860337
/proc/meminfo: memFree=96516388/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=10278216 memory=7022432 CPUtime=221.79 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 73988 0 0 0 21159 1020 0 0 20 0 1 0 166811927 10524893184 1755608 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2569554 1755608 1745 439 0 2564983 0
Current children cumulated CPU time: 221.79 s
Current children cumulated vsize: 10278216 KiB
Current children cumulated memory: 7022432 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/255 860347
/proc/meminfo: memFree=92407336/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=9271172 memory=6621540 CPUtime=281.65 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 81847 0 0 0 27125 1040 0 0 20 0 1 0 166811927 9493680128 1655385 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2317793 1655385 1745 439 0 2313222 0
Current children cumulated CPU time: 281.65 s
Current children cumulated vsize: 9271172 KiB
Current children cumulated memory: 6621540 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/256 860361
/proc/meminfo: memFree=92584344/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=9246028 memory=6731060 CPUtime=341.48 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 145553 0 0 0 33059 1089 0 0 20 0 1 0 166811927 9467932672 1682765 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2311507 1682765 1745 439 0 2306936 0
Current children cumulated CPU time: 341.48 s
Current children cumulated vsize: 9246028 KiB
Current children cumulated memory: 6731060 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/256 860372
/proc/meminfo: memFree=92642380/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=9254220 memory=6663476 CPUtime=401.32 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 194902 0 0 0 38997 1135 0 0 20 0 1 0 166811927 9476321280 1665869 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2313555 1665869 1745 439 0 2308984 0
Current children cumulated CPU time: 401.32 s
Current children cumulated vsize: 9254220 KiB
Current children cumulated memory: 6663476 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/256 860382
/proc/meminfo: memFree=92262368/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=10302796 memory=7058740 CPUtime=461.15 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 242812 0 0 0 44937 1178 0 0 20 0 1 0 166811927 10550063104 1764685 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2575699 1764685 1745 439 0 2571128 0

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

Current children cumulated memory: 6774068 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.10 4.09 6/258 862003
/proc/meminfo: memFree=92766336/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=9254220 memory=6776116 CPUtime=2914.01 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 533569 0 0 0 289983 1418 0 0 20 0 1 0 166811927 9476321280 1694029 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2313555 1694029 1745 439 0 2308984 0
Current children cumulated CPU time: 2914.01 s
Current children cumulated vsize: 9254220 KiB
Current children cumulated memory: 6776116 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/256 862014
/proc/meminfo: memFree=92860900/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=9238120 memory=6630408 CPUtime=2973.84 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 539339 0 0 0 295950 1434 0 0 20 0 1 0 166811927 9459834880 1657602 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2309530 1657602 1745 439 0 2304959 0
Current children cumulated CPU time: 2973.84 s
Current children cumulated vsize: 9238120 KiB
Current children cumulated memory: 6630408 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/256 862027
/proc/meminfo: memFree=92767848/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=9254220 memory=6712628 CPUtime=3033.67 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 552050 0 0 0 301926 1441 0 0 20 0 1 0 166811927 9476321280 1678157 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2313555 1678157 1745 439 0 2308984 0
Current children cumulated CPU time: 3033.67 s
Current children cumulated vsize: 9254220 KiB
Current children cumulated memory: 6712628 KiB

[startup+3102.3 s]
/proc/loadavg: 4.25 4.14 4.10 5/255 862037
/proc/meminfo: memFree=92437252/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=10302796 memory=7028020 CPUtime=3093.5 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 584674 0 0 0 307891 1459 0 0 20 0 1 0 166811927 10550063104 1757005 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2575699 1757005 1745 439 0 2571128 0
Current children cumulated CPU time: 3093.5 s
Current children cumulated vsize: 10302796 KiB
Current children cumulated memory: 7028020 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/255 862047
/proc/meminfo: memFree=91937644/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=10302796 memory=7030068 CPUtime=3153.33 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 586325 0 0 0 313873 1460 0 0 20 0 1 0 166811927 10550063104 1757517 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2575699 1757517 1745 439 0 2571128 0
Current children cumulated CPU time: 3153.33 s
Current children cumulated vsize: 10302796 KiB
Current children cumulated memory: 7030068 KiB

[startup+3222.3 s]
/proc/loadavg: 4.05 4.11 4.09 5/255 862058
/proc/meminfo: memFree=91211764/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=10307444 memory=7048340 CPUtime=3213.17 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 590207 0 0 0 319854 1463 0 0 20 0 1 0 166811927 10554822656 1762085 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2576861 1762085 1745 439 0 2572290 0
Current children cumulated CPU time: 3213.17 s
Current children cumulated vsize: 10307444 KiB
Current children cumulated memory: 7048340 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/255 862068
/proc/meminfo: memFree=91556004/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=9254220 memory=6702388 CPUtime=3273 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 606193 0 0 0 325814 1486 0 0 20 0 1 0 166811927 9476321280 1675597 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2313555 1675597 1745 439 0 2308984 0
Current children cumulated CPU time: 3273 s
Current children cumulated vsize: 9254220 KiB
Current children cumulated memory: 6702388 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/257 862082
/proc/meminfo: memFree=91808036/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=9254220 memory=6722868 CPUtime=3332.83 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 607582 0 0 0 331796 1487 0 0 20 0 1 0 166811927 9476321280 1680717 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2313555 1680717 1745 439 0 2308984 0
Current children cumulated CPU time: 3332.83 s
Current children cumulated vsize: 9254220 KiB
Current children cumulated memory: 6722868 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/256 862093
/proc/meminfo: memFree=91510180/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=10302796 memory=6997300 CPUtime=3392.66 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 640503 0 0 0 337761 1505 0 0 20 0 1 0 166811927 10550063104 1749325 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2575699 1749325 1745 439 0 2571128 0
Current children cumulated CPU time: 3392.66 s
Current children cumulated vsize: 10302796 KiB
Current children cumulated memory: 6997300 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/256 862103
/proc/meminfo: memFree=91497408/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=10302796 memory=6997300 CPUtime=3452.5 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 642221 0 0 0 343744 1506 0 0 20 0 1 0 166811927 10550063104 1749325 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2575699 1749325 1745 439 0 2571128 0
Current children cumulated CPU time: 3452.5 s
Current children cumulated vsize: 10302796 KiB
Current children cumulated memory: 6997300 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/256 862114
/proc/meminfo: memFree=93616680/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=10302796 memory=7011432 CPUtime=3512.34 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 644812 0 0 0 349727 1507 0 0 20 0 1 0 166811927 10550063104 1752858 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2575699 1752858 1745 439 0 2571128 0
Current children cumulated CPU time: 3512.34 s
Current children cumulated vsize: 10302796 KiB
Current children cumulated memory: 7011432 KiB

[startup+3582.3 s]
/proc/loadavg: 4.58 4.22 4.13 5/256 862125
/proc/meminfo: memFree=92912204/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=10302796 memory=7011432 CPUtime=3572.17 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 646626 0 0 0 355710 1507 0 0 20 0 1 0 166811927 10550063104 1752858 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2575699 1752858 1745 439 0 2571128 0
Current children cumulated CPU time: 3572.17 s
Current children cumulated vsize: 10302796 KiB
Current children cumulated memory: 7011432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.64 4.26 4.15 5/256 862129
/proc/meminfo: memFree=92788940/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=10302796 memory=7013480 CPUtime=3600.09 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 647410 0 0 0 358502 1507 0 0 20 0 1 0 166811927 10550063104 1753370 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2575699 1753370 1745 439 0 2571128 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 10302796 KiB
Current children cumulated memory: 7013480 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.02 s, system=15.1105 s

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

[startup+3610.3 s]
/proc/loadavg: 4.64 4.26 4.15 5/256 862129
/proc/meminfo: memFree=92788940/131524600 swapFree=131071996/131071996
[pid=860241] ppid=860238 vsize=10302796 memory=7013480 CPUtime=3600.09 cores=4,6
/proc/860241/stat : 860241 (pb_picat) R 860238 860241 860180 0 -1 4194304 647410 0 0 0 358502 1507 0 0 20 0 1 0 166811927 10550063104 1753370 134679101440 4194304 5989780 140723109242336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 32153600 140723109245977 140723109246053 140723109246053 140723109253068 0
/proc/860241/statm: 2575699 1753370 1745 439 0 2571128 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 10302796 KiB
Current children cumulated memory: 7013480 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.33
CPU time (s): 3600.14
CPU user time (s): 3585.02
CPU system time (s): 15.1105
CPU usage (%): 99.7176
Max. virtual memory (cumulated for all children) (KiB): 10733864
Max. memory (cumulated for all children) (KiB): 7481884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.02
system time used= 15.1105
maximum resident set size= 7481884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 647410
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= 4
involuntary context switches= 1778


# summary of solver processes directly reported to runsolver:
#   pid: 860241
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3585.02
#   total CPU system time (s): 15.1105

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.08075 second user time and 15.5992 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-16 18:14:21
IDJOB=4436514
IDBENCH=155745
IDSOLVER=3068
FILE ID=nodeC028/4436514-1721146448
RUNJOBID= nodeC028-1721146460-860191
SLURM_JOB_ID= 7505739
Free space on /tmp= 889712 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_5_ic.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436514-1721146448/watcher-4436514-1721146448 -o /tmp/evaluation-result-4436514-1721146448/solver-4436514-1721146448 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721146460-860191 --watchdog 3760  pb_picat HOME/instance-4436514-1721146448.opb

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

MD5SUM BENCH= 88b39ea3a8b75d01f2291d1517c942c1
RANDOM SEED=153280764

nodeC028.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		: 3600.087
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.56
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		: 3688.526
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.59
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		: 3680.297
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.56
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		: 3658.955
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.59
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		: 3680.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 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.56
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		: 3688.515
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.59
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		: 3628.103
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.56
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		: 3604.326
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128745716 kB
MemAvailable:   129695668 kB
Buffers:          413292 kB
Cached:          1371972 kB
SwapCached:            0 kB
Active:           720828 kB
Inactive:        1462712 kB
Active(anon):       1528 kB
Inactive(anon):   434544 kB
Active(file):     719300 kB
Inactive(file):  1028168 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            374080 kB
Writeback:             0 kB
AnonPages:        395920 kB
Mapped:           108092 kB
Shmem:             37720 kB
KReclaimable:      84616 kB
Slab:             188212 kB
SReclaimable:      84616 kB
SUnreclaim:       103596 kB
KernelStack:        4032 kB
PageTables:         9948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2686200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61920 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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:      193236 kB
DirectMap2M:    18454528 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 889544 MiB
End job on nodeC028 at 2024-07-16 19:14:32