Trace number 4511763

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.03a6? 992.443 995.149

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm75p-dec.opb.negationfix.opb
MD5SUMeb6e6db1d5217c0fcba95884ddbb513a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.31338
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables542720
Total number of constraints4752
Number of constraints which are clauses2119
Number of constraints which are cardinality constraints (but not clauses)2119
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2120
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 758276
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 1973311
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c NaPS 1.03a6.
0.00/0.01	c Input file name: HOME/instance-4511763-1751199497.opb
992.08/994.84	c malloc failed in xmalloc
992.08/994.84	c 
992.08/994.84	c *** TERMINATED *** by signal 15
992.08/994.84	s UNKNOWN
992.08/994.84	c _____________________________________________________________________________
992.08/994.84	c std/band forms        : 426,0
992.08/994.84	c 2cl/3cl ITE-codings   : 0,0
992.08/994.84	c BDD/srt/adr Max costs : 1900627,1089670,0
992.08/994.84	c BDDraw/bin/mul/srt/adr: 36,0,0,390,0
992.08/994.84	c BDD nodes             : 60879534
992.08/994.84	c Es1/CC detections     : 0,0
992.08/994.84	c CC sort               : 0
992.08/994.84	c SAT/UNSAT calls       : 0,0
992.08/994.84	c regenrated variables  : 0
992.08/994.84	c eliminated fixed lits : 2418
992.08/994.84	c goal lit flips        : 0
992.08/994.84	c goal stages           : 0
992.08/994.84	c goal shrink           : 0
992.08/994.84	c goal coeff separations: 0
992.08/994.84	c restarts              : 0
992.08/994.84	c conflicts             : 0              (0 /sec)
992.08/994.84	c decisions             : 0              (0 /sec)
992.08/994.84	c propagations          : 0              (0 /sec)
992.08/994.84	c inspects              : 0              (0 /sec)
992.08/994.84	c CPU time (solving tm) : 985.3 s        (0 s, SAT 0 s, UNSAT 0 s)
992.08/994.84	c Time for Opt-base     : 119.4 s
992.08/994.84	c Steps for Opt-base    : 662240752
992.08/994.84	c Time for BDD coding   : 413.5 s
992.08/994.84	c Time for srt coding   : 403.3 s
992.08/994.84	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: 63708 MiB (59589 MiB free)
  memory of node 1: 64465 MiB (56881 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511763-1751199497/watcher-4511763-1751199497 -o /tmp/evaluation-result-4511763-1751199497/solver-4511763-1751199497 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751195806-25273 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4511763-1751199497.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100061 s]*
/proc/loadavg: 4.16 4.11 4.09 5/267 26107
/proc/meminfo: memFree=119209168/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=13288 memory=11264 CPUtime=0.08 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 2404 0 0 0 8 0 0 0 20 0 1 0 35626301 13606912 2816 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 3322 2816 480 696 0 2483 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 17480 KiB
Current children cumulated memory: 14336 KiB

[startup+0.205365 s]*
/proc/loadavg: 4.16 4.11 4.09 5/267 26107
/proc/meminfo: memFree=119170732/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=22796 memory=20452 CPUtime=0.18 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 4880 0 0 0 18 0 0 0 20 0 1 0 35626301 23343104 5113 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 5699 5113 480 696 0 4860 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 26988 KiB
Current children cumulated memory: 23524 KiB

[startup+0.305398 s]*
/proc/loadavg: 4.16 4.11 4.09 5/267 26107
/proc/meminfo: memFree=119134628/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=32432 memory=29900 CPUtime=0.27 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 7057 0 0 0 27 0 0 0 20 0 1 0 35626301 33210368 7475 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 8108 7475 480 696 0 7269 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 36624 KiB
Current children cumulated memory: 32972 KiB

