Trace number 4518407

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 2025-06-16OPT1 433.919 435.014

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
linear/normalized-evencolouring_opt_linear_random6regular_nvert_021.opb
MD5SUM13aa29e786187b82093ba5acc80c7659
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.009484
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables84
Total number of constraints21
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 21
Biggest coefficient in the objective function 21
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 231
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 231
Number of bits of the biggest sum of numbers8
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.01	c solving HOME/instance-4518407-1751541305.opb (Picat 3.9b6)
0.00/0.03	o 76
0.00/0.04	o 25
0.00/0.05	o 3
433.90/435.01	o 1
433.90/435.01	s OPTIMUM FOUND
433.90/435.01	v ~x31 ~x68 x7 ~x44 ~x81 x19 x56 ~x32 ~x69 x8 
433.90/435.01	v ~x45 ~x82 ~x20 x57 x33 ~x70 ~x9 x46 ~x83 ~x21 
433.90/435.01	v x58 ~x34 ~x71 ~x10 ~x84 ~x22 x59 ~x35 ~x72 ~x11 
433.90/435.01	v x47 x23 x60 ~x36 x12 ~x73 ~x48 ~x24 x61 ~x37 
433.90/435.01	v ~x74 x49 ~x25 ~x62 x1 x38 ~x75 x13 x50 x26 
433.90/435.01	v x63 x2 ~x39 ~x76 ~x14 x51 ~x27 x64 ~x3 ~x40 
433.90/435.01	v ~x77 x15 x52 x28 ~x65 ~x4 x41 ~x78 ~x16 x53 
433.90/435.01	v x29 ~x66 ~x5 ~x42 ~x79 ~x17 ~x54 ~x30 ~x6 ~x67 
433.90/435.01	v x43 ~x80 x18 ~x55 

Verifier Data

