Trace number 4100203

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.02? 1301.36 1301.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-swath2.opb
MD5SUM136e834aa135f130ab268d7e01dc474c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262226
Optimality of the best value was proved YES
Number of variables52335
Total number of constraints5202
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)193
Number of constraints which are nor clauses,nor cardinality constraints5009
Minimum length of a constraint1
Maximum length of a constraint49934
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 559784
Number of bits of the biggest sum of numbers20
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.02b.
1300.81/1301.11	terminate called after throwing an instance of 'GlueMiniSat::OutOfMemoryException'
1300.81/1301.11	c 
1300.81/1301.11	c *** TERMINATED *** by signal 6
1300.81/1301.11	s UNKNOWN
1300.81/1301.11	c _____________________________________________________________________________
1300.81/1301.11	c 
1300.81/1301.11	c std/band forms        : 4490,104
1300.81/1301.11	c 2cl/3cl ITE-codings   : 17421401,5528421
1300.81/1301.11	c BDD/srt/adr Max costs : 526836,0,113484
1300.81/1301.11	c BDDraw/bin/mul/srt/adr: 483,0,4110,0,1
1300.81/1301.11	c BDD nodes             : 47470748
1300.81/1301.11	c Es1/CC detections     : 0,0
1300.81/1301.11	c SAT/UNSAT calls       : 0,0
1300.81/1301.11	c restarts              : 0
1300.81/1301.11	c conflicts             : 0              (0 /sec)
1300.81/1301.11	c decisions             : 0              (0 /sec)
1300.81/1301.11	c propagations          : 0              (0 /sec)
1300.81/1301.11	c inspects              : 0              (0 /sec)
1300.81/1301.11	c CPU time (solving tm) : 1296 s        (0 s)
1300.81/1301.11	c Time for Opt-base     : 595.9 s
1300.81/1301.11	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4100203-1467020363/watcher-4100203-1467020363 -o /tmp/evaluation-result-4100203-1467020363/solver-4100203-1467020363 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5904 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4100203-1467020363.opb 

pid=5920
running on 8 cores: 0-3,8-11

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing Stack size limit: 81920 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 81920 KiB


[startup+0 s]
/proc/loadavg: 1.08 1.02 1.01 3/254 5923
/proc/meminfo: memFree=31715732/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7156 CPUtime=0 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 460 0 0 0 0 0 0 0 20 0 1 0 35074519 7327744 335 33554432000 4194304 5796924 140733514758624 140733514757784 4621249 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1789 335 124 392 0 1388 0

[startup+0.100155 s]
/proc/loadavg: 1.08 1.02 1.01 3/254 5923
/proc/meminfo: memFree=31715732/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=13812 CPUtime=0.09 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 2099 0 0 0 9 0 0 0 20 0 1 0 35074519 14143488 1932 33554432000 4194304 5796924 140733514758624 140733514757848 4404063 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 3453 1933 124 392 0 3052 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13812

[startup+0.200324 s]
/proc/loadavg: 1.08 1.02 1.01 3/254 5923
/proc/meminfo: memFree=31715732/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=20928 CPUtime=0.19 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 3895 0 0 0 18 1 0 0 20 0 1 0 35074519 21430272 3645 33554432000 4194304 5796924 140733514758624 140733514757784 4404063 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 5232 3645 124 392 0 4831 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 20928

[startup+0.300299 s]
/proc/loadavg: 1.08 1.02 1.01 3/254 5923
/proc/meminfo: memFree=31715732/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=30720 CPUtime=0.29 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 6268 0 0 0 28 1 0 0 20 0 1 0 35074519 31457280 5842 33554432000 4194304 5796924 140733514758624 140733514757896 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 7680 5842 124 392 0 7279 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30720

[startup+0.700265 s]
/proc/loadavg: 1.08 1.02 1.01 3/254 5923
/proc/meminfo: memFree=31715732/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=63460 CPUtime=0.69 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 17330 0 0 0 67 2 0 0 20 0 1 0 35074519 64983040 14037 33554432000 4194304 5796924 140733514758624 140733514756120 4313533 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 15865 14037 124 392 0 15464 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63460

