Trace number 4100435

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.13 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-trento1.opb
MD5SUM38efecbab82080ab0719e9bf155a35ec
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.752885
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables44575
Total number of constraints1264
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1264
Minimum length of a constraint35
Maximum length of a constraint44575
Number of terms in the objective function 44575
Biggest coefficient in the objective function 78668
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 568252
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 568256
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.09/1800.60	c 
1800.09/1800.60	c *** TERMINATED *** by signal 15
1800.09/1800.60	s UNKNOWN
1800.09/1800.60	c _____________________________________________________________________________
1800.09/1800.60	c 
1800.09/1800.60	c std/band forms        : 26,1248
1800.09/1800.60	c 2cl/3cl ITE-codings   : 546350,1726282
1800.09/1800.60	c BDD/srt/adr Max costs : 470754,524743,24386
1800.09/1800.60	c BDDraw/bin/mul/srt/adr: 1264,0,0,8,2
1800.09/1800.60	c BDD nodes             : 11295561
1800.09/1800.60	c Es1/CC detections     : 0,0
1800.09/1800.60	c SAT/UNSAT calls       : 0,0
1800.09/1800.60	c restarts              : 0
1800.09/1800.60	c conflicts             : 0              (0 /sec)
1800.09/1800.60	c decisions             : 0              (0 /sec)
1800.09/1800.60	c propagations          : 0              (0 /sec)
1800.09/1800.60	c inspects              : 0              (0 /sec)
1800.09/1800.60	c CPU time (solving tm) : 1799 s        (0 s)
1800.09/1800.60	c Time for Opt-base     : 60.17 s
1800.09/1800.60	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-4100435-1467022166/watcher-4100435-1467022166 -o /tmp/evaluation-result-4100435-1467022166/solver-4100435-1467022166 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467020363-5905 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4100435-1467022166.opb 

pid=6090
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: 2.00 2.00 1.84 3/258 6093
/proc/meminfo: memFree=26058168/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=9584 CPUtime=0 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 1104 0 0 0 0 0 0 0 20 0 1 0 35254786 9814016 937 33554432000 4194304 5796924 140737059356000 140737059355368 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 2396 938 114 392 0 1995 0

[startup+0.100155 s]
/proc/loadavg: 2.00 2.00 1.84 3/258 6093
/proc/meminfo: memFree=26058168/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=24268 CPUtime=0.09 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 4747 0 0 0 9 0 0 0 20 0 1 0 35254786 24850432 4233 33554432000 4194304 5796924 140737059356000 140737059355368 4404174 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 6067 4233 128 392 0 5666 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24268

[startup+0.200429 s]
/proc/loadavg: 2.00 2.00 1.84 3/258 6093
/proc/meminfo: memFree=26058168/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=26080 CPUtime=0.18 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 5099 0 0 0 18 0 0 0 20 0 1 0 35254786 26705920 4585 33554432000 4194304 5796924 140737059356000 140737059355368 4404063 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 6520 4585 128 392 0 6119 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 26080

[startup+0.300276 s]
/proc/loadavg: 2.00 2.00 1.84 3/258 6093
/proc/meminfo: memFree=26058168/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=27828 CPUtime=0.29 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 5463 0 0 0 28 1 0 0 20 0 1 0 35254786 28495872 4949 33554432000 4194304 5796924 140737059356000 140737059355368 4261418 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 6957 4949 128 392 0 6556 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27828

