Trace number 4103931

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.04 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-roll3000.opb
MD5SUM553e03f28bab227c11d33a47edd1fb32
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1095891440
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
Number of bits of the biggest sum of numbers41
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.40	c 
1800.02/1800.40	c *** TERMINATED *** by signal 15
1800.02/1800.40	s UNKNOWN
1800.02/1800.40	c _____________________________________________________________________________
1800.02/1800.40	c 
1800.02/1800.40	c std/band forms        : 1223,186
1800.02/1800.40	c 2cl/3cl ITE-codings   : 1135423,654218
1800.02/1800.40	c BDD/srt/adr Max costs : 87750,0,2788
1800.02/1800.40	c BDDraw/bin/mul/srt/adr: 933,0,462,1,13
1800.02/1800.40	c BDD nodes             : 2387571
1800.02/1800.40	c Es1/CC detections     : 0,0
1800.02/1800.40	c SAT/UNSAT calls       : 0,0
1800.02/1800.40	c restarts              : 0
1800.02/1800.40	c conflicts             : 0              (0 /sec)
1800.02/1800.40	c decisions             : 0              (0 /sec)
1800.02/1800.40	c propagations          : 0              (0 /sec)
1800.02/1800.40	c inspects              : 0              (0 /sec)
1800.02/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.02/1800.40	c Time for Opt-base     : 484.1 s
1800.02/1800.40	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-4103931-1466270554/watcher-4103931-1466270554 -o /tmp/evaluation-result-4103931-1466270554/solver-4103931-1466270554 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31739 --watchdog 1960 naps-1.02 HOME/instance-4103931-1466270554.opb 

pid=32317
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 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/258 32320
/proc/meminfo: memFree=31781184/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=6964 CPUtime=0 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 435 0 0 0 0 0 0 0 20 0 1 0 29099971 7131136 309 33554432000 4194304 5796924 140733971715136 140733971713720 5151664 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 1741 309 124 392 0 1340 0

[startup+0.100102 s]
/proc/loadavg: 2.00 2.00 2.00 3/258 32320
/proc/meminfo: memFree=31781184/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=11456 CPUtime=0.09 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 1484 0 0 0 9 0 0 0 20 0 1 0 29099971 11730944 1357 33554432000 4194304 5796924 140733971715136 140733971713720 5183584 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 2864 1357 129 392 0 2463 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11456

[startup+0.200292 s]
/proc/loadavg: 2.00 2.00 2.00 3/258 32320
/proc/meminfo: memFree=31781184/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=14672 CPUtime=0.19 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 2193 0 0 0 19 0 0 0 20 0 1 0 29099971 15024128 2066 33554432000 4194304 5796924 140733971715136 140733971713720 5095032 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 3668 2066 129 392 0 3267 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14672

[startup+0.300191 s]
/proc/loadavg: 2.00 2.00 2.00 3/258 32320
/proc/meminfo: memFree=31781184/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=17360 CPUtime=0.29 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 2845 0 0 0 29 0 0 0 20 0 1 0 29099971 17776640 2718 33554432000 4194304 5796924 140733971715136 140733971713720 4404063 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 4340 2719 129 392 0 3939 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17360

[startup+0.700188 s]
/proc/loadavg: 2.00 2.00 2.00 3/258 32320
/proc/meminfo: memFree=31781184/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=22556 CPUtime=0.69 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 4585 0 0 0 69 0 0 0 20 0 1 0 29099971 23097344 3965 33554432000 4194304 5796924 140733971715136 140733971713720 4199760 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 5639 3965 141 392 0 5238 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22556

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 32321
/proc/meminfo: memFree=31765148/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=22588 CPUtime=1.49 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 4614 0 0 0 149 0 0 0 20 0 1 0 29099971 23130112 3994 33554432000 4194304 5796924 140733971715136 140733971711352 5092558 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 5647 3994 145 392 0 5246 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22588

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 32321
/proc/meminfo: memFree=31764676/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=23172 CPUtime=3.09 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 4737 0 0 0 309 0 0 0 20 0 1 0 29099971 23728128 4117 33554432000 4194304 5796924 140733971715136 140733971711352 4295986 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 5793 4117 145 392 0 5392 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23172

