Trace number 4099886

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
Open-WBO PB16? 148.972 150.053

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-gr4x6.opb
MD5SUM575b26c97ae90d0a5ad0f53e9f10755e
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.015997
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables744
Total number of constraints34
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 constraints34
Minimum length of a constraint31
Maximum length of a constraint180
Number of terms in the objective function 744
Biggest coefficient in the objective function 22954
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 524814
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 524814
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
0.00/0.00	c Open-WBO:	 a Modular MaxSAT Solver -- based on Glucose4.0 (core version)
0.00/0.00	c Version:	 Pseudo-Boolean Evaluation 2016
0.00/0.00	c Authors:	 Ruben Martins, Vasco Manquinho, Ines Lynce
0.00/0.00	c Contributors:	 Miguel Neves, Saurabh Joshi, Mikolas Janota
0.00/0.00	c Contact:	 open-wbo@sat.inesc-id.pt -- http://sat.inesc-id.pt/open-wbo/
0.00/0.00	c
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Instance file HOME/instance-4099886-1466224323.opb
0.00/0.00	c File size is 26662 bytes.
148.32/149.40	c Sum of soft weights:       524814
148.32/149.40	c |                                                                                                       |
148.32/149.40	c ========================================[ Problem Statistics ]===========================================
148.32/149.40	c |                                                                                                       |
148.32/149.40	c |  Problem Type:             Weighted                                                                   |
148.32/149.40	c |  Number of variables:           744                                                                   |
148.32/149.40	c |  Number of hard clauses:          0                                                                   |
148.32/149.40	c |  Number of soft clauses:        744                                                                   |
148.32/149.40	c |  Number of cardinality:           0                                                                   |
148.32/149.40	c |  Number of PB :                  44                                                                   |
148.32/149.40	c |  Parse time:                   0.00 s                                                                 |
148.32/149.40	c |                                                                                                       |
148.32/149.40	c Error: Out of memory.
148.32/149.40	s UNKNOWN

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-4099886-1466224323/watcher-4099886-1466224323 -o /tmp/evaluation-result-4099886-1466224323/solver-4099886-1466224323 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466223616-30921 --watchdog 1960 open-wbo HOME/instance-4099886-1466224323.opb 

pid=1032
running on 4 cores: 1,3,5,7

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.34 2.37 2.96 3/176 1035
/proc/meminfo: memFree=31192004/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=6972 CPUtime=0 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 420 0 0 0 0 0 0 0 20 0 1 0 24477708 7139328 288 33554432000 4194304 6059633 140734480208656 140737344691592 5131227 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 1743 292 152 456 0 1279 0

[startup+0.100126 s]
/proc/loadavg: 2.34 2.37 2.96 3/176 1035
/proc/meminfo: memFree=31192004/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=27204 CPUtime=0.09 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 4851 0 0 0 9 0 0 0 20 0 1 0 24477708 27856896 5178 33554432000 4194304 6059633 140734480208656 140737344691592 4294824 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 6801 5179 161 456 0 6337 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27204

[startup+0.200373 s]
/proc/loadavg: 2.34 2.37 2.96 3/176 1035
/proc/meminfo: memFree=31192004/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=53380 CPUtime=0.19 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 10170 0 0 0 18 1 0 0 20 0 1 0 24477708 54661120 10780 33554432000 4194304 6059633 140734480208656 140737344691592 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 13345 10781 161 456 0 12881 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 53380

[startup+0.300354 s]
/proc/loadavg: 2.34 2.37 2.96 3/176 1035
/proc/meminfo: memFree=31192004/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=65704 CPUtime=0.29 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 12793 0 0 0 27 2 0 0 20 0 1 0 24477708 67280896 14285 33554432000 4194304 6059633 140734480208656 140737344691592 5043379 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 16459 14292 161 456 0 15995 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65704

[startup+0.700299 s]
/proc/loadavg: 2.34 2.37 2.96 3/176 1035
/proc/meminfo: memFree=31192004/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=132704 CPUtime=0.69 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 22244 0 0 0 65 4 0 0 20 0 1 0 24477708 135888896 29108 33554432000 4194304 6059633 140734480208656 140734480206104 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 33176 29108 161 456 0 32712 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 132704

