Trace number 4502919

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-16? (TO) 3600.06 3610.64

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-sbox_8_shg.opb
MD5SUMde975147a543f81642d44481372d34a3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark304
Best CPU time to get the best result obtained on this benchmark3063.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables136253
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint170
Maximum length of a constraint1517
Number of terms in the objective function 136253
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 136253
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 136253
Number of bits of the biggest sum of numbers18
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.07	c solving HOME/instance-4502919-1751424042.opb (Picat 3.9b6)
420.41/421.69	o 1798

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61632 MiB free)
  memory of node 1: 64465 MiB (61886 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502919-1751424042/watcher-4502919-1751424042 -o /tmp/evaluation-result-4502919-1751424042/solver-4502919-1751424042 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751424042-61367 --watchdog 3760 pb_picat HOME/instance-4502919-1751424042.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=61425, runsolver pid=61422

[startup+0.100066 s]*
/proc/loadavg: 0.83 1.01 1.18 5/266 61426
/proc/meminfo: memFree=126395528/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=2027148 memory=45332 CPUtime=0.08 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 1254 0 0 0 8 0 0 0 20 0 1 0 58082377 2075799552 11333 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 506787 11333 1568 343 0 503851 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 45332 KiB

[startup+0.205587 s]*
/proc/loadavg: 0.83 1.01 1.18 5/266 61426
/proc/meminfo: memFree=126277140/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=2090444 memory=104960 CPUtime=0.19 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 3078 0 0 0 17 2 0 0 20 0 1 0 58082377 2140614656 26240 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 522611 26240 1568 343 0 519675 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2090444 KiB
Current children cumulated memory: 104960 KiB

[startup+0.305453 s]*
/proc/loadavg: 0.83 1.01 1.18 5/266 61426
/proc/meminfo: memFree=126150672/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=2098640 memory=153968 CPUtime=0.29 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 4060 0 0 0 26 3 0 0 20 0 1 0 58082377 2149007360 38492 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 524660 38492 1600 343 0 521724 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2098640 KiB
Current children cumulated memory: 153968 KiB

[startup+0.700177 s]
/proc/loadavg: 0.83 1.01 1.18 5/266 61426
/proc/meminfo: memFree=125985824/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=2098640 memory=233848 CPUtime=0.68 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 4099 0 0 0 64 4 0 0 20 0 1 0 58082377 2149007360 58462 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 524660 58462 1600 343 0 521724 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2098640 KiB
Current children cumulated memory: 233848 KiB

[startup+1.50019 s]
/proc/loadavg: 0.83 1.01 1.18 5/266 61426
/proc/meminfo: memFree=125558832/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=2098640 memory=407928 CPUtime=1.48 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 4184 0 0 0 140 8 0 0 20 0 1 0 58082377 2149007360 101982 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 524660 101982 1600 343 0 521724 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2098640 KiB
Current children cumulated memory: 407928 KiB

[startup+3.10532 s]
/proc/loadavg: 1.17 1.08 1.20 5/266 61426
/proc/meminfo: memFree=123881588/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=2098640 memory=758136 CPUtime=3.08 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 4376 0 0 0 292 16 0 0 20 0 1 0 58082377 2149007360 189534 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 524660 189534 1600 343 0 521724 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2098640 KiB
Current children cumulated memory: 758136 KiB

[startup+6.30016 s]
/proc/loadavg: 1.17 1.08 1.20 5/266 61426
/proc/meminfo: memFree=121835244/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=2098640 memory=1425784 CPUtime=6.26 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 4724 0 0 0 597 29 0 0 20 0 1 0 58082377 2149007360 356446 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 524660 356446 1600 343 0 521724 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2098640 KiB
Current children cumulated memory: 1425784 KiB

[startup+12.7002 s]
/proc/loadavg: 1.47 1.15 1.23 5/266 61426
/proc/meminfo: memFree=120547456/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=4232812 memory=2392292 CPUtime=12.65 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 6870 0 0 0 1213 52 0 0 20 0 1 0 58082377 4334399488 598073 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 1058203 598073 1600 343 0 1055267 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 4232812 KiB
Current children cumulated memory: 2392292 KiB

[startup+25.5002 s]
/proc/loadavg: 2.25 1.33 1.29 5/266 61426
/proc/meminfo: memFree=119998504/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=4232812 memory=2787560 CPUtime=25.42 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 7625 0 0 0 2482 60 0 0 20 0 1 0 58082377 4334399488 696890 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 1058203 696890 1600 343 0 1055267 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 4232812 KiB
Current children cumulated memory: 2787560 KiB

[startup+51.1053 s]
/proc/loadavg: 3.34 1.66 1.40 5/265 61426
/proc/meminfo: memFree=119463328/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=4233212 memory=3157220 CPUtime=50.96 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 10667 0 0 0 5009 87 0 0 20 0 1 0 58082377 4334809088 789305 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 1058303 789305 1600 343 0 1055367 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 4233212 KiB
Current children cumulated memory: 3157220 KiB

[startup+102.3 s]
/proc/loadavg: 3.81 2.06 1.55 5/265 61428
/proc/meminfo: memFree=118771968/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=4233352 memory=3832880 CPUtime=102.02 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 15966 0 0 0 10036 166 0 0 20 0 1 0 58082377 4334952448 958220 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 1058338 958220 1600 343 0 1055402 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 4233352 KiB
Current children cumulated memory: 3832880 KiB

[startup+162.3 s]
/proc/loadavg: 3.98 2.43 1.71 5/266 61431
/proc/meminfo: memFree=118427056/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=4233472 memory=4103236 CPUtime=161.85 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 22735 0 0 0 15897 288 0 0 20 0 1 0 58082377 4335075328 1025809 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 1058368 1025809 1600 343 0 1055432 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 4233472 KiB
Current children cumulated memory: 4103236 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 2.75 1.86 5/266 61436
/proc/meminfo: memFree=118426124/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=4233472 memory=4164728 CPUtime=221.67 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 23632 0 0 0 21877 290 0 0 20 0 1 0 58082377 4335075328 1041182 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 1058368 1041182 1600 343 0 1055432 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 4233472 KiB
Current children cumulated memory: 4164728 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 2.99 2.01 5/265 61438
/proc/meminfo: memFree=118404024/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=4233472 memory=4175024 CPUtime=281.5 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 25666 0 0 0 27859 291 0 0 20 0 1 0 58082377 4335075328 1043756 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 1058368 1043756 1600 343 0 1055432 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 4233472 KiB
Current children cumulated memory: 4175024 KiB

[startup+342.3 s]
/proc/loadavg: 4.04 3.18 2.13 5/264 61440
/proc/meminfo: memFree=111977508/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=16195676 memory=10552164 CPUtime=341.34 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 33502 0 0 0 33633 501 0 0 20 0 1 0 58082377 16584372224 2638041 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 4048919 2638041 1600 343 0 4045983 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 16195676 KiB
Current children cumulated memory: 10552164 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 3.36 2.26 5/264 61442
/proc/meminfo: memFree=110941956/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=13561836 memory=11613716 CPUtime=401.17 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 73415 0 0 0 39463 654 0 0 20 0 1 0 58082377 13887320064 2903429 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3390459 2903429 1728 343 0 3387523 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 13561836 KiB
Current children cumulated memory: 11613716 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.49 2.38 5/263 61444
/proc/meminfo: memFree=110678312/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=13975288 memory=11990908 CPUtime=461 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 110815 0 0 0 45387 713 0 0 20 0 1 0 58082377 14310694912 2997727 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3493822 2997727 1728 343 0 3490886 0

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

Current children cumulated memory: 12265008 KiB

[startup+2862.3 s]
/proc/loadavg: 4.34 4.19 4.04 5/263 61570
/proc/meminfo: memFree=110075288/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=15005228 memory=12611120 CPUtime=2853.94 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 213442 0 0 0 284353 1041 0 0 20 0 1 0 58082377 15365353472 3152780 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3751307 3152780 1728 343 0 3748371 0
Current children cumulated CPU time: 2853.94 s
Current children cumulated vsize: 15005228 KiB
Current children cumulated memory: 12611120 KiB

[startup+2922.3 s]
/proc/loadavg: 4.17 4.16 4.04 5/262 61572
/proc/meminfo: memFree=110196468/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=14218796 memory=12252720 CPUtime=2913.76 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 215847 0 0 0 290329 1047 0 0 20 0 1 0 58082377 14560047104 3063180 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3554699 3063180 1728 343 0 3551763 0
Current children cumulated CPU time: 2913.76 s
Current children cumulated vsize: 14218796 KiB
Current children cumulated memory: 12252720 KiB

[startup+2982.3 s]
/proc/loadavg: 4.21 4.18 4.05 5/262 61574
/proc/meminfo: memFree=110140888/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=14218796 memory=12262960 CPUtime=2973.58 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 216062 0 0 0 296311 1047 0 0 20 0 1 0 58082377 14560047104 3065740 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3554699 3065740 1728 343 0 3551763 0
Current children cumulated CPU time: 2973.58 s
Current children cumulated vsize: 14218796 KiB
Current children cumulated memory: 12262960 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.16 4.05 5/263 61581
/proc/meminfo: memFree=110167704/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=14022188 memory=12133768 CPUtime=3033.4 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 217593 0 0 0 302286 1054 0 0 20 0 1 0 58082377 14358720512 3033442 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3505547 3033442 1728 343 0 3502611 0
Current children cumulated CPU time: 3033.4 s
Current children cumulated vsize: 14022188 KiB
Current children cumulated memory: 12133768 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.14 4.05 5/263 61583
/proc/meminfo: memFree=110272476/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=14087724 memory=12172848 CPUtime=3093.23 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 217768 0 0 0 308268 1055 0 0 20 0 1 0 58082377 14425829376 3043212 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3521931 3043212 1728 343 0 3518995 0
Current children cumulated CPU time: 3093.23 s
Current children cumulated vsize: 14087724 KiB
Current children cumulated memory: 12172848 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.14 4.05 5/264 61586
/proc/meminfo: memFree=110281632/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=14087724 memory=12174896 CPUtime=3153.05 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 218037 0 0 0 314250 1055 0 0 20 0 1 0 58082377 14425829376 3043724 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3521931 3043724 1728 343 0 3518995 0
Current children cumulated CPU time: 3153.05 s
Current children cumulated vsize: 14087724 KiB
Current children cumulated memory: 12174896 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.13 4.05 5/264 61590
/proc/meminfo: memFree=110269168/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=14218796 memory=12254768 CPUtime=3212.87 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 220580 0 0 0 320228 1059 0 0 20 0 1 0 58082377 14560047104 3063692 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3554699 3063692 1728 343 0 3551763 0
Current children cumulated CPU time: 3212.87 s
Current children cumulated vsize: 14218796 KiB
Current children cumulated memory: 12254768 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.14 4.06 5/264 61592
/proc/meminfo: memFree=110234852/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=14218796 memory=12254768 CPUtime=3272.7 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 221182 0 0 0 326210 1060 0 0 20 0 1 0 58082377 14560047104 3063692 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3554699 3063692 1728 343 0 3551763 0
Current children cumulated CPU time: 3272.7 s
Current children cumulated vsize: 14218796 KiB
Current children cumulated memory: 12254768 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.12 4.06 5/264 61594
/proc/meminfo: memFree=109990524/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=14087724 memory=12326448 CPUtime=3332.52 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 223041 0 0 0 332180 1072 0 0 20 0 1 0 58082377 14425829376 3081612 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3521931 3081612 1728 343 0 3518995 0
Current children cumulated CPU time: 3332.52 s
Current children cumulated vsize: 14087724 KiB
Current children cumulated memory: 12326448 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.13 4.07 5/264 61596
/proc/meminfo: memFree=110195484/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=14087724 memory=12332592 CPUtime=3392.33 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 223420 0 0 0 338161 1072 0 0 20 0 1 0 58082377 14425829376 3083148 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3521931 3083148 1728 343 0 3518995 0
Current children cumulated CPU time: 3392.33 s
Current children cumulated vsize: 14087724 KiB
Current children cumulated memory: 12332592 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.15 4.08 5/264 61598
/proc/meminfo: memFree=110157640/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=14218796 memory=12351024 CPUtime=3452.16 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 224314 0 0 0 344143 1073 0 0 20 0 1 0 58082377 14560047104 3087756 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3554699 3087756 1728 343 0 3551763 0
Current children cumulated CPU time: 3452.16 s
Current children cumulated vsize: 14218796 KiB
Current children cumulated memory: 12351024 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.14 4.08 5/263 61600
/proc/meminfo: memFree=109987100/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=14218796 memory=12389936 CPUtime=3511.98 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 226771 0 0 0 350122 1076 0 0 20 0 1 0 58082377 14560047104 3097484 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3554699 3097484 1728 343 0 3551763 0
Current children cumulated CPU time: 3511.98 s
Current children cumulated vsize: 14218796 KiB
Current children cumulated memory: 12389936 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.14 4.08 5/263 61602
/proc/meminfo: memFree=110038716/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=14218796 memory=12389936 CPUtime=3571.79 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 227216 0 0 0 356103 1076 0 0 20 0 1 0 58082377 14560047104 3097484 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3554699 3097484 1728 343 0 3551763 0
Current children cumulated CPU time: 3571.79 s
Current children cumulated vsize: 14218796 KiB
Current children cumulated memory: 12389936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.09 4.13 4.08 5/263 61742
/proc/meminfo: memFree=115615060/131249996 swapFree=33005272/33010684
[pid=61425] ppid=61422 vsize=14218796 memory=12389936 CPUtime=3600.01 cores=0,2
/proc/61425/stat : 61425 (pb_picat) R 61422 61425 61352 0 -1 4194304 227329 0 0 0 358924 1077 0 0 20 0 1 0 58082377 14560047104 3097484 18446744073709551615 94803704455168 94803705856749 140736668014464 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94803706128176 94803708002480 94803716505600 140736668019102 140736668019178 140736668019178 140736668024780 0
/proc/61425/statm: 3554699 3097484 1728 343 0 3551763 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 14218796 KiB
Current children cumulated memory: 12389936 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.25 s, system=10.8087 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.64
CPU time (s): 3600.06
CPU user time (s): 3589.25
CPU system time (s): 10.8087
CPU usage (%): 99.707
Max. virtual memory (cumulated for all children) (KiB): 16195676
Max. memory (cumulated for all children) (KiB): 12781104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.25
system time used= 10.8087
maximum resident set size= 12781104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227329
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= 67
involuntary context switches= 7842


# summary of solver processes directly reported to runsolver:
#   pid: 61425
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3589.25
#   total CPU system time (s): 10.8087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.6396 second user time and 15.8389 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-02 04:40:45
IDJOB=4502919
IDBENCH=155401
IDSOLVER=3346
FILE ID=nodeC023/4502919-1751424042
RUNJOBID= nodeC023-1751424042-61367
SLURM_JOB_ID= 9598355
Free space on /tmp= 431380 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-sbox_8_shg.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502919-1751424042/watcher-4502919-1751424042 -o /tmp/evaluation-result-4502919-1751424042/solver-4502919-1751424042 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751424042-61367 --watchdog 3760  pb_picat HOME/instance-4502919-1751424042.opb

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

MD5SUM BENCH= de975147a543f81642d44481372d34a3
RANDOM SEED=1011736998

nodeC023 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.828
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.78
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.867
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.78
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.891
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.78
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		: 3708.939
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.78
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		: 3599.878
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.78
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.881
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.78
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		: 3598.463
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.78
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		: 3700.000
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126523896 kB
MemAvailable:   128120312 kB
Buffers:            1328 kB
Cached:          2394160 kB
SwapCached:          372 kB
Active:          1915236 kB
Inactive:        2225192 kB
Active(anon):    1703824 kB
Inactive(anon):    54564 kB
Active(file):     211412 kB
Inactive(file):  2170628 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            728716 kB
Writeback:             0 kB
AnonPages:       1747700 kB
Mapped:           108396 kB
Shmem:             13436 kB
KReclaimable:     107228 kB
Slab:             195276 kB
SReclaimable:     107228 kB
SUnreclaim:        88048 kB
KernelStack:        4288 kB
PageTables:         6340 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6463236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1677312 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431500 MiB
End job on nodeC023 at 2025-07-02 05:40:56