Trace number 4434506

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) 2120.89 2143.92

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat25_6_4_3_mh.opb
MD5SUM874226caa0bf9660770f6c6eed696157
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 benchmark5107943
Best CPU time to get the best result obtained on this benchmark552.976
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 182284263
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 13627510549
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 182284263
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 13627510549
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-4434506-1721138703.opb
1.67/1.74	c single stage optimization mode
17.13/17.29	o 406548519
429.36/430.72	o 101177572
1808.76/1814.40	o 46720771
2117.23/2123.97	terminate called after throwing an instance of 'std::bad_alloc'
2117.23/2123.97	  what():  std::bad_alloc
0.00/2143.92	HOME/naps-1.03.sh: line 6: 856568 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: 64059 MiB (61068 MiB free)
  memory of node 1: 64510 MiB (62219 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434506-1721138703/watcher-4434506-1721138703 -o /tmp/evaluation-result-4434506-1721138703/solver-4434506-1721138703 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721138716-856534 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4434506-1721138703.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
Current StackSize limit: 8192 KiB

solver pid=856563, runsolver pid=856560

[startup+0.100142 s]*
/proc/loadavg: 3.40 4.06 4.22 5/234 856568
/proc/meminfo: memFree=126220852/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=9124 memory=7608 CPUtime=0.1 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 1479 0 0 0 10 0 0 0 20 0 1 0 166029097 9342976 1902 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 2281 1902 548 659 0 1485 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 19056 KiB
Current children cumulated memory: 10240 KiB

[startup+0.213791 s]*
/proc/loadavg: 3.40 4.06 4.22 5/230 856570
/proc/meminfo: memFree=126209712/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=19216 memory=17124 CPUtime=0.21 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 4145 0 0 0 20 1 0 0 20 0 1 0 166029097 19677184 4281 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 4804 4281 596 659 0 4008 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29148 KiB
Current children cumulated memory: 19756 KiB

[startup+0.313239 s]*
/proc/loadavg: 3.40 4.06 4.22 5/244 856598
/proc/meminfo: memFree=126191768/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=21872 memory=19764 CPUtime=0.31 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 4813 0 0 0 30 1 0 0 20 0 1 0 166029097 22396928 4941 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 5468 4941 596 659 0 4672 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 31804 KiB
Current children cumulated memory: 22396 KiB

[startup+0.7004 s]
/proc/loadavg: 3.40 4.06 4.22 5/242 856598
/proc/meminfo: memFree=126160840/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=38196 memory=35868 CPUtime=0.68 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 8838 0 0 0 66 2 0 0 20 0 1 0 166029097 39112704 8967 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 9549 8967 596 659 0 8753 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 48128 KiB
Current children cumulated memory: 38500 KiB

[startup+1.50044 s]
/proc/loadavg: 3.40 4.06 4.22 5/249 856613
/proc/meminfo: memFree=126012740/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=250952 memory=246092 CPUtime=1.48 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 41287 0 0 0 135 13 0 0 20 0 1 0 166029097 256974848 61523 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 62738 61523 612 659 0 61942 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 260884 KiB
Current children cumulated memory: 248724 KiB

[startup+3.11329 s]
/proc/loadavg: 3.44 4.05 4.22 5/249 856613
/proc/meminfo: memFree=125411296/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=408632 memory=391168 CPUtime=3.09 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 51139 0 0 0 291 18 0 0 20 0 1 0 166029097 418439168 97792 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 102158 97792 644 659 0 101362 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 418564 KiB
Current children cumulated memory: 393800 KiB

[startup+6.30041 s]
/proc/loadavg: 3.44 4.05 4.22 5/249 856615
/proc/meminfo: memFree=124420112/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=489448 memory=466624 CPUtime=6.26 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 56778 0 0 0 602 24 0 0 20 0 1 0 166029097 501194752 116656 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 122362 116656 660 659 0 121566 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 499380 KiB
Current children cumulated memory: 469256 KiB

[startup+12.7004 s]
/proc/loadavg: 3.53 4.05 4.22 5/249 856615
/proc/meminfo: memFree=122393296/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=538084 memory=503668 CPUtime=12.64 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 60475 0 0 0 1235 29 0 0 20 0 1 0 166029097 550998016 125917 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 134521 125917 660 659 0 133725 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 548016 KiB
Current children cumulated memory: 506300 KiB

[startup+25.5005 s]
/proc/loadavg: 3.68 4.07 4.22 5/249 856618
/proc/meminfo: memFree=119911168/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=470772 memory=436356 CPUtime=25.41 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 62124 0 0 0 2509 32 0 0 20 0 1 0 166029097 482070528 109089 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 117693 109089 660 659 0 116897 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 480704 KiB
Current children cumulated memory: 438988 KiB

[startup+51.1131 s]
/proc/loadavg: 3.79 4.06 4.22 5/248 856621
/proc/meminfo: memFree=113592388/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=1160192 memory=1119820 CPUtime=50.94 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 88019 0 0 0 5044 50 0 0 20 0 1 0 166029097 1188036608 279955 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 290048 279955 660 659 0 289252 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1170124 KiB
Current children cumulated memory: 1122452 KiB

[startup+102.3 s]
/proc/loadavg: 3.96 4.06 4.21 5/248 856629
/proc/meminfo: memFree=90946208/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=14462780 memory=12494800 CPUtime=101.97 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 1198110 0 0 0 9645 552 0 0 20 0 1 0 166029097 14809886720 3123700 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 3615695 3123700 660 659 0 3614899 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 14472712 KiB
Current children cumulated memory: 12497432 KiB

[startup+162.3 s]
/proc/loadavg: 4.34 4.13 4.22 6/252 856751
/proc/meminfo: memFree=102183584/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=14166500 memory=13441472 CPUtime=161.78 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 1291041 0 0 0 15488 690 0 0 20 0 1 0 166029097 14506496000 3360368 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 3541625 3360368 660 659 0 3540829 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 14176432 KiB
Current children cumulated memory: 13444104 KiB

[startup+222.3 s]
/proc/loadavg: 4.20 4.13 4.21 5/253 856768
/proc/meminfo: memFree=96811916/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=15277132 memory=14457672 CPUtime=221.58 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 1356601 0 0 0 21379 779 0 0 20 0 1 0 166029097 15643783168 3614418 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 3819283 3614418 660 659 0 3818487 0
Current children cumulated CPU time: 221.58 s

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

Current children cumulated memory: 18227572 KiB

[startup+1782.3 s]
/proc/loadavg: 4.24 4.31 4.23 5/247 857655
/proc/meminfo: memFree=90821120/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=21528644 memory=20210640 CPUtime=1776.76 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 2276602 0 0 0 174357 3319 0 0 20 0 1 0 166029097 22045331456 5052660 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 5382161 5052660 660 659 0 5381365 0
Current children cumulated CPU time: 1776.76 s
Current children cumulated vsize: 21538576 KiB
Current children cumulated memory: 20213272 KiB

[startup+1842.3 s]
/proc/loadavg: 4.15 4.26 4.22 5/245 857666
/proc/meminfo: memFree=87988944/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=24204272 memory=23032744 CPUtime=1836.57 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 2544987 0 0 0 180118 3539 0 0 20 0 1 0 166029097 24785174528 5758186 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 6051068 5758186 660 659 0 6050272 0
Current children cumulated CPU time: 1836.57 s
Current children cumulated vsize: 24214204 KiB
Current children cumulated memory: 23035376 KiB

[startup+1902.3 s]
/proc/loadavg: 4.09 4.23 4.20 5/245 857676
/proc/meminfo: memFree=85118128/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=27134340 memory=25877216 CPUtime=1896.36 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 2558244 0 0 0 185940 3696 0 0 20 0 1 0 166029097 27785564160 6469304 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 6783585 6469304 660 659 0 6782789 0
Current children cumulated CPU time: 1896.36 s
Current children cumulated vsize: 27144272 KiB
Current children cumulated memory: 25879848 KiB

[startup+1962.3 s]
/proc/loadavg: 4.18 4.23 4.20 5/245 857687
/proc/meminfo: memFree=85296788/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=27134340 memory=25877216 CPUtime=1956.17 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 2566854 0 0 0 191917 3700 0 0 20 0 1 0 166029097 27785564160 6469304 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 6783585 6469304 660 659 0 6782789 0
Current children cumulated CPU time: 1956.17 s
Current children cumulated vsize: 27144272 KiB
Current children cumulated memory: 25879848 KiB

[startup+2022.3 s]
/proc/loadavg: 4.12 4.20 4.19 5/245 857697
/proc/meminfo: memFree=86169420/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=26222988 memory=24979928 CPUtime=2015.96 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 2587990 0 0 0 197734 3862 0 0 20 0 1 0 166029097 26852339712 6244982 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 6555747 6244982 660 659 0 6554951 0
Current children cumulated CPU time: 2015.96 s
Current children cumulated vsize: 26232920 KiB
Current children cumulated memory: 24982560 KiB

[startup+2082.3 s]
/proc/loadavg: 4.16 4.19 4.19 5/245 857708
/proc/meminfo: memFree=87488844/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=25150896 memory=23907836 CPUtime=2075.77 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) R 856563 856563 856521 0 -1 4194304 2599396 0 0 0 203696 3881 0 0 20 0 1 0 166029097 25754517504 5976959 134679101440 4194304 6891213 140730031997392 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 6287724 5976959 660 659 0 6286928 0
Current children cumulated CPU time: 2075.77 s
Current children cumulated vsize: 25160828 KiB
Current children cumulated memory: 23910468 KiB