[startup+0.700163 s]
/proc/loadavg: 4.16 4.11 4.09 5/267 26107
/proc/meminfo: memFree=118914208/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=69040 memory=65836 CPUtime=0.66 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 15703 0 0 0 64 2 0 0 20 0 1 0 35626301 70696960 16459 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 17260 16459 480 696 0 16421 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 73232 KiB
Current children cumulated memory: 68908 KiB

[startup+1.50016 s]
/proc/loadavg: 4.16 4.11 4.09 5/267 26107
/proc/meminfo: memFree=118763824/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=147464 memory=141924 CPUtime=1.46 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 33469 0 0 0 141 5 0 0 20 0 1 0 35626301 151003136 35481 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 36866 35481 480 696 0 36027 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 151656 KiB
Current children cumulated memory: 144996 KiB

[startup+3.10527 s]
/proc/loadavg: 4.16 4.11 4.09 5/267 26107
/proc/meminfo: memFree=117764004/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=245636 memory=234604 CPUtime=3.06 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 55752 0 0 0 297 9 0 0 20 0 1 0 35626301 251531264 58651 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 61409 58651 512 696 0 60570 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 249828 KiB
Current children cumulated memory: 237676 KiB

[startup+6.30019 s]
/proc/loadavg: 4.14 4.11 4.09 5/267 26107
/proc/meminfo: memFree=113658496/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=484864 memory=415508 CPUtime=6.24 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 92642 0 0 0 608 16 0 0 20 0 1 0 35626301 496500736 103877 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 121216 103877 544 696 0 120377 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 489056 KiB
Current children cumulated memory: 418580 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.11 4.09 5/261 26136
/proc/meminfo: memFree=117596748/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=921832 memory=806980 CPUtime=12.63 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 124212 0 0 0 1233 30 0 0 20 0 1 0 35626301 943955968 201745 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 230458 201745 544 696 0 229619 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 926024 KiB
Current children cumulated memory: 810052 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.10 4.09 5/267 26155
/proc/meminfo: memFree=116707832/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=1961424 memory=1848004 CPUtime=25.4 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 216714 0 0 0 2473 67 0 0 20 0 1 0 35626301 2008498176 462001 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 490356 462001 544 696 0 489517 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1965616 KiB
Current children cumulated memory: 1851076 KiB

[startup+51.1053 s]
/proc/loadavg: 4.14 4.11 4.09 5/268 26157
/proc/meminfo: memFree=111003052/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=3710844 memory=3536524 CPUtime=50.94 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 389064 0 0 0 4967 127 0 0 20 0 1 0 35626301 3799904256 884131 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 927711 884131 544 696 0 926872 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 3715036 KiB
Current children cumulated memory: 3539596 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/269 26163
/proc/meminfo: memFree=102627796/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=6964688 memory=6401288 CPUtime=101.99 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 647203 0 0 0 9967 232 0 0 20 0 1 0 35626301 7131840512 1600322 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 1741172 1600322 544 696 0 1740333 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 6968880 KiB
Current children cumulated memory: 6404360 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/269 26167
/proc/meminfo: memFree=95445688/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=9422964 memory=8633716 CPUtime=161.83 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 1064036 0 0 0 15866 317 0 0 20 0 1 0 35626301 9649115136 2158429 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 2355741 2158429 544 696 0 2354902 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 9427156 KiB
Current children cumulated memory: 8636788 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/269 26169
/proc/meminfo: memFree=80353760/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=15084776 memory=14647792 CPUtime=221.66 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 1134514 0 0 0 21727 439 0 0 20 0 1 0 35626301 15446810624 3661948 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 3771194 3661948 544 696 0 3770355 0
Current children cumulated CPU time: 221.66 s

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

/proc/loadavg: 4.08 4.13 4.10 5/268 26246
/proc/meminfo: memFree=59390504/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=19256508 memory=17476008 CPUtime=820.02 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 2154783 0 0 0 81360 642 0 0 20 0 1 0 35626301 19718664192 4369002 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 4814127 4369002 544 696 0 4813288 0
Current children cumulated CPU time: 820.02 s
Current children cumulated vsize: 19260700 KiB
Current children cumulated memory: 17479080 KiB

