Trace number 4452581

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.09 3613.11

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
MIPLIB01/dec/miplib2010/normalized-iis-100-0-cov.0.u.opb
MD5SUMaf9f746f4378befb3a20d04b26ba3b05
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1628.09
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints3832
Number of constraints which are clauses3831
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint100
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 128
Number of bits of the biggest sum of numbers8
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-4452581-1721443106.opb
3600.08/3613.10	c 
3600.08/3613.10	c *** TERMINATED *** by signal 15
3600.08/3613.10	s UNKNOWN
3600.08/3613.10	c _____________________________________________________________________________
3600.08/3613.10	c 
3600.08/3613.10	c std/band forms        : 1,0
3600.08/3613.10	c 2cl/3cl ITE-codings   : 1988,0
3600.08/3613.10	c BDD/srt/adr Max costs : 2087,0,0
3600.08/3613.10	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
3600.08/3613.10	c BDD nodes             : 2088
3600.08/3613.10	c Es1/CC detections     : 0,0
3600.08/3613.10	c SAT/UNSAT calls       : 0,0
3600.08/3613.10	c regenrated variables  : 0
3600.08/3613.10	c restarts              : 0
3600.08/3613.10	c conflicts             : 0              (0 /sec)
3600.08/3613.10	c decisions             : 0              (0 /sec)
3600.08/3613.10	c propagations          : 0              (0 /sec)
3600.08/3613.10	c inspects              : 0              (0 /sec)
3600.08/3613.10	c CPU time (solving tm) : 3599 s        (3599 s)
3600.08/3613.10	c Time for Opt-base     : 0 s
3600.08/3613.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 (47576 MiB free)
  memory of node 1: 64473 MiB (58124 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=1048813, runsolver pid=1048810

[startup+0.100068 s]*
/proc/loadavg: 4.44 4.21 4.14 5/259 1048818
/proc/meminfo: memFree=108234300/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=4980 memory=4188 CPUtime=0.09 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 799 0 0 0 9 0 0 0 20 0 1 0 196481135 5099520 1047 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 1245 1047 421 379 0 779 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 14912 KiB
Current children cumulated memory: 6940 KiB

[startup+0.206067 s]*
/proc/loadavg: 4.44 4.21 4.14 5/259 1048818
/proc/meminfo: memFree=108230912/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=6152 memory=5324 CPUtime=0.2 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 1220 0 0 0 20 0 0 0 20 0 1 0 196481135 6299648 1331 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 1538 1331 421 379 0 1072 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 16084 KiB
Current children cumulated memory: 8076 KiB

[startup+0.306142 s]*
/proc/loadavg: 4.44 4.21 4.14 5/259 1048818
/proc/meminfo: memFree=108230576/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=7800 memory=6380 CPUtime=0.3 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 1508 0 0 0 30 0 0 0 20 0 1 0 196481135 7987200 1595 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 1950 1595 421 379 0 1484 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 17732 KiB
Current children cumulated memory: 9132 KiB

[startup+0.700275 s]
/proc/loadavg: 4.44 4.21 4.14 5/259 1048818
/proc/meminfo: memFree=108228608/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=8936 memory=8228 CPUtime=0.68 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 1961 0 0 0 68 0 0 0 20 0 1 0 196481135 9150464 2057 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 2234 2057 421 379 0 1768 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 18868 KiB
Current children cumulated memory: 10980 KiB

[startup+1.50028 s]
/proc/loadavg: 4.44 4.21 4.14 5/259 1048818
/proc/meminfo: memFree=108224256/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=10600 memory=9812 CPUtime=1.48 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 2359 0 0 0 148 0 0 0 20 0 1 0 196481135 10854400 2453 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 2650 2453 421 379 0 2184 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 20532 KiB
Current children cumulated memory: 12564 KiB

[startup+3.10583 s]
/proc/loadavg: 4.40 4.20 4.14 5/259 1048820
/proc/meminfo: memFree=108212940/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=14952 memory=13964 CPUtime=3.08 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 2875 0 0 0 308 0 0 0 20 0 1 0 196481135 15310848 3491 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 3738 3491 421 379 0 3272 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 24884 KiB
Current children cumulated memory: 16716 KiB

[startup+6.30026 s]
/proc/loadavg: 4.40 4.20 4.14 5/259 1048820
/proc/meminfo: memFree=108198684/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=22256 memory=19996 CPUtime=6.27 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 4052 0 0 0 626 1 0 0 20 0 1 0 196481135 22790144 4999 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 5564 4999 421 379 0 5098 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 32188 KiB
Current children cumulated memory: 22748 KiB

[startup+12.7003 s]
/proc/loadavg: 4.34 4.20 4.14 5/259 1048820
/proc/meminfo: memFree=108171700/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=31028 memory=30068 CPUtime=12.65 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 5092 0 0 0 1264 1 0 0 20 0 1 0 196481135 31772672 7517 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 7757 7517 421 379 0 7291 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 40960 KiB
Current children cumulated memory: 32820 KiB

[startup+25.5003 s]
/proc/loadavg: 4.37 4.21 4.14 5/259 1048823
/proc/meminfo: memFree=108207384/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=31668 memory=30824 CPUtime=25.4 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 5261 0 0 0 2539 1 0 0 20 0 1 0 196481135 32428032 7706 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 7917 7706 421 379 0 7451 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 41600 KiB
Current children cumulated memory: 33576 KiB

[startup+51.1058 s]
/proc/loadavg: 4.24 4.19 4.14 5/259 1048826
/proc/meminfo: memFree=108182716/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=49084 memory=46272 CPUtime=50.92 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 6611 0 0 0 5091 1 0 0 20 0 1 0 196481135 50262016 11568 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 12271 11568 421 379 0 11805 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 59016 KiB
Current children cumulated memory: 49024 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.17 4.13 5/259 1048835
/proc/meminfo: memFree=108096272/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=58980 memory=58244 CPUtime=101.96 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 7572 0 0 0 10194 2 0 0 20 0 1 0 196481135 60395520 14561 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 14745 14561 421 379 0 14279 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 68912 KiB
Current children cumulated memory: 60996 KiB

[startup+162.3 s]
/proc/loadavg: 4.52 4.25 4.16 5/262 1048901
/proc/meminfo: memFree=121043240/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=90692 memory=80796 CPUtime=161.77 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 9012 0 0 0 16174 3 0 0 20 0 1 0 196481135 92868608 20199 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 22673 20199 421 379 0 22207 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 100624 KiB
Current children cumulated memory: 83548 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.20 4.15 5/262 1049212
/proc/meminfo: memFree=120735400/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=90692 memory=85092 CPUtime=221.55 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 9086 0 0 0 22152 3 0 0 20 0 1 0 196481135 92868608 21273 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 22673 21273 421 379 0 22207 0
Current children cumulated CPU time: 221.55 s

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

/proc/loadavg: 3.23 3.76 3.98 4/255 1051150
/proc/meminfo: memFree=121240336/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=195568 memory=176412 CPUtime=3091.05 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 41690 0 0 0 309041 64 0 0 20 0 1 0 196481135 200261632 44103 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 48892 44103 421 379 0 48426 0
Current children cumulated CPU time: 3091.05 s
Current children cumulated vsize: 205500 KiB
Current children cumulated memory: 179164 KiB

[startup+3162.3 s]
/proc/loadavg: 2.77 3.54 3.89 3/246 1051248
/proc/meminfo: memFree=123436612/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=164748 memory=161836 CPUtime=3150.84 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 42280 0 0 0 315019 65 0 0 20 0 1 0 196481135 168701952 40459 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 41187 40459 421 379 0 40721 0
Current children cumulated CPU time: 3150.84 s
Current children cumulated vsize: 174680 KiB
Current children cumulated memory: 164588 KiB

[startup+3222.3 s]
/proc/loadavg: 2.34 3.27 3.77 3/246 1051260
/proc/meminfo: memFree=123444196/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=115428 memory=114804 CPUtime=3210.63 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 42446 0 0 0 320997 66 0 0 20 0 1 0 196481135 118198272 28701 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 28857 28701 421 379 0 28391 0
Current children cumulated CPU time: 3210.63 s
Current children cumulated vsize: 125360 KiB
Current children cumulated memory: 117556 KiB

[startup+3282.3 s]
/proc/loadavg: 2.17 3.06 3.67 3/246 1051270
/proc/meminfo: memFree=123373464/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=195568 memory=172312 CPUtime=3270.42 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 43074 0 0 0 326975 67 0 0 20 0 1 0 196481135 200261632 43078 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 48892 43078 421 379 0 48426 0
Current children cumulated CPU time: 3270.42 s
Current children cumulated vsize: 205500 KiB
Current children cumulated memory: 175064 KiB

[startup+3342.3 s]
/proc/loadavg: 2.10 2.87 3.56 3/245 1051281
/proc/meminfo: memFree=123399964/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=164748 memory=161836 CPUtime=3330.22 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 43668 0 0 0 332953 69 0 0 20 0 1 0 196481135 168701952 40459 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 41187 40459 421 379 0 40721 0
Current children cumulated CPU time: 3330.22 s
Current children cumulated vsize: 174680 KiB
Current children cumulated memory: 164588 KiB

[startup+3402.3 s]
/proc/loadavg: 2.09 2.73 3.47 3/245 1051292
/proc/meminfo: memFree=123361528/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=195568 memory=182552 CPUtime=3390.01 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 43793 0 0 0 338932 69 0 0 20 0 1 0 196481135 200261632 45638 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 48892 45638 421 379 0 48426 0
Current children cumulated CPU time: 3390.01 s
Current children cumulated vsize: 205500 KiB
Current children cumulated memory: 185304 KiB

[startup+3462.3 s]
/proc/loadavg: 2.07 2.61 3.38 3/243 1051305
/proc/meminfo: memFree=123425100/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=195568 memory=170264 CPUtime=3449.8 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 44434 0 0 0 344910 70 0 0 20 0 1 0 196481135 200261632 42566 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 48892 42566 421 379 0 48426 0
Current children cumulated CPU time: 3449.8 s
Current children cumulated vsize: 205500 KiB
Current children cumulated memory: 173016 KiB

[startup+3522.3 s]
/proc/loadavg: 2.12 2.53 3.30 3/243 1051315
/proc/meminfo: memFree=123397380/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=164748 memory=149412 CPUtime=3509.6 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 45016 0 0 0 350888 72 0 0 20 0 1 0 196481135 168701952 37353 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 41187 37353 421 379 0 40721 0
Current children cumulated CPU time: 3509.6 s
Current children cumulated vsize: 174680 KiB
Current children cumulated memory: 152164 KiB

[startup+3582.3 s]
/proc/loadavg: 2.04 2.43 3.22 3/243 1051326
/proc/meminfo: memFree=123418964/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=195568 memory=174360 CPUtime=3569.39 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 45140 0 0 0 356867 72 0 0 20 0 1 0 196481135 200261632 43590 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 48892 43590 421 379 0 48426 0
Current children cumulated CPU time: 3569.39 s
Current children cumulated vsize: 205500 KiB
Current children cumulated memory: 177112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.11 s]
/proc/loadavg: 2.13 2.41 3.18 5/244 1051335
/proc/meminfo: memFree=123433972/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=117588 memory=115332 CPUtime=3600.08 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 45339 0 0 0 359936 72 0 0 20 0 1 0 196481135 120410112 28833 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 29397 28833 421 379 0 28931 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 127520 KiB
Current children cumulated memory: 118084 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.36 s, system=0.729907 s

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

