Trace number 4103859

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.07 1800.54

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc04.opb
MD5SUMbb1646c210ed722ee76932cafe9701aa
Bench CategoryOPT-BIGINT (optimisation, big 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 variables146276
Total number of constraints1699
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints1689
Minimum length of a constraint3
Maximum length of a constraint5071
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 43188899594881920000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 133861748414790079675
Number of bits of the biggest sum of numbers67
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.50	c 
1800.02/1800.50	c *** TERMINATED *** by signal 15
1800.02/1800.50	s UNKNOWN
1800.02/1800.50	c _____________________________________________________________________________
1800.02/1800.50	c 
1800.02/1800.50	c std/band forms        : 405,0
1800.02/1800.50	c 2cl/3cl ITE-codings   : 0,0
1800.02/1800.50	c BDD/srt/adr Max costs : 445128,126776,3244
1800.02/1800.50	c BDDraw/bin/mul/srt/adr: 268,0,97,16,23
1800.02/1800.50	c BDD nodes             : 34825046
1800.02/1800.50	c Es1/CC detections     : 0,0
1800.02/1800.50	c SAT/UNSAT calls       : 0,0
1800.02/1800.50	c restarts              : 0
1800.02/1800.50	c conflicts             : 0              (0 /sec)
1800.02/1800.50	c decisions             : 0              (0 /sec)
1800.02/1800.50	c propagations          : 0              (0 /sec)
1800.02/1800.50	c inspects              : 0              (0 /sec)
1800.02/1800.50	c CPU time (solving tm) : 1799 s        (0 s)
1800.02/1800.50	c Time for Opt-base     : 1365 s
1800.02/1800.50	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-4103859-1466268595/watcher-4103859-1466268595 -o /tmp/evaluation-result-4103859-1466268595/solver-4103859-1466268595 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466264985-31740 --watchdog 1960 naps-1.02 HOME/instance-4103859-1466268595.opb 

pid=32107
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 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: 1.93 1.98 1.95 3/258 32110
/proc/meminfo: memFree=31810040/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=7084 CPUtime=0 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 466 0 0 0 0 0 0 0 20 0 1 0 28904172 7254016 340 33554432000 4194304 5796924 140735914491728 140737396387144 5087538 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 1771 340 124 392 0 1370 0

[startup+0.100167 s]
/proc/loadavg: 1.93 1.98 1.95 3/258 32110
/proc/meminfo: memFree=31810040/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=12320 CPUtime=0.09 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 1711 0 0 0 9 0 0 0 20 0 1 0 28904172 12615680 1565 33554432000 4194304 5796924 140735914491728 140737396387144 5087501 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 3080 1565 124 392 0 2679 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12320

[startup+0.200332 s]
/proc/loadavg: 1.93 1.98 1.95 3/258 32110
/proc/meminfo: memFree=31810040/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=18288 CPUtime=0.19 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 3057 0 0 0 19 0 0 0 20 0 1 0 28904172 18726912 2806 33554432000 4194304 5796924 140735914491728 140737396387144 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 4572 2806 124 392 0 4171 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18288

[startup+0.300303 s]
/proc/loadavg: 1.93 1.98 1.95 3/258 32110
/proc/meminfo: memFree=31810040/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=23864 CPUtime=0.29 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 4297 0 0 0 29 0 0 0 20 0 1 0 28904172 24436736 4035 33554432000 4194304 5796924 140735914491728 140737396387144 5092545 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 5966 4035 124 392 0 5565 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23864

[startup+0.700235 s]
/proc/loadavg: 1.93 1.98 1.95 3/258 32110
/proc/meminfo: memFree=31810040/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=39272 CPUtime=0.69 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 8460 0 0 0 68 1 0 0 20 0 1 0 28904172 40214528 8017 33554432000 4194304 5796924 140735914491728 140737396387144 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 9818 8017 124 392 0 9417 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39272

[startup+1.50023 s]
/proc/loadavg: 1.93 1.98 1.95 3/259 32111
/proc/meminfo: memFree=31765052/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=68404 CPUtime=1.48 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 15748 0 0 0 146 2 0 0 20 0 1 0 28904172 70045696 14949 33554432000 4194304 5796924 140735914491728 140735914490888 4805684 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 17101 14949 124 392 0 16700 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 68404

[startup+3.10026 s]
/proc/loadavg: 1.93 1.98 1.95 3/259 32111
/proc/meminfo: memFree=31726992/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=120772 CPUtime=3.09 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 27868 0 0 0 305 4 0 0 20 0 1 0 28904172 123670528 27030 33554432000 4194304 5796924 140735914491728 140735914490952 5096591 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 30193 27030 128 392 0 29792 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120772

[startup+6.30032 s]
/proc/loadavg: 1.93 1.98 1.95 3/260 32114
/proc/meminfo: memFree=31674296/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=146840 CPUtime=6.29 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 33944 0 0 0 624 5 0 0 20 0 1 0 28904172 150364160 33617 33554432000 4194304 5796924 140735914491728 140735914489592 4802755 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 36710 33617 130 392 0 36309 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 146840

[startup+12.7003 s]
/proc/loadavg: 1.94 1.98 1.95 3/260 32114
/proc/meminfo: memFree=31572224/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=251652 CPUtime=12.69 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 57916 0 0 0 1260 9 0 0 20 0 1 0 28904172 257691648 59216 33554432000 4194304 5796924 140735914491728 140735914020744 4425326 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 62913 59216 139 392 0 62512 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 251652

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.95 3/260 32114
/proc/meminfo: memFree=31489748/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=338012 CPUtime=25.49 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 69446 0 0 0 2537 12 0 0 20 0 1 0 28904172 346124288 79702 33554432000 4194304 5796924 140735914491728 140735913918152 5092545 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 84503 79702 139 392 0 84102 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 338012

[startup+51.1004 s]
/proc/loadavg: 1.97 1.98 1.95 3/260 32114
/proc/meminfo: memFree=31452628/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=393180 CPUtime=51.07 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 83256 0 0 0 5093 14 0 0 20 0 1 0 28904172 402616320 95271 33554432000 4194304 5796924 140735914491728 140735910498584 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 98295 95272 144 392 0 97894 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 393180

[startup+102.3 s]
/proc/loadavg: 1.98 1.98 1.95 3/260 32115
/proc/meminfo: memFree=31305004/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=521936 CPUtime=102.26 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 102433 0 0 0 10208 18 0 0 20 0 1 0 28904172 534462464 125485 33554432000 4194304 5796924 140735914491728 140735914488712 5087772 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 130484 125485 191 392 0 130083 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 521936

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.95 3/259 32163
/proc/meminfo: memFree=31286304/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=524048 CPUtime=162.21 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 103007 0 0 0 16202 19 0 0 20 0 1 0 28904172 536625152 126523 33554432000 4194304 5796924 140735914491728 140735914488712 5092558 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 131012 126523 191 392 0 130611 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 524048

[startup+222.31 s]
/proc/loadavg: 2.03 2.00 1.96 3/259 32164
/proc/meminfo: memFree=31214016/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=524264 CPUtime=222.19 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 103039 0 0 0 22200 19 0 0 20 0 1 0 28904172 536846336 126536 33554432000 4194304 5796924 140735914491728 140735914487944 4865192 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 131066 126536 191 392 0 130665 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 524264

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/259 32165
/proc/meminfo: memFree=31189472/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=557832 CPUtime=282.16 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 106606 0 0 0 28196 20 0 0 20 0 1 0 28904172 571219968 132137 33554432000 4194304 5796924 140735914491728 140735914488712 4809952 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 139458 132137 191 392 0 139057 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 557832

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/259 32166
/proc/meminfo: memFree=30756872/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=557832 CPUtime=342.15 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 106607 0 0 0 34195 20 0 0 20 0 1 0 28904172 571219968 132779 33554432000 4194304 5796924 140735914491728 140735914488712 5092425 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 139458 132779 191 392 0 139057 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 557832

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/259 32167
/proc/meminfo: memFree=30738604/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=566296 CPUtime=402.14 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 108689 0 0 0 40194 20 0 0 20 0 1 0 28904172 579887104 134861 33554432000 4194304 5796924 140735914491728 140735914486296 5092735 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 141574 134861 191 392 0 141173 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 566296

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/258 32168
/proc/meminfo: memFree=30682768/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=587600 CPUtime=462.13 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 114064 0 0 0 46192 21 0 0 20 0 1 0 28904172 601702400 142791 33554432000 4194304 5796924 140735914491728 140735914488712 4806949 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 146900 142791 191 392 0 146499 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 587600

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/259 32170
/proc/meminfo: memFree=30560612/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=706932 CPUtime=522.12 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 115602 0 0 0 52187 25 0 0 20 0 1 0 28904172 723898368 168717 33554432000 4194304 5796924 140735914491728 140735914129528 4199760 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 176733 168717 191 392 0 176332 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 706932

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/259 32171
/proc/meminfo: memFree=30465228/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=800244 CPUtime=582.11 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 127777 0 0 0 58183 28 0 0 20 0 1 0 28904172 819449856 187024 33554432000 4194304 5796924 140735914491728 140735914487944 4865437 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 200061 187024 191 392 0 199660 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 800244


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


[startup+942.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/259 32204
/proc/meminfo: memFree=29947692/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=1220472 CPUtime=942 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 174334 0 0 0 94158 42 0 0 20 0 1 0 28904172 1249763328 293020 33554432000 4194304 5796924 140735914491728 140735914488712 5092526 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 305118 293020 191 392 0 304717 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 1220472

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/259 32205
/proc/meminfo: memFree=29930928/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=1242384 CPUtime=1001.95 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 179852 0 0 0 100152 43 0 0 20 0 1 0 28904172 1272201216 299007 33554432000 4194304 5796924 140735914491728 140735914488712 5096680 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 310596 299007 191 392 0 310195 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 1242384

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/259 32206
/proc/meminfo: memFree=29897756/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=1242596 CPUtime=1061.94 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 179869 0 0 0 106151 43 0 0 20 0 1 0 28904172 1272418304 299017 33554432000 4194304 5796924 140735914491728 140735914486296 5096620 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 310649 299017 191 392 0 310248 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 1242596

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/259 32208
/proc/meminfo: memFree=29906192/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=1242596 CPUtime=1121.93 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 179873 0 0 0 112150 43 0 0 20 0 1 0 28904172 1272418304 301065 33554432000 4194304 5796924 140735914491728 140735914487944 4451515 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 310649 301065 191 392 0 310248 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 1242596

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/259 32209
/proc/meminfo: memFree=29842528/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=1347704 CPUtime=1181.91 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 180269 0 0 0 118148 43 0 0 20 0 1 0 28904172 1380048896 308104 33554432000 4194304 5796924 140735914491728 140735914487944 4806912 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 336926 308104 191 392 0 336525 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 1347704

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/260 32213
/proc/meminfo: memFree=29828272/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=1368560 CPUtime=1241.91 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 185658 0 0 0 124147 44 0 0 20 0 1 0 28904172 1401405440 317070 33554432000 4194304 5796924 140735914491728 140735914487944 4806764 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 342140 317070 191 392 0 341739 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 1368560

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/259 32214
/proc/meminfo: memFree=29815844/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=1368560 CPUtime=1301.9 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 185663 0 0 0 130145 45 0 0 20 0 1 0 28904172 1401405440 319630 33554432000 4194304 5796924 140735914491728 140735914487944 5092425 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 342140 319630 191 392 0 341739 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 1368560

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/259 32215
/proc/meminfo: memFree=29772956/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=1368560 CPUtime=1361.89 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 185664 0 0 0 136144 45 0 0 20 0 1 0 28904172 1401405440 320142 33554432000 4194304 5796924 140735914491728 140735914487944 4865437 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 342140 320142 191 392 0 341739 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 1368560

[startup+1422.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/259 32217
/proc/meminfo: memFree=29304452/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=1843556 CPUtime=1421.9 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 221157 0 0 0 142128 62 0 0 20 0 1 0 28904172 1887801344 442968 33554432000 4194304 5796924 140735914491728 140735913672392 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 460889 442968 191 392 0 460488 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 1843556

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/259 32218
/proc/meminfo: memFree=28948664/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=2137560 CPUtime=1481.87 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 294553 0 0 0 148113 74 0 0 20 0 1 0 28904172 2188861440 522496 33554432000 4194304 5796924 140735914491728 140735914486296 4313533 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 534390 522496 191 392 0 533989 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 2137560

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/259 32219
/proc/meminfo: memFree=28888892/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=2190312 CPUtime=1541.87 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 307847 0 0 0 154111 76 0 0 20 0 1 0 28904172 2242879488 536301 33554432000 4194304 5796924 140735914491728 140735914486216 4865676 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 547578 536301 191 392 0 547177 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 2190312

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/259 32220
/proc/meminfo: memFree=28887220/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=2193268 CPUtime=1601.86 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 308592 0 0 0 160109 77 0 0 20 0 1 0 28904172 2245906432 537046 33554432000 4194304 5796924 140735914491728 140735914486216 4865437 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 548317 537046 191 392 0 547916 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 2193268

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 1.99 3/259 32221
/proc/meminfo: memFree=28848700/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=2196388 CPUtime=1661.85 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 309392 0 0 0 166108 77 0 0 20 0 1 0 28904172 2249101312 537846 33554432000 4194304 5796924 140735914491728 140735914488712 5087504 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 549097 537846 191 392 0 548696 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 2196388

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/259 32223
/proc/meminfo: memFree=28883888/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=2199540 CPUtime=1721.84 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 310047 0 0 0 172107 77 0 0 20 0 1 0 28904172 2252328960 538501 33554432000 4194304 5796924 140735914491728 140735914488712 4805609 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 549885 538501 191 392 0 549484 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 2199540

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/259 32224
/proc/meminfo: memFree=28838964/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=2199540 CPUtime=1781.83 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 310074 0 0 0 178106 77 0 0 20 0 1 0 28904172 2252328960 538528 33554432000 4194304 5796924 140735914491728 140735914488712 4805616 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 549885 538528 191 392 0 549484 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 2199540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/259 32224
/proc/meminfo: memFree=28829360/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=2199540 CPUtime=1800.02 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 310075 0 0 0 179925 77 0 0 20 0 1 0 28904172 2252328960 538529 33554432000 4194304 5796924 140735914491728 140735914488712 5092931 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 549885 538529 191 392 0 549484 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2199540

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/259 32224
/proc/meminfo: memFree=28829360/32872528 swapFree=7804/7804
[pid=32110] ppid=32107 vsize=2199540 CPUtime=1800.02 cores=4-7,12-15
/proc/32110/stat : 32110 (naps-1.02) R 32107 32110 31723 0 -1 4202496 310075 0 0 0 179925 77 0 0 20 0 1 0 28904172 2252328960 538529 33554432000 4194304 5796924 140735914491728 140735914488712 5092931 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/32110/statm: 549885 538529 191 392 0 549484 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2199540

Child status: 0
Real time (s): 1800.54
CPU time (s): 1800.07
CPU user time (s): 1799.26
CPU system time (s): 0.810876
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 2199540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.810876
maximum resident set size= 2154164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310087
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= 232
involuntary context switches= 1958

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.99394 second user time and 9.76351 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 18:49:56
IDJOB=4103859
IDBENCH=2486
IDSOLVER=2544
FILE ID=node132/4103859-1466268595
RUNJOBID= node132-1466264985-31740
PBS_JOBID= 19918229
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= bb1646c210ed722ee76932cafe9701aa
RANDOM SEED=1882980321

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:        31810064 kB
Buffers:          110148 kB
Cached:           191668 kB
SwapCached:         1776 kB
Active:            93664 kB
Inactive:         212652 kB
Active(anon):       5044 kB
Inactive(anon):     2320 kB
Active(file):      88620 kB
Inactive(file):   210332 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:             15392 kB
Writeback:             0 kB
AnonPages:         12852 kB
Mapped:             7680 kB
Shmem:                 0 kB
Slab:             609012 kB
SReclaimable:      48772 kB
SUnreclaim:       560240 kB
KernelStack:        2136 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     131016 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= 71720 MiB
End job on node132 at 2016-06-18 19:19:56