[startup+882.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/268 26295
/proc/meminfo: memFree=74084052/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=19359732 memory=17667368 CPUtime=879.87 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 2186799 0 0 0 87337 650 0 0 20 0 1 0 35626301 19824365568 4416842 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 4839933 4416842 544 696 0 4839094 0
Current children cumulated CPU time: 879.87 s
Current children cumulated vsize: 19363924 KiB
Current children cumulated memory: 17670440 KiB

[startup+942.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/267 26345
/proc/meminfo: memFree=86032100/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=19591920 memory=18053056 CPUtime=939.71 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 2250862 0 0 0 93308 663 0 0 20 0 1 0 35626301 20062126080 4513264 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 4897980 4513264 544 696 0 4897141 0
Current children cumulated CPU time: 939.71 s
Current children cumulated vsize: 19596112 KiB
Current children cumulated memory: 18056128 KiB

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

# cumulated CPU time of all completed processes:  user=985.317 s, system=7.12593 s

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

[startup+947.2 s]
/proc/loadavg: 4.15 4.12 4.09 5/267 26345
/proc/meminfo: memFree=85655392/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=19591920 memory=18075584 CPUtime=944.6 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 2251333 0 0 0 93796 664 0 0 20 0 1 0 35626301 20062126080 4518896 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 4897980 4518896 544 696 0 4897141 0
Current children cumulated CPU time: 944.6 s
Current children cumulated vsize: 19596112 KiB
Current children cumulated memory: 18078656 KiB

[startup+972.8 s]
/proc/loadavg: 4.15 4.13 4.10 5/268 26348
/proc/meminfo: memFree=82523924/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=19849332 memory=18367908 CPUtime=970.14 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 2318292 0 0 0 96335 679 0 0 20 0 1 0 35626301 20325715968 4591977 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 4962333 4591977 544 696 0 4961494 0
Current children cumulated CPU time: 970.14 s
Current children cumulated vsize: 19853524 KiB
Current children cumulated memory: 18370980 KiB

[startup+985.6 s]
/proc/loadavg: 4.12 4.12 4.09 5/268 26348
/proc/meminfo: memFree=80849268/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=19849332 memory=18429348 CPUtime=982.9 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 2318913 0 0 0 97611 679 0 0 20 0 1 0 35626301 20325715968 4607337 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 4962333 4607337 544 696 0 4961494 0
Current children cumulated CPU time: 982.9 s
Current children cumulated vsize: 19853524 KiB
Current children cumulated memory: 18432420 KiB

[startup+992 s]*
/proc/loadavg: 4.11 4.12 4.09 5/268 26348
/proc/meminfo: memFree=80280024/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=19851840 memory=18462432 CPUtime=989.29 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 2320553 0 0 0 98249 680 0 0 20 0 1 0 35626301 20328284160 4615608 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 4962960 4615608 544 696 0 4962121 0
Current children cumulated CPU time: 989.29 s
Current children cumulated vsize: 19856032 KiB
Current children cumulated memory: 18465504 KiB

[startup+993.6 s]
/proc/loadavg: 4.11 4.12 4.09 5/268 26348
/proc/meminfo: memFree=80170456/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=19865756 memory=18482616 CPUtime=990.88 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 2324315 0 0 0 98407 681 0 0 20 0 1 0 35626301 20342534144 4620654 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 4966439 4620654 544 696 0 4965600 0
Current children cumulated CPU time: 990.88 s
Current children cumulated vsize: 19869948 KiB
Current children cumulated memory: 18485688 KiB

[startup+994.4 s]
/proc/loadavg: 4.18 4.13 4.10 5/268 26348
/proc/meminfo: memFree=80089432/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=19874764 memory=18497632 CPUtime=991.68 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 2326686 0 0 0 98486 682 0 0 20 0 1 0 35626301 20351758336 4624408 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 4968691 4624408 544 696 0 4967852 0
Current children cumulated CPU time: 991.68 s
Current children cumulated vsize: 19878956 KiB
Current children cumulated memory: 18500704 KiB

[startup+994.8 s]
/proc/loadavg: 4.18 4.13 4.10 5/268 26348
/proc/meminfo: memFree=80089432/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
[pid=26107] ppid=26103 vsize=19880180 memory=18505144 CPUtime=992.08 cores=4,6
/proc/26107/stat : 26107 (naps-1.03a6) R 26103 26103 25262 0 -1 4194304 2328047 0 0 0 98526 682 0 0 20 0 1 0 35626301 20357304320 4626286 18446744073709551615 4198400 7047149 140735451985040 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 17133568 140735451990388 140735451990502 140735451990502 140735451996105 0
/proc/26107/statm: 4970045 4626286 544 696 0 4969206 0
Current children cumulated CPU time: 992.08 s
Current children cumulated vsize: 19884372 KiB
Current children cumulated memory: 18508216 KiB

[startup+995 s]*
/proc/loadavg: 4.18 4.13 4.10 5/268 26348
/proc/meminfo: memFree=85519256/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+995.105 s]
/proc/loadavg: 4.18 4.13 4.10 5/268 26348
/proc/meminfo: memFree=85519256/131250000 swapFree=33010684/33010684
[pid=26103] ppid=26100 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/26103/stat : 26103 (naps-1.03a6.sh) S 26100 26103 25262 0 -1 4194304 232 202 0 0 0 0 0 0 20 0 1 0 35626300 4292608 768 18446744073709551615 94260952645632 94260953540165 140731087688704 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94260953779216 94260953826960 94260978028544 140731087694247 140731087694341 140731087694341 140731087699943 0
/proc/26103/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

Child status: 10

Real time (s): 995.149
CPU time (s): 992.443
CPU user time (s): 985.317
CPU system time (s): 7.12593
CPU usage (%): 99.728
Max. virtual memory (cumulated for all children) (KiB): 19884372
Max. memory (cumulated for all children) (KiB): 18508216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 985.317
system time used= 7.12593
maximum resident set size= 18507064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2328971
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= 245
involuntary context switches= 1311


# summary of solver processes directly reported to runsolver:
#   pid: 26103
#   total CPU time (s): 992.443
#   total CPU user time (s): 985.317
#   total CPU system time (s): 7.12593

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.89175 second user time and 4.40462 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 14:18:17
IDJOB=4511763
IDBENCH=160483
IDSOLVER=3341
FILE ID=nodeC014/4511763-1751199497
RUNJOBID= nodeC014-1751195806-25273
SLURM_JOB_ID= 9587606
Free space on /tmp= 432936 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm75p-dec.opb.negationfix.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511763-1751199497/watcher-4511763-1751199497 -o /tmp/evaluation-result-4511763-1751199497/solver-4511763-1751199497 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751195806-25273 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4511763-1751199497.opb

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

MD5SUM BENCH= eb6e6db1d5217c0fcba95884ddbb513a
RANDOM SEED=276034591

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        119277848 kB
MemAvailable:   119336692 kB
Buffers:            3280 kB
Cached:           868056 kB
SwapCached:            0 kB
Active:         10645084 kB
Inactive:         658588 kB
Active(anon):   10450404 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   658588 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30136 kB
Writeback:             0 kB
AnonPages:      10435484 kB
Mapped:           110464 kB
Shmem:             18068 kB
KReclaimable:      89632 kB
Slab:             175612 kB
SReclaimable:      89632 kB
SUnreclaim:        85980 kB
KernelStack:        4304 kB
PageTables:        23596 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11314644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4618240 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432712 MiB
End job on nodeC014 at 2025-06-29 14:34:52