Trace number 4434505

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.03? (exit code) 2310.05 2329.92

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat25_6_4_1_mh.opb
MD5SUM22685a6d8447b8be1a49f22723e48d9b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3373010
Best CPU time to get the best result obtained on this benchmark296.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 97336000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12201970261
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 97336000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12201970261
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4434505-1721135917.opb
1.68/1.71	c single stage optimization mode
18.23/18.32	o 132647268
878.60/881.13	o 81457372
1919.47/1925.11	o 28575887
2306.39/2313.27	terminate called after throwing an instance of 'std::bad_alloc'
2306.39/2313.27	  what():  std::bad_alloc
0.00/2329.92	HOME/naps-1.03.sh: line 6: 855614 Aborted                 (core dumped) ${self_dir}/naps-1.03 ${@}

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: 64096 MiB (37949 MiB free)
  memory of node 1: 64473 MiB (49805 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434505-1721135917/watcher-4434505-1721135917 -o /tmp/evaluation-result-4434505-1721135917/solver-4434505-1721135917 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721128704-851457 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4434505-1721135917.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=855609, runsolver pid=855606
Current StackSize limit: 8192 KiB


[startup+0.100771 s]*
/proc/loadavg: 4.08 4.09 4.10 5/245 855614
/proc/meminfo: memFree=89854780/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=10248 memory=8784 CPUtime=0.1 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 1791 0 0 0 10 0 0 0 20 0 1 0 165750563 10493952 2196 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 2562 2196 580 659 0 1766 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 20180 KiB
Current children cumulated memory: 11460 KiB

[startup+0.213053 s]*
/proc/loadavg: 4.08 4.09 4.10 5/245 855614
/proc/meminfo: memFree=89846004/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=19348 memory=17120 CPUtime=0.21 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 4181 0 0 0 20 1 0 0 20 0 1 0 165750563 19812352 4280 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 4837 4280 596 659 0 4041 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29280 KiB
Current children cumulated memory: 19796 KiB

[startup+0.312969 s]*
/proc/loadavg: 4.08 4.09 4.10 5/245 855614
/proc/meminfo: memFree=89840792/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=21872 memory=19760 CPUtime=0.31 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 4823 0 0 0 30 1 0 0 20 0 1 0 165750563 22396928 4940 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 5468 4940 596 659 0 4672 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 31804 KiB
Current children cumulated memory: 22436 KiB

[startup+0.700431 s]
/proc/loadavg: 4.08 4.09 4.10 5/245 855614
/proc/meminfo: memFree=89826412/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=38328 memory=35864 CPUtime=0.68 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 8876 0 0 0 67 1 0 0 20 0 1 0 165750563 39247872 8966 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 9582 8966 596 659 0 8786 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 48260 KiB
Current children cumulated memory: 38540 KiB

[startup+1.50042 s]
/proc/loadavg: 4.07 4.09 4.10 5/245 855614
/proc/meminfo: memFree=89746032/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=255968 memory=251336 CPUtime=1.48 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 42557 0 0 0 137 11 0 0 20 0 1 0 165750563 262111232 62768 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 64025 62768 612 659 0 63229 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 265900 KiB
Current children cumulated memory: 254012 KiB

[startup+3.11284 s]
/proc/loadavg: 4.07 4.09 4.10 5/245 855615
/proc/meminfo: memFree=89416996/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=408632 memory=389520 CPUtime=3.09 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 51234 0 0 0 294 15 0 0 20 0 1 0 165750563 418439168 97380 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 102158 97380 644 659 0 101362 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 418564 KiB
Current children cumulated memory: 392196 KiB

[startup+6.30039 s]
/proc/loadavg: 4.06 4.09 4.10 5/245 855615
/proc/meminfo: memFree=89319016/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=508688 memory=489196 CPUtime=6.26 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 56695 0 0 0 605 21 0 0 20 0 1 0 165750563 520896512 122299 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 127172 122299 660 659 0 126376 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 518620 KiB
Current children cumulated memory: 491872 KiB

[startup+12.7004 s]
/proc/loadavg: 4.06 4.09 4.10 5/245 855617
/proc/meminfo: memFree=89272932/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=471732 memory=437364 CPUtime=12.65 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 59380 0 0 0 1241 24 0 0 20 0 1 0 165750563 483053568 109341 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 117933 109341 660 659 0 117137 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 481664 KiB
Current children cumulated memory: 440040 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 4.10 4.10 5/246 855620
/proc/meminfo: memFree=89355724/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=470772 memory=433988 CPUtime=25.41 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 63047 0 0 0 2511 30 0 0 20 0 1 0 165750563 482070528 108497 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 117693 108497 660 659 0 116897 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 480704 KiB
Current children cumulated memory: 436664 KiB

[startup+51.1128 s]
/proc/loadavg: 4.14 4.11 4.10 5/246 855673
/proc/meminfo: memFree=102305280/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=1160708 memory=1118164 CPUtime=50.96 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 88245 0 0 0 5046 50 0 0 20 0 1 0 165750563 1188564992 279541 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 290177 279541 660 659 0 289381 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1170640 KiB
Current children cumulated memory: 1120840 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.10 5/246 855682
/proc/meminfo: memFree=82622716/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=15613172 memory=14978844 CPUtime=102.01 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 1129204 0 0 0 9611 590 0 0 20 0 1 0 165750563 15987888128 3744711 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 3903293 3744711 660 659 0 3902497 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 15623104 KiB
Current children cumulated memory: 14981520 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/248 855696
/proc/meminfo: memFree=83459944/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=13114156 memory=12480216 CPUtime=161.83 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 1218770 0 0 0 15514 669 0 0 20 0 1 0 165750563 13428895744 3120054 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 3278539 3120054 660 659 0 3277743 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 13124088 KiB
Current children cumulated memory: 12482892 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/248 855708
/proc/meminfo: memFree=81372892/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=16723876 memory=15315488 CPUtime=221.67 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 1382471 0 0 0 21359 808 0 0 20 0 1 0 165750563 17125249024 3828872 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 4180969 3828872 660 659 0 4180173 0
Current children cumulated CPU time: 221.67 s

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

Current children cumulated memory: 21915816 KiB

[startup+2082.3 s]
/proc/loadavg: 4.08 4.18 4.22 5/248 856753
/proc/meminfo: memFree=75453052/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=23980616 memory=23093412 CPUtime=2076.18 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 2307505 0 0 0 203436 4182 0 0 20 0 1 0 165750563 24556150784 5773353 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 5995154 5773353 660 659 0 5994358 0
Current children cumulated CPU time: 2076.18 s
Current children cumulated vsize: 23990548 KiB
Current children cumulated memory: 23096088 KiB

[startup+2142.3 s]
/proc/loadavg: 4.12 4.17 4.21 5/248 856764
/proc/meminfo: memFree=74684788/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=22416728 memory=21231312 CPUtime=2135.99 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 2493191 0 0 0 209367 4232 0 0 20 0 1 0 165750563 22954729472 5307828 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 5604182 5307828 660 659 0 5603386 0
Current children cumulated CPU time: 2135.99 s
Current children cumulated vsize: 22426660 KiB
Current children cumulated memory: 21233988 KiB

[startup+2202.3 s]
/proc/loadavg: 4.12 4.17 4.21 5/248 856774
/proc/meminfo: memFree=73063736/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=27996448 memory=24959436 CPUtime=2195.81 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 2668487 0 0 0 215198 4383 0 0 20 0 1 0 165750563 28668362752 6239859 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 6999112 6239859 660 659 0 6998316 0
Current children cumulated CPU time: 2195.81 s
Current children cumulated vsize: 28006380 KiB
Current children cumulated memory: 24962112 KiB

[startup+2262.3 s]
/proc/loadavg: 4.15 4.17 4.20 5/246 857167
/proc/meminfo: memFree=73371800/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=29207024 memory=26786488 CPUtime=2255.63 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) R 855609 855609 851444 0 -1 4194304 2978330 0 0 0 221112 4451 0 0 20 0 1 0 165750563 29907992576 6696622 134679101440 4194304 6891213 140724347226768 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 7301756 6696622 660 659 0 7300960 0
Current children cumulated CPU time: 2255.63 s
Current children cumulated vsize: 29216956 KiB
Current children cumulated memory: 26789164 KiB