[startup+1.50029 s]
/proc/loadavg: 2.34 2.37 2.96 3/177 1036
/proc/meminfo: memFree=31018312/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=300712 CPUtime=1.49 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 38534 0 0 0 142 7 0 0 20 0 1 0 24477708 307929088 55665 33554432000 4194304 6059633 140734480208656 140734480206104 4295055 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 75178 55665 161 456 0 74714 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 300712

[startup+3.1003 s]
/proc/loadavg: 2.31 2.36 2.95 4/177 1036
/proc/meminfo: memFree=30870748/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=520748 CPUtime=3.08 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 65101 0 0 0 295 13 0 0 20 0 1 0 24477708 533245952 107555 33554432000 4194304 6059633 140734480208656 140734480206152 4295055 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 130187 107555 161 456 0 129723 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 520748

[startup+6.3003 s]
/proc/loadavg: 2.31 2.36 2.95 3/177 1036
/proc/meminfo: memFree=30448908/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=1054560 CPUtime=6.29 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 105087 0 0 0 605 24 0 0 20 0 1 0 24477708 1079869440 201320 33554432000 4194304 6059633 140734480208656 140734480206152 4252011 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 263640 201320 161 456 0 263176 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1054560

[startup+12.7003 s]
/proc/loadavg: 2.26 2.35 2.94 3/177 1036
/proc/meminfo: memFree=29698092/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=1824952 CPUtime=12.69 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 183969 0 0 0 1225 44 0 0 20 0 1 0 24477708 1868750848 390002 33554432000 4194304 6059633 140734480208656 140734480206152 4589383 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 456238 390002 161 456 0 455774 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1824952

[startup+25.5003 s]
/proc/loadavg: 2.22 2.34 2.93 3/177 1036
/proc/meminfo: memFree=28253932/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=4170556 CPUtime=25.47 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 319317 0 0 0 2465 82 0 0 20 0 1 0 24477708 4270649344 748675 33554432000 4194304 6059633 140734480208656 140734480206680 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 1042639 748675 161 456 0 1042175 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 4170556

[startup+51.1004 s]
/proc/loadavg: 2.21 2.33 2.91 3/178 1037
/proc/meminfo: memFree=25990292/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=6876968 CPUtime=51.06 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 566884 0 0 0 4947 159 0 0 20 0 1 0 24477708 7042015232 1313810 33554432000 4194304 6059633 140734480208656 140734480206616 5043379 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 1719242 1313810 162 456 0 1718778 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 6876968

[startup+102.3 s]
/proc/loadavg: 2.27 2.32 2.87 3/178 1038
/proc/meminfo: memFree=21164352/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=12541040 CPUtime=102.23 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 1164526 0 0 0 9915 308 0 0 20 0 1 0 24477708 12842024960 2505319 33554432000 4194304 6059633 140734480208656 140734480206680 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 3135260 2505319 162 456 0 3134796 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 12541040

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

[startup+102.407 s]
/proc/loadavg: 2.27 2.32 2.87 3/178 1038
/proc/meminfo: memFree=21164352/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=12543320 CPUtime=102.34 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 1165020 0 0 0 9925 309 0 0 20 0 1 0 24477708 12844359680 2507857 33554432000 4194304 6059633 140734480208656 140734480206680 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 3135830 2507857 162 456 0 3135366 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 12543320

[startup+128 s]
/proc/loadavg: 2.25 2.31 2.85 3/177 1039
/proc/meminfo: memFree=18465064/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=14479188 CPUtime=127.92 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 1611545 0 0 0 12401 391 0 0 20 0 1 0 24477708 14826688512 3188608 33554432000 4194304 6059633 140734480208656 140734480206152 4294824 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 3619797 3188608 162 456 0 3619333 0
Current children cumulated CPU time (s) 127.92
Current children cumulated vsize (KiB) 14479188

[startup+140.8 s]
/proc/loadavg: 2.30 2.31 2.85 3/177 1039
/proc/meminfo: memFree=17145524/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=15020492 CPUtime=140.72 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 1732559 0 0 0 13652 420 0 0 20 0 1 0 24477708 15380983808 3505846 33554432000 4194304 6059633 140734480208656 140734480206152 4313223 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 3755123 3505846 162 456 0 3754659 0
Current children cumulated CPU time (s) 140.72
Current children cumulated vsize (KiB) 15020492

