Trace number 4436382

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-18OPT5852 2089.37 2094.34

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
poldner/PB/testset/normalized-8_16.opb
MD5SUM6d71ac2e6bad2e9d7243db6e8fb68322
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 benchmark5852
Best CPU time to get the best result obtained on this benchmark0.027323
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables136
Total number of constraints144
Number of constraints which are clauses128
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 136
Biggest coefficient in the objective function 1311
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 58669
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1311
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 58669
Number of bits of the biggest sum of numbers16
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-4436382-1721105570.opb (Picat 3.6#12)
2.38/2.43	o 9710
4.78/4.85	o 8849
25.04/25.19	o 5886
712.81/714.55	o 5852
2089.33/2094.33	s OPTIMUM FOUND
2089.33/2094.33	v ~x63 ~x89 ~x12 x115 ~x38 ~x64 ~x90 ~x13 ~x116 ~x39 
2089.33/2094.33	v ~x65 ~x91 ~x14 ~x117 x40 ~x66 ~x92 x15 ~x118 ~x41 
2089.33/2094.33	v ~x67 ~x93 ~x16 ~x119 ~x42 ~x68 ~x94 ~x17 ~x120 x43 
2089.33/2094.33	v ~x69 ~x95 ~x18 ~x121 ~x44 ~x70 x96 x19 ~x122 ~x45 
2089.33/2094.33	v ~x71 ~x97 ~x20 x123 ~x46 x72 ~x98 ~x21 ~x124 ~x47 
2089.33/2094.33	v ~x73 ~x99 ~x22 ~x125 ~x48 ~x74 ~x100 ~x23 ~x126 ~x49 
2089.33/2094.33	v ~x75 ~x101 ~x24 ~x127 ~x50 ~x76 ~x102 ~x25 ~x128 ~x51 
2089.33/2094.33	v ~x77 x103 ~x26 ~x129 ~x52 ~x78 ~x1 ~x104 x27 ~x130 
2089.33/2094.33	v ~x53 x79 ~x2 ~x105 ~x28 x131 ~x54 ~x80 ~x3 ~x106 
2089.33/2094.33	v ~x29 ~x132 ~x55 ~x81 ~x4 x107 ~x30 ~x133 x56 ~x82 
2089.33/2094.33	v ~x5 ~x108 ~x31 ~x134 ~x57 x83 ~x6 ~x109 ~x32 x135 
2089.33/2094.33	v ~x58 ~x84 ~x7 ~x110 ~x33 x136 x59 ~x85 x8 ~x111 
2089.33/2094.33	v ~x34 ~x60 ~x86 ~x9 ~x112 ~x35 ~x61 ~x87 ~x10 ~x113 
2089.33/2094.33	v ~x36 ~x62 ~x88 ~x11 ~x114 ~x37 

Verifier Data

OK	5852

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100089 s]*
/proc/loadavg: 2.13 2.31 3.24 5/259 879638
/proc/meminfo: memFree=127109924/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2043012 memory=21328 CPUtime=0.09 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 798 0 0 0 9 0 0 0 20 0 1 0 162725095 2092044288 5332 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 510753 5332 1667 439 0 506182 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2043012 KiB
Current children cumulated memory: 21328 KiB

[startup+0.205693 s]*
/proc/loadavg: 2.13 2.31 3.24 5/259 879638
/proc/meminfo: memFree=127109420/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2043012 memory=21328 CPUtime=0.2 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 801 0 0 0 20 0 0 0 20 0 1 0 162725095 2092044288 5332 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 510753 5332 1667 439 0 506182 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2043012 KiB
Current children cumulated memory: 21328 KiB

[startup+0.30562 s]*
/proc/loadavg: 2.13 2.31 3.24 5/259 879638
/proc/meminfo: memFree=127104876/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2043116 memory=21692 CPUtime=0.3 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 806 0 0 0 30 0 0 0 20 0 1 0 162725095 2092150784 5423 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 510779 5423 1731 439 0 506208 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2043116 KiB
Current children cumulated memory: 21692 KiB

