Trace number 4459277

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-GM 1.03? (MO) 1619.42 1623.76

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2017/normalized-rmine15.opb
MD5SUM8b0f0a056877f36e2c13e33d533276b3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-218422812
Best CPU time to get the best result obtained on this benchmark3558.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42438
Total number of constraints358395
Number of constraints which are clauses358365
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint2
Maximum length of a constraint6750
Number of terms in the objective function 42438
Biggest coefficient in the objective function 100528
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 500000100
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 74056307
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 500000100
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4459277-1721898617.opb
1618.66/1623.01	c 
1618.66/1623.01	c *** TERMINATED *** by signal 15
1618.66/1623.01	s UNKNOWN
1618.66/1623.01	c _____________________________________________________________________________
1618.66/1623.01	c std/band forms        : 43,0
1618.66/1623.01	c 2cl/3cl ITE-codings   : 0,0
1618.66/1623.01	c BDD/srt/adr Max costs : 10270144,9324986,0
1618.66/1623.01	c BDDraw/bin/mul/srt/adr: 0,0,13,30,0
1618.66/1623.01	c BDD nodes             : 112433461
1618.66/1623.01	c Es1/CC detections     : 0,0
1618.66/1623.01	c CC sort               : 0
1618.66/1623.01	c SAT/UNSAT calls       : 0,0
1618.66/1623.01	c regenrated variables  : 0
1618.66/1623.01	c eliminated fixed lits : 0
1618.66/1623.01	c goal lit flips        : 0
1618.66/1623.01	c goal stages           : 0
1618.66/1623.01	c goal shrink           : 0
1618.66/1623.01	c goal coeff separations: 0
1618.66/1623.01	c restarts              : 0
1618.66/1623.01	c conflicts             : 0              (0 /sec)
1618.66/1623.01	c decisions             : 0              (0 /sec)
1618.66/1623.01	c propagations          : 0              (0 /sec)
1618.66/1623.01	c inspects              : 0              (0 /sec)
1618.66/1623.01	c CPU time (solving tm) : 1606 s        (0 s, SAT 0 s, UNSAT 0 s)
1618.66/1623.01	c Time for Opt-base     : 367.8 s
1618.66/1623.01	c Steps for Opt-base    : 1814572308
1618.66/1623.01	c Time for BDD coding   : 1034 s
1618.66/1623.01	c Time for srt coding   : 164.7 s
1618.66/1623.01	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (24515 MiB free)
  memory of node 1: 64510 MiB (40715 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459277-1721898617/watcher-4459277-1721898617 -o /tmp/evaluation-result-4459277-1721898617/solver-4459277-1721898617 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721890982-270652 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4459277-1721898617.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=275168, runsolver pid=275165

[startup+0.100102 s]*
/proc/loadavg: 4.81 4.35 4.18 6/249 275173
/proc/meminfo: memFree=66776692/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=29304 memory=20708 CPUtime=0.1 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 5196 0 0 0 9 1 0 0 20 0 1 0 25851259 30007296 5177 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 7326 5177 391 659 0 6530 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 39236 KiB
Current children cumulated memory: 23448 KiB

[startup+0.214115 s]*
/proc/loadavg: 4.81 4.35 4.18 5/249 275173
/proc/meminfo: memFree=66776636/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=29304 memory=20708 CPUtime=0.21 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 5198 0 0 0 20 1 0 0 20 0 1 0 25851259 30007296 5177 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 7326 5177 391 659 0 6530 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 39236 KiB
Current children cumulated memory: 23448 KiB

[startup+0.314022 s]*
/proc/loadavg: 4.81 4.35 4.18 5/249 275173
/proc/meminfo: memFree=66774120/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=31368 memory=23252 CPUtime=0.31 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 6037 0 0 0 30 1 0 0 20 0 1 0 25851259 32120832 5813 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 7842 5813 436 659 0 7046 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 41300 KiB
Current children cumulated memory: 25992 KiB

[startup+0.700443 s]
/proc/loadavg: 4.81 4.35 4.18 5/249 275173
/proc/meminfo: memFree=66771564/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=33292 memory=27868 CPUtime=0.68 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 6691 0 0 0 67 1 0 0 20 0 1 0 25851259 34091008 6967 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 8323 6967 436 659 0 7527 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 43224 KiB
Current children cumulated memory: 30608 KiB

[startup+1.50044 s]
/proc/loadavg: 4.81 4.35 4.18 5/249 275173
/proc/meminfo: memFree=66764384/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=47356 memory=39936 CPUtime=1.48 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 9882 0 0 0 145 3 0 0 20 0 1 0 25851259 48492544 9984 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 11839 9984 436 659 0 11043 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 57288 KiB
Current children cumulated memory: 42676 KiB

[startup+3.11406 s]
/proc/loadavg: 4.81 4.35 4.18 5/249 275173
/proc/meminfo: memFree=66709360/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=88828 memory=81532 CPUtime=3.08 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 19864 0 0 0 303 5 0 0 20 0 1 0 25851259 90959872 20383 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 22207 20383 436 659 0 21411 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 98760 KiB
Current children cumulated memory: 84272 KiB

[startup+6.30045 s]
/proc/loadavg: 4.75 4.35 4.18 5/249 275173
/proc/meminfo: memFree=66659204/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=88828 memory=81532 CPUtime=6.26 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 19864 0 0 0 621 5 0 0 20 0 1 0 25851259 90959872 20383 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 22207 20383 436 659 0 21411 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 98760 KiB
Current children cumulated memory: 84272 KiB

[startup+12.7004 s]
/proc/loadavg: 4.69 4.34 4.18 5/249 275174
/proc/meminfo: memFree=65279100/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=488756 memory=479268 CPUtime=12.65 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 107263 0 0 0 1242 23 0 0 20 0 1 0 25851259 500486144 119817 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 122189 119817 468 659 0 121393 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 498688 KiB
Current children cumulated memory: 482008 KiB

[startup+25.5005 s]
/proc/loadavg: 4.54 4.32 4.18 5/249 275176
/proc/meminfo: memFree=66024700/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=1062484 memory=1054372 CPUtime=25.42 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 238140 0 0 0 2494 48 0 0 20 0 1 0 25851259 1087983616 263593 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 265621 263593 468 659 0 264825 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1072416 KiB
Current children cumulated memory: 1057112 KiB

[startup+51.1146 s]
/proc/loadavg: 4.41 4.31 4.18 5/249 275180
/proc/meminfo: memFree=65784044/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=1245468 memory=1216728 CPUtime=50.97 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 240177 0 0 0 5042 55 0 0 20 0 1 0 25851259 1275359232 304182 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 311367 304182 468 659 0 310571 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1255400 KiB
Current children cumulated memory: 1219468 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 4.28 4.17 5/249 275190
/proc/meminfo: memFree=63549384/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=3351040 memory=3272260 CPUtime=102.03 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 682463 0 0 0 10060 143 0 0 20 0 1 0 25851259 3431464960 818065 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 837760 818065 468 659 0 836964 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 3360972 KiB
Current children cumulated memory: 3275000 KiB

[startup+162.3 s]
/proc/loadavg: 4.21 4.26 4.17 5/249 275201
/proc/meminfo: memFree=63043768/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=3847764 memory=3709728 CPUtime=161.87 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 684543 0 0 0 16025 162 0 0 20 0 1 0 25851259 3940110336 927432 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 961941 927432 468 659 0 961145 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 3857696 KiB
Current children cumulated memory: 3712468 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.24 4.17 5/249 275211
/proc/meminfo: memFree=62431588/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=4390640 memory=4342780 CPUtime=221.72 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 822821 0 0 0 21980 192 0 0 20 0 1 0 25851259 4496015360 1085695 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 1097660 1085695 468 659 0 1096864 0
Current children cumulated CPU time: 221.72 s

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

[pid=275173] ppid=275168 vsize=17981612 memory=17606448 CPUtime=1179.11 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 1948795 0 0 0 117143 768 0 0 20 0 1 0 25851259 18413170688 4401612 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 4495403 4401612 468 659 0 4494607 0
Current children cumulated CPU time: 1179.11 s
Current children cumulated vsize: 17991544 KiB
Current children cumulated memory: 17609188 KiB

[startup+1242.3 s]
/proc/loadavg: 4.07 4.10 4.13 5/251 276004
/proc/meminfo: memFree=51059276/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=15721820 memory=15426456 CPUtime=1238.95 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 2065421 0 0 0 123092 803 0 0 20 0 1 0 25851259 16099143680 3856614 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 3930455 3856614 468 659 0 3929659 0
Current children cumulated CPU time: 1238.95 s
Current children cumulated vsize: 15731752 KiB
Current children cumulated memory: 15429196 KiB

[startup+1302.3 s]
/proc/loadavg: 4.13 4.11 4.13 5/251 276016
/proc/meminfo: memFree=51146324/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=15721820 memory=15428592 CPUtime=1298.78 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 2072207 0 0 0 129063 815 0 0 20 0 1 0 25851259 16099143680 3857148 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 3930455 3857148 468 659 0 3929659 0
Current children cumulated CPU time: 1298.78 s
Current children cumulated vsize: 15731752 KiB
Current children cumulated memory: 15431332 KiB

[startup+1362.3 s]
/proc/loadavg: 4.09 4.11 4.12 5/251 276026
/proc/meminfo: memFree=51149776/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=15721820 memory=15610864 CPUtime=1358.63 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 2079444 0 0 0 135032 831 0 0 20 0 1 0 25851259 16099143680 3902716 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 3930455 3902716 468 659 0 3929659 0
Current children cumulated CPU time: 1358.63 s
Current children cumulated vsize: 15731752 KiB
Current children cumulated memory: 15613604 KiB

[startup+1422.3 s]
/proc/loadavg: 4.22 4.13 4.13 5/249 276036
/proc/meminfo: memFree=50369312/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=16161512 memory=16081268 CPUtime=1418.47 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 2195608 0 0 0 140982 865 0 0 20 0 1 0 25851259 16549388288 4020317 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 4040378 4020317 468 659 0 4039582 0
Current children cumulated CPU time: 1418.47 s
Current children cumulated vsize: 16171444 KiB
Current children cumulated memory: 16084008 KiB

[startup+1482.3 s]
/proc/loadavg: 4.15 4.12 4.12 5/249 276046
/proc/meminfo: memFree=50131336/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=17358728 memory=16219388 CPUtime=1478.32 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 2202646 0 0 0 146948 884 0 0 20 0 1 0 25851259 17775337472 4054847 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 4339682 4054847 468 659 0 4338886 0
Current children cumulated CPU time: 1478.32 s
Current children cumulated vsize: 17368660 KiB
Current children cumulated memory: 16222128 KiB

[startup+1542.3 s]
/proc/loadavg: 4.17 4.13 4.12 5/246 276058
/proc/meminfo: memFree=49443536/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=17798420 memory=16738940 CPUtime=1538.15 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 2319105 0 0 0 152897 918 0 0 20 0 1 0 25851259 18225582080 4184735 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 4449605 4184735 468 659 0 4448809 0
Current children cumulated CPU time: 1538.15 s
Current children cumulated vsize: 17808352 KiB
Current children cumulated memory: 16741680 KiB

[startup+1602.3 s]
/proc/loadavg: 4.12 4.12 4.11 5/246 276068
/proc/meminfo: memFree=43820268/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=24168640 memory=22364136 CPUtime=1598 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 2421117 0 0 0 158741 1059 0 0 20 0 1 0 25851259 24748687360 5591034 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 6042160 5591034 468 659 0 6041364 0
Current children cumulated CPU time: 1598 s
Current children cumulated vsize: 24178572 KiB
Current children cumulated memory: 22366876 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1623 s]*
/proc/loadavg: 4.09 4.11 4.11 5/246 276072
/proc/meminfo: memFree=37621908/131655788 swapFree=131058856/131071996
[pid=275168] ppid=275165 vsize=9932 memory=2740 CPUtime=0 cores=5,7
/proc/275168/stat : 275168 (naps-1.03.sh) S 275165 275168 270639 0 -1 4194304 221 240 0 0 0 0 0 0 20 0 1 0 25851258 10170368 685 134679101440 94121875759104 94121876838424 140737437698592 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94121878936880 94121878984068 94121896374272 140737437705184 140737437705313 140737437705313 140737437712328 0
/proc/275168/statm: 2483 685 607 264 0 134 0
[pid=275173] ppid=275168 vsize=31745368 memory=28414520 CPUtime=1618.66 cores=5,7
/proc/275173/stat : 275173 (naps-1.03) R 275168 275168 270639 0 -1 4194304 2942486 0 0 0 160638 1228 0 0 20 0 1 0 25851259 32507256832 7103630 134679101440 4194304 6891213 140726514777600 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 17219584 140726514783217 140726514783333 140726514783333 140726514790347 0
/proc/275173/statm: 7936342 7103630 468 659 0 7935546 0
Current children cumulated CPU time: 1618.66 s
Current children cumulated vsize: 31755300 KiB
Current children cumulated memory: 28417260 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+1623.02 s]
# the end of solver process 275168 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.003835 s, system=0.002891 s

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

