Trace number 4491423

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 601.769 603.604

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM911cf7319fa5fa56cdd8e7a94536c536
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 benchmark43.6526
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
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.05	c NaPS 1.03a6.
0.00/0.05	c Input file name: HOME/instance-4491423-1751133632.opb
601.64/603.53	s UNSATISFIABLE
601.64/603.53	c _____________________________________________________________________________
601.64/603.53	c std/band forms        : 18798,0
601.64/603.53	c 2cl/3cl ITE-codings   : 1973604,0
601.64/603.53	c BDD/srt/adr Max costs : 292,0,0
601.64/603.53	c BDDraw/bin/mul/srt/adr: 562,0,18236,0,0
601.64/603.53	c BDD nodes             : 2872940
601.64/603.53	c Es1/CC detections     : 0,0
601.64/603.53	c CC sort               : 0
601.64/603.53	c SAT/UNSAT calls       : 0,1
601.64/603.53	c regenrated variables  : 0
601.64/603.53	c eliminated fixed lits : 0
601.64/603.53	c goal lit flips        : 0
601.64/603.53	c goal stages           : 0
601.64/603.53	c goal shrink           : 0
601.64/603.53	c goal coeff separations: 0
601.64/603.53	c restarts              : 34431
601.64/603.53	c conflicts             : 782759         (1306 /sec)
601.64/603.53	c decisions             : 29889686       (49854 /sec)
601.64/603.53	c propagations          : 2712693971     (4524564 /sec)
601.64/603.53	c inspects              : 0              (0 /sec)
601.64/603.53	c CPU time (solving tm) : 599.5 s        (576.7 s, SAT 0 s, UNSAT 576.7 s)
601.64/603.53	c Time for Opt-base     : 9.134 s
601.64/603.53	c Steps for Opt-base    : 32318649
601.64/603.53	c Time for BDD coding   : 17.04 s
601.64/603.53	c Time for srt coding   : 0 s
601.64/603.53	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 (63337 MiB free)
  memory of node 1: 64465 MiB (64049 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491423-1751133632/watcher-4491423-1751133632 -o /tmp/evaluation-result-4491423-1751133632/solver-4491423-1751133632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751133631-11139 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4491423-1751133632.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=11207, runsolver pid=11195
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 0.10 0.10 0.09 5/255 11211
/proc/meminfo: memFree=130443908/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=4476 memory=2816 CPUtime=0.06 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 257 0 0 0 6 0 0 0 20 0 1 0 29042477 4583424 704 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 1119 704 544 696 0 280 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 8668 KiB
Current children cumulated memory: 5760 KiB

[startup+0.213163 s]*
/proc/loadavg: 0.10 0.10 0.09 5/255 11211
/proc/meminfo: memFree=130443908/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=5564 memory=3712 CPUtime=0.17 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 483 0 0 0 17 0 0 0 20 0 1 0 29042477 5697536 928 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 1391 928 544 696 0 552 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 9756 KiB
Current children cumulated memory: 6656 KiB

[startup+0.312787 s]*
/proc/loadavg: 0.10 0.10 0.09 5/255 11211
/proc/meminfo: memFree=130443908/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=6248 memory=4352 CPUtime=0.27 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 661 0 0 0 27 0 0 0 20 0 1 0 29042477 6397952 1088 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 1562 1088 544 696 0 723 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10440 KiB
Current children cumulated memory: 7296 KiB

[startup+0.700358 s]
/proc/loadavg: 0.10 0.10 0.09 5/255 11211
/proc/meminfo: memFree=130442144/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=8584 memory=6444 CPUtime=0.64 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 1430 0 0 0 64 0 0 0 20 0 1 0 29042477 8790016 1611 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 2146 1611 544 696 0 1307 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 12776 KiB
Current children cumulated memory: 9388 KiB

[startup+1.50035 s]
/proc/loadavg: 0.10 0.10 0.09 4/251 11211
/proc/meminfo: memFree=130427516/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=21160 memory=14428 CPUtime=1.43 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 4472 0 0 0 142 1 0 0 20 0 1 0 29042477 21667840 3607 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 5290 3607 544 696 0 4451 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 25352 KiB
Current children cumulated memory: 17372 KiB

[startup+3.11291 s]
/proc/loadavg: 0.10 0.10 0.09 3/248 11224
/proc/meminfo: memFree=130341596/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=40612 memory=33476 CPUtime=3.04 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 9802 0 0 0 302 2 0 0 20 0 1 0 29042477 41586688 8369 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 10153 8369 544 696 0 9314 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 44804 KiB
Current children cumulated memory: 36420 KiB

[startup+6.30032 s]
/proc/loadavg: 0.41 0.16 0.11 5/246 11228
/proc/meminfo: memFree=130252788/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=134960 memory=115608 CPUtime=6.22 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 30119 0 0 0 616 6 0 0 20 0 1 0 29042477 138199040 28902 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 33740 28902 544 696 0 32901 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 139152 KiB
Current children cumulated memory: 118552 KiB

[startup+12.7003 s]
/proc/loadavg: 0.70 0.23 0.13 3/246 11232
/proc/meminfo: memFree=130206912/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=186464 memory=163208 CPUtime=12.61 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 37314 0 0 0 1252 9 0 0 20 0 1 0 29042477 190939136 40802 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 46616 40802 544 696 0 45777 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 190656 KiB
Current children cumulated memory: 166152 KiB

[startup+25.5004 s]
/proc/loadavg: 1.64 0.46 0.21 3/246 11325
/proc/meminfo: memFree=129412368/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=864364 memory=761140 CPUtime=25.38 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 137202 0 0 0 2490 48 0 0 20 0 1 0 29042477 885108736 190285 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 216091 190285 544 696 0 215252 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 868556 KiB
Current children cumulated memory: 764084 KiB

[startup+51.1134 s]
/proc/loadavg: 2.51 0.76 0.32 5/256 11464
/proc/meminfo: memFree=127982124/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1456016 memory=1128784 CPUtime=50.91 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 159458 0 0 0 5009 82 0 0 20 0 1 0 29042477 1490960384 282196 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 364004 282196 544 696 0 363165 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 1460208 KiB
Current children cumulated memory: 1131728 KiB

[startup+102.3 s]
/proc/loadavg: 3.33 1.26 0.51 5/258 11853
/proc/meminfo: memFree=128218932/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1456016 memory=1135732 CPUtime=101.94 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 164593 0 0 0 10097 97 0 0 20 0 1 0 29042477 1490960384 283933 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 364004 283933 544 696 0 363165 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 1460208 KiB
Current children cumulated memory: 1138676 KiB

[startup+162.3 s]
/proc/loadavg: 3.78 1.77 0.74 5/258 12142
/proc/meminfo: memFree=128211152/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1456016 memory=1134868 CPUtime=161.76 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 169920 0 0 0 16063 113 0 0 20 0 1 0 29042477 1490960384 283717 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 364004 283717 544 696 0 363165 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 1460208 KiB
Current children cumulated memory: 1137812 KiB

[startup+222.3 s]
/proc/loadavg: 3.97 2.20 0.95 5/258 12144
/proc/meminfo: memFree=128352440/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1193872 memory=898184 CPUtime=221.59 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 173062 0 0 0 22037 122 0 0 20 0 1 0 29042477 1222524928 224546 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 298468 224546 544 696 0 297629 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 1198064 KiB

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

/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1187728 memory=959604 CPUtime=341.21 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 178032 0 0 0 33978 143 0 0 20 0 1 0 29042477 1216233472 239901 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 296932 239901 544 696 0 296093 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 1191920 KiB
Current children cumulated memory: 962548 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.08 1.52 5/255 12152
/proc/meminfo: memFree=128215144/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1449872 memory=1129604 CPUtime=401.04 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 181786 0 0 0 39947 157 0 0 20 0 1 0 29042477 1484668928 282401 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 362468 282401 544 696 0 361629 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 1454064 KiB
Current children cumulated memory: 1132548 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 3.28 1.69 5/255 12154
/proc/meminfo: memFree=128339916/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1184656 memory=1025716 CPUtime=460.86 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 187691 0 0 0 45904 182 0 0 20 0 1 0 29042477 1213087744 256429 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 296164 256429 544 696 0 295325 0
Current children cumulated CPU time: 460.86 s
Current children cumulated vsize: 1188848 KiB
Current children cumulated memory: 1028660 KiB

[startup+522.3 s]
/proc/loadavg: 4.10 3.43 1.84 5/255 12156
/proc/meminfo: memFree=128222884/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1184656 memory=1060544 CPUtime=520.68 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 190661 0 0 0 51874 194 0 0 20 0 1 0 29042477 1213087744 265136 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 296164 265136 544 696 0 295325 0
Current children cumulated CPU time: 520.68 s
Current children cumulated vsize: 1188848 KiB
Current children cumulated memory: 1063488 KiB

[startup+582.3 s]
/proc/loadavg: 4.15 3.57 1.99 5/255 12158
/proc/meminfo: memFree=128024100/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1446800 memory=1147712 CPUtime=580.51 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 194241 0 0 0 57843 208 0 0 20 0 1 0 29042477 1481523200 286928 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 361700 286928 544 696 0 360861 0
Current children cumulated CPU time: 580.51 s
Current children cumulated vsize: 1450992 KiB
Current children cumulated memory: 1150656 KiB

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

# cumulated CPU time of all completed processes:  user=599.616 s, system=2.15273 s

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

[startup+588.8 s]
/proc/loadavg: 4.14 3.58 2.00 5/255 12158
/proc/meminfo: memFree=128136164/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1184656 memory=1024836 CPUtime=586.99 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 195018 0 0 0 58489 210 0 0 20 0 1 0 29042477 1213087744 256209 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 296164 256209 544 696 0 295325 0
Current children cumulated CPU time: 586.99 s
Current children cumulated vsize: 1188848 KiB
Current children cumulated memory: 1027780 KiB

[startup+595.2 s]
/proc/loadavg: 4.12 3.59 2.02 5/254 12158
/proc/meminfo: memFree=128153248/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1184656 memory=1055556 CPUtime=593.37 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 195815 0 0 0 59124 213 0 0 20 0 1 0 29042477 1213087744 263889 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 296164 263889 544 696 0 295325 0
Current children cumulated CPU time: 593.37 s
Current children cumulated vsize: 1188848 KiB
Current children cumulated memory: 1058500 KiB

[startup+598.4 s]
/proc/loadavg: 4.12 3.59 2.02 5/254 12158
/proc/meminfo: memFree=128157092/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1184656 memory=1063748 CPUtime=596.56 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 195819 0 0 0 59443 213 0 0 20 0 1 0 29042477 1213087744 265937 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 296164 265937 544 696 0 295325 0
Current children cumulated CPU time: 596.56 s
Current children cumulated vsize: 1188848 KiB
Current children cumulated memory: 1066692 KiB

[startup+601.6 s]
/proc/loadavg: 4.11 3.60 2.03 5/254 12158
/proc/meminfo: memFree=128125556/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1184656 memory=1069892 CPUtime=599.75 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 195822 0 0 0 59762 213 0 0 20 0 1 0 29042477 1213087744 267473 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 296164 267473 544 696 0 295325 0
Current children cumulated CPU time: 599.75 s
Current children cumulated vsize: 1188848 KiB
Current children cumulated memory: 1072836 KiB

[startup+602.4 s]
/proc/loadavg: 4.11 3.60 2.03 5/254 12158
/proc/meminfo: memFree=128125556/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1184656 memory=1071940 CPUtime=600.55 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 195823 0 0 0 59842 213 0 0 20 0 1 0 29042477 1213087744 267985 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 296164 267985 544 696 0 295325 0
Current children cumulated CPU time: 600.55 s
Current children cumulated vsize: 1188848 KiB
Current children cumulated memory: 1074884 KiB

[startup+603.2 s]
/proc/loadavg: 4.11 3.60 2.03 5/254 12158
/proc/meminfo: memFree=128117364/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
[pid=11211] ppid=11207 vsize=1184656 memory=1071940 CPUtime=601.34 cores=0,2
/proc/11211/stat : 11211 (naps-1.03a6) R 11207 11207 11124 0 -1 4194304 195823 0 0 0 59921 213 0 0 20 0 1 0 29042477 1213087744 267985 18446744073709551615 4198400 7047149 140724476940016 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 8503296 140724476946804 140724476946918 140724476946918 140724476952521 0
/proc/11211/statm: 296164 267985 544 696 0 295325 0
Current children cumulated CPU time: 601.34 s
Current children cumulated vsize: 1188848 KiB
Current children cumulated memory: 1074884 KiB

[startup+603.6 s]
/proc/loadavg: 4.11 3.60 2.03 5/254 12158
/proc/meminfo: memFree=128117364/131382116 swapFree=33010684/33010684
[pid=11207] ppid=11195 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/11207/stat : 11207 (naps-1.03a6.sh) S 11195 11207 11124 0 -1 4194304 231 202 0 0 0 0 0 0 20 0 1 0 29042472 4292608 736 18446744073709551615 93926188990464 93926189884997 140721617940480 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93926190124048 93926190171792 93926212059136 140721617947047 140721617947141 140721617947141 140721617952743 0
/proc/11207/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 10

Real time (s): 603.604
CPU time (s): 601.769
CPU user time (s): 599.616
CPU system time (s): 2.15273
CPU usage (%): 99.696
Max. virtual memory (cumulated for all children) (KiB): 1955832
Max. memory (cumulated for all children) (KiB): 1458900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 599.616
system time used= 2.15273
maximum resident set size= 1455956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196288
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= 183
involuntary context switches= 1371


# summary of solver processes directly reported to runsolver:
#   pid: 11207
#   total CPU time (s): 601.769
#   total CPU user time (s): 599.616
#   total CPU system time (s): 2.15273

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.82147 second user time and 5.77465 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-28 20:00:33
IDJOB=4491423
IDBENCH=147705
IDSOLVER=3341
FILE ID=nodeC004/4491423-1751133632
RUNJOBID= nodeC004-1751133631-11139
SLURM_JOB_ID= 9587404
Free space on /tmp= 433020 MiB

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

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

MD5SUM BENCH= 911cf7319fa5fa56cdd8e7a94536c536
RANDOM SEED=1991030886

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		: 1296.983
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.130
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		: 1197.933
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.231
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		: 1197.218
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		: 1197.242
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.280
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.196
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:        130442260 kB
MemAvailable:   130019244 kB
Buffers:            3280 kB
Cached:           347312 kB
SwapCached:            0 kB
Active:           266892 kB
Inactive:         150660 kB
Active(anon):      84936 kB
Inactive(anon):        0 kB
Active(file):     181956 kB
Inactive(file):   150660 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45748 kB
Writeback:             0 kB
AnonPages:         70480 kB
Mapped:           101992 kB
Shmem:             17976 kB
KReclaimable:      57232 kB
Slab:             129448 kB
SReclaimable:      57232 kB
SUnreclaim:        72216 kB
KernelStack:        3936 kB
PageTables:         2912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     336268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 433008 MiB
End job on nodeC004 at 2025-06-28 20:10:37