[startup+0.700232 s]
/proc/loadavg: 2.13 2.31 3.24 5/259 879638
/proc/meminfo: memFree=127104736/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2043132 memory=21716 CPUtime=0.69 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 849 0 0 0 69 0 0 0 20 0 1 0 162725095 2092167168 5429 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 510783 5429 1731 439 0 506212 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2043132 KiB
Current children cumulated memory: 21716 KiB

[startup+1.50023 s]
/proc/loadavg: 2.13 2.31 3.24 5/259 879640
/proc/meminfo: memFree=127100304/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2043060 memory=21756 CPUtime=1.48 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 942 0 0 0 148 0 0 0 20 0 1 0 162725095 2092093440 5439 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 510765 5439 1731 439 0 506194 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2043060 KiB
Current children cumulated memory: 21756 KiB

[startup+3.10559 s]
/proc/loadavg: 2.13 2.31 3.24 5/259 879640
/proc/meminfo: memFree=127083780/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2043880 memory=22428 CPUtime=3.09 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 1393 0 0 0 309 0 0 0 20 0 1 0 162725095 2092933120 5607 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 510970 5607 1731 439 0 506399 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2043880 KiB
Current children cumulated memory: 22428 KiB

[startup+6.30021 s]
/proc/loadavg: 2.28 2.34 3.24 5/259 879640
/proc/meminfo: memFree=127080400/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2043912 memory=22480 CPUtime=6.28 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 1850 0 0 0 627 1 0 0 20 0 1 0 162725095 2092965888 5620 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 510978 5620 1731 439 0 506407 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2043912 KiB
Current children cumulated memory: 22480 KiB

[startup+12.7002 s]
/proc/loadavg: 2.50 2.38 3.25 5/259 879641
/proc/meminfo: memFree=127053008/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2048088 memory=25988 CPUtime=12.67 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 9517 0 0 0 1264 3 0 0 20 0 1 0 162725095 2097242112 6497 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 512022 6497 1731 439 0 507451 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 2048088 KiB
Current children cumulated memory: 25988 KiB

[startup+25.5002 s]
/proc/loadavg: 2.90 2.48 3.27 5/259 879645
/proc/meminfo: memFree=127052092/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2044304 memory=22928 CPUtime=25.43 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 30811 0 0 0 2535 8 0 0 20 0 1 0 162725095 2093367296 5732 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 511076 5732 1731 439 0 506505 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2044304 KiB
Current children cumulated memory: 22928 KiB

[startup+51.1056 s]
/proc/loadavg: 3.36 2.62 3.30 5/259 879650
/proc/meminfo: memFree=127041516/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2056120 memory=33220 CPUtime=50.99 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 32415 0 0 0 5089 10 0 0 20 0 1 0 162725095 2105466880 8305 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 514030 8305 1731 439 0 509459 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 2056120 KiB
Current children cumulated memory: 33220 KiB

