Trace number 4100131

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? (TO) 1800.29 1800.56

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-neos9.opb
MD5SUM3f95880b258ecfc346507235783375e9
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 14
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 636932
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 6076
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 636932
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.
1800.02/1800.30	c 
1800.02/1800.30	c *** TERMINATED *** by signal 15
1800.02/1800.30	s UNKNOWN
1800.02/1800.30	c _____________________________________________________________________________
1800.02/1800.30	c 
1800.02/1800.30	c std/band forms        : 79313,15
1800.02/1800.30	c 2cl/3cl ITE-codings   : 0,0
1800.02/1800.30	c BDD/srt/adr Max costs : 203,0,61689
1800.02/1800.30	c BDDraw/bin/mul/srt/adr: 7,0,79309,4,7
1800.02/1800.30	c BDD nodes             : 64538366
1800.02/1800.30	c Es1/CC detections     : 0,0
1800.02/1800.30	c SAT/UNSAT calls       : 0,0
1800.02/1800.30	c restarts              : 0
1800.02/1800.30	c conflicts             : 0              (0 /sec)
1800.02/1800.30	c decisions             : 0              (0 /sec)
1800.02/1800.30	c propagations          : 0              (0 /sec)
1800.02/1800.30	c inspects              : 0              (0 /sec)
1800.02/1800.30	c CPU time (solving tm) : 1798 s        (0 s)
1800.02/1800.30	c Time for Opt-base     : 816.3 s
1800.02/1800.30	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-4100131-1467020363/watcher-4100131-1467020363 -o /tmp/evaluation-result-4100131-1467020363/solver-4100131-1467020363 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5905 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4100131-1467020363.opb 

pid=5931
running on 8 cores: 4-7,12-15

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/258 5934
/proc/meminfo: memFree=31613492/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=9420 CPUtime=0 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1004 0 0 0 0 0 0 0 20 0 1 0 35074676 9646080 879 33554432000 4194304 5796924 140733613737696 140733613737064 4600776 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 2355 880 114 392 0 1954 0

[startup+0.100129 s]
/proc/loadavg: 1.08 1.02 1.01 3/258 5934
/proc/meminfo: memFree=31613492/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=41600 CPUtime=0.09 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 8970 0 0 0 8 1 0 0 20 0 1 0 35074676 42598400 8172 33554432000 4194304 5796924 140733613737696 140733613737064 5183584 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 10400 8173 114 392 0 9999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41600

[startup+0.200335 s]
/proc/loadavg: 1.08 1.02 1.01 3/258 5934
/proc/meminfo: memFree=31613492/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=70544 CPUtime=0.19 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 15444 0 0 0 17 2 0 0 20 0 1 0 35074676 72237056 14911 33554432000 4194304 5796924 140733613737696 140733613737064 4806784 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 17636 14911 116 392 0 17235 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 70544

[startup+0.300347 s]
/proc/loadavg: 1.08 1.02 1.01 3/258 5934
/proc/meminfo: memFree=31613492/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=70544 CPUtime=0.29 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 15444 0 0 0 27 2 0 0 20 0 1 0 35074676 72237056 14911 33554432000 4194304 5796924 140733613737696 140733613737064 5092416 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 17636 14911 116 392 0 17235 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70544

[startup+0.700289 s]
/proc/loadavg: 1.08 1.02 1.01 3/258 5934
/proc/meminfo: memFree=31613492/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=89500 CPUtime=0.69 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 20610 0 0 0 67 2 0 0 20 0 1 0 35074676 91648000 19688 33554432000 4194304 5796924 140733613737696 140733613737064 4404063 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 22375 19689 124 392 0 21974 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89500

[startup+1.50026 s]
/proc/loadavg: 1.08 1.02 1.01 3/259 5935
/proc/meminfo: memFree=31493092/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=116108 CPUtime=1.49 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 25907 0 0 0 146 3 0 0 20 0 1 0 35074676 118894592 25496 33554432000 4194304 5796924 140733613737696 140733613736920 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 29027 25496 124 392 0 28626 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116108

[startup+3.10027 s]
/proc/loadavg: 1.08 1.02 1.01 3/259 5935
/proc/meminfo: memFree=31411112/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=239428 CPUtime=3.09 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 52077 0 0 0 300 9 0 0 20 0 1 0 35074676 245174272 53702 33554432000 4194304 5796924 140733613737696 140733613736920 4404063 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 59857 53702 124 392 0 59456 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 239428