[startup+0.700248 s]
/proc/loadavg: 2.00 2.00 1.84 3/258 6093
/proc/meminfo: memFree=26058168/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=38020 CPUtime=0.69 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 9439 0 0 0 68 1 0 0 20 0 1 0 35254786 38932480 7370 33554432000 4194304 5796924 140737059356000 140737059355368 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 9505 7371 128 392 0 9104 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38020

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6094
/proc/meminfo: memFree=26018356/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=63024 CPUtime=1.49 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 17182 0 0 0 146 3 0 0 20 0 1 0 35254786 64536576 12663 33554432000 4194304 5796924 140737059356000 140737059355160 5092416 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 15756 12663 139 392 0 15355 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63024

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6094
/proc/meminfo: memFree=26004716/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=71656 CPUtime=3.09 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 19676 0 0 0 306 3 0 0 20 0 1 0 35254786 73375744 14827 33554432000 4194304 5796924 140737059356000 140737059313640 4261360 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 17914 14827 139 392 0 17513 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71656

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6094
/proc/meminfo: memFree=25985660/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=87768 CPUtime=6.29 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 22376 0 0 0 625 4 0 0 20 0 1 0 35254786 89874432 18616 33554432000 4194304 5796924 140737059356000 140737059331576 5092431 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 21942 18616 139 392 0 21541 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87768

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.84 3/259 6094
/proc/meminfo: memFree=25809844/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=283332 CPUtime=12.68 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 68382 0 0 0 1257 11 0 0 20 0 1 0 35254786 290131968 67607 33554432000 4194304 5796924 140737059356000 140737053419544 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 70833 67607 139 392 0 70432 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 283332

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 1.84 2/260 6141
/proc/meminfo: memFree=30753784/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=571536 CPUtime=25.49 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 134451 0 0 0 2526 23 0 0 20 0 1 0 35254786 585252864 139645 33554432000 4194304 5796924 140737059356000 140737059352984 5087501 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 142884 139645 150 392 0 142483 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 571536

[startup+51.1004 s]
/proc/loadavg: 2.05 2.02 1.85 3/260 6191
/proc/meminfo: memFree=31077068/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=632480 CPUtime=51.08 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 144883 0 0 0 5083 25 0 0 20 0 1 0 35254786 647659520 152379 33554432000 4194304 5796924 140737059356000 140737050946504 5095032 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 158120 152380 150 392 0 157719 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 632480

[startup+102.3 s]
/proc/loadavg: 2.10 2.03 1.86 3/259 6192
/proc/meminfo: memFree=29057352/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=1588012 CPUtime=102.27 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 368887 0 0 0 10167 60 0 0 20 0 1 0 35254786 1626124288 393930 33554432000 4194304 5796924 140737059356000 140737052184344 4805602 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 397003 393930 150 392 0 396602 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1588012

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 1.86 3/259 6193
/proc/meminfo: memFree=26379744/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=1588012 CPUtime=162.25 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 368936 0 0 0 16165 60 0 0 20 0 1 0 35254786 1626124288 393971 33554432000 4194304 5796924 140737059356000 140737059352984 4805602 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 397003 393971 191 392 0 396602 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1588012

[startup+222.311 s]
/proc/loadavg: 2.01 2.02 1.87 3/259 6194
/proc/meminfo: memFree=23578292/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3426136 CPUtime=222.24 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 431979 0 0 0 22130 94 0 0 20 0 1 0 35254786 3508363264 758322 33554432000 4194304 5796924 140737059356000 140737059353416 4637376 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 856534 758322 201 392 0 856133 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3426136

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 1.88 3/259 6195
/proc/meminfo: memFree=23685492/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=282.2 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432678 0 0 0 28119 101 0 0 20 0 1 0 35254786 3288281088 731579 33554432000 4194304 5796924 140737059356000 140737059353848 4606433 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 731579 216 392 0 802402 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 3211212

[startup+342.3 s]
/proc/loadavg: 2.10 2.04 1.89 3/259 6196
/proc/meminfo: memFree=23685520/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=342.17 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432714 0 0 0 34116 101 0 0 20 0 1 0 35254786 3288281088 731579 33554432000 4194304 5796924 140737059356000 140737059353848 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 731579 216 392 0 802402 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 3211212