OK	1

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: 63708 MiB (62207 MiB free)
  memory of node 1: 64465 MiB (61690 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4518407-1751541305/watcher-4518407-1751541305 -o /tmp/evaluation-result-4518407-1751541305/solver-4518407-1751541305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751541305-75511 --watchdog 3760 pb_picat HOME/instance-4518407-1751541305.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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.el9_5.x86_64
Starting watchdog thread
solver pid=75565, runsolver pid=75552
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.17 1.55 2.73 5/264 75568
/proc/meminfo: memFree=126780076/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2036128 memory=20248 CPUtime=0.09 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 1079 0 0 0 8 1 0 0 20 0 1 0 69808971 2084995072 5062 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 509032 5062 1728 343 0 506096 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2036128 KiB
Current children cumulated memory: 20248 KiB

[startup+0.20566 s]*
/proc/loadavg: 1.17 1.55 2.73 6/264 75568
/proc/meminfo: memFree=126719240/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2036432 memory=20380 CPUtime=0.19 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 1219 0 0 0 18 1 0 0 20 0 1 0 69808971 2085306368 5095 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 509108 5095 1728 343 0 506172 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2036432 KiB
Current children cumulated memory: 20380 KiB

[startup+0.305046 s]*
/proc/loadavg: 1.17 1.55 2.73 5/264 75568
/proc/meminfo: memFree=126641416/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2036432 memory=20492 CPUtime=0.29 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 1415 0 0 0 28 1 0 0 20 0 1 0 69808971 2085306368 5123 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 509108 5123 1728 343 0 506172 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2036432 KiB
Current children cumulated memory: 20492 KiB

[startup+0.700095 s]
/proc/loadavg: 1.17 1.55 2.73 5/264 75568
/proc/meminfo: memFree=126480948/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2037200 memory=20964 CPUtime=0.68 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 2023 0 0 0 67 1 0 0 20 0 1 0 69808971 2086092800 5241 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 509300 5241 1728 343 0 506364 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2037200 KiB
Current children cumulated memory: 20964 KiB

[startup+1.50009 s]
/proc/loadavg: 1.17 1.55 2.73 5/264 75568
/proc/meminfo: memFree=126090128/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2037712 memory=21688 CPUtime=1.48 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 3275 0 0 0 147 1 0 0 20 0 1 0 69808971 2086617088 5422 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 509428 5422 1728 343 0 506492 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2037712 KiB
Current children cumulated memory: 21688 KiB

[startup+3.10488 s]
/proc/loadavg: 1.17 1.55 2.73 5/264 75568
/proc/meminfo: memFree=125726388/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2038096 memory=21708 CPUtime=3.07 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 5803 0 0 0 306 1 0 0 20 0 1 0 69808971 2087010304 5427 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 509524 5427 1728 343 0 506588 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2038096 KiB
Current children cumulated memory: 21708 KiB

[startup+6.30009 s]
/proc/loadavg: 1.48 1.60 2.75 5/264 75568
/proc/meminfo: memFree=125645876/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2038096 memory=21884 CPUtime=6.26 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 11749 0 0 0 624 2 0 0 20 0 1 0 69808971 2087010304 5471 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 509524 5471 1728 343 0 506588 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2038096 KiB
Current children cumulated memory: 21884 KiB

[startup+12.7001 s]
/proc/loadavg: 1.68 1.64 2.75 5/264 75568
/proc/meminfo: memFree=125623960/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2040660 memory=23632 CPUtime=12.65 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 23144 0 0 0 1261 4 0 0 20 0 1 0 69808971 2089635840 5908 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 510165 5908 1728 343 0 507229 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2040660 KiB
Current children cumulated memory: 23632 KiB

[startup+25.5001 s]
/proc/loadavg: 2.20 1.76 2.77 5/265 75570
/proc/meminfo: memFree=125649368/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2038612 memory=22372 CPUtime=25.42 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 42378 0 0 0 2534 8 0 0 20 0 1 0 69808971 2087538688 5593 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 509653 5593 1728 343 0 506717 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2038612 KiB
Current children cumulated memory: 22372 KiB

[startup+51.1053 s]
/proc/loadavg: 2.88 1.96 2.81 5/264 75570
/proc/meminfo: memFree=125591812/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2040660 memory=24464 CPUtime=50.97 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 75094 0 0 0 5083 14 0 0 20 0 1 0 69808971 2089635840 6116 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 510165 6116 1728 343 0 507229 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2040660 KiB
Current children cumulated memory: 24464 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 2.27 2.88 5/265 75573
/proc/meminfo: memFree=125588956/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2039764 memory=22928 CPUtime=102.03 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 136446 0 0 0 10177 26 0 0 20 0 1 0 69808971 2088718336 5732 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 509941 5732 1728 343 0 507005 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2039764 KiB
Current children cumulated memory: 22928 KiB

[startup+162.3 s]
/proc/loadavg: 3.87 2.60 2.95 5/265 75575
/proc/meminfo: memFree=125540252/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2043488 memory=25380 CPUtime=161.86 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 197529 0 0 0 16146 40 0 0 20 0 1 0 69808971 2092531712 6345 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 510872 6345 1728 343 0 507936 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 2043488 KiB
Current children cumulated memory: 25380 KiB

[startup+222.3 s]
/proc/loadavg: 4.73 3.06 3.09 5/266 75578
/proc/meminfo: memFree=125525592/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2043488 memory=27220 CPUtime=221.72 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 245906 0 0 0 22120 52 0 0 20 0 1 0 69808971 2092531712 6805 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 510872 6805 1728 343 0 507936 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 2043488 KiB
Current children cumulated memory: 27220 KiB

[startup+282.3 s]
/proc/loadavg: 4.63 3.32 3.18 5/266 75585
/proc/meminfo: memFree=125549320/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2043664 memory=27148 CPUtime=281.57 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 289761 0 0 0 28093 64 0 0 20 0 1 0 69808971 2092711936 6787 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 510916 6787 1728 343 0 507980 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 2043664 KiB
Current children cumulated memory: 27148 KiB

[startup+342.3 s]
/proc/loadavg: 4.59 3.58 3.28 5/265 75587
/proc/meminfo: memFree=125537964/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2043828 memory=25356 CPUtime=341.43 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 328273 0 0 0 34069 74 0 0 20 0 1 0 69808971 2092879872 6339 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 510957 6339 1728 343 0 508021 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 2043828 KiB
Current children cumulated memory: 25356 KiB

[startup+402.3 s]
/proc/loadavg: 4.27 3.67 3.33 5/264 75589
/proc/meminfo: memFree=125534064/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2047924 memory=29488 CPUtime=401.27 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 362607 0 0 0 40046 81 0 0 20 0 1 0 69808971 2097074176 7372 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 511981 7372 1728 343 0 509045 0
Current children cumulated CPU time: 401.27 s
Current children cumulated vsize: 2047924 KiB
Current children cumulated memory: 29488 KiB

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

# cumulated CPU time of all completed processes:  user=433.075 s, system=0.843523 s

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

[startup+409.6 s]
/proc/loadavg: 4.25 3.68 3.33 5/264 75589
/proc/meminfo: memFree=125531344/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2049972 memory=30872 CPUtime=408.56 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 365350 0 0 0 40774 82 0 0 20 0 1 0 69808971 2099171328 7718 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 512493 7718 1728 343 0 509557 0
Current children cumulated CPU time: 408.56 s
Current children cumulated vsize: 2049972 KiB
Current children cumulated memory: 30872 KiB

[startup+422.4 s]
/proc/loadavg: 4.20 3.69 3.35 5/264 75592
/proc/meminfo: memFree=125532088/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2049972 memory=30932 CPUtime=421.33 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 368783 0 0 0 42050 83 0 0 20 0 1 0 69808971 2099171328 7733 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 512493 7733 1728 343 0 509557 0
Current children cumulated CPU time: 421.33 s
Current children cumulated vsize: 2049972 KiB
Current children cumulated memory: 30932 KiB

[startup+428.8 s]
/proc/loadavg: 4.26 3.71 3.36 5/264 75592
/proc/meminfo: memFree=125530752/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2049972 memory=31628 CPUtime=427.71 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 370288 0 0 0 42688 83 0 0 20 0 1 0 69808971 2099171328 7907 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 512493 7907 1728 343 0 509557 0
Current children cumulated CPU time: 427.71 s
Current children cumulated vsize: 2049972 KiB
Current children cumulated memory: 31628 KiB

[startup+432 s]*
/proc/loadavg: 4.24 3.72 3.36 5/264 75592
/proc/meminfo: memFree=125534780/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2045876 memory=27956 CPUtime=430.9 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 371960 0 0 0 43007 83 0 0 20 0 1 0 69808971 2094977024 6989 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 511469 6989 1728 343 0 508533 0
Current children cumulated CPU time: 430.9 s
Current children cumulated vsize: 2045876 KiB
Current children cumulated memory: 27956 KiB

[startup+433.6 s]
/proc/loadavg: 4.24 3.72 3.36 5/264 75592
/proc/meminfo: memFree=125530896/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2041780 memory=25268 CPUtime=432.5 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 372518 0 0 0 43166 84 0 0 20 0 1 0 69808971 2090782720 6317 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 510445 6317 1728 343 0 507509 0
Current children cumulated CPU time: 432.5 s
Current children cumulated vsize: 2041780 KiB
Current children cumulated memory: 25268 KiB

[startup+434.4 s]
/proc/loadavg: 4.24 3.72 3.36 5/264 75592
/proc/meminfo: memFree=125530928/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2043828 memory=27060 CPUtime=433.3 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 373015 0 0 0 43246 84 0 0 20 0 1 0 69808971 2092879872 6765 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 510957 6765 1728 343 0 508021 0
Current children cumulated CPU time: 433.3 s
Current children cumulated vsize: 2043828 KiB
Current children cumulated memory: 27060 KiB

[startup+434.8 s]
/proc/loadavg: 4.24 3.72 3.36 5/264 75592
/proc/meminfo: memFree=125530928/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2045876 memory=27828 CPUtime=433.7 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 373215 0 0 0 43286 84 0 0 20 0 1 0 69808971 2094977024 6957 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 511469 6957 1728 343 0 508533 0
Current children cumulated CPU time: 433.7 s
Current children cumulated vsize: 2045876 KiB
Current children cumulated memory: 27828 KiB

[startup+435 s]*
/proc/loadavg: 4.24 3.72 3.36 5/264 75592
/proc/meminfo: memFree=125530944/131249996 swapFree=33010160/33010684
[pid=75565] ppid=75552 vsize=2046388 memory=26312 CPUtime=433.9 cores=1,3
/proc/75565/stat : 75565 (pb_picat) R 75552 75565 75499 0 -1 4194304 373362 0 0 0 43306 84 0 0 20 0 1 0 69808971 2095501312 6578 18446744073709551615 93967110254592 93967111656173 140737413431952 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93967111927600 93967113801904 93967128653824 140737413433758 140737413433834 140737413433834 140737413439436 0
/proc/75565/statm: 511597 6578 1728 343 0 508661 0
Current children cumulated CPU time: 433.9 s
Current children cumulated vsize: 2046388 KiB
Current children cumulated memory: 26312 KiB

Child status: 0

Real time (s): 435.014
CPU time (s): 433.919
CPU user time (s): 433.075
CPU system time (s): 0.843523
CPU usage (%): 99.7482
Max. virtual memory (cumulated for all children) (KiB): 2054068
Max. memory (cumulated for all children) (KiB): 35292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 433.075
system time used= 0.843523
maximum resident set size= 35292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373373
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= 115
involuntary context switches= 701


# summary of solver processes directly reported to runsolver:
#   pid: 75565
#   total CPU time (s): 433.919
#   total CPU user time (s): 433.075
#   total CPU system time (s): 0.843523

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.757202 second user time and 1.8126 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-03 13:15:05
IDJOB=4518407
IDBENCH=177047
IDSOLVER=3346
FILE ID=nodeC029/4518407-1751541305
RUNJOBID= nodeC029-1751541305-75511
SLURM_JOB_ID= 9598703
Free space on /tmp= 432264 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/linear/normalized-evencolouring_opt_linear_random6regular_nvert_021.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4518407-1751541305/watcher-4518407-1751541305 -o /tmp/evaluation-result-4518407-1751541305/solver-4518407-1751541305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751541305-75511 --watchdog 3760  pb_picat HOME/instance-4518407-1751541305.opb

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

MD5SUM BENCH= 13aa29e786187b82093ba5acc80c7659
RANDOM SEED=338203412

nodeC029 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	: 0xb00002a
cpu MHz		: 3599.941
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 pti ibrs ibpb stibp 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	: 6999.46
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		: 3599.721
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 pti ibrs ibpb stibp 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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.715
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 pti ibrs ibpb stibp 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	: 6999.46
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		: 3602.280
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 pti ibrs ibpb stibp 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	: 6999.46
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		: 3597.381
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 pti ibrs ibpb stibp 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	: 6999.46
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		: 3599.724
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 pti ibrs ibpb stibp 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	: 6999.46
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		: 3599.711
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 pti ibrs ibpb stibp 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	: 6999.46
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		: 3602.103
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 pti ibrs ibpb stibp 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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126896348 kB
MemAvailable:   129754732 kB
Buffers:            2128 kB
Cached:          3651708 kB
SwapCached:           40 kB
Active:           505900 kB
Inactive:        3212200 kB
Active(anon):      77516 kB
Inactive(anon):     4768 kB
Active(file):     428384 kB
Inactive(file):  3207432 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14580 kB
Writeback:             0 kB
AnonPages:         67312 kB
Mapped:           103468 kB
Shmem:             18020 kB
KReclaimable:     123616 kB
Slab:             212640 kB
SReclaimable:     123616 kB
SUnreclaim:        89024 kB
KernelStack:        4024 kB
PageTables:         2380 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     331000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432248 MiB
End job on nodeC029 at 2025-07-03 13:22:21