[startup+2322.3 s]
/proc/loadavg: 4.19 4.17 4.19 4/247 857179
/proc/meminfo: memFree=71812144/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=29221220 memory=26923340 CPUtime=2309.4 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) S 855609 855609 851444 0 -1 4195840 2989013 0 0 0 226186 4754 0 0 20 0 1 0 165750563 29922529280 6730835 134679101440 4194304 6891213 140724347226768 140724347223664 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 7305305 6730835 660 659 0 7304509 0
Current children cumulated CPU time: 2309.4 s
Current children cumulated vsize: 29231152 KiB
Current children cumulated memory: 26926016 KiB

[startup+2329.92 s]
# the end of solver process 855609 was just reported to runsolver
# Child status: 134

# cumulated CPU time of all completed processes:  user=2261.87 s, system=48.1871 s

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

[startup+2323.2 s]
/proc/loadavg: 4.19 4.17 4.19 4/247 857179
/proc/meminfo: memFree=71812144/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=29221220 memory=26923340 CPUtime=2309.4 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) S 855609 855609 851444 0 -1 4195840 2989013 0 0 0 226186 4754 0 0 20 0 1 0 165750563 29922529280 6730835 134679101440 4194304 6891213 140724347226768 140724347223664 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 7305305 6730835 660 659 0 7304509 0
Current children cumulated CPU time: 2309.4 s
Current children cumulated vsize: 29231152 KiB
Current children cumulated memory: 26926016 KiB

[startup+2326.4 s]
/proc/loadavg: 4.19 4.17 4.19 4/247 857179
/proc/meminfo: memFree=71812116/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=29221220 memory=26923340 CPUtime=2309.4 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) S 855609 855609 851444 0 -1 4195840 2989013 0 0 0 226186 4754 0 0 20 0 1 0 165750563 29922529280 6730835 134679101440 4194304 6891213 140724347226768 140724347223664 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 7305305 6730835 660 659 0 7304509 0
Current children cumulated CPU time: 2309.4 s
Current children cumulated vsize: 29231152 KiB
Current children cumulated memory: 26926016 KiB

