Trace number 4491747

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS naps-1.03a6UNSAT 882.664 885.282

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.6.accl.ucl.opb
MD5SUMd06d89796adb8259df968e568daeeb68
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 benchmark99.5978
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23621
Total number of constraints67526
Number of constraints which are clauses65126
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 261
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c NaPS 1.03a6.
0.00/0.02	c Input file name: HOME/instance-4491747-1751133694.opb
882.56/885.27	s UNSATISFIABLE
882.56/885.27	c _____________________________________________________________________________
882.56/885.27	c std/band forms        : 2400,0
882.56/885.27	c 2cl/3cl ITE-codings   : 209861,0
882.56/885.27	c BDD/srt/adr Max costs : 244,0,0
882.56/885.27	c BDDraw/bin/mul/srt/adr: 0,0,2400,0,0
882.56/885.27	c BDD nodes             : 329121
882.56/885.27	c Es1/CC detections     : 0,0
882.56/885.27	c CC sort               : 0
882.56/885.27	c SAT/UNSAT calls       : 0,1
882.56/885.27	c regenrated variables  : 0
882.56/885.27	c eliminated fixed lits : 0
882.56/885.27	c goal lit flips        : 0
882.56/885.27	c goal stages           : 0
882.56/885.27	c goal shrink           : 0
882.56/885.27	c goal coeff separations: 0
882.56/885.27	c restarts              : 158715
882.56/885.27	c conflicts             : 8700742        (9881 /sec)
882.56/885.27	c decisions             : 56097414       (63705 /sec)
882.56/885.27	c propagations          : 4566829176     (5186195 /sec)
882.56/885.27	c inspects              : 0              (0 /sec)
882.56/885.27	c CPU time (solving tm) : 880.6 s        (877.6 s, SAT 0 s, UNSAT 877.6 s)
882.56/885.27	c Time for Opt-base     : 0.8091 s
882.56/885.27	c Steps for Opt-base    : 2262828
882.56/885.27	c Time for BDD coding   : 1.805 s
882.56/885.27	c Time for srt coding   : 0 s
882.56/885.27	c _____________________________________________________________________________

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491747-1751133694/watcher-4491747-1751133694 -o /tmp/evaluation-result-4491747-1751133694/solver-4491747-1751133694 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751133631-11141 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4491747-1751133694.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11511, runsolver pid=11508

[startup+0.100102 s]*
/proc/loadavg: 2.81 0.88 0.36 5/257 11515
/proc/meminfo: memFree=127312112/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=4660 memory=3072 CPUtime=0.08 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 313 0 0 0 8 0 0 0 20 0 1 0 29048549 4771840 768 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 1165 768 544 696 0 326 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 8852 KiB
Current children cumulated memory: 6016 KiB

[startup+0.213832 s]*
/proc/loadavg: 2.81 0.88 0.36 5/257 11515
/proc/meminfo: memFree=127295728/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=5892 memory=3968 CPUtime=0.2 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 557 0 0 0 20 0 0 0 20 0 1 0 29048549 6033408 992 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 1473 992 544 696 0 634 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10084 KiB
Current children cumulated memory: 6912 KiB

[startup+0.313836 s]*
/proc/loadavg: 2.81 0.88 0.36 5/257 11515
/proc/meminfo: memFree=127274996/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=6408 memory=4352 CPUtime=0.29 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 683 0 0 0 29 0 0 0 20 0 1 0 29048549 6561792 1088 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 1602 1088 544 696 0 763 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10600 KiB
Current children cumulated memory: 7296 KiB

[startup+0.700413 s]
/proc/loadavg: 2.81 0.88 0.36 5/257 11515
/proc/meminfo: memFree=127252864/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=10388 memory=7144 CPUtime=0.66 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 1769 0 0 0 66 0 0 0 20 0 1 0 29048549 10637312 1786 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 2597 1786 544 696 0 1758 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 14580 KiB
Current children cumulated memory: 10088 KiB

