Trace number 4436515

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.39

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_mh.opb
MD5SUMbcacee10cf1a44650f44a3298f043d3d
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 benchmark36420470
Best CPU time to get the best result obtained on this benchmark3600.29
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 361320367096
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 361320367096
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.18/1.25	c solving HOME/instance-4436515-1721148881.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 (61619 MiB free)
  memory of node 1: 64510 MiB (62623 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436515-1721148881/watcher-4436515-1721148881 -o /tmp/evaluation-result-4436515-1721148881/solver-4436515-1721148881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721148893-855758 --watchdog 3760 pb_picat HOME/instance-4436515-1721148881.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=855821, runsolver pid=855818

[startup+0.100693 s]*
/proc/loadavg: 2.82 3.09 3.47 5/245 855822
/proc/meminfo: memFree=127186304/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=2033608 memory=21516 CPUtime=0.1 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1009 0 0 0 10 0 0 0 20 0 1 0 167044998 2082414592 5379 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 508402 5379 1475 439 0 503831 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 21516 KiB

[startup+0.213638 s]*
/proc/loadavg: 2.82 3.09 3.47 5/245 855822
/proc/meminfo: memFree=127146796/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=2033608 memory=35852 CPUtime=0.21 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1016 0 0 0 20 1 0 0 20 0 1 0 167044998 2082414592 8963 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 508402 8963 1475 439 0 503831 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 35852 KiB

[startup+0.312977 s]*
/proc/loadavg: 2.82 3.09 3.47 5/245 855822
/proc/meminfo: memFree=127111356/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=2049236 memory=46112 CPUtime=0.31 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1569 0 0 0 30 1 0 0 20 0 1 0 167044998 2098417664 11528 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 512309 11528 1475 439 0 507738 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2049236 KiB
Current children cumulated memory: 46112 KiB

[startup+0.700339 s]
/proc/loadavg: 2.82 3.09 3.47 5/245 855822
/proc/meminfo: memFree=127043024/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=2049236 memory=75776 CPUtime=0.68 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1776 0 0 0 65 3 0 0 20 0 1 0 167044998 2098417664 18944 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 512309 18944 1475 439 0 507738 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2049236 KiB
Current children cumulated memory: 75776 KiB

[startup+1.50034 s]
/proc/loadavg: 2.82 3.09 3.47 5/245 855822
/proc/meminfo: memFree=126815544/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=2148072 memory=247568 CPUtime=1.48 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 5853 0 0 0 141 7 0 0 20 0 1 0 167044998 2199625728 61892 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 537018 61892 1506 439 0 532447 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2148072 KiB
Current children cumulated memory: 247568 KiB

[startup+3.11285 s]
/proc/loadavg: 2.82 3.09 3.47 5/245 855822
/proc/meminfo: memFree=125862152/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=2323536 memory=429876 CPUtime=3.09 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 11930 0 0 0 285 24 0 0 20 0 1 0 167044998 2379300864 107469 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 580884 107469 1506 439 0 576313 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2323536 KiB
Current children cumulated memory: 429876 KiB

[startup+6.30031 s]
/proc/loadavg: 2.91 3.11 3.47 5/245 855822
/proc/meminfo: memFree=124226272/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=2392304 memory=1099084 CPUtime=6.28 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 13680 0 0 0 584 44 0 0 20 0 1 0 167044998 2449719296 274771 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 598076 274771 1554 439 0 593505 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2392304 KiB
Current children cumulated memory: 1099084 KiB

[startup+12.7003 s]
/proc/loadavg: 3.00 3.12 3.47 5/245 855823
/proc/meminfo: memFree=122236292/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=2862464 memory=1566408 CPUtime=12.66 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 17079 0 0 0 1206 60 0 0 20 0 1 0 167044998 2931163136 391602 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 715616 391602 1554 439 0 711045 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2862464 KiB
Current children cumulated memory: 1566408 KiB

[startup+25.5003 s]
/proc/loadavg: 3.22 3.16 3.48 5/245 855825
/proc/meminfo: memFree=119361832/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=2878088 memory=2459332 CPUtime=25.43 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 18732 0 0 0 2462 81 0 0 20 0 1 0 167044998 2947162112 614833 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 719522 614833 1554 439 0 714951 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2878088 KiB
Current children cumulated memory: 2459332 KiB

[startup+51.1134 s]
/proc/loadavg: 3.74 3.30 3.52 5/246 856212
/proc/meminfo: memFree=113278020/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=4325848 memory=3218724 CPUtime=50.95 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 21517 0 0 0 4986 109 0 0 20 0 1 0 167044998 4429668352 804681 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 1081462 804681 1554 439 0 1076891 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 4325848 KiB
Current children cumulated memory: 3218724 KiB

[startup+102.3 s]
/proc/loadavg: 3.89 3.41 3.55 5/246 856221
/proc/meminfo: memFree=110287648/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=4399200 memory=3739468 CPUtime=102.04 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 25434 0 0 0 10058 146 0 0 20 0 1 0 167044998 4504780800 934867 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 1099800 934867 1554 439 0 1095229 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 4399200 KiB
Current children cumulated memory: 3739468 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 3.53 3.58 5/246 856232
/proc/meminfo: memFree=106970648/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=8810704 memory=7324244 CPUtime=161.91 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 39202 0 0 0 15817 374 0 0 20 0 1 0 167044998 9022160896 1831061 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 2202676 1831061 1632 439 0 2198105 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 8810704 KiB
Current children cumulated memory: 7324244 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 3.65 3.62 5/247 856411
/proc/meminfo: memFree=102848748/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=15729024 memory=10946796 CPUtime=221.78 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 107104 0 0 0 21278 900 0 0 20 0 1 0 167044998 16106520576 2736699 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 3932256 2736699 1728 439 0 3927685 0
Current children cumulated CPU time: 221.78 s
Current children cumulated vsize: 15729024 KiB
Current children cumulated memory: 10946796 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 3.73 3.65 5/246 856421
/proc/meminfo: memFree=98090188/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=22709008 memory=15341564 CPUtime=281.65 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 178828 0 0 0 26685 1480 0 0 20 0 1 0 167044998 23254024192 3835391 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 5677252 3835391 1744 439 0 5672681 0
Current children cumulated CPU time: 281.65 s
Current children cumulated vsize: 22709008 KiB
Current children cumulated memory: 15341564 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.80 3.68 5/245 856435
/proc/meminfo: memFree=97853804/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=22721188 memory=15400404 CPUtime=341.5 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 193630 0 0 0 32599 1551 0 0 20 0 1 0 167044998 23266496512 3850101 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 5680297 3850101 1744 439 0 5675726 0
Current children cumulated CPU time: 341.5 s
Current children cumulated vsize: 22721188 KiB
Current children cumulated memory: 15400404 KiB

[startup+402.3 s]
/proc/loadavg: 5.00 4.09 3.79 5/245 856457
/proc/meminfo: memFree=98179832/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=22721188 memory=15702140 CPUtime=401.34 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 198001 0 0 0 38575 1559 0 0 20 0 1 0 167044998 23266496512 3925535 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 5680297 3925535 1744 439 0 5675726 0
Current children cumulated CPU time: 401.34 s
Current children cumulated vsize: 22721188 KiB
Current children cumulated memory: 15702140 KiB

[startup+462.3 s]
/proc/loadavg: 4.97 4.28 3.88 5/245 856469
/proc/meminfo: memFree=96963492/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=26915492 memory=16884228 CPUtime=461.18 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 291167 0 0 0 44496 1622 0 0 20 0 1 0 167044998 27561463808 4221057 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 6728873 4221057 1744 439 0 6724302 0

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

Current children cumulated memory: 16475572 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.10 4.08 5/245 857523
/proc/meminfo: memFree=96961936/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=22759512 memory=16481716 CPUtime=2914.18 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1244879 0 0 0 288833 2585 0 0 20 0 1 0 167044998 23305740288 4120429 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 5689878 4120429 1744 439 0 5685307 0
Current children cumulated CPU time: 2914.18 s
Current children cumulated vsize: 22759512 KiB
Current children cumulated memory: 16481716 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.09 4.08 5/245 857533
/proc/meminfo: memFree=96861180/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=22759512 memory=16489908 CPUtime=2974 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1250190 0 0 0 294813 2587 0 0 20 0 1 0 167044998 23305740288 4122477 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 5689878 4122477 1744 439 0 5685307 0
Current children cumulated CPU time: 2974 s
Current children cumulated vsize: 22759512 KiB
Current children cumulated memory: 16489908 KiB

[startup+3042.3 s]
/proc/loadavg: 4.30 4.14 4.10 5/245 857544
/proc/meminfo: memFree=97350776/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=22759512 memory=16498100 CPUtime=3033.81 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1256471 0 0 0 300792 2589 0 0 20 0 1 0 167044998 23305740288 4124525 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 5689878 4124525 1744 439 0 5685307 0
Current children cumulated CPU time: 3033.81 s
Current children cumulated vsize: 22759512 KiB
Current children cumulated memory: 16498100 KiB

[startup+3102.3 s]
/proc/loadavg: 4.77 4.31 4.16 5/242 857555
/proc/meminfo: memFree=98537492/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=22847272 memory=15165256 CPUtime=3093.62 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1266556 0 0 0 306722 2640 0 0 20 0 1 0 167044998 23395606528 3791314 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 5711818 3791314 1744 439 0 5707247 0
Current children cumulated CPU time: 3093.62 s
Current children cumulated vsize: 22847272 KiB
Current children cumulated memory: 15165256 KiB

[startup+3162.3 s]
/proc/loadavg: 4.28 4.25 4.15 5/242 857565
/proc/meminfo: memFree=97043272/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=22759512 memory=16729524 CPUtime=3153.43 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1321511 0 0 0 312652 2691 0 0 20 0 1 0 167044998 23305740288 4182381 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 5689878 4182381 1744 439 0 5685307 0
Current children cumulated CPU time: 3153.43 s
Current children cumulated vsize: 22759512 KiB
Current children cumulated memory: 16729524 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.23 4.15 5/242 857575
/proc/meminfo: memFree=97012284/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=22759512 memory=16754100 CPUtime=3213.26 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1326755 0 0 0 318631 2695 0 0 20 0 1 0 167044998 23305740288 4188525 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 5689878 4188525 1744 439 0 5685307 0
Current children cumulated CPU time: 3213.26 s
Current children cumulated vsize: 22759512 KiB
Current children cumulated memory: 16754100 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.21 4.14 5/242 857586
/proc/meminfo: memFree=96913348/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=22759512 memory=16758196 CPUtime=3273.06 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1331862 0 0 0 324610 2696 0 0 20 0 1 0 167044998 23305740288 4189549 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 5689878 4189549 1744 439 0 5685307 0
Current children cumulated CPU time: 3273.06 s
Current children cumulated vsize: 22759512 KiB
Current children cumulated memory: 16758196 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.18 4.14 5/244 857600
/proc/meminfo: memFree=96997116/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=22759512 memory=16760244 CPUtime=3332.87 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1337322 0 0 0 330589 2698 0 0 20 0 1 0 167044998 23305740288 4190061 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 5689878 4190061 1744 439 0 5685307 0
Current children cumulated CPU time: 3332.87 s
Current children cumulated vsize: 22759512 KiB
Current children cumulated memory: 16760244 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.18 4.14 5/244 857610
/proc/meminfo: memFree=96957772/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=26953816 memory=16893364 CPUtime=3392.69 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1343083 0 0 0 336566 2703 0 0 20 0 1 0 167044998 27600707584 4223341 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 6738454 4223341 1744 439 0 6733883 0
Current children cumulated CPU time: 3392.69 s
Current children cumulated vsize: 26953816 KiB
Current children cumulated memory: 16893364 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.16 4.13 5/244 857621
/proc/meminfo: memFree=95793448/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=26953816 memory=17354164 CPUtime=3452.5 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1350754 0 0 0 342525 2725 0 0 20 0 1 0 167044998 27600707584 4338541 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 6738454 4338541 1744 439 0 6733883 0
Current children cumulated CPU time: 3452.5 s
Current children cumulated vsize: 26953816 KiB
Current children cumulated memory: 17354164 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.14 4.13 5/244 857631
/proc/meminfo: memFree=96154464/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=26953816 memory=17360308 CPUtime=3512.31 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1356055 0 0 0 348504 2727 0 0 20 0 1 0 167044998 27600707584 4340077 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 6738454 4340077 1744 439 0 6733883 0
Current children cumulated CPU time: 3512.31 s
Current children cumulated vsize: 26953816 KiB
Current children cumulated memory: 17360308 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.13 5/244 857641
/proc/meminfo: memFree=96110616/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=26953816 memory=17360308 CPUtime=3572.13 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1361063 0 0 0 354484 2729 0 0 20 0 1 0 167044998 27600707584 4340077 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 6738454 4340077 1744 439 0 6733883 0
Current children cumulated CPU time: 3572.13 s
Current children cumulated vsize: 26953816 KiB
Current children cumulated memory: 17360308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.46 4.21 4.15 5/240 857729
/proc/meminfo: memFree=103303520/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=26953816 memory=17362356 CPUtime=3600.04 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1363553 0 0 0 357274 2730 0 0 20 0 1 0 167044998 27600707584 4340589 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 6738454 4340589 1744 439 0 6733883 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 26953816 KiB
Current children cumulated memory: 17362356 KiB

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

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

# cumulated CPU time of all completed processes:  user=3572.75 s, system=27.3964 s

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

[startup+3610.3 s]
/proc/loadavg: 4.46 4.21 4.15 5/240 857729
/proc/meminfo: memFree=103303520/131655788 swapFree=131071996/131071996
[pid=855821] ppid=855818 vsize=26953816 memory=17362356 CPUtime=3600.04 cores=4,6
/proc/855821/stat : 855821 (pb_picat) R 855818 855821 855747 0 -1 4194304 1363553 0 0 0 357274 2730 0 0 20 0 1 0 167044998 27600707584 4340589 134679101440 4194304 5989780 140736788624704 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 41750528 140736788628505 140736788628581 140736788628581 140736788635596 0
/proc/855821/statm: 6738454 4340589 1744 439 0 6733883 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 26953816 KiB
Current children cumulated memory: 17362356 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.39
CPU time (s): 3600.14
CPU user time (s): 3572.75
CPU system time (s): 27.3964
CPU usage (%): 99.716
Max. virtual memory (cumulated for all children) (KiB): 28093552
Max. memory (cumulated for all children) (KiB): 18490412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.75
system time used= 27.3964
maximum resident set size= 18490412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1363553
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= 3076


# summary of solver processes directly reported to runsolver:
#   pid: 855821
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3572.75
#   total CPU system time (s): 27.3964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8988 second user time and 35.9725 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-16 18:54:56
IDJOB=4436515
IDBENCH=155754
IDSOLVER=3068
FILE ID=nodeC007/4436515-1721148881
RUNJOBID= nodeC007-1721148893-855758
SLURM_JOB_ID= 7505744
Free space on /tmp= 723356 MiB

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

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

MD5SUM BENCH= bcacee10cf1a44650f44a3298f043d3d
RANDOM SEED=1084648682

nodeC007.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		: 1427.360
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.25
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		: 1426.001
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		: 2548.721
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.25
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		: 2740.981
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		: 3141.762
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.25
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		: 3270.616
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.164
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.25
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.195
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:        127243788 kB
MemAvailable:   129344236 kB
Buffers:          419356 kB
Cached:          2501360 kB
SwapCached:            0 kB
Active:           763804 kB
Inactive:        3069844 kB
Active(anon):       1460 kB
Inactive(anon):   949180 kB
Active(file):     762344 kB
Inactive(file):  2120664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            439224 kB
Writeback:             0 kB
AnonPages:        913004 kB
Mapped:           113544 kB
Shmem:             37704 kB
KReclaimable:     114940 kB
Slab:             214360 kB
SReclaimable:     114940 kB
SUnreclaim:        99420 kB
KernelStack:        3952 kB
PageTables:        10972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    6759236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53152 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 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:      279368 kB
DirectMap2M:    27936768 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723396 MiB
End job on nodeC007 at 2024-07-16 19:55:06