[startup+1.50025 s]
/proc/loadavg: 1.08 1.02 1.01 2/255 5924
/proc/meminfo: memFree=31635068/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=59376 CPUtime=1.49 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 20164 0 0 0 146 3 0 0 20 0 1 0 35074519 60801024 12514 33554432000 4194304 5796924 140733514758624 140733514756120 5087488 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 14844 12514 124 392 0 14443 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59376

[startup+3.10023 s]
/proc/loadavg: 1.08 1.02 1.01 3/259 5935
/proc/meminfo: memFree=31517776/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=105840 CPUtime=3.09 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 31814 0 0 0 304 5 0 0 20 0 1 0 35074519 108380160 24164 33554432000 4194304 5796924 140733514758624 140733514756152 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 26460 24164 124 392 0 26059 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105840

[startup+6.30025 s]
/proc/loadavg: 1.23 1.05 1.02 3/259 5935
/proc/meminfo: memFree=31281480/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=113556 CPUtime=6.29 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 33769 0 0 0 624 5 0 0 20 0 1 0 35074519 116281344 26119 33554432000 4194304 5796924 140733514758624 140733514756488 4313472 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 28389 26119 130 392 0 27988 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113556

[startup+12.7002 s]
/proc/loadavg: 1.29 1.06 1.02 3/259 5935
/proc/meminfo: memFree=31056008/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=113516 CPUtime=12.68 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 34142 0 0 0 1263 5 0 0 20 0 1 0 35074519 116240384 26102 33554432000 4194304 5796924 140733514758624 140733514754840 5087774 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 28379 26102 143 392 0 27978 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 113516

[startup+25.5003 s]
/proc/loadavg: 1.45 1.11 1.04 3/259 5935
/proc/meminfo: memFree=30641460/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=123496 CPUtime=25.48 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 36201 0 0 0 2542 6 0 0 20 0 1 0 35074519 126459904 28521 33554432000 4194304 5796924 140733514758624 140733514754840 5092550 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 30874 28521 143 392 0 30473 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 123496

[startup+51.1003 s]
/proc/loadavg: 1.64 1.18 1.06 3/260 5938
/proc/meminfo: memFree=30394824/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=154192 CPUtime=51.06 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 40301 0 0 0 5099 7 0 0 20 0 1 0 35074519 157892608 36316 33554432000 4194304 5796924 140733514758624 140733514754840 4425326 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 38548 36316 143 392 0 38147 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 154192

[startup+102.3 s]
/proc/loadavg: 1.84 1.30 1.11 3/259 5939
/proc/meminfo: memFree=28328556/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=2200128 CPUtime=102.24 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 525294 0 0 0 10144 80 0 0 20 0 1 0 35074519 2252931072 542903 33554432000 4194304 5796924 140733514758624 140733459953112 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 550032 542904 143 392 0 549631 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 2200128

[startup+162.3 s]
/proc/loadavg: 1.94 1.43 1.16 3/260 5941
/proc/meminfo: memFree=25739532/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=4720540 CPUtime=162.21 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1127274 0 0 0 16051 170 0 0 20 0 1 0 35074519 4833832960 1176418 33554432000 4194304 5796924 140733514758624 140733445433352 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1180135 1176418 143 392 0 1179734 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 4720540

[startup+222.311 s]
/proc/loadavg: 1.98 1.53 1.21 3/259 5942
/proc/meminfo: memFree=23159636/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7242812 CPUtime=222.21 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1705589 0 0 0 21961 260 0 0 20 0 1 0 35074519 7416639488 1805551 33554432000 4194304 5796924 140733514758624 140733469927320 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1810703 1805552 143 392 0 1810302 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 7242812

[startup+282.3 s]
/proc/loadavg: 2.10 1.64 1.27 3/259 5943
/proc/meminfo: memFree=22618524/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7734908 CPUtime=282.18 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1828626 0 0 0 27942 276 0 0 20 0 1 0 35074519 7920545792 1930630 33554432000 4194304 5796924 140733514758624 140733514755608 4199797 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1933727 1930630 144 392 0 1933326 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 7734908