[startup+144 s]
/proc/loadavg: 2.35 2.32 2.85 3/177 1039
/proc/meminfo: memFree=16969496/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=15249320 CPUtime=143.91 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 1779342 0 0 0 13961 430 0 0 20 0 1 0 24477708 15615303680 3599129 33554432000 4194304 6059633 140734480208656 140734480206152 4252008 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 3812330 3599129 162 456 0 3811866 0
Current children cumulated CPU time (s) 143.91
Current children cumulated vsize (KiB) 15249320

[startup+147.2 s]
/proc/loadavg: 2.35 2.32 2.85 3/177 1039
/proc/meminfo: memFree=16576276/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=15318544 CPUtime=147.11 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202496 1797653 0 0 0 14275 436 0 0 20 0 1 0 24477708 15686189056 3664963 33554432000 4194304 6059633 140734480208656 140734480206152 4313160 0 0 4096 8404992 0 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 3829636 3664963 162 456 0 3829172 0
Current children cumulated CPU time (s) 147.11
Current children cumulated vsize (KiB) 15318544

[startup+148.8 s]
/proc/loadavg: 2.32 2.32 2.84 2/177 1039
/proc/meminfo: memFree=16401996/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=15409040 CPUtime=148.32 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) S 1032 1035 22589 0 -1 4202496 1804626 0 0 0 14393 439 0 0 20 0 1 0 24477708 15778856960 3688288 33554432000 4194304 6059633 140734480208656 140734480207880 5263648 0 0 4096 8404992 18446744071579460660 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 3852260 3688288 210 456 0 3851796 0
Current children cumulated CPU time (s) 148.32
Current children cumulated vsize (KiB) 15409040

[startup+149.6 s]
/proc/loadavg: 2.32 2.32 2.84 3/177 1039
/proc/meminfo: memFree=20226440/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=0 CPUtime=148.51 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202500 1804628 0 0 0 14393 458 0 0 20 0 1 0 24477708 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1035/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 148.51
Current children cumulated vsize (KiB) 0

[startup+150 s]
/proc/loadavg: 2.32 2.32 2.84 3/177 1039
/proc/meminfo: memFree=20226440/32872528 swapFree=496868/529572
[pid=1035] ppid=1032 vsize=0 CPUtime=148.91 cores=1,3,5,7
/proc/1035/stat : 1035 (open-wbo) R 1032 1035 22589 0 -1 4202500 1804628 0 0 0 14393 498 0 0 20 0 1 0 24477708 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1035/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 148.91
Current children cumulated vsize (KiB) 0

Child status: 50
Real time (s): 150.053
CPU time (s): 148.972
CPU user time (s): 143.937
CPU system time (s): 5.03523
CPU usage (%): 99.2801
Max. virtual memory (cumulated for all children) (KiB): 15409040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.937
system time used= 5.03523
maximum resident set size= 14753160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1804628
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= 86
involuntary context switches= 155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.39194 second user time and 0.568913 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 06:32:03
IDJOB=4099886
IDBENCH=1546
IDSOLVER=2547
FILE ID=node141/4099886-1466224323
RUNJOBID= node141-1466223616-30921
PBS_JOBID= 19918136
Free space on /tmp= 71724 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-gr4x6.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099886-1466224323/watcher-4099886-1466224323 -o /tmp/evaluation-result-4099886-1466224323/solver-4099886-1466224323 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466223616-30921 --watchdog 1960  open-wbo HOME/instance-4099886-1466224323.opb

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

MD5SUM BENCH= 575b26c97ae90d0a5ad0f53e9f10755e
RANDOM SEED=1531977921

node141.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.547
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.09
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.547
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.54
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.547
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.56
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.547
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.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.547
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31192936 kB
Buffers:          105108 kB
Cached:           126940 kB
SwapCached:         2528 kB
Active:           246172 kB
Inactive:         157468 kB
Active(anon):     171844 kB
Inactive(anon):     2028 kB
Active(file):      74328 kB
Inactive(file):   155440 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099068 kB
Dirty:              4668 kB
Writeback:             0 kB
AnonPages:        708132 kB
Mapped:             7840 kB
Shmem:                 0 kB
Slab:             605208 kB
SReclaimable:      48888 kB
SUnreclaim:       556320 kB
KernelStack:        1456 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     826596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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 node141 at 2016-06-18 06:34:33