[startup+402.3 s]
/proc/loadavg: 2.03 2.03 1.90 3/259 6198
/proc/meminfo: memFree=23683088/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=402.14 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432744 0 0 0 40113 101 0 0 20 0 1 0 35254786 3288281088 732093 33554432000 4194304 5796924 140737059356000 140737059353848 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 732093 218 392 0 802402 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 3211212

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 1.90 3/259 6199
/proc/meminfo: memFree=23683568/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=462.12 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432771 0 0 0 46111 101 0 0 20 0 1 0 35254786 3288281088 732093 33554432000 4194304 5796924 140737059356000 140737059353848 4606433 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 732093 218 392 0 802402 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 3211212

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/259 6200
/proc/meminfo: memFree=23683496/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=522.1 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432785 0 0 0 52109 101 0 0 20 0 1 0 35254786 3288281088 732093 33554432000 4194304 5796924 140737059356000 140737059353848 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 732093 218 392 0 802402 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 3211212

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/259 6201
/proc/meminfo: memFree=23683784/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=582.08 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432812 0 0 0 58107 101 0 0 20 0 1 0 35254786 3288281088 732093 33554432000 4194304 5796924 140737059356000 140737059353848 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 732093 218 392 0 802402 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 3211212

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


[startup+882.311 s]
/proc/loadavg: 2.11 2.05 1.93 3/259 6210
/proc/meminfo: memFree=22232412/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=881.98 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432898 0 0 0 88097 101 0 0 20 0 1 0 35254786 3288281088 732093 33554432000 4194304 5796924 140737059356000 140737059353848 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 732093 218 392 0 802402 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 3211212

[startup+942.3 s]
/proc/loadavg: 2.11 2.06 1.94 3/259 6211
/proc/meminfo: memFree=22224216/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=941.96 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432899 0 0 0 94095 101 0 0 20 0 1 0 35254786 3288281088 732093 33554432000 4194304 5796924 140737059356000 140737059353848 4606531 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 732093 218 392 0 802402 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 3211212

[startup+1002.3 s]
/proc/loadavg: 2.07 2.06 1.95 3/258 6213
/proc/meminfo: memFree=22213056/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1001.95 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432901 0 0 0 100094 101 0 0 20 0 1 0 35254786 3288281088 732093 33554432000 4194304 5796924 140737059356000 140737059353848 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 732093 218 392 0 802402 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 3211212

[startup+1062.3 s]
/proc/loadavg: 2.02 2.05 1.95 3/259 6215
/proc/meminfo: memFree=22201952/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1061.94 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432902 0 0 0 106093 101 0 0 20 0 1 0 35254786 3288281088 733041 33554432000 4194304 5796924 140737059356000 140737059353848 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733041 218 392 0 802402 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 3211212

[startup+1122.3 s]
/proc/loadavg: 2.01 2.04 1.95 3/259 6216
/proc/meminfo: memFree=22193176/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1121.93 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432902 0 0 0 112092 101 0 0 20 0 1 0 35254786 3288281088 733041 33554432000 4194304 5796924 140737059356000 140737059353848 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733041 218 392 0 802402 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 3211212

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 1.95 3/259 6217
/proc/meminfo: memFree=22187024/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1181.92 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432902 0 0 0 118091 101 0 0 20 0 1 0 35254786 3288281088 733041 33554432000 4194304 5796924 140737059356000 140737059353848 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733041 218 392 0 802402 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 3211212

[startup+1242.3 s]
/proc/loadavg: 2.04 2.03 1.95 3/260 6221
/proc/meminfo: memFree=22177880/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1241.91 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432902 0 0 0 124090 101 0 0 20 0 1 0 35254786 3288281088 733041 33554432000 4194304 5796924 140737059356000 140737059353848 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733041 218 392 0 802402 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 3211212

[startup+1302.3 s]
/proc/loadavg: 2.06 2.04 1.96 3/259 6223
/proc/meminfo: memFree=22167868/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1301.89 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432913 0 0 0 130088 101 0 0 20 0 1 0 35254786 3288281088 733041 33554432000 4194304 5796924 140737059356000 140737059353848 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733041 218 392 0 802402 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 3211212

[startup+1362.3 s]
/proc/loadavg: 2.06 2.04 1.96 3/259 6224
/proc/meminfo: memFree=22158236/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1361.87 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432932 0 0 0 136086 101 0 0 20 0 1 0 35254786 3288281088 733041 33554432000 4194304 5796924 140737059356000 140737059353848 4606507 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733041 218 392 0 802402 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 3211212