[startup+342.3 s]
/proc/loadavg: 2.04 1.71 1.31 3/259 5945
/proc/meminfo: memFree=22584216/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7734908 CPUtime=342.18 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1828627 0 0 0 33942 276 0 0 20 0 1 0 35074519 7920545792 1930631 33554432000 4194304 5796924 140733514758624 140733514755608 5100101 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1933727 1930631 145 392 0 1933326 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 7734908

[startup+402.3 s]
/proc/loadavg: 2.01 1.76 1.35 3/259 5946
/proc/meminfo: memFree=22462844/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7734908 CPUtime=402.17 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1828627 0 0 0 39941 276 0 0 20 0 1 0 35074519 7920545792 1930631 33554432000 4194304 5796924 140733514758624 140733514755608 5096588 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1933727 1930631 145 392 0 1933326 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 7734908

[startup+462.3 s]
/proc/loadavg: 2.00 1.80 1.39 3/259 5947
/proc/meminfo: memFree=22426484/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7734908 CPUtime=462.16 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1828627 0 0 0 45940 276 0 0 20 0 1 0 35074519 7920545792 1930631 33554432000 4194304 5796924 140733514758624 140733514755608 5096706 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1933727 1930631 145 392 0 1933326 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 7734908

[startup+522.3 s]
/proc/loadavg: 2.00 1.83 1.42 3/259 5948
/proc/meminfo: memFree=22389820/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7734908 CPUtime=522.15 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1828627 0 0 0 51939 276 0 0 20 0 1 0 35074519 7920545792 1930631 33554432000 4194304 5796924 140733514758624 140733514755608 5092558 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1933727 1930631 145 392 0 1933326 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 7734908

[startup+582.3 s]
/proc/loadavg: 2.04 1.87 1.46 3/259 5949
/proc/meminfo: memFree=22353096/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7734908 CPUtime=582.14 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1828627 0 0 0 57938 276 0 0 20 0 1 0 35074519 7920545792 1930631 33554432000 4194304 5796924 140733514758624 140733514755608 4865437 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1933727 1930631 145 392 0 1933326 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 7734908

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

/proc/loadavg: 2.03 1.92 1.53 3/259 5955
/proc/meminfo: memFree=22112584/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7734908 CPUtime=702.12 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1828627 0 0 0 69936 276 0 0 20 0 1 0 35074519 7920545792 1930631 33554432000 4194304 5796924 140733514758624 140733514755608 5096709 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1933727 1930631 145 392 0 1933326 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 7734908

[startup+762.3 s]
/proc/loadavg: 2.09 1.95 1.56 3/259 5956
/proc/meminfo: memFree=22076368/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7734908 CPUtime=762.12 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1828627 0 0 0 75936 276 0 0 20 0 1 0 35074519 7920545792 1930631 33554432000 4194304 5796924 140733514758624 140733514755608 5087650 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1933727 1930631 145 392 0 1933326 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 7734908

[startup+822.3 s]
/proc/loadavg: 2.03 1.96 1.58 3/259 5957
/proc/meminfo: memFree=22041048/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7734908 CPUtime=822.1 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1828674 0 0 0 81934 276 0 0 20 0 1 0 35074519 7920545792 1930677 33554432000 4194304 5796924 140733514758624 140733514755608 4861328 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1933727 1930677 191 392 0 1933326 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 7734908

[startup+882.31 s]
/proc/loadavg: 2.01 1.96 1.61 3/259 5958
/proc/meminfo: memFree=22003820/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7734908 CPUtime=882.1 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1828675 0 0 0 87934 276 0 0 20 0 1 0 35074519 7920545792 1930677 33554432000 4194304 5796924 140733514758624 140733514755608 4432794 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1933727 1930677 191 392 0 1933326 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 7734908