[startup+6.30029 s]
/proc/loadavg: 1.23 1.05 1.02 3/259 5935
/proc/meminfo: memFree=31178672/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=422352 CPUtime=6.29 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 91019 0 0 0 614 15 0 0 20 0 1 0 35074676 432488448 100537 33554432000 4194304 5796924 140733613737696 140733613735224 5087747 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 105588 100537 124 392 0 105187 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 422352

[startup+12.7003 s]
/proc/loadavg: 1.29 1.06 1.02 3/259 5935
/proc/meminfo: memFree=31016848/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=578584 CPUtime=12.69 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 130077 0 0 0 1248 21 0 0 20 0 1 0 35074676 592470016 139595 33554432000 4194304 5796924 140733613737696 140733613735224 5087589 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 144646 139595 124 392 0 144245 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 578584

[startup+25.5003 s]
/proc/loadavg: 1.45 1.11 1.04 3/259 5935
/proc/meminfo: memFree=30589132/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=988980 CPUtime=25.49 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 232456 0 0 0 2512 37 0 0 20 0 1 0 35074676 1012715520 241974 33554432000 4194304 5796924 140733613737696 140733613736856 5092545 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 247245 241974 124 392 0 246844 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 988980

[startup+51.1003 s]
/proc/loadavg: 1.64 1.18 1.06 3/260 5938
/proc/meminfo: memFree=30394312/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=1146428 CPUtime=51.08 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 271953 0 0 0 5066 42 0 0 20 0 1 0 35074676 1173942272 281281 33554432000 4194304 5796924 140733613737696 140733613733912 4861395 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 286607 281281 139 392 0 286206 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1146428

[startup+102.3 s]
/proc/loadavg: 1.84 1.30 1.11 3/259 5939
/proc/meminfo: memFree=28252232/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=1185996 CPUtime=102.29 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 272581 0 0 0 10185 44 0 0 20 0 1 0 35074676 1214459904 290596 33554432000 4194304 5796924 140733613737696 140733613733912 5092622 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 296499 290596 139 392 0 296098 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1185996

[startup+162.3 s]
/proc/loadavg: 1.94 1.43 1.16 3/260 5941
/proc/meminfo: memFree=25695388/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=1255860 CPUtime=162.26 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 273423 0 0 0 16181 45 0 0 20 0 1 0 35074676 1286000640 308301 33554432000 4194304 5796924 140733613737696 140733613733912 4865437 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 313965 308301 139 392 0 313564 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1255860

[startup+222.31 s]
/proc/loadavg: 1.98 1.53 1.21 3/259 5942
/proc/meminfo: memFree=23081764/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=1311884 CPUtime=222.26 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 274728 0 0 0 22178 48 0 0 20 0 1 0 35074676 1343369216 322056 33554432000 4194304 5796924 140733613737696 140733613733912 5087501 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 327971 322056 139 392 0 327570 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1311884

[startup+282.3 s]
/proc/loadavg: 2.10 1.64 1.27 3/259 5943
/proc/meminfo: memFree=22618152/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=1341120 CPUtime=282.25 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 277366 0 0 0 28175 50 0 0 20 0 1 0 35074676 1373306880 327249 33554432000 4194304 5796924 140733613737696 140733613733912 4809177 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 335280 327249 139 392 0 334879 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1341120

[startup+342.3 s]
/proc/loadavg: 2.04 1.71 1.31 3/259 5945
/proc/meminfo: memFree=22583348/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=1365344 CPUtime=342.24 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 283522 0 0 0 34172 52 0 0 20 0 1 0 35074676 1398112256 335960 33554432000 4194304 5796924 140733613737696 140733613733912 5092604 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 341336 335960 139 392 0 340935 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1365344

[startup+402.3 s]
/proc/loadavg: 2.01 1.76 1.35 3/259 5946
/proc/meminfo: memFree=22462472/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=1504924 CPUtime=402.23 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 290754 0 0 0 40166 57 0 0 20 0 1 0 35074676 1541042176 366047 33554432000 4194304 5796924 140733613737696 140733613733912 5092651 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 376231 366047 139 392 0 375830 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1504924

[startup+462.3 s]
/proc/loadavg: 2.00 1.80 1.39 3/259 5947
/proc/meminfo: memFree=22425864/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=1529136 CPUtime=462.22 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 296829 0 0 0 46162 60 0 0 20 0 1 0 35074676 1565835264 375188 33554432000 4194304 5796924 140733613737696 140733613733912 4809123 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 382284 375188 139 392 0 381883 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1529136

