Trace number 4499163

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.05 3609.6

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx63.opb
MD5SUM7c2ff02722ff3a09887b085a032d3a00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark37281.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
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.01	c solving HOME/instance-4499163-1751398792.opb (Picat 3.9b6)

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: 63665 MiB (62396 MiB free)
  memory of node 1: 64507 MiB (57583 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499163-1751398792/watcher-4499163-1751398792 -o /tmp/evaluation-result-4499163-1751398792/solver-4499163-1751398792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751394922-57655 --watchdog 3760 pb_picat HOME/instance-4499163-1751398792.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Starting watchdog thread
solver pid=58401, runsolver pid=58398
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 4.15 4.10 4.08 5/266 58402
/proc/meminfo: memFree=122863708/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2034964 memory=40668 CPUtime=0.09 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 1107 0 0 0 8 1 0 0 20 0 1 0 55556987 2083803136 10167 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 508741 10167 1568 343 0 505805 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2034964 KiB
Current children cumulated memory: 40668 KiB

[startup+0.205673 s]*
/proc/loadavg: 4.15 4.10 4.08 5/266 58402
/proc/meminfo: memFree=122830940/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2034964 memory=63868 CPUtime=0.19 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 1225 0 0 0 18 1 0 0 20 0 1 0 55556987 2083803136 15967 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 508741 15967 1632 343 0 505805 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2034964 KiB
Current children cumulated memory: 63868 KiB

[startup+0.305565 s]*
/proc/loadavg: 4.15 4.10 4.08 5/266 58402
/proc/meminfo: memFree=122814872/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2044844 memory=76840 CPUtime=0.3 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 3229 0 0 0 27 3 0 0 20 0 1 0 55556987 2093920256 19210 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 511211 19210 1696 343 0 508275 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2044844 KiB
Current children cumulated memory: 76840 KiB

[startup+0.70018 s]
/proc/loadavg: 4.15 4.10 4.08 5/266 58402
/proc/meminfo: memFree=122790868/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2073448 memory=106176 CPUtime=0.68 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 7777 0 0 0 61 7 0 0 20 0 1 0 55556987 2123210752 26544 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 518362 26544 1696 343 0 515426 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2073448 KiB
Current children cumulated memory: 106176 KiB

[startup+1.5002 s]
/proc/loadavg: 4.15 4.10 4.08 5/266 58402
/proc/meminfo: memFree=122770956/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2063860 memory=96828 CPUtime=1.48 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 9425 0 0 0 136 12 0 0 20 0 1 0 55556987 2113392640 24207 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 515965 24207 1696 343 0 513029 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2063860 KiB
Current children cumulated memory: 96828 KiB

[startup+3.10537 s]
/proc/loadavg: 4.14 4.10 4.08 5/266 58402
/proc/meminfo: memFree=122743772/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2110152 memory=127756 CPUtime=3.08 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 15463 0 0 0 294 14 0 0 20 0 1 0 55556987 2160795648 31939 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 527538 31939 1696 343 0 524602 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2110152 KiB
Current children cumulated memory: 127756 KiB

[startup+6.30018 s]
/proc/loadavg: 4.14 4.10 4.08 5/266 58402
/proc/meminfo: memFree=122733448/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2111360 memory=125512 CPUtime=6.26 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 20015 0 0 0 610 16 0 0 20 0 1 0 55556987 2162032640 31378 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 527840 31378 1696 343 0 524904 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2111360 KiB
Current children cumulated memory: 125512 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.10 4.08 5/266 58402
/proc/meminfo: memFree=122790372/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2113488 memory=129708 CPUtime=12.64 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 22826 0 0 0 1247 17 0 0 20 0 1 0 55556987 2164211712 32427 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 528372 32427 1696 343 0 525436 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2113488 KiB
Current children cumulated memory: 129708 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.09 4.08 5/266 58402
/proc/meminfo: memFree=123401596/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2113528 memory=134332 CPUtime=25.41 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 28904 0 0 0 2521 20 0 0 20 0 1 0 55556987 2164252672 33583 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 528382 33583 1696 343 0 525446 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2113528 KiB
Current children cumulated memory: 134332 KiB

[startup+51.1054 s]
/proc/loadavg: 4.06 4.08 4.07 5/265 58402
/proc/meminfo: memFree=122821852/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2114440 memory=128716 CPUtime=50.95 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 35145 0 0 0 5072 23 0 0 20 0 1 0 55556987 2165186560 32179 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 528610 32179 1696 343 0 525674 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2114440 KiB
Current children cumulated memory: 128716 KiB

[startup+102.3 s]
/proc/loadavg: 4.34 4.15 4.10 5/265 58404
/proc/meminfo: memFree=122784628/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2114440 memory=120344 CPUtime=102 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 50156 0 0 0 10169 31 0 0 20 0 1 0 55556987 2165186560 30086 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 528610 30086 1696 343 0 525674 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2114440 KiB
Current children cumulated memory: 120344 KiB

[startup+162.3 s]
/proc/loadavg: 4.23 4.16 4.10 5/263 58407
/proc/meminfo: memFree=122888536/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2114440 memory=125016 CPUtime=161.83 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 65261 0 0 0 16144 39 0 0 20 0 1 0 55556987 2165186560 31254 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 528610 31254 1696 343 0 525674 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 2114440 KiB
Current children cumulated memory: 125016 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.16 4.10 5/263 58409
/proc/meminfo: memFree=123420628/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2097960 memory=122940 CPUtime=221.66 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 77956 0 0 0 22120 46 0 0 20 0 1 0 55556987 2148311040 30735 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 524490 30735 1696 343 0 521554 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 2097960 KiB
Current children cumulated memory: 122940 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.15 4.10 5/264 58412
/proc/meminfo: memFree=122826132/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2155188 memory=158972 CPUtime=281.5 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 94747 0 0 0 28094 56 0 0 20 0 1 0 55556987 2206912512 39743 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 538797 39743 1696 343 0 535861 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 2155188 KiB
Current children cumulated memory: 158972 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.15 4.10 5/264 58416
/proc/meminfo: memFree=122760164/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2106036 memory=122564 CPUtime=341.34 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 110932 0 0 0 34066 68 0 0 20 0 1 0 55556987 2156580864 30641 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 526509 30641 1696 343 0 523573 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 2106036 KiB
Current children cumulated memory: 122564 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.14 4.09 5/265 58419
/proc/meminfo: memFree=122836468/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2106036 memory=131460 CPUtime=401.16 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 124323 0 0 0 40040 76 0 0 20 0 1 0 55556987 2156580864 32865 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 526509 32865 1696 343 0 523573 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 2106036 KiB
Current children cumulated memory: 131460 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/264 58421
/proc/meminfo: memFree=122764600/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2117452 memory=137224 CPUtime=461 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 135703 0 0 0 46016 84 0 0 20 0 1 0 55556987 2168270848 34306 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 529363 34306 1696 343 0 526427 0
Current children cumulated CPU time: 461 s

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

Current children cumulated memory: 185940 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.13 4.11 5/263 58679
/proc/meminfo: memFree=128970264/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2108944 memory=129688 CPUtime=2854.7 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 574670 0 0 0 285018 452 0 0 20 0 1 0 55556987 2159558656 32422 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 527236 32422 1696 343 0 524300 0
Current children cumulated CPU time: 2854.7 s
Current children cumulated vsize: 2108944 KiB
Current children cumulated memory: 129688 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/263 58681
/proc/meminfo: memFree=128979304/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2149904 memory=159316 CPUtime=2914.54 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 585027 0 0 0 290989 465 0 0 20 0 1 0 55556987 2201501696 39829 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 537476 39829 1696 343 0 534540 0
Current children cumulated CPU time: 2914.54 s
Current children cumulated vsize: 2149904 KiB
Current children cumulated memory: 159316 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 58683
/proc/meminfo: memFree=128870248/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2149904 memory=163412 CPUtime=2974.38 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 592505 0 0 0 296965 473 0 0 20 0 1 0 55556987 2201501696 40853 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 537476 40853 1696 343 0 534540 0
Current children cumulated CPU time: 2974.38 s
Current children cumulated vsize: 2149904 KiB
Current children cumulated memory: 163412 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 58685
/proc/meminfo: memFree=128935376/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2166288 memory=155220 CPUtime=3034.22 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 598683 0 0 0 302944 478 0 0 20 0 1 0 55556987 2218278912 38805 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 541572 38805 1696 343 0 538636 0
Current children cumulated CPU time: 3034.22 s
Current children cumulated vsize: 2166288 KiB
Current children cumulated memory: 155220 KiB

[startup+3102.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/263 58692
/proc/meminfo: memFree=128910896/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2231824 memory=200276 CPUtime=3094.06 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 604523 0 0 0 308922 484 0 0 20 0 1 0 55556987 2285387776 50069 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 557956 50069 1696 343 0 555020 0
Current children cumulated CPU time: 3094.06 s
Current children cumulated vsize: 2231824 KiB
Current children cumulated memory: 200276 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 58695
/proc/meminfo: memFree=128996312/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2133520 memory=152020 CPUtime=3153.9 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 611297 0 0 0 314898 492 0 0 20 0 1 0 55556987 2184724480 38005 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 533380 38005 1696 343 0 530444 0
Current children cumulated CPU time: 3153.9 s
Current children cumulated vsize: 2133520 KiB
Current children cumulated memory: 152020 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 58741
/proc/meminfo: memFree=128919936/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2215440 memory=181984 CPUtime=3213.74 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 621569 0 0 0 320871 503 0 0 20 0 1 0 55556987 2268610560 45496 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 553860 45496 1696 343 0 550924 0
Current children cumulated CPU time: 3213.74 s
Current children cumulated vsize: 2215440 KiB
Current children cumulated memory: 181984 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 58743
/proc/meminfo: memFree=128939300/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2231824 memory=214612 CPUtime=3273.59 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 629313 0 0 0 326846 513 0 0 20 0 1 0 55556987 2285387776 53653 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 557956 53653 1696 343 0 555020 0
Current children cumulated CPU time: 3273.59 s
Current children cumulated vsize: 2231824 KiB
Current children cumulated memory: 214612 KiB

[startup+3342.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/264 58745
/proc/meminfo: memFree=129002012/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2133520 memory=140884 CPUtime=3333.43 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 639469 0 0 0 332818 525 0 0 20 0 1 0 55556987 2184724480 35221 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 533380 35221 1696 343 0 530444 0
Current children cumulated CPU time: 3333.43 s
Current children cumulated vsize: 2133520 KiB
Current children cumulated memory: 140884 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 58792
/proc/meminfo: memFree=128800684/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2133520 memory=148436 CPUtime=3393.27 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 647780 0 0 0 338791 536 0 0 20 0 1 0 55556987 2184724480 37109 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 533380 37109 1696 343 0 530444 0
Current children cumulated CPU time: 3393.27 s
Current children cumulated vsize: 2133520 KiB
Current children cumulated memory: 148436 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/262 58796
/proc/meminfo: memFree=128767052/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2231824 memory=200432 CPUtime=3453.11 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 655448 0 0 0 344769 542 0 0 20 0 1 0 55556987 2285387776 50108 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 557956 50108 1696 343 0 555020 0
Current children cumulated CPU time: 3453.11 s
Current children cumulated vsize: 2231824 KiB
Current children cumulated memory: 200432 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/262 58842
/proc/meminfo: memFree=128776104/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2166288 memory=188272 CPUtime=3512.96 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 662837 0 0 0 350746 550 0 0 20 0 1 0 55556987 2218278912 47068 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 541572 47068 1696 343 0 538636 0
Current children cumulated CPU time: 3512.96 s
Current children cumulated vsize: 2166288 KiB
Current children cumulated memory: 188272 KiB

[startup+3582.3 s]
/proc/loadavg: 4.43 4.17 4.12 5/262 58844
/proc/meminfo: memFree=128767096/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2166288 memory=188272 CPUtime=3572.8 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 672541 0 0 0 356721 559 0 0 20 0 1 0 55556987 2218278912 47068 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 541572 47068 1696 343 0 538636 0
Current children cumulated CPU time: 3572.8 s
Current children cumulated vsize: 2166288 KiB
Current children cumulated memory: 188272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.39 4.18 4.12 5/263 58846
/proc/meminfo: memFree=128734840/131249996 swapFree=33010416/33010684
[pid=58401] ppid=58398 vsize=2231824 memory=225136 CPUtime=3600.04 cores=5,7
/proc/58401/stat : 58401 (pb_picat) R 58398 58401 57642 0 -1 4194304 676451 0 0 0 359439 565 0 0 20 0 1 0 55556987 2285387776 56284 18446744073709551615 93854411776000 93854413177581 140722861138672 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 93854413449008 93854415323312 93854426116096 140722861144478 140722861144554 140722861144554 140722861150156 0
/proc/58401/statm: 557956 56284 1696 343 0 555020 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2231824 KiB
Current children cumulated memory: 225136 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.39 s, system=5.6578 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): 3609.6
CPU time (s): 3600.05
CPU user time (s): 3594.39
CPU system time (s): 5.6578
CPU usage (%): 99.7354
Max. virtual memory (cumulated for all children) (KiB): 2395664
Max. memory (cumulated for all children) (KiB): 317012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.39
system time used= 5.6578
maximum resident set size= 317012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 676451
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= 82
involuntary context switches= 4474


# summary of solver processes directly reported to runsolver:
#   pid: 58401
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3594.39
#   total CPU system time (s): 5.6578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.84767 second user time and 14.4434 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-01 21:39:52
IDJOB=4499163
IDBENCH=148772
IDSOLVER=3346
FILE ID=nodeC022/4499163-1751398792
RUNJOBID= nodeC022-1751394922-57655
SLURM_JOB_ID= 9598265
Free space on /tmp= 433024 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499163-1751398792/watcher-4499163-1751398792 -o /tmp/evaluation-result-4499163-1751398792/solver-4499163-1751398792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751394922-57655 --watchdog 3760  pb_picat HOME/instance-4499163-1751398792.opb

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=885435776

nodeC022 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.737
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.44
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.713
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.44
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.025
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.44
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		: 3618.027
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.44
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.789
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.44
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		: 3600.628
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.44
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		: 3600.525
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.704
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122863608 kB
MemAvailable:   122816512 kB
Buffers:            2128 kB
Cached:           755428 kB
SwapCached:           32 kB
Active:          7406232 kB
Inactive:         367440 kB
Active(anon):    7029948 kB
Inactive(anon):     4196 kB
Active(file):     376284 kB
Inactive(file):   363244 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3936 kB
Writeback:            32 kB
AnonPages:       7010024 kB
Mapped:           113312 kB
Shmem:             18028 kB
KReclaimable:     104832 kB
Slab:             192040 kB
SReclaimable:     104832 kB
SUnreclaim:        87208 kB
KernelStack:        4320 kB
PageTables:        16868 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   13190036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6676480 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC022 at 2025-07-01 22:40:02