[startup+942.3 s]
/proc/loadavg: 2.00 1.97 1.63 3/259 5960
/proc/meminfo: memFree=21965640/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7804976 CPUtime=942.08 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1829189 0 0 0 93932 276 0 0 20 0 1 0 35074519 7992295424 1932213 33554432000 4194304 5796924 140733514758624 140733514458840 4269336 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1951244 1932213 191 392 0 1950843 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 7804976

[startup+1002.3 s]
/proc/loadavg: 2.08 1.99 1.65 3/259 5961
/proc/meminfo: memFree=20971996/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=7804976 CPUtime=1002.07 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1829219 0 0 0 99930 277 0 0 20 0 1 0 35074519 7992295424 1947573 33554432000 4194304 5796924 140733514758624 140733514458840 5087606 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 1951244 1947573 191 392 0 1950843 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 7804976

[startup+1062.3 s]
/proc/loadavg: 2.03 1.99 1.67 3/259 5962
/proc/meminfo: memFree=18127928/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=8247536 CPUtime=1062.06 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1830426 0 0 0 105916 290 0 0 20 0 1 0 35074519 8445476864 2045311 33554432000 4194304 5796924 140733514758624 140733514604744 4269222 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 2061884 2045311 191 392 0 2061483 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 8247536

[startup+1122.3 s]
/proc/loadavg: 2.01 1.99 1.69 3/259 5963
/proc/meminfo: memFree=16944564/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=8247536 CPUtime=1122.05 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1830451 0 0 0 111914 291 0 0 20 0 1 0 35074519 8445476864 2058111 33554432000 4194304 5796924 140733514758624 140733514604744 4455120 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 2061884 2058111 191 392 0 2061483 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 8247536

[startup+1182.3 s]
/proc/loadavg: 2.04 2.00 1.71 3/259 5964
/proc/meminfo: memFree=16898264/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=8405192 CPUtime=1182.04 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1830997 0 0 0 117912 292 0 0 20 0 1 0 35074519 8606916608 2070399 33554432000 4194304 5796924 140733514758624 140733513369624 4806863 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 2101298 2070399 191 392 0 2100897 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 8405192

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.73 3/260 5969
/proc/meminfo: memFree=16845708/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=8405192 CPUtime=1242.02 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1831028 0 0 0 123909 293 0 0 20 0 1 0 35074519 8606916608 2082175 33554432000 4194304 5796924 140733514758624 140733513369624 5087650 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 2101298 2082175 191 392 0 2100897 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 8405192

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5923 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1254.4 s]
/proc/loadavg: 2.08 2.02 1.74 3/260 5969
/proc/meminfo: memFree=16836136/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=8405192 CPUtime=1254.12 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1831033 0 0 0 125119 293 0 0 20 0 1 0 35074519 8606916608 2084735 33554432000 4194304 5796924 140733514758624 140733513369624 4861399 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 2101298 2084735 191 392 0 2100897 0
Current children cumulated CPU time (s) 1254.12
Current children cumulated vsize (KiB) 8405192

[startup+1280 s]
/proc/loadavg: 2.05 2.01 1.74 3/260 5970
/proc/meminfo: memFree=15701876/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=9876724 CPUtime=1279.72 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1868956 0 0 0 127650 322 0 0 20 0 1 0 35074519 10113765376 2414778 33554432000 4194304 5796924 140733514758624 140733514509640 4609445 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 2469181 2414778 194 392 0 2468780 0
Current children cumulated CPU time (s) 1279.72
Current children cumulated vsize (KiB) 9876724

[startup+1292.8 s]
/proc/loadavg: 2.04 2.01 1.74 3/260 5970
/proc/meminfo: memFree=12666296/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=14088404 CPUtime=1292.51 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1893788 0 0 0 128859 392 0 0 20 0 1 0 35074519 14426525696 3140680 33554432000 4194304 5796924 140733514758624 140733514731128 4643011 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 3522101 3140680 194 392 0 3521700 0
Current children cumulated CPU time (s) 1292.51
Current children cumulated vsize (KiB) 14088404

