Trace number 4495853

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 2025-06-16SAT 833.134 835.378

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww2.opb
MD5SUMf9ddfe14fcbe08e4d315c2b284f6e91e
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.065349
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70
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 constraint70
Maximum length of a constraint70
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 89716839
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 865734046
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.02	c solving HOME/instance-4495853-1751154070.opb (Picat 3.9b6)
833.04/835.37	s SATISFIABLE
833.04/835.37	v ~x66 ~x28 ~x41 ~x3 ~x54 x16 ~x67 ~x29 ~x42 ~x4 
833.04/835.37	v ~x55 x17 ~x68 ~x30 ~x43 ~x5 ~x56 ~x18 ~x69 ~x31 
833.04/835.37	v ~x44 ~x6 ~x57 ~x19 ~x70 ~x32 ~x45 ~x7 ~x58 ~x20 
833.04/835.37	v ~x33 ~x46 ~x8 ~x59 x21 ~x34 ~x47 ~x9 ~x60 x22 
833.04/835.37	v ~x35 ~x48 ~x10 ~x61 ~x23 ~x36 ~x49 ~x11 ~x62 ~x24 
833.04/835.37	v ~x37 ~x50 ~x12 ~x63 x25 ~x38 ~x51 ~x13 ~x64 ~x26 
833.04/835.37	v ~x39 x1 ~x52 x14 ~x65 ~x27 ~x40 x2 ~x53 ~x15 

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: 63837 MiB (63345 MiB free)
  memory of node 1: 64465 MiB (60591 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495853-1751154070/watcher-4495853-1751154070 -o /tmp/evaluation-result-4495853-1751154070/solver-4495853-1751154070 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751146846-14033 --watchdog 3760 pb_picat HOME/instance-4495853-1751154070.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el
solver pid=14772, runsolver pid=14766
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 4.15 4.14 4.13 3/243 14777
/proc/meminfo: memFree=126901216/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2029428 memory=19184 CPUtime=0.09 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 1314 0 0 0 8 1 0 0 20 0 1 0 31085859 2078134272 4796 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 507357 4796 1696 343 0 504421 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2029428 KiB
Current children cumulated memory: 19184 KiB

[startup+0.212903 s]*
/proc/loadavg: 4.15 4.14 4.13 4/243 14777
/proc/meminfo: memFree=126901224/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2029396 memory=19440 CPUtime=0.2 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 1364 0 0 0 19 1 0 0 20 0 1 0 31085859 2078101504 4860 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 507349 4860 1696 343 0 504413 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2029396 KiB
Current children cumulated memory: 19440 KiB

[startup+0.312296 s]*
/proc/loadavg: 4.15 4.14 4.13 3/243 14777
/proc/meminfo: memFree=126901224/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2029396 memory=19440 CPUtime=0.3 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 1391 0 0 0 29 1 0 0 20 0 1 0 31085859 2078101504 4860 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 507349 4860 1696 343 0 504413 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2029396 KiB
Current children cumulated memory: 19440 KiB

[startup+0.700249 s]
/proc/loadavg: 4.15 4.14 4.13 4/245 14783
/proc/meminfo: memFree=126897128/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2029952 memory=19824 CPUtime=0.68 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 1483 0 0 0 67 1 0 0 20 0 1 0 31085859 2078670848 4956 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 507488 4956 1696 343 0 504552 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2029952 KiB
Current children cumulated memory: 19824 KiB

[startup+1.50028 s]
/proc/loadavg: 4.15 4.14 4.13 2/241 14827
/proc/meminfo: memFree=130392156/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2029952 memory=20308 CPUtime=1.47 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 2339 0 0 0 146 1 0 0 20 0 1 0 31085859 2078670848 5077 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 507488 5077 1696 343 0 504552 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2029952 KiB
Current children cumulated memory: 20308 KiB

[startup+3.11248 s]
/proc/loadavg: 4.15 4.14 4.13 5/251 14896
/proc/meminfo: memFree=130364468/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2031176 memory=20832 CPUtime=3.07 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 4605 0 0 0 306 1 0 0 20 0 1 0 31085859 2079924224 5208 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 507794 5208 1696 343 0 504858 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2031176 KiB
Current children cumulated memory: 20832 KiB

[startup+6.30024 s]
/proc/loadavg: 4.14 4.14 4.13 5/251 14896
/proc/meminfo: memFree=130360384/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2036496 memory=23752 CPUtime=6.25 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 10330 0 0 0 623 2 0 0 20 0 1 0 31085859 2085371904 5938 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 509124 5938 1696 343 0 506188 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 2036496 KiB
Current children cumulated memory: 23752 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.14 4.13 5/251 14896
/proc/meminfo: memFree=130354744/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2034600 memory=24128 CPUtime=12.64 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 20547 0 0 0 1260 4 0 0 20 0 1 0 31085859 2083430400 6032 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 508650 6032 1696 343 0 505714 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2034600 KiB
Current children cumulated memory: 24128 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.13 4.12 5/251 15031
/proc/meminfo: memFree=130325068/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2039520 memory=27404 CPUtime=25.39 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 46510 0 0 0 2531 8 0 0 20 0 1 0 31085859 2088468480 6851 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 509880 6851 1696 343 0 506944 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2039520 KiB
Current children cumulated memory: 27404 KiB

[startup+51.1129 s]
/proc/loadavg: 4.14 4.13 4.12 5/251 15031
/proc/meminfo: memFree=130316436/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2041900 memory=34956 CPUtime=50.94 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 89988 0 0 0 5077 17 0 0 20 0 1 0 31085859 2090905600 8739 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 510475 8739 1696 343 0 507539 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2041900 KiB
Current children cumulated memory: 34956 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.13 4.12 5/250 15033
/proc/meminfo: memFree=130310656/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2041900 memory=34536 CPUtime=102 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 164121 0 0 0 10167 33 0 0 20 0 1 0 31085859 2090905600 8634 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 510475 8634 1696 343 0 507539 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2041900 KiB
Current children cumulated memory: 34536 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.12 4.11 5/250 15036
/proc/meminfo: memFree=130312064/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2041900 memory=37932 CPUtime=161.85 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 229028 0 0 0 16136 49 0 0 20 0 1 0 31085859 2090905600 9483 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 510475 9483 1696 343 0 507539 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 2041900 KiB
Current children cumulated memory: 37932 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.12 4.11 5/250 15038
/proc/meminfo: memFree=130312632/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2046368 memory=39476 CPUtime=221.7 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 292746 0 0 0 22107 63 0 0 20 0 1 0 31085859 2095480832 9869 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 511592 9869 1696 343 0 508656 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 2046368 KiB
Current children cumulated memory: 39476 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 4.10 4.10 5/252 15043
/proc/meminfo: memFree=130286972/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2047224 memory=40284 CPUtime=281.54 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 354345 0 0 0 28076 78 0 0 20 0 1 0 31085859 2096357376 10071 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 511806 10071 1696 343 0 508870 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 2047224 KiB
Current children cumulated memory: 40284 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.11 4.10 5/252 15047
/proc/meminfo: memFree=130274576/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2055416 memory=46860 CPUtime=341.39 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 407167 0 0 0 34048 91 0 0 20 0 1 0 31085859 2104745984 11715 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 513854 11715 1696 343 0 510918 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 2055416 KiB
Current children cumulated memory: 46860 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.10 4.10 5/252 15053
/proc/meminfo: memFree=130273852/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2043128 memory=35888 CPUtime=401.23 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 449658 0 0 0 40020 103 0 0 20 0 1 0 31085859 2092163072 8972 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 510782 8972 1696 343 0 507846 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 2043128 KiB
Current children cumulated memory: 35888 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/252 15055
/proc/meminfo: memFree=130274120/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2055416 memory=48912 CPUtime=461.07 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 483357 0 0 0 45995 112 0 0 20 0 1 0 31085859 2104745984 12228 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 513854 12228 1696 343 0 510918 0
Current children cumulated CPU time: 461.07 s
Current children cumulated vsize: 2055416 KiB
Current children cumulated memory: 48912 KiB

[startup+522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/252 15057
/proc/meminfo: memFree=130271612/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2056772 memory=45476 CPUtime=520.91 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 510896 0 0 0 51970 121 0 0 20 0 1 0 31085859 2106134528 11369 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 514193 11369 1696 343 0 511257 0
Current children cumulated CPU time: 520.91 s
Current children cumulated vsize: 2056772 KiB
Current children cumulated memory: 45476 KiB

[startup+582.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/251 15060
/proc/meminfo: memFree=130264144/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2056772 memory=49700 CPUtime=580.75 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 542444 0 0 0 57944 131 0 0 20 0 1 0 31085859 2106134528 12425 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 514193 12425 1696 343 0 511257 0
Current children cumulated CPU time: 580.75 s
Current children cumulated vsize: 2056772 KiB
Current children cumulated memory: 49700 KiB

[startup+642.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/251 15062
/proc/meminfo: memFree=130263656/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2057536 memory=51044 CPUtime=640.58 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 562735 0 0 0 63921 137 0 0 20 0 1 0 31085859 2106916864 12761 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 514384 12761 1696 343 0 511448 0
Current children cumulated CPU time: 640.58 s
Current children cumulated vsize: 2057536 KiB
Current children cumulated memory: 51044 KiB

[startup+702.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/251 15064
/proc/meminfo: memFree=130261752/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2057536 memory=53092 CPUtime=700.41 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 586871 0 0 0 69899 142 0 0 20 0 1 0 31085859 2106916864 13273 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 514384 13273 1696 343 0 511448 0
Current children cumulated CPU time: 700.41 s
Current children cumulated vsize: 2057536 KiB
Current children cumulated memory: 53092 KiB

[startup+762.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/251 15066
/proc/meminfo: memFree=130262768/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2058060 memory=51568 CPUtime=760.25 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 604901 0 0 0 75877 148 0 0 20 0 1 0 31085859 2107453440 12892 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 514515 12892 1696 343 0 511579 0
Current children cumulated CPU time: 760.25 s
Current children cumulated vsize: 2058060 KiB
Current children cumulated memory: 51568 KiB

[startup+822.3 s]
/proc/loadavg: 4.21 4.12 4.10 5/250 15068
/proc/meminfo: memFree=130258124/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2058544 memory=54612 CPUtime=820.08 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 626831 0 0 0 81854 154 0 0 20 0 1 0 31085859 2107949056 13653 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 514636 13653 1696 343 0 511700 0
Current children cumulated CPU time: 820.08 s
Current children cumulated vsize: 2058544 KiB
Current children cumulated memory: 54612 KiB

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

# cumulated CPU time of all completed processes:  user=831.565 s, system=1.56866 s

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

[startup+825.6 s]
/proc/loadavg: 4.19 4.12 4.10 5/250 15068
/proc/meminfo: memFree=130258124/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2066736 memory=58708 CPUtime=823.37 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 629130 0 0 0 82182 155 0 0 20 0 1 0 31085859 2116337664 14677 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 516684 14677 1696 343 0 513748 0
Current children cumulated CPU time: 823.37 s
Current children cumulated vsize: 2066736 KiB
Current children cumulated memory: 58708 KiB

[startup+832 s]*
/proc/loadavg: 4.17 4.11 4.10 5/250 15068
/proc/meminfo: memFree=130258124/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2058544 memory=52052 CPUtime=829.77 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 631322 0 0 0 82821 156 0 0 20 0 1 0 31085859 2107949056 13013 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 514636 13013 1696 343 0 511700 0
Current children cumulated CPU time: 829.77 s
Current children cumulated vsize: 2058544 KiB
Current children cumulated memory: 52052 KiB

[startup+833.6 s]
/proc/loadavg: 4.17 4.11 4.10 5/250 15068
/proc/meminfo: memFree=130257872/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2058544 memory=54356 CPUtime=831.35 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 631388 0 0 0 82979 156 0 0 20 0 1 0 31085859 2107949056 13589 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 514636 13589 1696 343 0 511700 0
Current children cumulated CPU time: 831.35 s
Current children cumulated vsize: 2058544 KiB
Current children cumulated memory: 54356 KiB

[startup+834.4 s]
/proc/loadavg: 4.16 4.11 4.10 5/250 15068
/proc/meminfo: memFree=130258124/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2058544 memory=54740 CPUtime=832.15 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 631497 0 0 0 83059 156 0 0 20 0 1 0 31085859 2107949056 13685 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 514636 13685 1696 343 0 511700 0
Current children cumulated CPU time: 832.15 s
Current children cumulated vsize: 2058544 KiB
Current children cumulated memory: 54740 KiB

[startup+834.8 s]
/proc/loadavg: 4.16 4.11 4.10 5/250 15068
/proc/meminfo: memFree=130258124/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2083120 memory=56788 CPUtime=832.55 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 632005 0 0 0 83099 156 0 0 20 0 1 0 31085859 2133114880 14197 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 520780 14197 1696 343 0 517844 0
Current children cumulated CPU time: 832.55 s
Current children cumulated vsize: 2083120 KiB
Current children cumulated memory: 56788 KiB

[startup+835.2 s]
/proc/loadavg: 4.16 4.11 4.10 5/250 15068
/proc/meminfo: memFree=130258124/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2083120 memory=57300 CPUtime=832.94 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 632161 0 0 0 83138 156 0 0 20 0 1 0 31085859 2133114880 14325 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 520780 14325 1696 343 0 517844 0
Current children cumulated CPU time: 832.94 s
Current children cumulated vsize: 2083120 KiB
Current children cumulated memory: 57300 KiB

[startup+835.3 s]
/proc/loadavg: 4.16 4.11 4.10 5/250 15068
/proc/meminfo: memFree=130258124/131382120 swapFree=33010684/33010684
[pid=14772] ppid=14766 vsize=2083120 memory=57556 CPUtime=833.04 cores=4,6
/proc/14772/stat : 14772 (pb_picat) R 14766 14772 14022 0 -1 4194304 632201 0 0 0 83148 156 0 0 20 0 1 0 31085859 2133114880 14389 18446744073709551615 93836672135168 93836673536749 140734523060128 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93836673808176 93836675682480 93836690219008 140734523062686 140734523062762 140734523062762 140734523068364 0
/proc/14772/statm: 520780 14389 1696 343 0 517844 0
Current children cumulated CPU time: 833.04 s
Current children cumulated vsize: 2083120 KiB
Current children cumulated memory: 57556 KiB

Child status: 0

Real time (s): 835.378
CPU time (s): 833.134
CPU user time (s): 831.565
CPU system time (s): 1.56866
CPU usage (%): 99.7314
Max. virtual memory (cumulated for all children) (KiB): 2083120
Max. memory (cumulated for all children) (KiB): 60756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 831.565
system time used= 1.56866
maximum resident set size= 60756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 632237
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= 85
involuntary context switches= 1078


# summary of solver processes directly reported to runsolver:
#   pid: 14772
#   total CPU time (s): 833.134
#   total CPU user time (s): 831.565
#   total CPU system time (s): 1.56866

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.20716 second user time and 7.86633 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 01:41:10
IDJOB=4495853
IDBENCH=148100
IDSOLVER=3346
FILE ID=nodeC002/4495853-1751154070
RUNJOBID= nodeC002-1751146846-14033
SLURM_JOB_ID= 9587468
Free space on /tmp= 433040 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww2.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495853-1751154070/watcher-4495853-1751154070 -o /tmp/evaluation-result-4495853-1751154070/solver-4495853-1751154070 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751146846-14033 --watchdog 3760  pb_picat HOME/instance-4495853-1751154070.opb

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

MD5SUM BENCH= f9ddfe14fcbe08e4d315c2b284f6e91e
RANDOM SEED=1037985092

nodeC002 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3592.912
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3493.919
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.177
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.220
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.838
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3654.599
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.226
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.396
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        126912292 kB
MemAvailable:   126520724 kB
Buffers:            3280 kB
Cached:           383332 kB
SwapCached:            0 kB
Active:          3761776 kB
Inactive:         185308 kB
Active(anon):    3578432 kB
Inactive(anon):        0 kB
Active(file):     183344 kB
Inactive(file):   185308 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3860 kB
Writeback:             0 kB
AnonPages:       3561812 kB
Mapped:           105568 kB
Shmem:             17960 kB
KReclaimable:      84084 kB
Slab:             164380 kB
SReclaimable:      84084 kB
SUnreclaim:        80296 kB
KernelStack:        3968 kB
PageTables:         9904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    6847192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1796096 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC002 at 2025-06-29 01:55:06