[startup+1.50035 s]
/proc/loadavg: 2.81 0.88 0.36 5/257 11515
/proc/meminfo: memFree=127168740/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=23184 memory=18816 CPUtime=1.46 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 5035 0 0 0 145 1 0 0 20 0 1 0 29048549 23740416 4704 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 5796 4704 544 696 0 4957 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 27376 KiB
Current children cumulated memory: 21760 KiB

[startup+3.11341 s]
/proc/loadavg: 2.99 0.95 0.39 5/257 11515
/proc/meminfo: memFree=126947584/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=111944 memory=88128 CPUtime=3.07 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 20994 0 0 0 301 6 0 0 20 0 1 0 29048549 114630656 22032 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 27986 22032 544 696 0 27147 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 116136 KiB
Current children cumulated memory: 91072 KiB

[startup+6.30038 s]
/proc/loadavg: 2.99 0.95 0.39 6/255 11523
/proc/meminfo: memFree=127593240/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=227332 memory=173816 CPUtime=6.24 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 30709 0 0 0 614 10 0 0 20 0 1 0 29048549 232787968 43454 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 56833 43454 544 696 0 55994 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 231524 KiB
Current children cumulated memory: 176760 KiB

[startup+12.7004 s]
/proc/loadavg: 2.99 0.99 0.40 6/257 11659
/proc/meminfo: memFree=127959576/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=169588 memory=130164 CPUtime=12.61 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 36182 0 0 0 1244 17 0 0 20 0 1 0 29048549 173658112 32541 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 42397 32541 544 696 0 41558 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 173780 KiB
Current children cumulated memory: 133108 KiB

[startup+25.5004 s]
/proc/loadavg: 3.14 1.12 0.46 6/258 11757
/proc/meminfo: memFree=128130120/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=169568 memory=132872 CPUtime=25.36 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 38933 0 0 0 2515 21 0 0 20 0 1 0 29048549 173637632 33218 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 42392 33218 544 696 0 41553 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 173760 KiB
Current children cumulated memory: 135816 KiB

[startup+51.1135 s]
/proc/loadavg: 3.52 1.37 0.56 6/258 11853
/proc/meminfo: memFree=128233328/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=169568 memory=140876 CPUtime=50.89 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 42327 0 0 0 5062 27 0 0 20 0 1 0 29048549 173637632 35219 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 42392 35219 544 696 0 41553 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 173760 KiB
Current children cumulated memory: 143820 KiB

[startup+102.3 s]
/proc/loadavg: 3.78 1.77 0.74 6/258 12142
/proc/meminfo: memFree=128209136/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=169568 memory=132208 CPUtime=101.89 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 54726 0 0 0 10149 40 0 0 20 0 1 0 29048549 173637632 33052 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 42392 33052 544 696 0 41553 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 173760 KiB
Current children cumulated memory: 135152 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 2.20 0.95 6/258 12144
/proc/meminfo: memFree=128453880/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=169184 memory=140740 CPUtime=161.73 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 69156 0 0 0 16124 49 0 0 20 0 1 0 29048549 173244416 35185 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 42296 35185 544 696 0 41457 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 173376 KiB
Current children cumulated memory: 143684 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 2.56 1.16 6/259 12147
/proc/meminfo: memFree=128448296/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=169184 memory=138696 CPUtime=221.57 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 86342 0 0 0 22099 58 0 0 20 0 1 0 29048549 173244416 34674 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 42296 34674 544 696 0 41457 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 173376 KiB

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

/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 183214 0 0 0 45986 106 0 0 20 0 1 0 29048549 156467200 32609 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 38200 32609 544 696 0 37361 0
Current children cumulated CPU time: 460.92 s
Current children cumulated vsize: 156992 KiB
Current children cumulated memory: 133380 KiB

[startup+522.3 s]
/proc/loadavg: 4.15 3.57 1.99 6/255 12158
/proc/meminfo: memFree=128024100/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=169184 memory=136552 CPUtime=520.76 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 211931 0 0 0 51955 121 0 0 20 0 1 0 29048549 173244416 34138 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 42296 34138 544 696 0 41457 0
Current children cumulated CPU time: 520.76 s
Current children cumulated vsize: 173376 KiB
Current children cumulated memory: 139496 KiB