[startup+3613.11 s]
/proc/loadavg: 2.13 2.41 3.18 5/244 1051335
/proc/meminfo: memFree=123433972/131524596 swapFree=131071996/131071996
[pid=1048813] ppid=1048810 vsize=9932 memory=2752 CPUtime=0 cores=0,2
/proc/1048813/stat : 1048813 (naps-1.02b5.sh) S 1048810 1048813 1043532 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 196481134 10170368 688 134679101440 94269070266368 94269071345688 140728423427904 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94269073444144 94269073491332 94269075841024 140728423433182 140728423433309 140728423433309 140728423440326 0
/proc/1048813/statm: 2483 688 610 264 0 134 0
[pid=1048818] ppid=1048813 vsize=117588 memory=115332 CPUtime=3600.08 cores=0,2
/proc/1048818/stat : 1048818 (naps-1.02b5) R 1048813 1048813 1043532 0 -1 4194304 45339 0 0 0 359936 72 0 0 20 0 1 0 196481135 120410112 28833 134679101440 4194304 5746509 140734079260336 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6819840 140734079267821 140734079267935 140734079267935 140734079274953 0
/proc/1048818/statm: 29397 28833 421 379 0 28931 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 127520 KiB
Current children cumulated memory: 118084 KiB

Child status: 0

