Trace number 4436415

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Picat 2024-06-18? (TO) 3600.08 3609.3

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/leberre/opb-trendy/
misc2010/datasets/10orplus/normalized-codebreaker.cudf.trendy.opb
MD5SUMa78786330fa5d138b15b3e5656eab36d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3577362783187
Best CPU time to get the best result obtained on this benchmark7.392
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21104
Total number of constraints100042
Number of constraints which are clauses98477
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8588
Biggest coefficient in the objective function 79285326336
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234763814370998
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79285326336
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234763814370998
Number of bits of the biggest sum of numbers48
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c solving HOME/instance-4436415-1721115330.opb (Picat 3.6#12)
1.18/1.26	o 8354968097910
1.48/1.52	o 8354968097909
8.17/8.29	o 5657347617885
13.55/13.60	o 3913827118953
27.22/27.36	o 3755459477822
32.20/32.38	o 3672538395047
37.49/37.65	o 3595153997053
50.76/50.91	o 3587974762761
59.04/59.24	o 3583157847014
67.21/67.41	o 3580112670180
76.79/77.08	o 3578082552547
102.03/102.38	o 3577621162155
120.09/120.42	o 3577510428482
127.77/128.13	o 3577436606079
140.43/140.83	o 3577399694765
150.11/150.57	o 3577362783453
174.85/175.32	o 3577362783245

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436415-1721115330/watcher-4436415-1721115330 -o /tmp/evaluation-result-4436415-1721115330/solver-4436415-1721115330 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721105558-879435 --watchdog 3760 pb_picat HOME/instance-4436415-1721115330.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=886830, runsolver pid=886827

[startup+0.100603 s]*
/proc/loadavg: 4.11 4.10 4.09 5/256 886831
/proc/meminfo: memFree=126758692/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2033608 memory=42436 CPUtime=0.09 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 1602 0 0 0 8 1 0 0 20 0 1 0 163701097 2082414592 10609 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 508402 10609 1507 439 0 503831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 42436 KiB

[startup+0.205703 s]*
/proc/loadavg: 4.11 4.10 4.09 5/256 886831
/proc/meminfo: memFree=126742120/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2033608 memory=60868 CPUtime=0.19 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 1611 0 0 0 18 1 0 0 20 0 1 0 163701097 2082414592 15217 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 508402 15217 1507 439 0 503831 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 60868 KiB

[startup+0.305697 s]*
/proc/loadavg: 4.11 4.10 4.09 5/256 886831
/proc/meminfo: memFree=126723492/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2033608 memory=77252 CPUtime=0.29 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 1619 0 0 0 28 1 0 0 20 0 1 0 163701097 2082414592 19313 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 508402 19313 1507 439 0 503831 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 77252 KiB

[startup+0.700228 s]
/proc/loadavg: 4.11 4.10 4.09 5/256 886831
/proc/meminfo: memFree=126688480/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2033608 memory=146928 CPUtime=0.68 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 1656 0 0 0 66 2 0 0 20 0 1 0 163701097 2082414592 36732 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 508402 36732 1507 439 0 503831 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 146928 KiB

[startup+1.50023 s]
/proc/loadavg: 4.11 4.10 4.09 5/256 886833
/proc/meminfo: memFree=126606384/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2086884 memory=243676 CPUtime=1.48 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 10325 0 0 0 141 7 0 0 20 0 1 0 163701097 2136969216 60919 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 521721 60919 1713 439 0 517150 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2086884 KiB
Current children cumulated memory: 243676 KiB

[startup+3.10573 s]
/proc/loadavg: 4.10 4.10 4.09 5/256 886833
/proc/meminfo: memFree=126530700/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2097396 memory=264580 CPUtime=3.09 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 14262 0 0 0 300 9 0 0 20 0 1 0 163701097 2147733504 66145 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 524349 66145 1713 439 0 519778 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2097396 KiB
Current children cumulated memory: 264580 KiB

[startup+6.30022 s]
/proc/loadavg: 4.10 4.10 4.09 5/256 886833
/proc/meminfo: memFree=126528440/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2097396 memory=264844 CPUtime=6.27 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 14330 0 0 0 618 9 0 0 20 0 1 0 163701097 2147733504 66211 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 524349 66211 1729 439 0 519778 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2097396 KiB
Current children cumulated memory: 264844 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.10 4.09 5/256 886834
/proc/meminfo: memFree=126526680/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2113784 memory=278488 CPUtime=12.65 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 23634 0 0 0 1254 11 0 0 20 0 1 0 163701097 2164514816 69622 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 528446 69622 1729 439 0 523875 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2113784 KiB
Current children cumulated memory: 278488 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.11 4.09 5/256 886836
/proc/meminfo: memFree=126531096/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2101492 memory=266108 CPUtime=25.42 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 33009 0 0 0 2526 16 0 0 20 0 1 0 163701097 2151927808 66527 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 525373 66527 1729 439 0 520802 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2101492 KiB
Current children cumulated memory: 266108 KiB

[startup+51.1055 s]
/proc/loadavg: 4.10 4.10 4.09 5/255 886840
/proc/meminfo: memFree=126587416/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2066676 memory=238024 CPUtime=50.96 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 47253 0 0 0 5075 21 0 0 20 0 1 0 163701097 2116276224 59506 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 516669 59506 1729 439 0 512098 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2066676 KiB
Current children cumulated memory: 238024 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/255 886850
/proc/meminfo: memFree=126535828/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2102516 memory=268108 CPUtime=102.03 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 58145 0 0 0 10177 26 0 0 20 0 1 0 163701097 2152976384 67027 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 525629 67027 1729 439 0 521058 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2102516 KiB
Current children cumulated memory: 268108 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/255 886862
/proc/meminfo: memFree=126541784/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2055100 memory=227180 CPUtime=161.88 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 91381 0 0 0 16146 42 0 0 20 0 1 0 163701097 2104422400 56795 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 513775 56795 1729 439 0 509204 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 2055100 KiB
Current children cumulated memory: 227180 KiB

[startup+222.3 s]
/proc/loadavg: 4.42 4.19 4.12 5/255 886872
/proc/meminfo: memFree=126511636/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2102516 memory=270164 CPUtime=221.73 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 105571 0 0 0 22125 48 0 0 20 0 1 0 163701097 2152976384 67541 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 525629 67541 1729 439 0 521058 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 2102516 KiB
Current children cumulated memory: 270164 KiB

[startup+282.3 s]
/proc/loadavg: 4.27 4.19 4.12 5/257 886886
/proc/meminfo: memFree=126529644/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2102516 memory=271908 CPUtime=281.58 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 105999 0 0 0 28110 48 0 0 20 0 1 0 163701097 2152976384 67977 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 525629 67977 1729 439 0 521058 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 2102516 KiB
Current children cumulated memory: 271908 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.17 4.11 5/257 886897
/proc/meminfo: memFree=126524360/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2102516 memory=272036 CPUtime=341.43 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 106101 0 0 0 34095 48 0 0 20 0 1 0 163701097 2152976384 68009 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 525629 68009 1729 439 0 521058 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 2102516 KiB
Current children cumulated memory: 272036 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/257 886907
/proc/meminfo: memFree=126487016/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2110712 memory=280884 CPUtime=401.28 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 111770 0 0 0 40076 52 0 0 20 0 1 0 163701097 2161369088 70221 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 527678 70221 1729 439 0 523107 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 2110712 KiB
Current children cumulated memory: 280884 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/257 886920
/proc/meminfo: memFree=126513656/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2110712 memory=280888 CPUtime=461.12 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 130320 0 0 0 46053 59 0 0 20 0 1 0 163701097 2161369088 70222 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 527678 70222 1729 439 0 523107 0

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

Current children cumulated memory: 286812 KiB

[startup+2922.3 s]
/proc/loadavg: 2.05 2.09 2.32 3/244 888015
/proc/meminfo: memFree=127744172/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2135288 memory=301652 CPUtime=2914.63 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 520721 0 0 0 291220 243 0 0 20 0 1 0 163701097 2186534912 75413 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 533822 75413 1729 439 0 529251 0
Current children cumulated CPU time: 2914.63 s
Current children cumulated vsize: 2135288 KiB
Current children cumulated memory: 301652 KiB

[startup+2982.3 s]
/proc/loadavg: 2.06 2.08 2.30 3/245 888412
/proc/meminfo: memFree=127859280/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2118904 memory=291416 CPUtime=2974.51 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 526019 0 0 0 297205 246 0 0 20 0 1 0 163701097 2169757696 72854 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 529726 72854 1729 439 0 525155 0
Current children cumulated CPU time: 2974.51 s
Current children cumulated vsize: 2118904 KiB
Current children cumulated memory: 291416 KiB

[startup+3042.3 s]
/proc/loadavg: 2.15 2.11 2.30 3/243 888424
/proc/meminfo: memFree=127848996/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2118904 memory=291436 CPUtime=3034.37 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 534406 0 0 0 303187 250 0 0 20 0 1 0 163701097 2169757696 72859 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 529726 72859 1729 439 0 525155 0
Current children cumulated CPU time: 3034.37 s
Current children cumulated vsize: 2118904 KiB
Current children cumulated memory: 291436 KiB

[startup+3102.3 s]
/proc/loadavg: 2.11 2.11 2.28 3/242 888435
/proc/meminfo: memFree=127867696/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2135288 memory=301648 CPUtime=3094.24 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 540529 0 0 0 309170 254 0 0 20 0 1 0 163701097 2186534912 75412 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 533822 75412 1729 439 0 529251 0
Current children cumulated CPU time: 3094.24 s
Current children cumulated vsize: 2135288 KiB
Current children cumulated memory: 301648 KiB

[startup+3162.3 s]
/proc/loadavg: 2.15 2.12 2.27 3/244 888615
/proc/meminfo: memFree=127862120/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2118904 memory=293960 CPUtime=3154.11 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 546440 0 0 0 315153 258 0 0 20 0 1 0 163701097 2169757696 73490 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 529726 73490 1729 439 0 525155 0
Current children cumulated CPU time: 3154.11 s
Current children cumulated vsize: 2118904 KiB
Current children cumulated memory: 293960 KiB

[startup+3222.3 s]
/proc/loadavg: 2.12 2.11 2.26 3/244 888626
/proc/meminfo: memFree=127844684/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2135288 memory=301992 CPUtime=3213.99 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 550924 0 0 0 321138 261 0 0 20 0 1 0 163701097 2186534912 75498 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 533822 75498 1729 439 0 529251 0
Current children cumulated CPU time: 3213.99 s
Current children cumulated vsize: 2135288 KiB
Current children cumulated memory: 301992 KiB

[startup+3282.3 s]
/proc/loadavg: 2.35 2.19 2.28 3/247 888695
/proc/meminfo: memFree=127878676/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2104504 memory=266436 CPUtime=3273.84 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 568269 0 0 0 327116 268 0 0 20 0 1 0 163701097 2155012096 66609 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 526126 66609 1729 439 0 521555 0
Current children cumulated CPU time: 3273.84 s
Current children cumulated vsize: 2104504 KiB
Current children cumulated memory: 266436 KiB

[startup+3342.3 s]
/proc/loadavg: 1.96 2.12 2.25 2/239 888738
/proc/meminfo: memFree=128174176/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2079928 memory=254180 CPUtime=3333.7 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 583178 0 0 0 333095 275 0 0 20 0 1 0 163701097 2129846272 63545 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 519982 63545 1729 439 0 515411 0
Current children cumulated CPU time: 3333.7 s
Current children cumulated vsize: 2079928 KiB
Current children cumulated memory: 254180 KiB

[startup+3402.3 s]
/proc/loadavg: 1.40 1.93 2.17 2/239 888750
/proc/meminfo: memFree=128154948/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2104504 memory=270528 CPUtime=3393.57 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 601197 0 0 0 339074 283 0 0 20 0 1 0 163701097 2155012096 67632 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 526126 67632 1729 439 0 521555 0
Current children cumulated CPU time: 3393.57 s
Current children cumulated vsize: 2104504 KiB
Current children cumulated memory: 270528 KiB

[startup+3462.3 s]
/proc/loadavg: 1.19 1.77 2.10 2/238 888761
/proc/meminfo: memFree=128171196/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2088120 memory=254160 CPUtime=3453.42 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 618240 0 0 0 345053 289 0 0 20 0 1 0 163701097 2138234880 63540 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 522030 63540 1729 439 0 517459 0
Current children cumulated CPU time: 3453.42 s
Current children cumulated vsize: 2088120 KiB
Current children cumulated memory: 254160 KiB

[startup+3522.3 s]
/proc/loadavg: 1.17 1.66 2.04 2/238 888773
/proc/meminfo: memFree=128165736/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2088120 memory=259016 CPUtime=3513.28 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 637360 0 0 0 351031 297 0 0 20 0 1 0 163701097 2138234880 64754 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 522030 64754 1729 439 0 517459 0
Current children cumulated CPU time: 3513.28 s
Current children cumulated vsize: 2088120 KiB
Current children cumulated memory: 259016 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.55 1.98 2/236 888783
/proc/meminfo: memFree=128152944/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2104504 memory=270532 CPUtime=3573.14 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 654131 0 0 0 357011 303 0 0 20 0 1 0 163701097 2155012096 67633 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 526126 67633 1729 439 0 521555 0
Current children cumulated CPU time: 3573.14 s
Current children cumulated vsize: 2104504 KiB
Current children cumulated memory: 270532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 1.12 1.52 1.95 2/235 888787
/proc/meminfo: memFree=128150804/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2104504 memory=272820 CPUtime=3600.07 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 658014 0 0 0 359702 305 0 0 20 0 1 0 163701097 2155012096 68205 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 526126 68205 1729 439 0 521555 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2104504 KiB
Current children cumulated memory: 272820 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.02 s, system=3.05823 s

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

[startup+3609.3 s]
/proc/loadavg: 1.12 1.52 1.95 2/235 888787
/proc/meminfo: memFree=128150804/131524600 swapFree=131071996/131071996
[pid=886830] ppid=886827 vsize=2104504 memory=272820 CPUtime=3600.07 cores=5,7
/proc/886830/stat : 886830 (pb_picat) R 886827 886830 879422 0 -1 4194304 658014 0 0 0 359702 305 0 0 20 0 1 0 163701097 2155012096 68205 134679101440 4194304 5989780 140730816623488 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 19005440 140730816627737 140730816627813 140730816627813 140730816634828 0
/proc/886830/statm: 526126 68205 1729 439 0 521555 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2104504 KiB
Current children cumulated memory: 272820 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.3
CPU time (s): 3600.08
CPU user time (s): 3597.02
CPU system time (s): 3.05823
CPU usage (%): 99.7445
Max. virtual memory (cumulated for all children) (KiB): 2168056
Max. memory (cumulated for all children) (KiB): 318256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.02
system time used= 3.05823
maximum resident set size= 319648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 658014
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= 13
involuntary context switches= 4194


# summary of solver processes directly reported to runsolver:
#   pid: 886830
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3597.02
#   total CPU system time (s): 3.05823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.23814 second user time and 15.3138 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-16 09:35:43
IDJOB=4436415
IDBENCH=150964
IDSOLVER=3068
FILE ID=nodeC030/4436415-1721115330
RUNJOBID= nodeC030-1721105558-879435
SLURM_JOB_ID= 7505632
Free space on /tmp= 890052 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB10/OPT-LIN/leberre/opb-trendy/misc2010/datasets/10orplus/normalized-codebreaker.cudf.trendy.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436415-1721115330/watcher-4436415-1721115330 -o /tmp/evaluation-result-4436415-1721115330/solver-4436415-1721115330 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721105558-879435 --watchdog 3760  pb_picat HOME/instance-4436415-1721115330.opb

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

MD5SUM BENCH= a78786330fa5d138b15b3e5656eab36d
RANDOM SEED=1340852465

nodeC030.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		: 3672.596
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.28
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		: 3672.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 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.11
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		: 3599.849
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.28
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		: 3599.810
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.11
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		: 3672.670
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.28
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		: 3668.773
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.11
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		: 3600.018
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.28
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		: 3657.632
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126795968 kB
MemAvailable:   128169512 kB
Buffers:          392020 kB
Cached:          1807504 kB
SwapCached:            0 kB
Active:           929316 kB
Inactive:        3178460 kB
Active(anon):       1540 kB
Inactive(anon):  1944436 kB
Active(file):     927776 kB
Inactive(file):  1234024 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7640 kB
Writeback:            76 kB
AnonPages:       1900532 kB
Mapped:           114340 kB
Shmem:             37720 kB
KReclaimable:     103136 kB
Slab:             210044 kB
SReclaimable:     103136 kB
SUnreclaim:       106908 kB
KernelStack:        4160 kB
PageTables:        13028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7284024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63456 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1673216 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:      234196 kB
DirectMap2M:    18413568 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC030 at 2024-07-16 10:35:52