[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 32321
/proc/meminfo: memFree=31763720/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=24248 CPUtime=6.28 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 5082 0 0 0 628 0 0 0 20 0 1 0 29099971 24829952 4379 33554432000 4194304 5796924 140733971715136 140733971711352 5087529 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 6062 4379 145 392 0 5661 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24248

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 32321
/proc/meminfo: memFree=31761028/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=26036 CPUtime=12.68 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 5661 0 0 0 1268 0 0 0 20 0 1 0 29099971 26660864 4793 33554432000 4194304 5796924 140733971715136 140733971708856 5092604 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 6509 4793 145 392 0 6108 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26036

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 32321
/proc/meminfo: memFree=31758116/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=28304 CPUtime=25.49 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 6114 0 0 0 2548 1 0 0 20 0 1 0 29099971 28983296 5642 33554432000 4194304 5796924 140733971715136 140733971708856 4809102 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 7076 5642 145 392 0 6675 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28304

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/258 32322
/proc/meminfo: memFree=31759164/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=29088 CPUtime=51.08 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 6305 0 0 0 5107 1 0 0 20 0 1 0 29099971 29786112 5851 33554432000 4194304 5796924 140733971715136 140733971708888 5092509 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 7272 5851 145 392 0 6871 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29088

[startup+102.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/259 32324
/proc/meminfo: memFree=31757200/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=29636 CPUtime=102.28 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 6449 0 0 0 10227 1 0 0 20 0 1 0 29099971 30347264 6000 33554432000 4194304 5796924 140733971715136 140733971708952 4865437 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 7409 6000 145 392 0 7008 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 29636

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/259 32325
/proc/meminfo: memFree=31756728/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=30032 CPUtime=162.26 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 6545 0 0 0 16225 1 0 0 20 0 1 0 29099971 30752768 6096 33554432000 4194304 5796924 140733971715136 140733971708856 5087776 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 7508 6096 145 392 0 7107 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 30032

[startup+222.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/259 32326
/proc/meminfo: memFree=31725188/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=62292 CPUtime=222.26 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 13735 0 0 0 22222 4 0 0 20 0 1 0 29099971 63787008 13857 33554432000 4194304 5796924 140733971715136 140733971711352 4840430 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 15573 13857 192 392 0 15172 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 62292

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/259 32327
/proc/meminfo: memFree=31724448/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=62544 CPUtime=282.24 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 13776 0 0 0 28220 4 0 0 20 0 1 0 29099971 64045056 13898 33554432000 4194304 5796924 140733971715136 140733971708856 4809123 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 15636 13898 192 392 0 15235 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 62544

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/259 32329
/proc/meminfo: memFree=31724212/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=62872 CPUtime=342.23 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 13858 0 0 0 34219 4 0 0 20 0 1 0 29099971 64380928 13980 33554432000 4194304 5796924 140733971715136 140733971708856 5092622 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 15718 13980 192 392 0 15317 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 62872

[startup+402.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/259 32330
/proc/meminfo: memFree=31523436/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=265252 CPUtime=402.21 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 60461 0 0 0 40210 11 0 0 20 0 1 0 29099971 271618048 64077 33554432000 4194304 5796924 140733971715136 140733971711352 5100896 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 66313 64077 192 392 0 65912 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 265252

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/260 32334
/proc/meminfo: memFree=31499184/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=286340 CPUtime=462.2 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 61541 0 0 0 46208 12 0 0 20 0 1 0 29099971 293212160 70093 33554432000 4194304 5796924 140733971715136 140733971711352 5092450 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 71585 70093 192 392 0 71184 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 286340

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/259 32335
/proc/meminfo: memFree=30599624/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1373156 CPUtime=522.19 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 113281 0 0 0 52185 34 0 0 20 0 1 0 29099971 1406111744 301727 33554432000 4194304 5796924 140733971715136 140733971712456 4627367 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 343289 301727 201 392 0 342888 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 1373156

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/259 32336
/proc/meminfo: memFree=30631380/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1200492 CPUtime=582.18 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 122271 0 0 0 58180 38 0 0 20 0 1 0 29099971 1229303808 286381 33554432000 4194304 5796924 140733971715136 140733971712184 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 300123 286381 218 392 0 299722 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 1200492


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


[startup+882.311 s]
/proc/loadavg: 2.04 2.04 2.00 3/259 32342
/proc/meminfo: memFree=30617960/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1204288 CPUtime=882.13 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 122781 0 0 0 88175 38 0 0 20 0 1 0 29099971 1233190912 289874 33554432000 4194304 5796924 140733971715136 140733971712184 4606503 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 301072 289874 219 392 0 300671 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 1204288

[startup+942.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/258 32343
/proc/meminfo: memFree=30611900/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1208812 CPUtime=942.09 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 123144 0 0 0 94171 38 0 0 20 0 1 0 29099971 1237823488 291398 33554432000 4194304 5796924 140733971715136 140733971712184 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 302203 291398 219 392 0 301802 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 1208812

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/259 32345
/proc/meminfo: memFree=30605344/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1208812 CPUtime=1002.07 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 123240 0 0 0 100169 38 0 0 20 0 1 0 29099971 1237823488 293058 33554432000 4194304 5796924 140733971715136 140733971712184 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 302203 293058 219 392 0 301802 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 1208812

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/260 32349
/proc/meminfo: memFree=30601784/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1208812 CPUtime=1062.05 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 123342 0 0 0 106167 38 0 0 20 0 1 0 29099971 1237823488 293661 33554432000 4194304 5796924 140733971715136 140733971712184 4568985 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 302203 293661 219 392 0 301802 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 1208812

[startup+1122.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/259 32350
/proc/meminfo: memFree=30602024/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1208812 CPUtime=1122.04 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 123361 0 0 0 112166 38 0 0 20 0 1 0 29099971 1237823488 293680 33554432000 4194304 5796924 140733971715136 140733971712184 4569041 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 302203 293680 219 392 0 301802 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 1208812

[startup+1182.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/259 32351
/proc/meminfo: memFree=30601164/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1208812 CPUtime=1182.03 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 123603 0 0 0 118165 38 0 0 20 0 1 0 29099971 1237823488 293913 33554432000 4194304 5796924 140733971715136 140733971712184 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 302203 293913 219 392 0 301802 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 1208812

[startup+1242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/259 32352
/proc/meminfo: memFree=30593876/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1294040 CPUtime=1242.02 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 124410 0 0 0 124162 40 0 0 20 0 1 0 29099971 1325096960 295714 33554432000 4194304 5796924 140733971715136 140733971712184 4569014 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 323510 295714 219 392 0 323109 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 1294040

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/259 32354
/proc/meminfo: memFree=30591756/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1294040 CPUtime=1302.01 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 124444 0 0 0 130161 40 0 0 20 0 1 0 29099971 1325096960 296259 33554432000 4194304 5796924 140733971715136 140733971712184 4606531 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 323510 296259 219 392 0 323109 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 1294040

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 32355
/proc/meminfo: memFree=30590864/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1294040 CPUtime=1362 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 124522 0 0 0 136160 40 0 0 20 0 1 0 29099971 1325096960 296337 33554432000 4194304 5796924 140733971715136 140733971712184 4606531 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 323510 296337 219 392 0 323109 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 1294040

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/259 32356
/proc/meminfo: memFree=30587464/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1294040 CPUtime=1422 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 124550 0 0 0 142160 40 0 0 20 0 1 0 29099971 1325096960 296876 33554432000 4194304 5796924 140733971715136 140733971712184 4606531 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 323510 296876 219 392 0 323109 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 1294040

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 32357
/proc/meminfo: memFree=30582716/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1294040 CPUtime=1481.98 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 124646 0 0 0 148158 40 0 0 20 0 1 0 29099971 1325096960 297994 33554432000 4194304 5796924 140733971715136 140733971712184 4607776 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 323510 297994 219 392 0 323109 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 1294040

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 32358
/proc/meminfo: memFree=30582656/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1294040 CPUtime=1541.98 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 124683 0 0 0 154158 40 0 0 20 0 1 0 29099971 1325096960 298031 33554432000 4194304 5796924 140733971715136 140733971712184 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 323510 298031 219 392 0 323109 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 1294040

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/259 32360
/proc/meminfo: memFree=30580500/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1294040 CPUtime=1601.96 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 124684 0 0 0 160156 40 0 0 20 0 1 0 29099971 1325096960 298543 33554432000 4194304 5796924 140733971715136 140733971712184 4607241 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 323510 298543 219 392 0 323109 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 1294040

[startup+1662.3 s]
/proc/loadavg: 1.97 2.00 2.00 3/260 32410
/proc/meminfo: memFree=30607464/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1294040 CPUtime=1661.95 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 124685 0 0 0 166155 40 0 0 20 0 1 0 29099971 1325096960 299055 33554432000 4194304 5796924 140733971715136 140733971712184 4606469 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 323510 299055 219 392 0 323109 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 1294040

[startup+1722.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/260 32411
/proc/meminfo: memFree=30604588/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1294040 CPUtime=1721.94 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 124686 0 0 0 172154 40 0 0 20 0 1 0 29099971 1325096960 299567 33554432000 4194304 5796924 140733971715136 140733971712184 4606433 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 323510 299567 219 392 0 323109 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 1294040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/259 32412
/proc/meminfo: memFree=30602304/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1294040 CPUtime=1781.93 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 124687 0 0 0 178153 40 0 0 20 0 1 0 29099971 1325096960 299567 33554432000 4194304 5796924 140733971715136 140733971712184 4606555 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 323510 299567 219 392 0 323109 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 1294040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.00 2.00 3/259 32412
/proc/meminfo: memFree=30599604/32872528 swapFree=7804/7804
[pid=32320] ppid=32317 vsize=1294040 CPUtime=1800.02 cores=0-3,8-11
/proc/32320/stat : 32320 (naps-1.02) R 32317 32320 31723 0 -1 4202496 124696 0 0 0 179962 40 0 0 20 0 1 0 29099971 1325096960 300079 33554432000 4194304 5796924 140733971715136 140733971712184 4569014 0 0 4096 17954 0 0 0 17 10 0 0 0 0 0
/proc/32320/statm: 323510 300079 219 392 0 323109 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1294040

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 32320 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1799.63
CPU system time (s): 0.412937
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 1373156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.412937
maximum resident set size= 1294976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124707
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= 120
involuntary context switches= 1842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8793 second user time and 15.6216 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 19:22:34
IDJOB=4103931
IDBENCH=2508
IDSOLVER=2544
FILE ID=node132/4103931-1466270554
RUNJOBID= node132-1466264985-31739
PBS_JOBID= 19918229
Free space on /tmp= 71732 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-roll3000.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103931-1466270554/watcher-4103931-1466270554 -o /tmp/evaluation-result-4103931-1466270554/solver-4103931-1466270554 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31739 --watchdog 1960  naps-1.02 HOME/instance-4103931-1466270554.opb

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

MD5SUM BENCH= 553e03f28bab227c11d33a47edd1fb32
RANDOM SEED=1809648012

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		: 2666.768
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	: 5333.53
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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.56
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		: 2666.768
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		: 2666.768
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		: 2666.768
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.54
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		: 2666.768
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		: 2666.768
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		: 2666.768
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		: 2666.768
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:        31781548 kB
Buffers:          110928 kB
Cached:           187936 kB
SwapCached:         1776 kB
Active:           123684 kB
Inactive:         214076 kB
Active(anon):      38684 kB
Inactive(anon):     2320 kB
Active(file):      85000 kB
Inactive(file):   211756 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:              4848 kB
Writeback:             0 kB
AnonPages:         45940 kB
Mapped:             7900 kB
Shmem:                 0 kB
Slab:             608184 kB
SReclaimable:      48460 kB
SUnreclaim:       559724 kB
KernelStack:        2240 kB
PageTables:         4124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     162368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 71728 MiB
End job on node132 at 2016-06-18 19:52:34