Trace number 4445392

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Picat 2024-06-18SAT 2134.32 2140.06

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww1.opb
MD5SUMbddedf8ebdb59650607f6c0fa85806b6
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.002341
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables60
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint60
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 89643482
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 740339225
Number of bits of the biggest sum of numbers30
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.00	c solving HOME/instance-4445392-1721327490.opb (Picat 3.6#12)
2134.26/2140.05	s SATISFIABLE
2134.26/2140.05	v ~x58 ~x52 ~x46 ~x40 ~x34 ~x28 ~x22 ~x16 ~x10 ~x4 
2134.26/2140.05	v ~x59 ~x53 ~x47 ~x41 ~x35 ~x29 ~x23 ~x17 x11 ~x5 
2134.26/2140.05	v ~x60 ~x54 ~x48 ~x42 ~x36 ~x30 ~x24 ~x18 x12 x6 
2134.26/2140.05	v ~x55 ~x49 ~x43 ~x37 ~x31 ~x25 ~x19 x13 ~x7 ~x1 
2134.26/2140.05	v ~x56 ~x50 ~x44 ~x38 ~x32 ~x26 ~x20 ~x14 x8 x2 
2134.26/2140.05	v ~x57 ~x51 ~x45 ~x39 ~x33 ~x27 ~x21 ~x15 ~x9 x3 

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445392-1721327490/watcher-4445392-1721327490 -o /tmp/evaluation-result-4445392-1721327490/solver-4445392-1721327490 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721327502-976183 --watchdog 3760 pb_picat HOME/instance-4445392-1721327490.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
Current StackSize limit: 8192 KiB

solver pid=976230, runsolver pid=976221

[startup+0.100528 s]*
/proc/loadavg: 1.18 1.29 2.19 6/258 976244
/proc/meminfo: memFree=128996836/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2036744 memory=22008 CPUtime=0.09 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 1626 0 0 0 9 0 0 0 20 0 1 0 184915155 2085625856 5502 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 509186 5502 1724 439 0 504615 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2036744 KiB
Current children cumulated memory: 22008 KiB

[startup+0.205882 s]*
/proc/loadavg: 1.18 1.29 2.19 4/256 976244
/proc/meminfo: memFree=128987184/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2037768 memory=22268 CPUtime=0.2 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 1680 0 0 0 20 0 0 0 20 0 1 0 184915155 2086674432 5567 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 509442 5567 1724 439 0 504871 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2037768 KiB
Current children cumulated memory: 22268 KiB

[startup+0.305693 s]*
/proc/loadavg: 1.18 1.29 2.19 4/253 976252
/proc/meminfo: memFree=128960896/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2036744 memory=22200 CPUtime=0.3 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 1891 0 0 0 30 0 0 0 20 0 1 0 184915155 2085625856 5550 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 509186 5550 1724 439 0 504615 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2036744 KiB
Current children cumulated memory: 22200 KiB

[startup+0.700241 s]
/proc/loadavg: 1.18 1.29 2.19 6/253 976280
/proc/meminfo: memFree=128930616/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2037900 memory=22684 CPUtime=0.68 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 2275 0 0 0 68 0 0 0 20 0 1 0 184915155 2086809600 5671 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 509475 5671 1724 439 0 504904 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2037900 KiB
Current children cumulated memory: 22684 KiB

[startup+1.50017 s]
/proc/loadavg: 1.18 1.29 2.19 4/255 976350
/proc/meminfo: memFree=128989180/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2038924 memory=23204 CPUtime=1.48 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 3401 0 0 0 148 0 0 0 20 0 1 0 184915155 2087858176 5801 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 509731 5801 1724 439 0 505160 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2038924 KiB
Current children cumulated memory: 23204 KiB

[startup+3.10525 s]
/proc/loadavg: 1.18 1.29 2.19 4/257 976843
/proc/meminfo: memFree=128904536/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2038916 memory=24292 CPUtime=3.08 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 5698 0 0 0 307 1 0 0 20 0 1 0 184915155 2087849984 6073 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 509729 6073 1724 439 0 505158 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2038916 KiB
Current children cumulated memory: 24292 KiB

[startup+6.30023 s]
/proc/loadavg: 1.33 1.32 2.20 5/259 976891
/proc/meminfo: memFree=128316732/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2041248 memory=25624 CPUtime=6.26 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 9946 0 0 0 625 1 0 0 20 0 1 0 184915155 2090237952 6406 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 510312 6406 1724 439 0 505741 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2041248 KiB
Current children cumulated memory: 25624 KiB

[startup+12.7001 s]
/proc/loadavg: 1.54 1.36 2.21 5/259 976937
/proc/meminfo: memFree=128427040/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2043296 memory=27084 CPUtime=12.65 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 17521 0 0 0 1262 3 0 0 20 0 1 0 184915155 2092335104 6771 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 510824 6771 1724 439 0 506253 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2043296 KiB
Current children cumulated memory: 27084 KiB

[startup+25.5002 s]
/proc/loadavg: 2.17 1.51 2.24 5/259 976940
/proc/meminfo: memFree=128409684/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2043692 memory=25852 CPUtime=25.41 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 38301 0 0 0 2534 7 0 0 20 0 1 0 184915155 2092740608 6463 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 510923 6463 1724 439 0 506352 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2043692 KiB
Current children cumulated memory: 25852 KiB

[startup+51.1053 s]
/proc/loadavg: 2.99 1.76 2.31 5/259 977035
/proc/meminfo: memFree=128603356/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2046388 memory=32636 CPUtime=50.96 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 69649 0 0 0 5083 13 0 0 20 0 1 0 184915155 2095501312 8159 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 511597 8159 1724 439 0 507026 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2046388 KiB
Current children cumulated memory: 32636 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 2.12 2.40 5/259 977045
/proc/meminfo: memFree=128589884/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2057036 memory=35796 CPUtime=102.02 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 116749 0 0 0 10182 20 0 0 20 0 1 0 184915155 2106404864 8949 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 514259 8949 1724 439 0 509688 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 2057036 KiB
Current children cumulated memory: 35796 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 2.48 2.51 5/258 977056
/proc/meminfo: memFree=128604812/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2044748 memory=30632 CPUtime=161.87 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 181296 0 0 0 16155 32 0 0 20 0 1 0 184915155 2093821952 7658 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 511187 7658 1724 439 0 506616 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 2044748 KiB
Current children cumulated memory: 30632 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 2.79 2.62 5/255 977066
/proc/meminfo: memFree=128567376/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2049108 memory=34804 CPUtime=221.71 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 231902 0 0 0 22129 42 0 0 20 0 1 0 184915155 2098286592 8701 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 512277 8701 1724 439 0 507706 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 2049108 KiB
Current children cumulated memory: 34804 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 3.03 2.71 5/255 977077
/proc/meminfo: memFree=128558692/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2049308 memory=35096 CPUtime=281.56 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 272196 0 0 0 28106 50 0 0 20 0 1 0 184915155 2098491392 8774 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 512327 8774 1724 439 0 507756 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 2049308 KiB
Current children cumulated memory: 35096 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.24 2.81 5/254 977087
/proc/meminfo: memFree=128564888/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2053784 memory=39840 CPUtime=341.41 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 318510 0 0 0 34080 61 0 0 20 0 1 0 184915155 2103074816 9960 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 513446 9960 1724 439 0 508875 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 2053784 KiB
Current children cumulated memory: 39840 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 3.38 2.88 5/254 977098
/proc/meminfo: memFree=128554328/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2061976 memory=37236 CPUtime=401.25 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 362343 0 0 0 40053 72 0 0 20 0 1 0 184915155 2111463424 9309 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 515494 9309 1724 439 0 510923 0
Current children cumulated CPU time: 401.25 s
Current children cumulated vsize: 2061976 KiB
Current children cumulated memory: 37236 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.52 2.97 5/254 977108
/proc/meminfo: memFree=128562132/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2053784 memory=33676 CPUtime=461.09 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 427039 0 0 0 46022 87 0 0 20 0 1 0 184915155 2103074816 8419 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 513446 8419 1724 439 0 508875 0
Current children cumulated CPU time: 461.09 s

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

/proc/loadavg: 4.12 4.12 3.88 5/258 977897
/proc/meminfo: memFree=128475100/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2087836 memory=61468 CPUtime=1717.68 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 845123 0 0 0 171549 219 0 0 20 0 1 0 184915155 2137944064 15367 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 521959 15367 1724 439 0 517388 0
Current children cumulated CPU time: 1717.68 s
Current children cumulated vsize: 2087836 KiB
Current children cumulated memory: 61468 KiB

[startup+1782.3 s]
/proc/loadavg: 4.09 4.11 3.89 5/258 977919
/proc/meminfo: memFree=128482684/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2079792 memory=59432 CPUtime=1777.52 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 854247 0 0 0 177530 222 0 0 20 0 1 0 184915155 2129707008 14858 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 519948 14858 1724 439 0 515377 0
Current children cumulated CPU time: 1777.52 s
Current children cumulated vsize: 2079792 KiB
Current children cumulated memory: 59432 KiB

[startup+1842.3 s]
/proc/loadavg: 4.23 4.15 3.92 5/258 977929
/proc/meminfo: memFree=128496152/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2087984 memory=57408 CPUtime=1837.36 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 864063 0 0 0 183510 226 0 0 20 0 1 0 184915155 2138095616 14352 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 521996 14352 1724 439 0 517425 0
Current children cumulated CPU time: 1837.36 s
Current children cumulated vsize: 2087984 KiB
Current children cumulated memory: 57408 KiB

[startup+1902.3 s]
/proc/loadavg: 4.14 4.14 3.93 5/257 977940
/proc/meminfo: memFree=128459692/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2087984 memory=61528 CPUtime=1897.19 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 876217 0 0 0 189488 231 0 0 20 0 1 0 184915155 2138095616 15382 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 521996 15382 1724 439 0 517425 0
Current children cumulated CPU time: 1897.19 s
Current children cumulated vsize: 2087984 KiB
Current children cumulated memory: 61528 KiB

[startup+1962.3 s]
/proc/loadavg: 4.13 4.13 3.95 5/257 977952
/proc/meminfo: memFree=128479044/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2087984 memory=61540 CPUtime=1957.03 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 886603 0 0 0 195468 235 0 0 20 0 1 0 184915155 2138095616 15385 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 521996 15385 1724 439 0 517425 0
Current children cumulated CPU time: 1957.03 s
Current children cumulated vsize: 2087984 KiB
Current children cumulated memory: 61540 KiB

[startup+2022.3 s]
/proc/loadavg: 4.11 4.12 3.96 5/254 977963
/proc/meminfo: memFree=128471656/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2087984 memory=63588 CPUtime=2016.87 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 895621 0 0 0 201448 239 0 0 20 0 1 0 184915155 2138095616 15897 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 521996 15897 1724 439 0 517425 0
Current children cumulated CPU time: 2016.87 s
Current children cumulated vsize: 2087984 KiB
Current children cumulated memory: 63588 KiB

[startup+2082.3 s]
/proc/loadavg: 4.09 4.11 3.97 5/254 977973
/proc/meminfo: memFree=128463028/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2087984 memory=65636 CPUtime=2076.71 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 907852 0 0 0 207427 244 0 0 20 0 1 0 184915155 2138095616 16409 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 521996 16409 1724 439 0 517425 0
Current children cumulated CPU time: 2076.71 s
Current children cumulated vsize: 2087984 KiB
Current children cumulated memory: 65636 KiB

[startup+2140.06 s]
# the end of solver process 976230 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=2131.83 s, system=2.48436 s

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

[startup+2099.2 s]
/proc/loadavg: 4.14 4.12 3.97 5/254 977976
/proc/meminfo: memFree=128472872/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2087984 memory=65636 CPUtime=2093.56 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 909654 0 0 0 209111 245 0 0 20 0 1 0 184915155 2138095616 16409 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 521996 16409 1724 439 0 517425 0
Current children cumulated CPU time: 2093.56 s
Current children cumulated vsize: 2087984 KiB
Current children cumulated memory: 65636 KiB

[startup+2124.8 s]
/proc/loadavg: 4.09 4.11 3.98 5/254 977979
/proc/meminfo: memFree=128448072/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2087984 memory=61540 CPUtime=2119.09 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 912354 0 0 0 211663 246 0 0 20 0 1 0 184915155 2138095616 15385 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 521996 15385 1724 439 0 517425 0
Current children cumulated CPU time: 2119.09 s
Current children cumulated vsize: 2087984 KiB
Current children cumulated memory: 61540 KiB

[startup+2131.2 s]
/proc/loadavg: 4.08 4.11 3.98 5/254 977980
/proc/meminfo: memFree=128438948/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2087984 memory=58784 CPUtime=2125.47 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 913050 0 0 0 212301 246 0 0 20 0 1 0 184915155 2138095616 14696 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 521996 14696 1724 439 0 517425 0
Current children cumulated CPU time: 2125.47 s
Current children cumulated vsize: 2087984 KiB
Current children cumulated memory: 58784 KiB

[startup+2134.4 s]
/proc/loadavg: 4.07 4.10 3.98 5/254 977980
/proc/meminfo: memFree=128433028/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2079792 memory=57468 CPUtime=2128.67 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 913671 0 0 0 212620 247 0 0 20 0 1 0 184915155 2129707008 14367 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 519948 14367 1724 439 0 515377 0
Current children cumulated CPU time: 2128.67 s
Current children cumulated vsize: 2079792 KiB
Current children cumulated memory: 57468 KiB

[startup+2137.6 s]
/proc/loadavg: 4.07 4.10 3.98 5/254 977982
/proc/meminfo: memFree=128429092/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2087984 memory=58520 CPUtime=2131.86 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 917249 0 0 0 212938 248 0 0 20 0 1 0 184915155 2138095616 14630 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 521996 14630 1724 439 0 517425 0
Current children cumulated CPU time: 2131.86 s
Current children cumulated vsize: 2087984 KiB
Current children cumulated memory: 58520 KiB

[startup+2139.2 s]
/proc/loadavg: 4.07 4.10 3.98 5/254 977982
/proc/meminfo: memFree=128424160/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2087984 memory=61624 CPUtime=2133.45 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 917509 0 0 0 213097 248 0 0 20 0 1 0 184915155 2138095616 15406 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 521996 15406 1724 439 0 517425 0
Current children cumulated CPU time: 2133.45 s
Current children cumulated vsize: 2087984 KiB
Current children cumulated memory: 61624 KiB

[startup+2139.6 s]
/proc/loadavg: 4.07 4.10 3.98 5/254 977982
/proc/meminfo: memFree=128424160/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2087984 memory=61624 CPUtime=2133.85 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 917509 0 0 0 213137 248 0 0 20 0 1 0 184915155 2138095616 15406 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 521996 15406 1724 439 0 517425 0
Current children cumulated CPU time: 2133.85 s
Current children cumulated vsize: 2087984 KiB
Current children cumulated memory: 61624 KiB

[startup+2140 s]*
/proc/loadavg: 4.07 4.10 3.98 5/254 977983
/proc/meminfo: memFree=128418700/131524600 swapFree=131071996/131071996
[pid=976230] ppid=976221 vsize=2087984 memory=61624 CPUtime=2134.26 cores=1,3
/proc/976230/stat : 976230 (pb_picat) R 976221 976230 976171 0 -1 4194304 917509 0 0 0 213178 248 0 0 20 0 1 0 184915155 2138095616 15406 134679101440 4194304 5989780 140734927193712 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 18063360 140734927197208 140734927197284 140734927197284 140734927204300 0
/proc/976230/statm: 521996 15406 1724 439 0 517425 0
Current children cumulated CPU time: 2134.26 s
Current children cumulated vsize: 2087984 KiB
Current children cumulated memory: 61624 KiB

Child status: 0

Real time (s): 2140.06
CPU time (s): 2134.32
CPU user time (s): 2131.83
CPU system time (s): 2.48436
CPU usage (%): 99.7318
Max. virtual memory (cumulated for all children) (KiB): 2104368
Max. memory (cumulated for all children) (KiB): 67928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2131.83
system time used= 2.48436
maximum resident set size= 67928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 917518
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= 7
involuntary context switches= 2613


# summary of solver processes directly reported to runsolver:
#   pid: 976230
#   total CPU time (s): 2134.32
#   total CPU user time (s): 2131.83
#   total CPU system time (s): 2.48436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.81265 second user time and 9.68928 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-18 20:31:43
IDJOB=4445392
IDBENCH=148109
IDSOLVER=3068
FILE ID=nodeC026/4445392-1721327490
RUNJOBID= nodeC026-1721327502-976183
SLURM_JOB_ID= 7542685
Free space on /tmp= 890084 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww1.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445392-1721327490/watcher-4445392-1721327490 -o /tmp/evaluation-result-4445392-1721327490/solver-4445392-1721327490 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721327502-976183 --watchdog 3760  pb_picat HOME/instance-4445392-1721327490.opb

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

MD5SUM BENCH= bddedf8ebdb59650607f6c0fa85806b6
RANDOM SEED=1825464528

nodeC026.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		: 3573.860
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.74
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		: 3586.170
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.45
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		: 3637.924
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.74
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		: 3518.347
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.45
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		: 3447.599
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.74
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		: 3560.393
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.45
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		: 3603.762
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.74
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		: 3461.493
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129100004 kB
MemAvailable:   129738024 kB
Buffers:          526332 kB
Cached:           948264 kB
SwapCached:            0 kB
Active:          1031972 kB
Inactive:         780600 kB
Active(anon):       1464 kB
Inactive(anon):   374224 kB
Active(file):    1030508 kB
Inactive(file):   406376 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             10400 kB
Writeback:             0 kB
AnonPages:        335296 kB
Mapped:           106092 kB
Shmem:             37720 kB
KReclaimable:      81920 kB
Slab:             192108 kB
SReclaimable:      81920 kB
SUnreclaim:       110188 kB
KernelStack:        4068 kB
PageTables:        10200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     616508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC026 at 2024-07-18 21:07:23