[startup+582.3 s]
/proc/loadavg: 4.19 3.68 2.13 6/255 12210
/proc/meminfo: memFree=129137792/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=169184 memory=136556 CPUtime=580.6 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 241824 0 0 0 57924 136 0 0 20 0 1 0 29048549 173244416 34139 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 42296 34139 544 696 0 41457 0
Current children cumulated CPU time: 580.6 s
Current children cumulated vsize: 173376 KiB
Current children cumulated memory: 139500 KiB

[startup+642.3 s]
/proc/loadavg: 4.75 3.94 2.32 5/255 12409
/proc/meminfo: memFree=129975204/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=169184 memory=138220 CPUtime=640.37 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 270364 0 0 0 63883 154 0 0 20 0 1 0 29048549 173244416 34555 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 42296 34555 544 696 0 41457 0
Current children cumulated CPU time: 640.37 s
Current children cumulated vsize: 173376 KiB
Current children cumulated memory: 141164 KiB

[startup+702.3 s]
/proc/loadavg: 4.38 3.98 2.44 5/255 12411
/proc/meminfo: memFree=129929900/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=169184 memory=134124 CPUtime=700.2 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 296972 0 0 0 69853 167 0 0 20 0 1 0 29048549 173244416 33531 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 42296 33531 544 696 0 41457 0
Current children cumulated CPU time: 700.2 s
Current children cumulated vsize: 173376 KiB
Current children cumulated memory: 137068 KiB

[startup+762.3 s]
/proc/loadavg: 4.19 4.00 2.54 5/255 12413
/proc/meminfo: memFree=129899708/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=169184 memory=138260 CPUtime=760.04 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 323872 0 0 0 75823 181 0 0 20 0 1 0 29048549 173244416 34565 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 42296 34565 544 696 0 41457 0
Current children cumulated CPU time: 760.04 s
Current children cumulated vsize: 173376 KiB
Current children cumulated memory: 141204 KiB

[startup+822.3 s]
/proc/loadavg: 4.18 4.03 2.65 5/255 12415
/proc/meminfo: memFree=129964672/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=169184 memory=134008 CPUtime=819.86 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 352337 0 0 0 81792 194 0 0 20 0 1 0 29048549 173244416 33502 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 42296 33502 544 696 0 41457 0
Current children cumulated CPU time: 819.86 s
Current children cumulated vsize: 173376 KiB
Current children cumulated memory: 136952 KiB

[startup+882.3 s]
/proc/loadavg: 4.66 4.18 2.79 5/254 12417
/proc/meminfo: memFree=129970828/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=144416 memory=124492 CPUtime=879.67 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 381525 0 0 0 87760 207 0 0 20 0 1 0 29048549 147881984 31123 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 36104 31123 544 696 0 35265 0
Current children cumulated CPU time: 879.67 s
Current children cumulated vsize: 148608 KiB
Current children cumulated memory: 127436 KiB

[startup+885.282 s]
# the end of solver process 11511 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=880.581 s, system=2.08216 s

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

[startup+883.2 s]
/proc/loadavg: 4.69 4.20 2.80 5/254 12417
/proc/meminfo: memFree=129970828/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=152608 memory=129996 CPUtime=880.57 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 381861 0 0 0 87850 207 0 0 20 0 1 0 29048549 156270592 32499 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 38152 32499 544 696 0 37313 0
Current children cumulated CPU time: 880.57 s
Current children cumulated vsize: 156800 KiB
Current children cumulated memory: 132940 KiB

[startup+884 s]*
/proc/loadavg: 4.69 4.20 2.80 5/254 12417
/proc/meminfo: memFree=129970828/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=144416 memory=123980 CPUtime=881.38 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 382210 0 0 0 87931 207 0 0 20 0 1 0 29048549 147881984 30995 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 36104 30995 544 696 0 35265 0
Current children cumulated CPU time: 881.38 s
Current children cumulated vsize: 148608 KiB
Current children cumulated memory: 126924 KiB