[startup+522.3 s]
/proc/loadavg: 2.00 1.83 1.42 3/259 5948
/proc/meminfo: memFree=22389324/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=1600244 CPUtime=522.21 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 303417 0 0 0 52158 63 0 0 20 0 1 0 35074676 1638649856 384331 33554432000 4194304 5796924 140733613737696 140733613731416 4865437 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 400061 384331 139 392 0 399660 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1600244

[startup+582.3 s]
/proc/loadavg: 2.04 1.87 1.46 3/259 5949
/proc/meminfo: memFree=22352104/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=1624456 CPUtime=582.2 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 309490 0 0 0 58154 66 0 0 20 0 1 0 35074676 1663442944 393470 33554432000 4194304 5796924 140733613737696 140733613733912 4806956 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 406114 393470 139 392 0 405713 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1624456

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


[startup+1002.3 s]
/proc/loadavg: 2.08 1.99 1.65 3/259 5961
/proc/meminfo: memFree=20902428/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=2982168 CPUtime=1002.13 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 590830 0 0 0 100092 121 0 0 20 0 1 0 35074676 3053740032 739427 33554432000 4194304 5796924 140733613737696 140733593448008 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 745542 739428 139 392 0 745141 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 2982168

[startup+1062.3 s]
/proc/loadavg: 2.03 1.99 1.67 3/259 5962
/proc/meminfo: memFree=18067164/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=5510400 CPUtime=1062.13 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1197121 0 0 0 106001 212 0 0 20 0 1 0 35074676 5642649600 1355938 33554432000 4194304 5796924 140733613737696 140733604268776 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1377600 1355940 139 392 0 1377199 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 5510400

[startup+1122.3 s]
/proc/loadavg: 2.01 1.99 1.69 3/259 5963
/proc/meminfo: memFree=16944564/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=6535176 CPUtime=1122.12 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1369643 0 0 0 111965 247 0 0 20 0 1 0 35074676 6692020224 1615282 33554432000 4194304 5796924 140733613737696 140733613734680 4861426 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1633794 1615282 186 392 0 1633393 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 6535176

[startup+1182.3 s]
/proc/loadavg: 2.04 2.00 1.71 3/259 5964
/proc/meminfo: memFree=16895704/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=6535176 CPUtime=1182.11 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1369643 0 0 0 117964 247 0 0 20 0 1 0 35074676 6692020224 1615282 33554432000 4194304 5796924 140733613737696 140733613734680 4805694 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1633794 1615282 186 392 0 1633393 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 6535176

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.73 3/260 5969
/proc/meminfo: memFree=16843660/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=6536760 CPUtime=1242.1 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1370048 0 0 0 123963 247 0 0 20 0 1 0 35074676 6693642240 1615687 33554432000 4194304 5796924 140733613737696 140733613734680 4805636 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1634190 1615687 186 392 0 1633789 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 6536760

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 1.75 3/260 6039
/proc/meminfo: memFree=25305596/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=6536760 CPUtime=1302.09 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1370048 0 0 0 129962 247 0 0 20 0 1 0 35074676 6693642240 1615687 33554432000 4194304 5796924 140733613737696 140733613734680 4865375 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1634190 1615687 186 392 0 1633789 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 6536760

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.76 3/259 6040
/proc/meminfo: memFree=24896992/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=6536760 CPUtime=1362.09 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1370048 0 0 0 135962 247 0 0 20 0 1 0 35074676 6693642240 1615687 33554432000 4194304 5796924 140733613737696 140733613734680 4806873 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1634190 1615687 186 392 0 1633789 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 6536760

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.77 3/259 6041
/proc/meminfo: memFree=24253780/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=6536760 CPUtime=1422.09 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1370048 0 0 0 141962 247 0 0 20 0 1 0 35074676 6693642240 1615979 33554432000 4194304 5796924 140733613737696 140733613734680 4806853 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1634190 1615979 186 392 0 1633789 0
Current children cumulated CPU time (s) 1422.09
Current children cumulated vsize (KiB) 6536760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/259 6042
/proc/meminfo: memFree=23974196/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=6536760 CPUtime=1482.07 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1370048 0 0 0 147960 247 0 0 20 0 1 0 35074676 6693642240 1616205 33554432000 4194304 5796924 140733613737696 140733613734680 4266531 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1634190 1616205 186 392 0 1633789 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 6536760