[startup+2142.3 s]
/proc/loadavg: 4.33 4.22 4.20 4/248 857724
/proc/meminfo: memFree=82825820/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=27798492 memory=26555432 CPUtime=2120.31 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) S 856563 856563 856521 0 -1 4195840 2606240 0 0 0 207795 4236 0 0 20 0 1 0 166029097 28465655808 6638858 134679101440 4194304 6891213 140730031997392 140730031994000 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 6949623 6638858 660 659 0 6948827 0
Current children cumulated CPU time: 2120.31 s
Current children cumulated vsize: 27808424 KiB
Current children cumulated memory: 26558064 KiB

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

# cumulated CPU time of all completed processes:  user=2077.96 s, system=42.9283 s

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

[startup+2142.4 s]
/proc/loadavg: 4.33 4.22 4.20 4/248 857724
/proc/meminfo: memFree=82825820/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=27798492 memory=26555432 CPUtime=2120.31 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) S 856563 856563 856521 0 -1 4195840 2606240 0 0 0 207795 4236 0 0 20 0 1 0 166029097 28465655808 6638858 134679101440 4194304 6891213 140730031997392 140730031994000 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 6949623 6638858 660 659 0 6948827 0
Current children cumulated CPU time: 2120.31 s
Current children cumulated vsize: 27808424 KiB
Current children cumulated memory: 26558064 KiB