[startup+2328 s]*
/proc/loadavg: 4.17 4.16 4.19 4/247 857179
/proc/meminfo: memFree=71811956/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=29221220 memory=26923340 CPUtime=2309.4 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) S 855609 855609 851444 0 -1 4195840 2989013 0 0 0 226186 4754 0 0 20 0 1 0 165750563 29922529280 6730835 134679101440 4194304 6891213 140724347226768 140724347223664 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 7305305 6730835 660 659 0 7304509 0
Current children cumulated CPU time: 2309.4 s
Current children cumulated vsize: 29231152 KiB
Current children cumulated memory: 26926016 KiB

[startup+2328.8 s]
/proc/loadavg: 4.17 4.16 4.19 4/247 857179
/proc/meminfo: memFree=71811956/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
[pid=855614] ppid=855609 vsize=29221220 memory=26923340 CPUtime=2309.4 cores=5,7
/proc/855614/stat : 855614 (naps-1.03) S 855609 855609 851444 0 -1 4195840 2989013 0 0 0 226186 4754 0 0 20 0 1 0 165750563 29922529280 6730835 134679101440 4194304 6891213 140724347226768 140724347223664 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 22601728 140724347229173 140724347229285 140724347229285 140724347236299 0
/proc/855614/statm: 7305305 6730835 660 659 0 7304509 0
Current children cumulated CPU time: 2309.4 s
Current children cumulated vsize: 29231152 KiB
Current children cumulated memory: 26926016 KiB

[startup+2329.6 s]
/proc/loadavg: 4.17 4.16 4.19 5/247 857179
/proc/meminfo: memFree=73141180/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2676 KiB

[startup+2329.8 s]
/proc/loadavg: 4.17 4.16 4.19 5/247 857179
/proc/meminfo: memFree=73141180/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2676 KiB

[startup+2329.9 s]
/proc/loadavg: 4.17 4.16 4.19 5/247 857179
/proc/meminfo: memFree=73141180/131655788 swapFree=131071996/131071996
[pid=855609] ppid=855606 vsize=9932 memory=2676 CPUtime=0 cores=5,7
/proc/855609/stat : 855609 (naps-1.03.sh) S 855606 855609 851444 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 165750562 10170368 669 134679101440 94844352397312 94844353476632 140736999322048 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94844355575088 94844355622276 94844361895936 140736999326692 140736999326817 140736999326817 140736999333832 0
/proc/855609/statm: 2483 669 590 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2676 KiB

Child status: 134

Real time (s): 2329.92
CPU time (s): 2310.05
CPU user time (s): 2261.87
CPU system time (s): 48.1871
CPU usage (%): 99.1472
Max. virtual memory (cumulated for all children) (KiB): 30307884
Max. memory (cumulated for all children) (KiB): 26926016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2261.87
system time used= 48.1871
maximum resident set size= 26923528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2989494
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= 404
involuntary context switches= 1904


# summary of solver processes directly reported to runsolver:
#   pid: 855609
#   total CPU time (s): 2310.05
#   total CPU user time (s): 2261.87
#   total CPU system time (s): 48.1871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8114 second user time and 24.8224 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-16 15:18:50
IDJOB=4434505
IDBENCH=155650
IDSOLVER=3063
FILE ID=nodeC005/4434505-1721135917
RUNJOBID= nodeC005-1721128704-851457
SLURM_JOB_ID= 7505691
Free space on /tmp= 723760 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat25_6_4_1_mh.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434505-1721135917/watcher-4434505-1721135917 -o /tmp/evaluation-result-4434505-1721135917/solver-4434505-1721135917 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721128704-851457 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4434505-1721135917.opb

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

MD5SUM BENCH= 22685a6d8447b8be1a49f22723e48d9b
RANDOM SEED=1905139993

nodeC005.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3498.228
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.53
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		: 3509.924
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
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.333
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.53
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.292
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
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		: 3491.764
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.769
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
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.189
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.53
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.190
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        89861196 kB
MemAvailable:   95211148 kB
Buffers:          399264 kB
Cached:          5723048 kB
SwapCached:            0 kB
Active:           717180 kB
Inactive:       40322296 kB
Active(anon):       3496 kB
Inactive(anon): 34951372 kB
Active(file):     713684 kB
Inactive(file):  5370924 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8248 kB
Writeback:             0 kB
AnonPages:      34915496 kB
Mapped:           114004 kB
Shmem:             37704 kB
KReclaimable:     211084 kB
Slab:             326260 kB
SReclaimable:     211084 kB
SUnreclaim:       115176 kB
KernelStack:        3948 kB
PageTables:        77612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   42048604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53664 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23017472 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      252744 kB
DirectMap2M:    24817664 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723708 MiB
End job on nodeC005 at 2024-07-16 15:57:40