[startup+102.3 s]
/proc/loadavg: 3.83 2.86 3.35 5/259 879658
/proc/meminfo: memFree=127062832/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2056120 memory=33444 CPUtime=102.07 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 40966 0 0 0 10194 13 0 0 20 0 1 0 162725095 2105466880 8361 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 514030 8361 1731 439 0 509459 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 2056120 KiB
Current children cumulated memory: 33444 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 3.09 3.40 5/258 880053
/proc/meminfo: memFree=127050296/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2056952 memory=32000 CPUtime=161.93 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 65363 0 0 0 16173 20 0 0 20 0 1 0 162725095 2106318848 8000 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 514238 8000 1731 439 0 509667 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 2056952 KiB
Current children cumulated memory: 32000 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 3.27 3.44 5/258 880063
/proc/meminfo: memFree=127055368/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2050808 memory=29788 CPUtime=221.79 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 81095 0 0 0 22155 24 0 0 20 0 1 0 162725095 2100027392 7447 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 512702 7447 1731 439 0 508131 0
Current children cumulated CPU time: 221.79 s
Current children cumulated vsize: 2050808 KiB
Current children cumulated memory: 29788 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.44 3.49 5/257 880073
/proc/meminfo: memFree=127053508/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2061052 memory=35700 CPUtime=281.64 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 134799 0 0 0 28128 36 0 0 20 0 1 0 162725095 2110517248 8925 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 515263 8925 1731 439 0 510692 0
Current children cumulated CPU time: 281.64 s
Current children cumulated vsize: 2061052 KiB
Current children cumulated memory: 35700 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.56 3.53 5/257 880253
/proc/meminfo: memFree=127038344/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2051992 memory=29048 CPUtime=341.5 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 186447 0 0 0 34101 49 0 0 20 0 1 0 162725095 2101239808 7262 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 512998 7262 1731 439 0 508427 0
Current children cumulated CPU time: 341.5 s
Current children cumulated vsize: 2051992 KiB
Current children cumulated memory: 29048 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.67 3.57 5/258 880265
/proc/meminfo: memFree=127013532/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2064284 memory=39824 CPUtime=401.36 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 209453 0 0 0 40080 56 0 0 20 0 1 0 162725095 2113826816 9956 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 516071 9956 1731 439 0 511500 0
Current children cumulated CPU time: 401.36 s
Current children cumulated vsize: 2064284 KiB
Current children cumulated memory: 39824 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.75 3.61 5/259 880279
/proc/meminfo: memFree=127012536/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2060188 memory=38776 CPUtime=461.22 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 231766 0 0 0 46060 62 0 0 20 0 1 0 162725095 2109632512 9694 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 515047 9694 1731 439 0 510476 0
Current children cumulated CPU time: 461.22 s

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

/proc/loadavg: 4.18 4.11 4.01 5/257 880519
/proc/meminfo: memFree=126968500/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2065092 memory=43336 CPUtime=1658.34 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 763419 0 0 0 165615 219 0 0 20 0 1 0 162725095 2114654208 10834 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 516273 10834 1731 439 0 511702 0
Current children cumulated CPU time: 1658.34 s
Current children cumulated vsize: 2065092 KiB
Current children cumulated memory: 43336 KiB

[startup+1722.3 s]
/proc/loadavg: 4.28 4.16 4.03 5/257 880529
/proc/meminfo: memFree=127026324/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2062272 memory=37972 CPUtime=1718.19 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 767024 0 0 0 171598 221 0 0 20 0 1 0 162725095 2111766528 9493 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 515568 9493 1731 439 0 510997 0
Current children cumulated CPU time: 1718.19 s
Current children cumulated vsize: 2062272 KiB
Current children cumulated memory: 37972 KiB

[startup+1782.3 s]
/proc/loadavg: 4.14 4.15 4.03 5/258 880541
/proc/meminfo: memFree=127019384/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2062272 memory=40256 CPUtime=1778.06 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 767122 0 0 0 177585 221 0 0 20 0 1 0 162725095 2111766528 10064 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 515568 10064 1731 439 0 510997 0
Current children cumulated CPU time: 1778.06 s
Current children cumulated vsize: 2062272 KiB
Current children cumulated memory: 40256 KiB

[startup+1842.3 s]
/proc/loadavg: 4.14 4.15 4.04 5/258 880553
/proc/meminfo: memFree=126957984/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2062272 memory=40256 CPUtime=1837.92 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 767126 0 0 0 183571 221 0 0 20 0 1 0 162725095 2111766528 10064 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 515568 10064 1731 439 0 510997 0
Current children cumulated CPU time: 1837.92 s
Current children cumulated vsize: 2062272 KiB
Current children cumulated memory: 40256 KiB

[startup+1902.3 s]
/proc/loadavg: 4.09 4.13 4.04 5/258 880565
/proc/meminfo: memFree=127033904/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2062272 memory=40256 CPUtime=1897.78 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 767132 0 0 0 189557 221 0 0 20 0 1 0 162725095 2111766528 10064 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 515568 10064 1731 439 0 510997 0
Current children cumulated CPU time: 1897.78 s
Current children cumulated vsize: 2062272 KiB
Current children cumulated memory: 40256 KiB