[startup+2143.2 s]
/proc/loadavg: 4.33 4.22 4.20 5/248 857724
/proc/meminfo: memFree=83909940/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
[pid=856568] ppid=856563 vsize=27798492 memory=26555432 CPUtime=2120.31 cores=5,7
/proc/856568/stat : 856568 (naps-1.03) S 856563 856563 856521 0 -1 4195840 2606240 0 0 0 207795 4236 0 0 20 0 1 0 166029097 28465655808 6638858 134679101440 4194304 6891213 140730031997392 140730031994000 6272572 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 24588288 140730032006133 140730032006245 140730032006245 140730032013259 0
/proc/856568/statm: 6949623 6638858 660 659 0 6948827 0
Current children cumulated CPU time: 2120.31 s
Current children cumulated vsize: 27808424 KiB
Current children cumulated memory: 26558064 KiB

[startup+2143.6 s]
/proc/loadavg: 4.33 4.22 4.20 5/248 857724
/proc/meminfo: memFree=83909940/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2632 KiB

[startup+2143.8 s]
/proc/loadavg: 4.33 4.22 4.20 5/248 857724
/proc/meminfo: memFree=83909940/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2632 KiB

[startup+2143.91 s]
/proc/loadavg: 4.33 4.22 4.20 5/248 857724
/proc/meminfo: memFree=83909940/131655788 swapFree=131071996/131071996
[pid=856563] ppid=856560 vsize=9932 memory=2632 CPUtime=0 cores=5,7
/proc/856563/stat : 856563 (naps-1.03.sh) S 856560 856563 856521 0 -1 4194304 220 239 0 0 0 0 0 0 20 0 1 0 166029097 10170368 658 134679101440 94268106944512 94268108023832 140722748470128 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94268110122288 94268110169476 94268121120768 140722748474340 140722748474465 140722748474465 140722748481480 0
/proc/856563/statm: 2483 658 579 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2632 KiB

Child status: 134

Real time (s): 2143.92
CPU time (s): 2120.89
CPU user time (s): 2077.96
CPU system time (s): 42.9283
CPU usage (%): 98.9257
Max. virtual memory (cumulated for all children) (KiB): 29610364
Max. memory (cumulated for all children) (KiB): 28360004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2077.96
system time used= 42.9283
maximum resident set size= 28357372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2606715
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= 543
involuntary context switches= 1550


# summary of solver processes directly reported to runsolver:
#   pid: 856563
#   total CPU time (s): 2120.89
#   total CPU user time (s): 2077.96
#   total CPU system time (s): 42.9283

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2909 second user time and 22.198 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-16 16:05:16
IDJOB=4434506
IDBENCH=155671
IDSOLVER=3063
FILE ID=nodeC006/4434506-1721138703
RUNJOBID= nodeC006-1721138716-856534
SLURM_JOB_ID= 7505716
Free space on /tmp= 723764 MiB

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

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

MD5SUM BENCH= 874226caa0bf9660770f6c6eed696157
RANDOM SEED=1975993975

nodeC006.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		: 1197.247
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126254584 kB
MemAvailable:   129887484 kB
Buffers:          415320 kB
Cached:          4014536 kB
SwapCached:            0 kB
Active:           721372 kB
Inactive:        4052944 kB
Active(anon):       1380 kB
Inactive(anon):   381428 kB
Active(file):     719992 kB
Inactive(file):  3671516 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             24324 kB
Writeback:            24 kB
AnonPages:        345332 kB
Mapped:           103504 kB
Shmem:             37704 kB
KReclaimable:     162848 kB
Slab:             268140 kB
SReclaimable:     162848 kB
SUnreclaim:       105292 kB
KernelStack:        3632 kB
PageTables:         8688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     724488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53184 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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:      219976 kB
DirectMap2M:    27996160 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723676 MiB
End job on nodeC006 at 2024-07-16 16:41:00