Trace number 4436461

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.06 3610.01

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-stp3d.opb
MD5SUMa4b0cd988cdc47ea50384dbc6c682a43
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576266096
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576266096
Number of bits of the biggest sum of numbers33
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.04	c solving HOME/instance-4436461-1721127991.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 (62959 MiB free)
  memory of node 1: 64473 MiB (63356 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436461-1721127991/watcher-4436461-1721127991 -o /tmp/evaluation-result-4436461-1721127991/solver-4436461-1721127991 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721128003-870027 --watchdog 3760 pb_picat HOME/instance-4436461-1721127991.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=870076, runsolver pid=870073

[startup+0.100406 s]*
/proc/loadavg: 3.15 3.53 3.86 5/254 870088
/proc/meminfo: memFree=129260712/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2033608 memory=56936 CPUtime=0.1 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 1100 0 0 0 9 1 0 0 20 0 1 0 164961492 2082414592 14234 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 508402 14234 1573 439 0 503831 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 56936 KiB

[startup+0.205392 s]*
/proc/loadavg: 3.15 3.53 3.86 5/254 870088
/proc/meminfo: memFree=129167128/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2033608 memory=89704 CPUtime=0.2 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 1118 0 0 0 19 1 0 0 20 0 1 0 164961492 2082414592 22426 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 508402 22426 1573 439 0 503831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 89704 KiB

[startup+0.305297 s]*
/proc/loadavg: 3.15 3.53 3.86 5/254 870088
/proc/meminfo: memFree=129098844/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2033608 memory=110328 CPUtime=0.29 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 1128 0 0 0 28 1 0 0 20 0 1 0 164961492 2082414592 27582 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 508402 27582 1573 439 0 503831 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 110328 KiB

[startup+0.700221 s]
/proc/loadavg: 3.15 3.53 3.86 5/254 870088
/proc/meminfo: memFree=128920376/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2033608 memory=184056 CPUtime=0.69 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 1164 0 0 0 66 3 0 0 20 0 1 0 164961492 2082414592 46014 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 508402 46014 1573 439 0 503831 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 184056 KiB

[startup+1.50022 s]
/proc/loadavg: 3.15 3.53 3.86 5/254 870088
/proc/meminfo: memFree=128576176/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2033608 memory=327416 CPUtime=1.48 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 1236 0 0 0 142 6 0 0 20 0 1 0 164961492 2082414592 81854 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 508402 81854 1573 439 0 503831 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 327416 KiB

[startup+3.10523 s]
/proc/loadavg: 3.15 3.53 3.86 5/254 870088
/proc/meminfo: memFree=127905328/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2041424 memory=563132 CPUtime=3.08 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 1537 0 0 0 298 10 0 0 20 0 1 0 164961492 2090418176 140783 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 510356 140783 1621 439 0 505785 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2041424 KiB
Current children cumulated memory: 563132 KiB

[startup+6.30015 s]
/proc/loadavg: 3.22 3.54 3.86 5/254 870090
/proc/meminfo: memFree=126816228/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2604596 memory=1151044 CPUtime=6.28 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 17512 0 0 0 602 26 0 0 20 0 1 0 164961492 2667106304 287761 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 651149 287761 1793 439 0 646578 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2604596 KiB
Current children cumulated memory: 1151044 KiB

[startup+12.7002 s]
/proc/loadavg: 3.28 3.55 3.86 5/254 870090
/proc/meminfo: memFree=125500568/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2912196 memory=1308268 CPUtime=12.66 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 23483 0 0 0 1221 45 0 0 20 0 1 0 164961492 2982088704 327067 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 728049 327067 1793 439 0 723478 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2912196 KiB
Current children cumulated memory: 1308268 KiB

[startup+25.5002 s]
/proc/loadavg: 3.44 3.57 3.86 5/254 870093
/proc/meminfo: memFree=124963572/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2942996 memory=1336452 CPUtime=25.43 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 31871 0 0 0 2488 55 0 0 20 0 1 0 164961492 3013627904 334113 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 735749 334113 1793 439 0 731178 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2942996 KiB
Current children cumulated memory: 1336452 KiB

[startup+51.1053 s]
/proc/loadavg: 3.70 3.62 3.87 5/254 870096
/proc/meminfo: memFree=124068612/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2943896 memory=1393968 CPUtime=50.96 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 35496 0 0 0 5035 61 0 0 20 0 1 0 164961492 3014549504 348492 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 735974 348492 1793 439 0 731403 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2943896 KiB
Current children cumulated memory: 1393968 KiB

[startup+102.3 s]
/proc/loadavg: 3.93 3.70 3.89 5/254 870104
/proc/meminfo: memFree=123768844/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2929352 memory=1359856 CPUtime=102.03 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 46786 0 0 0 10129 74 0 0 20 0 1 0 164961492 2999656448 339964 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 732338 339964 1793 439 0 727767 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2929352 KiB
Current children cumulated memory: 1359856 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 3.77 3.90 5/255 870116
/proc/meminfo: memFree=123945968/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2929352 memory=1388620 CPUtime=161.87 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 49262 0 0 0 16108 79 0 0 20 0 1 0 164961492 2999656448 347155 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 732338 347155 1793 439 0 727767 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 2929352 KiB
Current children cumulated memory: 1388620 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 3.86 3.93 5/255 870126
/proc/meminfo: memFree=123940728/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2929352 memory=1366000 CPUtime=221.7 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 53028 0 0 0 22083 87 0 0 20 0 1 0 164961492 2999656448 341500 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 732338 341500 1793 439 0 727767 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 2929352 KiB
Current children cumulated memory: 1366000 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.90 3.94 5/257 870140
/proc/meminfo: memFree=124465972/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2929352 memory=1374284 CPUtime=281.54 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 55179 0 0 0 28063 91 0 0 20 0 1 0 164961492 2999656448 343571 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 732338 343571 1793 439 0 727767 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 2929352 KiB
Current children cumulated memory: 1374284 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 3.95 3.95 5/257 870151
/proc/meminfo: memFree=123851476/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2959412 memory=1416524 CPUtime=341.37 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 62200 0 0 0 34040 97 0 0 20 0 1 0 164961492 3030437888 354131 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 739853 354131 1793 439 0 735282 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 2959412 KiB
Current children cumulated memory: 1416524 KiB

[startup+402.3 s]
/proc/loadavg: 4.43 4.08 4.00 5/257 870161
/proc/meminfo: memFree=123826704/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2959412 memory=1402296 CPUtime=401.21 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 63813 0 0 0 40021 100 0 0 20 0 1 0 164961492 3030437888 350574 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 739853 350574 1793 439 0 735282 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 2959412 KiB
Current children cumulated memory: 1402296 KiB

[startup+462.3 s]
/proc/loadavg: 4.24 4.09 4.01 5/256 870172
/proc/meminfo: memFree=124048124/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2959412 memory=1408440 CPUtime=461.03 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 65450 0 0 0 46000 103 0 0 20 0 1 0 164961492 3030437888 352110 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 739853 352110 1793 439 0 735282 0

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

Current children cumulated memory: 1232780 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/257 871268
/proc/meminfo: memFree=123820752/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2630572 memory=1235044 CPUtime=2854.29 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 133153 0 0 0 285233 196 0 0 20 0 1 0 164961492 2693705728 308761 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 657643 308761 1793 439 0 653072 0
Current children cumulated CPU time: 2854.29 s
Current children cumulated vsize: 2630572 KiB
Current children cumulated memory: 1235044 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/258 871280
/proc/meminfo: memFree=123798188/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2581420 memory=1186372 CPUtime=2914.14 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 133746 0 0 0 291217 197 0 0 20 0 1 0 164961492 2643374080 296593 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 645355 296593 1793 439 0 640784 0
Current children cumulated CPU time: 2914.14 s
Current children cumulated vsize: 2581420 KiB
Current children cumulated memory: 1186372 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/257 871674
/proc/meminfo: memFree=123799900/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2630572 memory=1232780 CPUtime=2973.99 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 136184 0 0 0 297199 200 0 0 20 0 1 0 164961492 2693705728 308195 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 657643 308195 1793 439 0 653072 0
Current children cumulated CPU time: 2973.99 s
Current children cumulated vsize: 2630572 KiB
Current children cumulated memory: 1232780 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/257 871685
/proc/meminfo: memFree=123826292/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2630572 memory=1216360 CPUtime=3033.82 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 139130 0 0 0 303180 202 0 0 20 0 1 0 164961492 2693705728 304090 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 657643 304090 1793 439 0 653072 0
Current children cumulated CPU time: 3033.82 s
Current children cumulated vsize: 2630572 KiB
Current children cumulated memory: 1216360 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/257 871695
/proc/meminfo: memFree=123832292/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2630572 memory=1230732 CPUtime=3093.66 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 140710 0 0 0 309163 203 0 0 20 0 1 0 164961492 2693705728 307683 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 657643 307683 1793 439 0 653072 0
Current children cumulated CPU time: 3093.66 s
Current children cumulated vsize: 2630572 KiB
Current children cumulated memory: 1230732 KiB

[startup+3162.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/259 871875
/proc/meminfo: memFree=123681632/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2630572 memory=1234828 CPUtime=3153.51 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 142291 0 0 0 315145 206 0 0 20 0 1 0 164961492 2693705728 308707 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 657643 308707 1793 439 0 653072 0
Current children cumulated CPU time: 3153.51 s
Current children cumulated vsize: 2630572 KiB
Current children cumulated memory: 1234828 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/259 871886
/proc/meminfo: memFree=123827100/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2630572 memory=1214312 CPUtime=3213.35 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 145260 0 0 0 321126 209 0 0 20 0 1 0 164961492 2693705728 303578 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 657643 303578 1793 439 0 653072 0
Current children cumulated CPU time: 3213.35 s
Current children cumulated vsize: 2630572 KiB
Current children cumulated memory: 1214312 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/257 871910
/proc/meminfo: memFree=123873088/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2630572 memory=1234828 CPUtime=3273.2 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 145430 0 0 0 327110 210 0 0 20 0 1 0 164961492 2693705728 308707 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 657643 308707 1793 439 0 653072 0
Current children cumulated CPU time: 3273.2 s
Current children cumulated vsize: 2630572 KiB
Current children cumulated memory: 1234828 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/257 871920
/proc/meminfo: memFree=123689048/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2827180 memory=1324764 CPUtime=3333.04 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 147985 0 0 0 333091 213 0 0 20 0 1 0 164961492 2895032320 331191 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 706795 331191 1793 439 0 702224 0
Current children cumulated CPU time: 3333.04 s
Current children cumulated vsize: 2827180 KiB
Current children cumulated memory: 1324764 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/257 871930
/proc/meminfo: memFree=123777956/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2630572 memory=1226636 CPUtime=3392.89 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 148509 0 0 0 339075 214 0 0 20 0 1 0 164961492 2693705728 306659 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 657643 306659 1793 439 0 653072 0
Current children cumulated CPU time: 3392.89 s
Current children cumulated vsize: 2630572 KiB
Current children cumulated memory: 1226636 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/255 871943
/proc/meminfo: memFree=123791044/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2628820 memory=1222800 CPUtime=3452.72 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 151247 0 0 0 345055 217 0 0 20 0 1 0 164961492 2691911680 305700 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 657205 305700 1793 439 0 652634 0
Current children cumulated CPU time: 3452.72 s
Current children cumulated vsize: 2628820 KiB
Current children cumulated memory: 1222800 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/254 871954
/proc/meminfo: memFree=123752480/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2694356 memory=1241268 CPUtime=3512.57 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 151912 0 0 0 351039 218 0 0 20 0 1 0 164961492 2759020544 310317 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 673589 310317 1793 439 0 669018 0
Current children cumulated CPU time: 3512.57 s
Current children cumulated vsize: 2694356 KiB
Current children cumulated memory: 1241268 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/254 871964
/proc/meminfo: memFree=123704304/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2628820 memory=1233076 CPUtime=3572.41 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 154360 0 0 0 357020 221 0 0 20 0 1 0 164961492 2691911680 308269 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 657205 308269 1793 439 0 652634 0
Current children cumulated CPU time: 3572.41 s
Current children cumulated vsize: 2628820 KiB
Current children cumulated memory: 1233076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.16 4.12 4.09 5/254 871969
/proc/meminfo: memFree=123790204/131524600 swapFree=131071996/131071996
[pid=870076] ppid=870073 vsize=2628820 memory=1235124 CPUtime=3600.04 cores=1,3
/proc/870076/stat : 870076 (pb_picat) R 870073 870076 870015 0 -1 4194304 154431 0 0 0 359783 221 0 0 20 0 1 0 164961492 2691911680 308781 134679101440 4194304 5989780 140726792499952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 41541632 140726792508441 140726792508517 140726792508517 140726792515532 0
/proc/870076/statm: 657205 308781 1793 439 0 652634 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2628820 KiB
Current children cumulated memory: 1235124 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.84 s, system=2.21632 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.01
CPU time (s): 3600.06
CPU user time (s): 3597.84
CPU system time (s): 2.21632
CPU usage (%): 99.7243
Max. virtual memory (cumulated for all children) (KiB): 2996392
Max. memory (cumulated for all children) (KiB): 1478320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.84
system time used= 2.21632
maximum resident set size= 1478844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154431
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= 46
involuntary context switches= 3380


# summary of solver processes directly reported to runsolver:
#   pid: 870076
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3597.84
#   total CPU system time (s): 2.21632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.13433 second user time and 16.6327 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-16 13:06:43
IDJOB=4436461
IDBENCH=155358
IDSOLVER=3068
FILE ID=nodeC018/4436461-1721127991
RUNJOBID= nodeC018-1721128003-870027
SLURM_JOB_ID= 7505689
Free space on /tmp= 890056 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-stp3d.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436461-1721127991/watcher-4436461-1721127991 -o /tmp/evaluation-result-4436461-1721127991/solver-4436461-1721127991 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721128003-870027 --watchdog 3760  pb_picat HOME/instance-4436461-1721127991.opb

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

MD5SUM BENCH= a4b0cd988cdc47ea50384dbc6c682a43
RANDOM SEED=2057097086

nodeC018.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		: 3668.130
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.52
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		: 3670.802
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.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	: 0xb00002a
cpu MHz		: 3600.148
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.52
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		: 3663.915
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.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	: 0xb00002a
cpu MHz		: 3639.876
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.52
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		: 3623.562
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.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	: 0xb00002a
cpu MHz		: 3670.191
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.52
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		: 3671.978
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129356904 kB
MemAvailable:   129721716 kB
Buffers:          396476 kB
Cached:           809116 kB
SwapCached:            0 kB
Active:           701120 kB
Inactive:         878468 kB
Active(anon):       1448 kB
Inactive(anon):   410264 kB
Active(file):     699672 kB
Inactive(file):   468204 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             32772 kB
Writeback:             0 kB
AnonPages:        372016 kB
Mapped:           111804 kB
Shmem:             37720 kB
KReclaimable:      73520 kB
Slab:             180168 kB
SReclaimable:      73520 kB
SUnreclaim:       106648 kB
KernelStack:        4016 kB
PageTables:         9864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4523212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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:      232148 kB
DirectMap2M:    16318464 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC018 at 2024-07-16 14:06:53