[startup+1962.3 s]
/proc/loadavg: 4.13 4.14 4.04 5/258 880959
/proc/meminfo: memFree=127026368/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2062272 memory=40944 CPUtime=1957.64 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 767334 0 0 0 195543 221 0 0 20 0 1 0 162725095 2111766528 10236 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 515568 10236 1731 439 0 510997 0
Current children cumulated CPU time: 1957.64 s
Current children cumulated vsize: 2062272 KiB
Current children cumulated memory: 40944 KiB

[startup+2022.3 s]
/proc/loadavg: 4.39 4.19 4.07 5/258 880970
/proc/meminfo: memFree=127026996/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2065116 memory=41468 CPUtime=2017.5 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 776588 0 0 0 201525 225 0 0 20 0 1 0 162725095 2114678784 10367 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 516279 10367 1731 439 0 511708 0
Current children cumulated CPU time: 2017.5 s
Current children cumulated vsize: 2065116 KiB
Current children cumulated memory: 41468 KiB

[startup+2082.3 s]
/proc/loadavg: 4.28 4.20 4.08 5/257 880981
/proc/meminfo: memFree=126963016/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2065116 memory=43540 CPUtime=2077.36 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 781679 0 0 0 207509 227 0 0 20 0 1 0 162725095 2114678784 10885 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 516279 10885 1731 439 0 511708 0
Current children cumulated CPU time: 2077.36 s
Current children cumulated vsize: 2065116 KiB
Current children cumulated memory: 43540 KiB

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

# cumulated CPU time of all completed processes:  user=2087.09 s, system=2.27646 s

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

[startup+2086.4 s]
/proc/loadavg: 4.26 4.20 4.08 5/257 880981
/proc/meminfo: memFree=126964132/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2065116 memory=43304 CPUtime=2081.44 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 782292 0 0 0 207917 227 0 0 20 0 1 0 162725095 2114678784 10826 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 516279 10826 1731 439 0 511708 0
Current children cumulated CPU time: 2081.44 s
Current children cumulated vsize: 2065116 KiB
Current children cumulated memory: 43304 KiB

[startup+2089.6 s]
/proc/loadavg: 4.26 4.20 4.08 5/257 880981
/proc/meminfo: memFree=126962772/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2065116 memory=43548 CPUtime=2084.64 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 782355 0 0 0 208237 227 0 0 20 0 1 0 162725095 2114678784 10887 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 516279 10887 1731 439 0 511708 0
Current children cumulated CPU time: 2084.64 s
Current children cumulated vsize: 2065116 KiB
Current children cumulated memory: 43548 KiB

[startup+2092.8 s]
/proc/loadavg: 4.24 4.19 4.08 5/257 880983
/proc/meminfo: memFree=126985672/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2065116 memory=43548 CPUtime=2087.83 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 782355 0 0 0 208556 227 0 0 20 0 1 0 162725095 2114678784 10887 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 516279 10887 1731 439 0 511708 0
Current children cumulated CPU time: 2087.83 s
Current children cumulated vsize: 2065116 KiB
Current children cumulated memory: 43548 KiB

[startup+2093.6 s]
/proc/loadavg: 4.24 4.19 4.08 5/257 880983
/proc/meminfo: memFree=126978860/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2058972 memory=37976 CPUtime=2088.63 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 782355 0 0 0 208636 227 0 0 20 0 1 0 162725095 2108387328 9494 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 514743 9494 1731 439 0 510172 0
Current children cumulated CPU time: 2088.63 s
Current children cumulated vsize: 2058972 KiB
Current children cumulated memory: 37976 KiB

