Trace number 4452221

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.24 3610.24

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-rmine11.0.u.opb
MD5SUMf2b4c33dfdd2685ad5de2b9c67a512a4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12292
Total number of constraints97390
Number of constraints which are clauses97367
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints23
Minimum length of a constraint2
Maximum length of a constraint12292
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 263990968
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 763991018
Number of bits of the biggest sum of numbers30
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.02b5.
0.00/0.00	c Input file name: HOME/instance-4452221-1721435246.opb
3600.09/3610.10	c 
3600.09/3610.10	c *** TERMINATED *** by signal 15
3600.09/3610.10	s UNKNOWN
3600.09/3610.10	c _____________________________________________________________________________
3600.09/3610.10	c 
3600.09/3610.10	c std/band forms        : 46,0
3600.09/3610.10	c 2cl/3cl ITE-codings   : 0,0
3600.09/3610.10	c BDD/srt/adr Max costs : 0,492820,162166
3600.09/3610.10	c BDDraw/bin/mul/srt/adr: 0,0,23,2,21
3600.09/3610.10	c BDD nodes             : 93890537
3600.09/3610.10	c Es1/CC detections     : 0,0
3600.09/3610.10	c SAT/UNSAT calls       : 0,0
3600.09/3610.10	c regenrated variables  : 0
3600.09/3610.10	c restarts              : 0
3600.09/3610.10	c conflicts             : 0              (0 /sec)
3600.09/3610.10	c decisions             : 0              (0 /sec)
3600.09/3610.10	c propagations          : 0              (0 /sec)
3600.09/3610.10	c inspects              : 0              (0 /sec)
3600.09/3610.10	c CPU time (solving tm) : 3593 s        (2298 s)
3600.09/3610.10	c Time for Opt-base     : 434.2 s
3600.09/3610.10	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: 63968 MiB (58071 MiB free)
  memory of node 1: 64473 MiB (60415 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452221-1721435246/watcher-4452221-1721435246 -o /tmp/evaluation-result-4452221-1721435246/solver-4452221-1721435246 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721435230-1043544 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4452221-1721435246.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=1044172, runsolver pid=1044169

[startup+0.100087 s]*
/proc/loadavg: 2.12 1.38 1.78 5/261 1044177
/proc/meminfo: memFree=121309296/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=16236 memory=11036 CPUtime=0.09 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 2692 0 0 0 9 0 0 0 20 0 1 0 195695109 16625664 2759 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 4059 2759 405 379 0 3593 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 26168 KiB
Current children cumulated memory: 13736 KiB

[startup+0.205981 s]*
/proc/loadavg: 2.12 1.38 1.78 5/261 1044177
/proc/meminfo: memFree=121297072/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=17520 memory=12620 CPUtime=0.2 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 3069 0 0 0 20 0 0 0 20 0 1 0 195695109 17940480 3155 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 4380 3155 405 379 0 3914 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 27452 KiB
Current children cumulated memory: 15320 KiB

[startup+0.305416 s]*
/proc/loadavg: 2.27 1.43 1.79 5/261 1044177
/proc/meminfo: memFree=121285172/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=18160 memory=13664 CPUtime=0.3 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 3341 0 0 0 30 0 0 0 20 0 1 0 195695109 18595840 3416 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 4540 3416 405 379 0 4074 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 28092 KiB
Current children cumulated memory: 16364 KiB

[startup+0.70024 s]
/proc/loadavg: 2.27 1.43 1.79 5/261 1044177
/proc/meminfo: memFree=121256916/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=29508 memory=27120 CPUtime=0.69 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 6216 0 0 0 68 1 0 0 20 0 1 0 195695109 30216192 6780 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 7377 6780 421 379 0 6911 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 39440 KiB
Current children cumulated memory: 29820 KiB

[startup+1.50018 s]
/proc/loadavg: 2.27 1.43 1.79 5/261 1044177
/proc/meminfo: memFree=121194136/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=29664 memory=27384 CPUtime=1.49 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 6270 0 0 0 148 1 0 0 20 0 1 0 195695109 30375936 6846 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 7416 6846 421 379 0 6950 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 39596 KiB
Current children cumulated memory: 30084 KiB

[startup+3.10622 s]
/proc/loadavg: 2.27 1.43 1.79 5/261 1044179
/proc/meminfo: memFree=120851212/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=169700 memory=167220 CPUtime=3.09 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 41735 0 0 0 303 6 0 0 20 0 1 0 195695109 173772800 41805 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 42425 41805 421 379 0 41959 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 179632 KiB
Current children cumulated memory: 169920 KiB

[startup+6.30026 s]
/proc/loadavg: 2.49 1.49 1.81 5/261 1044179
/proc/meminfo: memFree=120284408/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=413220 memory=409036 CPUtime=6.28 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 101044 0 0 0 613 15 0 0 20 0 1 0 195695109 423137280 102259 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 103305 102259 421 379 0 102839 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 423152 KiB
Current children cumulated memory: 411736 KiB

[startup+12.7002 s]
/proc/loadavg: 2.61 1.53 1.82 5/261 1044179
/proc/meminfo: memFree=119235848/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=867244 memory=864056 CPUtime=12.66 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 211349 0 0 0 1234 32 0 0 20 0 1 0 195695109 888057856 216014 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 216811 216014 421 379 0 216345 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 877176 KiB
Current children cumulated memory: 866756 KiB

[startup+25.5003 s]
/proc/loadavg: 2.83 1.61 1.84 5/261 1044182
/proc/meminfo: memFree=116958032/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=1743076 memory=1733748 CPUtime=25.42 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 410900 0 0 0 2476 66 0 0 20 0 1 0 195695109 1784909824 433437 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 435769 433437 421 379 0 435303 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1753008 KiB
Current children cumulated memory: 1736448 KiB

[startup+51.106 s]
/proc/loadavg: 3.37 1.86 1.92 5/261 1044185
/proc/meminfo: memFree=112639372/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=3372000 memory=3344540 CPUtime=50.97 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 786251 0 0 0 4962 135 0 0 20 0 1 0 195695109 3452928000 836135 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 843000 836135 421 379 0 842534 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 3381932 KiB
Current children cumulated memory: 3347240 KiB

[startup+102.3 s]
/proc/loadavg: 3.84 2.22 2.04 5/262 1044364
/proc/meminfo: memFree=104322864/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=6330400 memory=6317816 CPUtime=102.03 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 1475652 0 0 0 9949 254 0 0 20 0 1 0 195695109 6482329600 1579454 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 1582600 1579454 421 379 0 1582134 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 6340332 KiB
Current children cumulated memory: 6320516 KiB

[startup+162.3 s]
/proc/loadavg: 4.38 2.66 2.20 5/262 1044374
/proc/meminfo: memFree=96179164/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=9598432 memory=9587404 CPUtime=161.88 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 2276992 0 0 0 15796 392 0 0 20 0 1 0 195695109 9828794368 2396851 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 2399608 2396851 421 379 0 2399142 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 9608364 KiB
Current children cumulated memory: 9590104 KiB

[startup+222.3 s]
/proc/loadavg: 4.26 2.94 2.33 5/265 1044446
/proc/meminfo: memFree=91348292/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=9596984 memory=9586436 CPUtime=221.74 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 2277895 0 0 0 21770 404 0 0 20 0 1 0 195695109 9827311616 2396609 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 2399246 2396609 421 379 0 2398780 0
Current children cumulated CPU time: 221.74 s

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

[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=10531508 memory=10380752 CPUtime=3093.74 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 2407982 0 0 0 308712 662 0 0 20 0 1 0 195695109 10784264192 2595188 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 2632877 2595188 421 379 0 2632411 0
Current children cumulated CPU time: 3093.74 s
Current children cumulated vsize: 10541440 KiB
Current children cumulated memory: 10383452 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.13 4.06 5/259 1045703
/proc/meminfo: memFree=95637508/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=10531508 memory=10393040 CPUtime=3153.57 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 2410628 0 0 0 314693 664 0 0 20 0 1 0 195695109 10784264192 2598260 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 2632877 2598260 421 379 0 2632411 0
Current children cumulated CPU time: 3153.57 s
Current children cumulated vsize: 10541440 KiB
Current children cumulated memory: 10395740 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.12 4.06 5/261 1045719
/proc/meminfo: memFree=95497836/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=10531508 memory=10405328 CPUtime=3213.39 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 2413540 0 0 0 320674 665 0 0 20 0 1 0 195695109 10784264192 2601332 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 2632877 2601332 421 379 0 2632411 0
Current children cumulated CPU time: 3213.39 s
Current children cumulated vsize: 10541440 KiB
Current children cumulated memory: 10408028 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.07 5/261 1045730
/proc/meminfo: memFree=95829784/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=10531508 memory=10319312 CPUtime=3273.21 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 2416876 0 0 0 326649 672 0 0 20 0 1 0 195695109 10784264192 2579828 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 2632877 2579828 421 379 0 2632411 0
Current children cumulated CPU time: 3273.21 s
Current children cumulated vsize: 10541440 KiB
Current children cumulated memory: 10322012 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.12 4.07 5/261 1045740
/proc/meminfo: memFree=95731692/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=10531508 memory=10329552 CPUtime=3333.05 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 2419453 0 0 0 332630 675 0 0 20 0 1 0 195695109 10784264192 2582388 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 2632877 2582388 421 379 0 2632411 0
Current children cumulated CPU time: 3333.05 s
Current children cumulated vsize: 10541440 KiB
Current children cumulated memory: 10332252 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.12 4.07 5/261 1045751
/proc/meminfo: memFree=95580172/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=10531508 memory=10341840 CPUtime=3392.87 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 2422238 0 0 0 338610 677 0 0 20 0 1 0 195695109 10784264192 2585460 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 2632877 2585460 421 379 0 2632411 0
Current children cumulated CPU time: 3392.87 s
Current children cumulated vsize: 10541440 KiB
Current children cumulated memory: 10344540 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.07 5/262 1045762
/proc/meminfo: memFree=95790964/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=10531508 memory=10356176 CPUtime=3452.69 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 2425228 0 0 0 344591 678 0 0 20 0 1 0 195695109 10784264192 2589044 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 2632877 2589044 421 379 0 2632411 0
Current children cumulated CPU time: 3452.69 s
Current children cumulated vsize: 10541440 KiB
Current children cumulated memory: 10358876 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.07 5/261 1046155
/proc/meminfo: memFree=95704592/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=10531508 memory=10368464 CPUtime=3512.52 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 2428215 0 0 0 350572 680 0 0 20 0 1 0 195695109 10784264192 2592116 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 2632877 2592116 421 379 0 2632411 0
Current children cumulated CPU time: 3512.52 s
Current children cumulated vsize: 10541440 KiB
Current children cumulated memory: 10371164 KiB

[startup+3582.3 s]
/proc/loadavg: 4.52 4.24 4.12 5/261 1046165
/proc/meminfo: memFree=95634624/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=10531508 memory=10315216 CPUtime=3572.36 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 2431572 0 0 0 356548 688 0 0 20 0 1 0 195695109 10784264192 2578804 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 2632877 2578804 421 379 0 2632411 0
Current children cumulated CPU time: 3572.36 s
Current children cumulated vsize: 10541440 KiB
Current children cumulated memory: 10317916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.34 4.22 4.12 5/261 1046221
/proc/meminfo: memFree=94068844/131524596 swapFree=131071996/131071996
[pid=1044172] ppid=1044169 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/1044172/stat : 1044172 (naps-1.02b5.sh) S 1044169 1044172 1043532 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 195695108 10170368 675 134679101440 94891954233344 94891955312664 140728549875584 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891957411120 94891957458308 94891977277440 140728549884894 140728549885021 140728549885021 140728549892038 0
/proc/1044172/statm: 2483 675 597 264 0 134 0
[pid=1044177] ppid=1044172 vsize=10531508 memory=10321360 CPUtime=3600.09 cores=1,3
/proc/1044177/stat : 1044177 (naps-1.02b5) R 1044172 1044172 1043532 0 -1 4194304 2433139 0 0 0 359321 688 0 0 20 0 1 0 195695109 10784264192 2580340 134679101440 4194304 5746509 140736035504592 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 23339008 140736035513325 140736035513439 140736035513439 140736035520457 0
/proc/1044177/statm: 2632877 2580340 421 379 0 2632411 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 10541440 KiB
Current children cumulated memory: 10324060 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000824 s, system=0.001992 s

[startup+3610.24 s]
# the end of solver process 1044177 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3593.22 s, system=7.0153 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+3610.2 s]*
/proc/loadavg: 4.34 4.22 4.12 5/260 1046221
/proc/meminfo: memFree=102543076/131524596 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.002816 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3610.24
CPU time (s): 3600.24
CPU user time (s): 3593.22
CPU system time (s): 7.0153
CPU usage (%): 99.723
Max. virtual memory (cumulated for all children) (KiB): 10753056
Max. memory (cumulated for all children) (KiB): 10623184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.22
system time used= 7.0153
maximum resident set size= 10620484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2433603
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= 751
involuntary context switches= 1672


# summary of solver processes directly reported to runsolver:
#   pid: 1044172,1044177
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3593.22
#   total CPU system time (s): 7.0153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.69998 second user time and 19.7441 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-20 02:27:38
IDJOB=4452221
IDBENCH=164078
IDSOLVER=3065
FILE ID=nodeC034/4452221-1721435246
RUNJOBID= nodeC034-1721435230-1043544
SLURM_JOB_ID= 7545642
Free space on /tmp= 890060 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-rmine11.0.u.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452221-1721435246/watcher-4452221-1721435246 -o /tmp/evaluation-result-4452221-1721435246/solver-4452221-1721435246 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721435230-1043544 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4452221-1721435246.opb

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

MD5SUM BENCH= f2b4c33dfdd2685ad5de2b9c67a512a4
RANDOM SEED=884731335

nodeC034.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	: 0xb00002a
cpu MHz		: 3670.709
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3667.588
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.033
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3655.064
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3670.708
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3677.131
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.145
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.294
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        121333104 kB
MemAvailable:   127305048 kB
Buffers:          532060 kB
Cached:          6213124 kB
SwapCached:            0 kB
Active:          1091984 kB
Inactive:        8318936 kB
Active(anon):       1540 kB
Inactive(anon):  2710100 kB
Active(file):    1090444 kB
Inactive(file):  5608836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6876 kB
Writeback:            52 kB
AnonPages:       2665144 kB
Mapped:           112256 kB
Shmem:             45912 kB
KReclaimable:     224972 kB
Slab:             355460 kB
SReclaimable:     224972 kB
SUnreclaim:       130488 kB
KernelStack:        4176 kB
PageTables:        14756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:    3078776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73696 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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:      320212 kB
DirectMap2M:    44541952 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC034 at 2024-07-20 03:27:48