Real time (s): 3613.11
CPU time (s): 3600.09
CPU user time (s): 3599.36
CPU system time (s): 0.729907
CPU usage (%): 99.6398
Max. virtual memory (cumulated for all children) (KiB): 207660
Max. memory (cumulated for all children) (KiB): 187384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.36
system time used= 0.729907
maximum resident set size= 184632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45820
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= 63
involuntary context switches= 25210


# summary of solver processes directly reported to runsolver:
#   pid: 1048813
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.36
#   total CPU system time (s): 0.729907

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.07021 second user time and 18.2903 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-20 04:38:38
IDJOB=4452581
IDBENCH=164452
IDSOLVER=3065
FILE ID=nodeC034/4452581-1721443106
RUNJOBID= nodeC034-1721435230-1043542
SLURM_JOB_ID= 7545642
Free space on /tmp= 890020 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-iis-100-0-cov.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-4452581-1721443106/watcher-4452581-1721443106 -o /tmp/evaluation-result-4452581-1721443106/solver-4452581-1721443106 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721435230-1043542 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4452581-1721443106.opb

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

MD5SUM BENCH= af9f746f4378befb3a20d04b26ba3b05
RANDOM SEED=1179662158

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		: 3639.651
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		: 3674.922
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		: 3628.771
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		: 3600.228
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		: 3639.374
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		: 3675.047
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.007
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.123
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:        108237612 kB
MemAvailable:   114251896 kB
Buffers:          537020 kB
Cached:          6250136 kB
SwapCached:            0 kB
Active:          1140596 kB
Inactive:       21339236 kB
Active(anon):       1564 kB
Inactive(anon): 15736692 kB
Active(file):    1139032 kB
Inactive(file):  5602544 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4168 kB
Writeback:             0 kB
AnonPages:      15692320 kB
Mapped:           112432 kB
Shmem:             45912 kB
KReclaimable:     225064 kB
Slab:             355928 kB
SReclaimable:     225064 kB
SUnreclaim:       130864 kB
KernelStack:        4172 kB
PageTables:        39892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:   16252684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73952 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1492992 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= 890076 MiB
End job on nodeC034 at 2024-07-20 05:38:52