[startup+2094 s]*
/proc/loadavg: 4.24 4.19 4.08 5/257 880983
/proc/meminfo: memFree=126986120/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2061020 memory=38936 CPUtime=2089.03 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 782652 0 0 0 208676 227 0 0 20 0 1 0 162725095 2110484480 9734 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 515255 9734 1731 439 0 510684 0
Current children cumulated CPU time: 2089.03 s
Current children cumulated vsize: 2061020 KiB
Current children cumulated memory: 38936 KiB

[startup+2094.2 s]
/proc/loadavg: 4.24 4.19 4.08 5/257 880983
/proc/meminfo: memFree=126986120/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2061020 memory=39432 CPUtime=2089.23 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 782778 0 0 0 208696 227 0 0 20 0 1 0 162725095 2110484480 9858 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 515255 9858 1731 439 0 510684 0
Current children cumulated CPU time: 2089.23 s
Current children cumulated vsize: 2061020 KiB
Current children cumulated memory: 39432 KiB

[startup+2094.3 s]
/proc/loadavg: 4.24 4.19 4.08 5/257 880983
/proc/meminfo: memFree=126986120/131524600 swapFree=131071996/131071996
[pid=879637] ppid=879634 vsize=2061020 memory=39680 CPUtime=2089.33 cores=4,6
/proc/879637/stat : 879637 (pb_picat) R 879634 879637 879422 0 -1 4194304 782825 0 0 0 208706 227 0 0 20 0 1 0 162725095 2110484480 9920 134679101440 4194304 5989780 140729167680640 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 15757312 140729167684633 140729167684709 140729167684709 140729167691724 0
/proc/879637/statm: 515255 9920 1731 439 0 510684 0
Current children cumulated CPU time: 2089.33 s
Current children cumulated vsize: 2061020 KiB
Current children cumulated memory: 39680 KiB

Child status: 0

Real time (s): 2094.34
CPU time (s): 2089.37
CPU user time (s): 2087.09
CPU system time (s): 2.27646
CPU usage (%): 99.7629
Max. virtual memory (cumulated for all children) (KiB): 2078660
Max. memory (cumulated for all children) (KiB): 50672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2087.09
system time used= 2.27646
maximum resident set size= 51588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 782851
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2062


# summary of solver processes directly reported to runsolver:
#   pid: 879637
#   total CPU time (s): 2089.37
#   total CPU user time (s): 2087.09
#   total CPU system time (s): 2.27646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.68944 second user time and 9.09077 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-16 06:53:03
IDJOB=4436382
IDBENCH=148112
IDSOLVER=3068
FILE ID=nodeC030/4436382-1721105570
RUNJOBID= nodeC030-1721105558-879433
SLURM_JOB_ID= 7505632
Free space on /tmp= 890068 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/poldner/PB/testset/normalized-8_16.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436382-1721105570/watcher-4436382-1721105570 -o /tmp/evaluation-result-4436382-1721105570/solver-4436382-1721105570 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721105558-879433 --watchdog 3760  pb_picat HOME/instance-4436382-1721105570.opb

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

MD5SUM BENCH= 6d71ac2e6bad2e9d7243db6e8fb68322
RANDOM SEED=1059077509

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		: 3679.312
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		: 3680.121
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		: 3689.551
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.978
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		: 3662.306
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		: 3680.217
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		: 3652.908
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		: 3599.638
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:        127163600 kB
MemAvailable:   128496600 kB
Buffers:          386164 kB
Cached:          1772620 kB
SwapCached:            0 kB
Active:           908972 kB
Inactive:        2831920 kB
Active(anon):       1540 kB
Inactive(anon):  1618280 kB
Active(file):     907432 kB
Inactive(file):  1213640 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4016 kB
Writeback:             0 kB
AnonPages:       1579836 kB
Mapped:           114240 kB
Shmem:             37720 kB
KReclaimable:     103500 kB
Slab:             210372 kB
SReclaimable:     103500 kB
SUnreclaim:       106872 kB
KernelStack:        4176 kB
PageTables:        12512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7513400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63104 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1239040 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= 890064 MiB
End job on nodeC030 at 2024-07-16 07:27:57