[startup+1542.31 s]
/proc/loadavg: 2.04 2.01 1.80 3/259 6044
/proc/meminfo: memFree=22486068/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=6541116 CPUtime=1542.06 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1371141 0 0 0 153959 247 0 0 20 0 1 0 35074676 6698102784 1617809 33554432000 4194304 5796924 140733613737696 140733613734680 4806853 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1635279 1617809 186 392 0 1634878 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 6541116

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.81 3/259 6045
/proc/meminfo: memFree=22485828/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=6541116 CPUtime=1602.04 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1371141 0 0 0 159957 247 0 0 20 0 1 0 35074676 6698102784 1617846 33554432000 4194304 5796924 140733613737696 140733613734680 5100093 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1635279 1617846 186 392 0 1634878 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 6541116

[startup+1662.3 s]
/proc/loadavg: 2.04 2.02 1.82 3/259 6046
/proc/meminfo: memFree=22484936/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=6541116 CPUtime=1662.03 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1371141 0 0 0 165956 247 0 0 20 0 1 0 35074676 6698102784 1617912 33554432000 4194304 5796924 140733613737696 140733613734680 4316858 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1635279 1617912 186 392 0 1634878 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 6541116

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.83 3/259 6047
/proc/meminfo: memFree=22484928/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=6541116 CPUtime=1722.02 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1371141 0 0 0 171955 247 0 0 20 0 1 0 35074676 6698102784 1617961 33554432000 4194304 5796924 140733613737696 140733613734680 4805636 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1635279 1617961 186 392 0 1634878 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 6541116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/259 6048
/proc/meminfo: memFree=21726416/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=6541116 CPUtime=1782.02 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1371141 0 0 0 177955 247 0 0 20 0 1 0 35074676 6698102784 1618030 33554432000 4194304 5796924 140733613737696 140733613734680 4861407 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1635279 1618030 186 392 0 1634878 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 6541116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6048
/proc/meminfo: memFree=19538840/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=6541116 CPUtime=1800.02 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202496 1371141 0 0 0 179754 248 0 0 20 0 1 0 35074676 6698102784 1618050 33554432000 4194304 5796924 140733613737696 140733613734680 4861390 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 1635279 1618050 186 392 0 1634878 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 6541116

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

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6048
/proc/meminfo: memFree=19538840/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=0 CPUtime=1800.12 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202500 1371153 0 0 0 179754 258 0 0 20 0 1 0 35074676 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6048
/proc/meminfo: memFree=19538840/32872528 swapFree=7556/7556
[pid=5934] ppid=5931 vsize=0 CPUtime=1800.22 cores=4-7,12-15
/proc/5934/stat : 5934 (naps-1.02) R 5931 5934 5888 0 -1 4202500 1371153 0 0 0 179754 268 0 0 20 0 1 0 35074676 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/5934/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.56
CPU time (s): 1800.29
CPU user time (s): 1797.55
CPU system time (s): 2.74158
CPU usage (%): 99.9848
Max. virtual memory (cumulated for all children) (KiB): 6541116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.55
system time used= 2.74158
maximum resident set size= 6472248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1371153
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= 3
involuntary context switches= 1855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94094 second user time and 9.55555 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-27 11:39:25
IDJOB=4100131
IDBENCH=1577
IDSOLVER=2544
FILE ID=node132/4100131-1467020363
RUNJOBID= node132-1467020363-5905
PBS_JOBID= 19976984
Free space on /tmp= 71488 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-neos9.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100131-1467020363/watcher-4100131-1467020363 -o /tmp/evaluation-result-4100131-1467020363/solver-4100131-1467020363 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5905 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4100131-1467020363.opb

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

MD5SUM BENCH= 3f95880b258ecfc346507235783375e9
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:        31615036 kB
Buffers:          111916 kB
Cached:           344364 kB
SwapCached:         1776 kB
Active:           173248 kB
Inactive:         338060 kB
Active(anon):      55664 kB
Inactive(anon):     1780 kB
Active(file):     117584 kB
Inactive(file):   336280 kB
Unevictable:        7556 kB
Mlocked:            7556 kB
SwapTotal:      67108856 kB
SwapFree:       67098724 kB
Dirty:             55652 kB
Writeback:             0 kB
AnonPages:         62132 kB
Mapped:             7676 kB
Shmem:                 0 kB
Slab:             603524 kB
SReclaimable:      42920 kB
SUnreclaim:       560604 kB
KernelStack:        2152 kB
PageTables:         4152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     184832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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:09:26