[startup+884.8 s]
/proc/loadavg: 4.69 4.20 2.80 5/254 12417
/proc/meminfo: memFree=129970828/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=152608 memory=125516 CPUtime=882.16 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 382579 0 0 0 88009 207 0 0 20 0 1 0 29048549 156270592 31379 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 38152 31379 544 696 0 37313 0
Current children cumulated CPU time: 882.16 s
Current children cumulated vsize: 156800 KiB
Current children cumulated memory: 128460 KiB

[startup+885.2 s]
/proc/loadavg: 4.69 4.20 2.80 5/254 12417
/proc/meminfo: memFree=129942156/131382116 swapFree=33010684/33010684
[pid=11511] ppid=11508 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/11511/stat : 11511 (naps-1.03a6.sh) S 11508 11511 11124 0 -1 4194304 229 205 0 0 0 0 0 0 20 0 1 0 29048547 4292608 736 18446744073709551615 94179794984960 94179795879493 140730293391728 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94179796118544 94179796166288 94179820961792 140730293397927 140730293398021 140730293398021 140730293403623 0
/proc/11511/statm: 1048 736 672 219 0 110 0
[pid=11515] ppid=11511 vsize=152608 memory=127948 CPUtime=882.56 cores=1,3
/proc/11515/stat : 11515 (naps-1.03a6) R 11511 11511 11124 0 -1 4194304 382673 0 0 0 88049 207 0 0 20 0 1 0 29048549 156270592 31987 18446744073709551615 4198400 7047149 140737217980224 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 14520320 140737217984884 140737217984998 140737217984998 140737217990601 0
/proc/11515/statm: 38152 31987 544 696 0 37313 0
Current children cumulated CPU time: 882.56 s
Current children cumulated vsize: 156800 KiB
Current children cumulated memory: 130892 KiB

Child status: 10

Real time (s): 885.282
CPU time (s): 882.664
CPU user time (s): 880.581
CPU system time (s): 2.08216
CPU usage (%): 99.7042
Max. virtual memory (cumulated for all children) (KiB): 264292
Max. memory (cumulated for all children) (KiB): 201336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 880.581
system time used= 2.08216
maximum resident set size= 200440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 383121
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= 155
involuntary context switches= 1061


# summary of solver processes directly reported to runsolver:
#   pid: 11511
#   total CPU time (s): 882.664
#   total CPU user time (s): 880.581
#   total CPU system time (s): 2.08216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.34472 second user time and 9.43199 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-28 20:01:34
IDJOB=4491747
IDBENCH=147736
IDSOLVER=3341
FILE ID=nodeC004/4491747-1751133694
RUNJOBID= nodeC004-1751133631-11141
SLURM_JOB_ID= 9587404
Free space on /tmp= 433008 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.6.accl.ucl.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491747-1751133694/watcher-4491747-1751133694 -o /tmp/evaluation-result-4491747-1751133694/solver-4491747-1751133694 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751133631-11141 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4491747-1751133694.opb

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

MD5SUM BENCH= d06d89796adb8259df968e568daeeb68
RANDOM SEED=1720026491

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        127345104 kB
MemAvailable:   126945052 kB
Buffers:            3280 kB
Cached:           367980 kB
SwapCached:            0 kB
Active:          3188680 kB
Inactive:         170184 kB
Active(anon):    3005580 kB
Inactive(anon):        0 kB
Active(file):     183100 kB
Inactive(file):   170184 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             37912 kB
Writeback:             0 kB
AnonPages:       2988372 kB
Mapped:           109024 kB
Shmem:             17976 kB
KReclaimable:      82488 kB
Slab:             160564 kB
SReclaimable:      82488 kB
SUnreclaim:        78076 kB
KernelStack:        4144 kB
PageTables:         8724 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4155508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1417216 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC004 at 2025-06-28 20:16:19