# cumulated CPU time of all completed processes:  user=1606.39 s, system=13.0272 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+1623.21 s]
/proc/loadavg: 4.09 4.11 4.11 5/245 276072
/proc/meminfo: memFree=39592048/131655788 swapFree=131058856/131071996
Current cumulated CPU time of completed processes: 0.006726 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1623.6 s]
/proc/loadavg: 4.09 4.11 4.11 5/245 276072
/proc/meminfo: memFree=39592048/131655788 swapFree=131058856/131071996
Current cumulated CPU time of completed processes: 0.006726 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1623.7 s]
/proc/loadavg: 4.09 4.11 4.11 5/245 276072
/proc/meminfo: memFree=39592048/131655788 swapFree=131058856/131071996
Current cumulated CPU time of completed processes: 0.006726 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 1623.76
CPU time (s): 1619.42
CPU user time (s): 1606.39
CPU system time (s): 13.0272
CPU usage (%): 99.7328
Max. virtual memory (cumulated for all children) (KiB): 31755300
Max. memory (cumulated for all children) (KiB): 28417260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1606.39
system time used= 13.0272
maximum resident set size= 28414936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2942992
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= 12
involuntary context switches= 2969


# summary of solver processes directly reported to runsolver:
#   pid: 275168,275173
#   total CPU time (s): 1619.42
#   total CPU user time (s): 1606.39
#   total CPU system time (s): 13.0272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.87577 second user time and 19.3182 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-25 11:10:17
IDJOB=4459277
IDBENCH=178667
IDSOLVER=3062
FILE ID=nodeC010/4459277-1721898617
RUNJOBID= nodeC010-1721890982-270652
SLURM_JOB_ID= 8089344
Free space on /tmp= 723672 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-rmine15.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459277-1721898617/watcher-4459277-1721898617 -o /tmp/evaluation-result-4459277-1721898617/solver-4459277-1721898617 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721890982-270652 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4459277-1721898617.opb

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

MD5SUM BENCH= 8b0f0a056877f36e2c13e33d533276b3
RANDOM SEED=1033509271

nodeC010.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		: 3670.139
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.61
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		: 3663.581
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.28
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.381
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.61
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.208
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.28
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		: 3671.696
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        66797144 kB
MemAvailable:   110875484 kB
Buffers:          307696 kB
Cached:         44093224 kB
SwapCached:          192 kB
Active:          2278480 kB
Inactive:       61319400 kB
Active(anon):       2056 kB
Inactive(anon): 19248428 kB
Active(file):    2276424 kB
Inactive(file): 42070972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:             17872 kB
Writeback:            12 kB
AnonPages:      19196676 kB
Mapped:           105548 kB
Shmem:             53520 kB
KReclaimable:     792688 kB
Slab:             913484 kB
SReclaimable:     792688 kB
SUnreclaim:       120796 kB
KernelStack:        3984 kB
PageTables:        47148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   21336796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14784 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6623232 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:      412488 kB
DirectMap2M:    54018048 kB
DirectMap1G:    81788928 kB

Free space on /tmp at the end= 723668 MiB
End job on nodeC010 at 2024-07-25 11:37:21