[startup+1422.3 s]
/proc/loadavg: 2.02 2.03 1.96 3/259 6225
/proc/meminfo: memFree=22254700/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1421.87 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432932 0 0 0 142086 101 0 0 20 0 1 0 35254786 3288281088 733041 33554432000 4194304 5796924 140737059356000 140737059353848 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733041 218 392 0 802402 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 3211212

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 1.96 3/259 6226
/proc/meminfo: memFree=22242004/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1481.85 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432933 0 0 0 148084 101 0 0 20 0 1 0 35254786 3288281088 733553 33554432000 4194304 5796924 140737059356000 140737059353848 4606531 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733553 218 392 0 802402 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 3211212

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 1.96 3/259 6227
/proc/meminfo: memFree=22230056/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1541.85 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432933 0 0 0 154084 101 0 0 20 0 1 0 35254786 3288281088 733553 33554432000 4194304 5796924 140737059356000 140737059353848 4607232 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733553 218 392 0 802402 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 3211212

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/259 6229
/proc/meminfo: memFree=22221640/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1601.83 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432933 0 0 0 160082 101 0 0 20 0 1 0 35254786 3288281088 733553 33554432000 4194304 5796924 140737059356000 140737059353848 4606433 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733553 218 392 0 802402 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 3211212

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/259 6230
/proc/meminfo: memFree=22215260/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1661.82 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432933 0 0 0 166081 101 0 0 20 0 1 0 35254786 3288281088 733553 33554432000 4194304 5796924 140737059356000 140737059353848 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733553 218 392 0 802402 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 3211212

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/259 6231
/proc/meminfo: memFree=22207164/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1721.81 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432938 0 0 0 172080 101 0 0 20 0 1 0 35254786 3288281088 733553 33554432000 4194304 5796924 140737059356000 140737059353848 4606555 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733553 218 392 0 802402 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 3211212

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 1.97 3/259 6232
/proc/meminfo: memFree=22202588/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1781.8 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432938 0 0 0 178079 101 0 0 20 0 1 0 35254786 3288281088 733553 33554432000 4194304 5796924 140737059356000 140737059353848 4606531 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733553 218 392 0 802402 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 3211212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.04 2.01 1.97 3/259 6232
/proc/meminfo: memFree=22199856/32872528 swapFree=7556/7556
[pid=6093] ppid=6090 vsize=3211212 CPUtime=1800.09 cores=4-7,12-15
/proc/6093/stat : 6093 (naps-1.02) R 6090 6093 5888 0 -1 4202496 432938 0 0 0 179908 101 0 0 20 0 1 0 35254786 3288281088 733553 33554432000 4194304 5796924 140737059356000 140737059353848 4607232 0 0 4096 17954 0 0 0 17 14 0 0 0 0 0
/proc/6093/statm: 802803 733553 218 392 0 802402 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 3211212

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.13
CPU user time (s): 1799.09
CPU system time (s): 1.03584
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 3770012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.03584
maximum resident set size= 3282964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 432949
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= 346
involuntary context switches= 1826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76497 second user time and 11.6062 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-27 12:09:26
IDJOB=4100435
IDBENCH=1616
IDSOLVER=2544
FILE ID=node132/4100435-1467022166
RUNJOBID= node132-1467020363-5905
PBS_JOBID= 19976984
Free space on /tmp= 71528 MiB

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

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

MD5SUM BENCH= 38efecbab82080ab0719e9bf155a35ec
RANDOM SEED=2096805682

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:        26058316 kB
Buffers:           87020 kB
Cached:           179588 kB
SwapCached:         1748 kB
Active:          5862960 kB
Inactive:         191780 kB
Active(anon):    5786936 kB
Inactive(anon):     3412 kB
Active(file):      76024 kB
Inactive(file):   188368 kB
Unevictable:        7556 kB
Mlocked:            7556 kB
SwapTotal:      67108856 kB
SwapFree:       67098724 kB
Dirty:              5804 kB
Writeback:             0 kB
AnonPages:       5801536 kB
Mapped:             8220 kB
Shmem:                 0 kB
Slab:             599964 kB
SReclaimable:      40252 kB
SUnreclaim:       559712 kB
KernelStack:        2176 kB
PageTables:        15540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6707648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1124352 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= 71528 MiB
End job on node132 at 2016-06-27 12:39:27