[startup+1296 s]
/proc/loadavg: 2.04 2.01 1.75 3/260 5970
/proc/meminfo: memFree=11852016/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=14710272 CPUtime=1295.72 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1897288 0 0 0 129161 411 0 0 20 0 1 0 35074519 15063318528 3339825 33554432000 4194304 5796924 140733514758624 140733514735096 4639957 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 3677568 3339825 194 392 0 3677167 0
Current children cumulated CPU time (s) 1295.72
Current children cumulated vsize (KiB) 14710272

[startup+1299.21 s]
/proc/loadavg: 2.04 2.01 1.75 3/260 5993
/proc/meminfo: memFree=11280868/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=14785756 CPUtime=1298.92 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1897796 0 0 0 129466 426 0 0 20 0 1 0 35074519 15140614144 3512540 33554432000 4194304 5796924 140733514758624 140733514742264 4643307 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 3696439 3512540 194 392 0 3696038 0
Current children cumulated CPU time (s) 1298.92
Current children cumulated vsize (KiB) 14785756

[startup+1300.8 s]
/proc/loadavg: 2.04 2.01 1.75 3/260 5993
/proc/meminfo: memFree=11061228/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=14785756 CPUtime=1300.51 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202496 1898836 0 0 0 129619 432 0 0 20 0 1 0 35074519 15140614144 3592785 33554432000 4194304 5796924 140733514758624 140733514742264 4643307 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 3696439 3592785 194 392 0 3696038 0
Current children cumulated CPU time (s) 1300.51
Current children cumulated vsize (KiB) 14785756

[startup+1301.2 s]
/proc/loadavg: 2.04 2.01 1.75 3/260 5993
/proc/meminfo: memFree=11061228/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=0 CPUtime=1300.91 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202500 1901280 0 0 0 129645 446 0 0 20 0 1 0 35074519 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.91
Current children cumulated vsize (KiB) 0

[startup+1301.6 s]
/proc/loadavg: 2.03 2.01 1.75 3/260 5993
/proc/meminfo: memFree=16253172/32872528 swapFree=7556/7556
[pid=5923] ppid=5920 vsize=0 CPUtime=1301.31 cores=0-3,8-11
/proc/5923/stat : 5923 (naps-1.02) R 5920 5923 5888 0 -1 4202500 1901280 0 0 0 129645 486 0 0 20 0 1 0 35074519 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 10 0 0 0 0 0
/proc/5923/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1301.31
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1301.63
CPU time (s): 1301.36
CPU user time (s): 1296.46
CPU system time (s): 4.89725
CPU usage (%): 99.9786
Max. virtual memory (cumulated for all children) (KiB): 15439764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1296.46
system time used= 4.89725
maximum resident set size= 14413204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1901280
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= 127
involuntary context switches= 1515

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.13122 second user time and 7.26889 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-27 11:39:23
IDJOB=4100203
IDBENCH=1586
IDSOLVER=2544
FILE ID=node132/4100203-1467020363
RUNJOBID= node132-1467020363-5904
PBS_JOBID= 19976984
Free space on /tmp= 71532 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-swath2.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100203-1467020363/watcher-4100203-1467020363 -o /tmp/evaluation-result-4100203-1467020363/solver-4100203-1467020363 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5904 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4100203-1467020363.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 136e834aa135f130ab268d7e01dc474c
RANDOM SEED=1135118999

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31717244 kB
Buffers:          111876 kB
Cached:           294476 kB
SwapCached:         1776 kB
Active:            77012 kB
Inactive:         335240 kB
Active(anon):       7416 kB
Inactive(anon):     1824 kB
Active(file):      69596 kB
Inactive(file):   333416 kB
Unevictable:        7556 kB
Mlocked:            7556 kB
SwapTotal:      67108856 kB
SwapFree:       67098724 kB
Dirty:             12108 kB
Writeback:             0 kB
AnonPages:         11972 kB
Mapped:             6304 kB
Shmem:                 0 kB
Slab:             599948 kB
SReclaimable:      40024 kB
SUnreclaim:       559924 kB
KernelStack:        2056 kB
PageTables:         4144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     107848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71484 MiB
End job on node132 at 2016-06-27 12:01:05